diff --git a/README.md b/README.md index d75c389..0f3bc3a 100644 --- a/README.md +++ b/README.md @@ -1,82 +1,3 @@ -# Varia website +# manymanymany-varia-websites -> https://varia.zone/ - -## Pelican - -The Varia website is made with Pelican, a static site generator written in -Python. This means that the website is first generated on a computer (using -Python, Jinja and Pelican) into a set of html pages, files and images. This set -of documents is then uploaded to the server. - -One of the things that Pelican uses is *plugins*. They are used to add extra -features to the generation process of the website. - -In this repository there is a folder called 'plugins' and another one called -'plugins-custom'. - -The first one, 'plugins', is linked to the offical collection of plugins from -the Pelican project '[pelican-plugins](https://github.com/getpelican/pelican-plugins/)'. - -The other one, 'plugins-custom', consists of plugins that we wrote ourself. - -## Clone - -To clone both the varia.website and pelican-plugins repository, add the --recurse-submodules option in your git clone command: - -`$ git clone https://git.vvvvvvaria.org/varia/varia.website.git --recurse-submodules` - -If you forgot to clone with the submodile argument, you can still do it with the following command: - -`$ git submodule update --init --recursive` - -## Install - -$ pip3 install -r requirements.txt - -## Start - -You can make use of the makefile, for example by running the following command to start a python server: - -`$ make devserver` - -Visit the website at localhost:8000 - -To see what is in the makefile, try: - -`$ make help` - -## Update submodules - -We are currently using two submodules: - -* pelican-plugins ([https://github.com/getpelican/pelican-plugins](https://github.com/getpelican/pelican-plugins)) -* plugins-custom ([https://git.vvvvvvaria.org/varia/plugins-custom](https://git.vvvvvvaria.org/varia/plugins-custom)) - -To update these submodules within your (already) cloned repository, first init the submodule, and then update it: - -`cd /path/to/submodule` - -`git submodule init` - -`git submodule update` - -## Posting Content - -We're using Pelican to generate a static website. The main way to add content -to the website is by making 'posts' in the folder `content`. This can be done -either locally or via the gitlab interface by creating a new file. Make sure -that each article contains at least the following at the top of the document: - - Title: een nieuw initiatief - Date: 2017-07-07 18:32 - Category: news - Tags: event, workshop - slug: the-name-of-the-html-page - lang: nl OR en - -Articles are written in a markup language called markdown. - -[Here](https://daringfireball.net/projects/markdown/syntax) is an overview of the syntax. - -You can also use the online editor in gitlab to help you. +TODO. diff --git a/old/.gitmodules b/old/.gitmodules new file mode 100644 index 0000000..c73d838 --- /dev/null +++ b/old/.gitmodules @@ -0,0 +1,6 @@ +[submodule "plugins-custom"] + path = plugins-custom + url = https://git.vvvvvvaria.org/varia/plugins-custom +[submodule "pelican-plugins"] + path = pelican-plugins + url = https://github.com/getpelican/pelican-plugins diff --git a/LICENSE b/old/LICENSE similarity index 100% rename from LICENSE rename to old/LICENSE diff --git a/Makefile b/old/Makefile similarity index 100% rename from Makefile rename to old/Makefile diff --git a/old/README.md b/old/README.md new file mode 100644 index 0000000..d75c389 --- /dev/null +++ b/old/README.md @@ -0,0 +1,82 @@ +# Varia website + +> https://varia.zone/ + +## Pelican + +The Varia website is made with Pelican, a static site generator written in +Python. This means that the website is first generated on a computer (using +Python, Jinja and Pelican) into a set of html pages, files and images. This set +of documents is then uploaded to the server. + +One of the things that Pelican uses is *plugins*. They are used to add extra +features to the generation process of the website. + +In this repository there is a folder called 'plugins' and another one called +'plugins-custom'. + +The first one, 'plugins', is linked to the offical collection of plugins from +the Pelican project '[pelican-plugins](https://github.com/getpelican/pelican-plugins/)'. + +The other one, 'plugins-custom', consists of plugins that we wrote ourself. + +## Clone + +To clone both the varia.website and pelican-plugins repository, add the --recurse-submodules option in your git clone command: + +`$ git clone https://git.vvvvvvaria.org/varia/varia.website.git --recurse-submodules` + +If you forgot to clone with the submodile argument, you can still do it with the following command: + +`$ git submodule update --init --recursive` + +## Install + +$ pip3 install -r requirements.txt + +## Start + +You can make use of the makefile, for example by running the following command to start a python server: + +`$ make devserver` + +Visit the website at localhost:8000 + +To see what is in the makefile, try: + +`$ make help` + +## Update submodules + +We are currently using two submodules: + +* pelican-plugins ([https://github.com/getpelican/pelican-plugins](https://github.com/getpelican/pelican-plugins)) +* plugins-custom ([https://git.vvvvvvaria.org/varia/plugins-custom](https://git.vvvvvvaria.org/varia/plugins-custom)) + +To update these submodules within your (already) cloned repository, first init the submodule, and then update it: + +`cd /path/to/submodule` + +`git submodule init` + +`git submodule update` + +## Posting Content + +We're using Pelican to generate a static website. The main way to add content +to the website is by making 'posts' in the folder `content`. This can be done +either locally or via the gitlab interface by creating a new file. Make sure +that each article contains at least the following at the top of the document: + + Title: een nieuw initiatief + Date: 2017-07-07 18:32 + Category: news + Tags: event, workshop + slug: the-name-of-the-html-page + lang: nl OR en + +Articles are written in a markup language called markdown. + +[Here](https://daringfireball.net/projects/markdown/syntax) is an overview of the syntax. + +You can also use the online editor in gitlab to help you. diff --git a/content/21-Crystals-War_NL.md b/old/content/21-Crystals-War_NL.md similarity index 100% rename from content/21-Crystals-War_NL.md rename to old/content/21-Crystals-War_NL.md diff --git a/content/21_Camp_Century.md b/old/content/21_Camp_Century.md similarity index 100% rename from content/21_Camp_Century.md rename to old/content/21_Camp_Century.md diff --git a/content/21_Camp_Century_NL.md b/old/content/21_Camp_Century_NL.md similarity index 100% rename from content/21_Camp_Century_NL.md rename to old/content/21_Camp_Century_NL.md diff --git a/content/21_Crystals_war.md b/old/content/21_Crystals_war.md similarity index 100% rename from content/21_Crystals_war.md rename to old/content/21_Crystals_war.md diff --git a/content/CLM-EN.md b/old/content/CLM-EN.md similarity index 100% rename from content/CLM-EN.md rename to old/content/CLM-EN.md diff --git a/content/CLM-NL.md b/old/content/CLM-NL.md similarity index 100% rename from content/CLM-NL.md rename to old/content/CLM-NL.md diff --git a/content/Entrepecariat_Book_Launch.md b/old/content/Entrepecariat_Book_Launch.md similarity index 100% rename from content/Entrepecariat_Book_Launch.md rename to old/content/Entrepecariat_Book_Launch.md diff --git a/content/Entrepecariat_Book_Launch_NL.md b/old/content/Entrepecariat_Book_Launch_NL.md similarity index 100% rename from content/Entrepecariat_Book_Launch_NL.md rename to old/content/Entrepecariat_Book_Launch_NL.md diff --git a/content/Extratonaliteit.md b/old/content/Extratonaliteit.md similarity index 100% rename from content/Extratonaliteit.md rename to old/content/Extratonaliteit.md diff --git a/content/Extratonality.md b/old/content/Extratonality.md similarity index 100% rename from content/Extratonality.md rename to old/content/Extratonality.md diff --git a/content/Floppy_Totaal_DD_NL.md b/old/content/Floppy_Totaal_DD_NL.md similarity index 100% rename from content/Floppy_Totaal_DD_NL.md rename to old/content/Floppy_Totaal_DD_NL.md diff --git a/content/High-Rise-NL.md b/old/content/High-Rise-NL.md similarity index 100% rename from content/High-Rise-NL.md rename to old/content/High-Rise-NL.md diff --git a/content/High-Rise.md b/old/content/High-Rise.md similarity index 100% rename from content/High-Rise.md rename to old/content/High-Rise.md diff --git a/content/Infinite-Outwardness-EN.md b/old/content/Infinite-Outwardness-EN.md similarity index 100% rename from content/Infinite-Outwardness-EN.md rename to old/content/Infinite-Outwardness-EN.md diff --git a/content/Infinite-Outwardness-NL.md b/old/content/Infinite-Outwardness-NL.md similarity index 100% rename from content/Infinite-Outwardness-NL.md rename to old/content/Infinite-Outwardness-NL.md diff --git a/content/Moving_Monument_EN.md b/old/content/Moving_Monument_EN.md similarity index 100% rename from content/Moving_Monument_EN.md rename to old/content/Moving_Monument_EN.md diff --git a/content/Moving_Monument_NL.md b/old/content/Moving_Monument_NL.md similarity index 100% rename from content/Moving_Monument_NL.md rename to old/content/Moving_Monument_NL.md diff --git a/content/Nieuwjaarsborrel.en.md b/old/content/Nieuwjaarsborrel.en.md similarity index 100% rename from content/Nieuwjaarsborrel.en.md rename to old/content/Nieuwjaarsborrel.en.md diff --git a/content/Nieuwjaarsborrel.md b/old/content/Nieuwjaarsborrel.md similarity index 100% rename from content/Nieuwjaarsborrel.md rename to old/content/Nieuwjaarsborrel.md diff --git a/content/Sensible_Soccer.md b/old/content/Sensible_Soccer.md similarity index 100% rename from content/Sensible_Soccer.md rename to old/content/Sensible_Soccer.md diff --git a/content/Sensible_Soccer_NL.md b/old/content/Sensible_Soccer_NL.md similarity index 100% rename from content/Sensible_Soccer_NL.md rename to old/content/Sensible_Soccer_NL.md diff --git a/content/Silva-and-Krantz-EN.md b/old/content/Silva-and-Krantz-EN.md similarity index 100% rename from content/Silva-and-Krantz-EN.md rename to old/content/Silva-and-Krantz-EN.md diff --git a/content/Silva-and-Krantz-NL.md b/old/content/Silva-and-Krantz-NL.md similarity index 100% rename from content/Silva-and-Krantz-NL.md rename to old/content/Silva-and-Krantz-NL.md diff --git a/content/Space-Junk-Workshop-NL.md b/old/content/Space-Junk-Workshop-NL.md similarity index 100% rename from content/Space-Junk-Workshop-NL.md rename to old/content/Space-Junk-Workshop-NL.md diff --git a/content/Space-Junk-Workshop.md b/old/content/Space-Junk-Workshop.md similarity index 100% rename from content/Space-Junk-Workshop.md rename to old/content/Space-Junk-Workshop.md diff --git a/content/Tuch_EN.md b/old/content/Tuch_EN.md similarity index 100% rename from content/Tuch_EN.md rename to old/content/Tuch_EN.md diff --git a/content/Tuch_NL.md b/old/content/Tuch_NL.md similarity index 100% rename from content/Tuch_NL.md rename to old/content/Tuch_NL.md diff --git a/content/able_noise.md b/old/content/able_noise.md similarity index 100% rename from content/able_noise.md rename to old/content/able_noise.md diff --git a/content/able_noise_NL.md b/old/content/able_noise_NL.md similarity index 100% rename from content/able_noise_NL.md rename to old/content/able_noise_NL.md diff --git a/content/algologs.en.md b/old/content/algologs.en.md similarity index 100% rename from content/algologs.en.md rename to old/content/algologs.en.md diff --git a/content/algologs.nl.md b/old/content/algologs.nl.md similarity index 100% rename from content/algologs.nl.md rename to old/content/algologs.nl.md diff --git a/content/anniversary.en.md b/old/content/anniversary.en.md similarity index 100% rename from content/anniversary.en.md rename to old/content/anniversary.en.md diff --git a/content/anniversary.nl.md b/old/content/anniversary.nl.md similarity index 100% rename from content/anniversary.nl.md rename to old/content/anniversary.nl.md diff --git a/content/borrel2019_EN.md b/old/content/borrel2019_EN.md similarity index 100% rename from content/borrel2019_EN.md rename to old/content/borrel2019_EN.md diff --git a/content/borrel2019_NL.md b/old/content/borrel2019_NL.md similarity index 100% rename from content/borrel2019_NL.md rename to old/content/borrel2019_NL.md diff --git a/content/bpw-consulation-introduction.en.md b/old/content/bpw-consulation-introduction.en.md similarity index 100% rename from content/bpw-consulation-introduction.en.md rename to old/content/bpw-consulation-introduction.en.md diff --git a/content/bpw-consulation-introduction.nl.md b/old/content/bpw-consulation-introduction.nl.md similarity index 100% rename from content/bpw-consulation-introduction.nl.md rename to old/content/bpw-consulation-introduction.nl.md diff --git a/content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.en.md b/old/content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.en.md similarity index 100% rename from content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.en.md rename to old/content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.en.md diff --git a/content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.nl.md b/old/content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.nl.md similarity index 100% rename from content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.nl.md rename to old/content/bpw-huurdersspreekuur-en-meet-and-greet-nov-2019.nl.md diff --git a/content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.en.md b/old/content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.en.md similarity index 100% rename from content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.en.md rename to old/content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.en.md diff --git a/content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.nl.md b/old/content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.nl.md similarity index 100% rename from content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.nl.md rename to old/content/bpw-huurdersspreekuur-en-meet-and-greet-sept-2019.nl.md diff --git a/content/call-me-flex-dragon-nl.md b/old/content/call-me-flex-dragon-nl.md similarity index 100% rename from content/call-me-flex-dragon-nl.md rename to old/content/call-me-flex-dragon-nl.md diff --git a/content/call-me-flex-dragon.md b/old/content/call-me-flex-dragon.md similarity index 100% rename from content/call-me-flex-dragon.md rename to old/content/call-me-flex-dragon.md diff --git a/content/ccc-screening.en.md b/old/content/ccc-screening.en.md similarity index 100% rename from content/ccc-screening.en.md rename to old/content/ccc-screening.en.md diff --git a/content/ccc-screening.nl.md b/old/content/ccc-screening.nl.md similarity index 100% rename from content/ccc-screening.nl.md rename to old/content/ccc-screening.nl.md diff --git a/content/century-21-calling.christmas.en.md b/old/content/century-21-calling.christmas.en.md similarity index 100% rename from content/century-21-calling.christmas.en.md rename to old/content/century-21-calling.christmas.en.md diff --git a/content/century-21-calling.christmas.nl.md b/old/content/century-21-calling.christmas.nl.md similarity index 100% rename from content/century-21-calling.christmas.nl.md rename to old/content/century-21-calling.christmas.nl.md diff --git a/content/century-21-calling.en.md b/old/content/century-21-calling.en.md similarity index 100% rename from content/century-21-calling.en.md rename to old/content/century-21-calling.en.md diff --git a/content/century-21-calling.nl.md b/old/content/century-21-calling.nl.md similarity index 100% rename from content/century-21-calling.nl.md rename to old/content/century-21-calling.nl.md diff --git a/content/century-21-calling.safety.en.md b/old/content/century-21-calling.safety.en.md similarity index 100% rename from content/century-21-calling.safety.en.md rename to old/content/century-21-calling.safety.en.md diff --git a/content/century-21-calling.safety.nl.md b/old/content/century-21-calling.safety.nl.md similarity index 100% rename from content/century-21-calling.safety.nl.md rename to old/content/century-21-calling.safety.nl.md diff --git a/content/century-21-calling.the-big-bounce.en.md b/old/content/century-21-calling.the-big-bounce.en.md similarity index 100% rename from content/century-21-calling.the-big-bounce.en.md rename to old/content/century-21-calling.the-big-bounce.en.md diff --git a/content/century-21-calling.the-big-bounce.nl.md b/old/content/century-21-calling.the-big-bounce.nl.md similarity index 100% rename from content/century-21-calling.the-big-bounce.nl.md rename to old/content/century-21-calling.the-big-bounce.nl.md diff --git a/content/choreo-graphic-book-launch.en.md b/old/content/choreo-graphic-book-launch.en.md similarity index 100% rename from content/choreo-graphic-book-launch.en.md rename to old/content/choreo-graphic-book-launch.en.md diff --git a/content/choreo-graphic-book-launch.nl.md b/old/content/choreo-graphic-book-launch.nl.md similarity index 100% rename from content/choreo-graphic-book-launch.nl.md rename to old/content/choreo-graphic-book-launch.nl.md diff --git a/content/conversas-feb.en.md b/old/content/conversas-feb.en.md similarity index 100% rename from content/conversas-feb.en.md rename to old/content/conversas-feb.en.md diff --git a/content/conversas-feb.nl.md b/old/content/conversas-feb.nl.md similarity index 100% rename from content/conversas-feb.nl.md rename to old/content/conversas-feb.nl.md diff --git a/content/crimson_EN.md b/old/content/crimson_EN.md similarity index 100% rename from content/crimson_EN.md rename to old/content/crimson_EN.md diff --git a/content/crimson_NL.md b/old/content/crimson_NL.md similarity index 100% rename from content/crimson_NL.md rename to old/content/crimson_NL.md diff --git a/content/ctrl-alt-save-first.md b/old/content/ctrl-alt-save-first.md similarity index 100% rename from content/ctrl-alt-save-first.md rename to old/content/ctrl-alt-save-first.md diff --git a/content/ctrl-alt-save-first_NL.md b/old/content/ctrl-alt-save-first_NL.md similarity index 100% rename from content/ctrl-alt-save-first_NL.md rename to old/content/ctrl-alt-save-first_NL.md diff --git a/content/curriculum.RecycleReduceReuse_en.md b/old/content/curriculum.RecycleReduceReuse_en.md similarity index 100% rename from content/curriculum.RecycleReduceReuse_en.md rename to old/content/curriculum.RecycleReduceReuse_en.md diff --git a/content/curriculum.RecycleReduceReuse_nl.md b/old/content/curriculum.RecycleReduceReuse_nl.md similarity index 100% rename from content/curriculum.RecycleReduceReuse_nl.md rename to old/content/curriculum.RecycleReduceReuse_nl.md diff --git a/content/curriculum.bibliotecha.en.md b/old/content/curriculum.bibliotecha.en.md similarity index 100% rename from content/curriculum.bibliotecha.en.md rename to old/content/curriculum.bibliotecha.en.md diff --git a/content/curriculum.bibliotecha.nl.md b/old/content/curriculum.bibliotecha.nl.md similarity index 100% rename from content/curriculum.bibliotecha.nl.md rename to old/content/curriculum.bibliotecha.nl.md diff --git a/content/curriculum.command-lines.en.md b/old/content/curriculum.command-lines.en.md similarity index 100% rename from content/curriculum.command-lines.en.md rename to old/content/curriculum.command-lines.en.md diff --git a/content/curriculum.command-lines.nl.md b/old/content/curriculum.command-lines.nl.md similarity index 100% rename from content/curriculum.command-lines.nl.md rename to old/content/curriculum.command-lines.nl.md diff --git a/content/curriculum.considerate_cake_en.md b/old/content/curriculum.considerate_cake_en.md similarity index 100% rename from content/curriculum.considerate_cake_en.md rename to old/content/curriculum.considerate_cake_en.md diff --git a/content/curriculum.considerate_cake_nl.md b/old/content/curriculum.considerate_cake_nl.md similarity index 100% rename from content/curriculum.considerate_cake_nl.md rename to old/content/curriculum.considerate_cake_nl.md diff --git a/content/curriculum.homebrewserverclub.en.md b/old/content/curriculum.homebrewserverclub.en.md similarity index 100% rename from content/curriculum.homebrewserverclub.en.md rename to old/content/curriculum.homebrewserverclub.en.md diff --git a/content/curriculum.homebrewserverclub.nl.md b/old/content/curriculum.homebrewserverclub.nl.md similarity index 100% rename from content/curriculum.homebrewserverclub.nl.md rename to old/content/curriculum.homebrewserverclub.nl.md diff --git a/content/curriculum.ipfs.en.md b/old/content/curriculum.ipfs.en.md similarity index 100% rename from content/curriculum.ipfs.en.md rename to old/content/curriculum.ipfs.en.md diff --git a/content/curriculum.ipfs.nl.md b/old/content/curriculum.ipfs.nl.md similarity index 100% rename from content/curriculum.ipfs.nl.md rename to old/content/curriculum.ipfs.nl.md diff --git a/content/druk-concerts.en.md b/old/content/druk-concerts.en.md similarity index 100% rename from content/druk-concerts.en.md rename to old/content/druk-concerts.en.md diff --git a/content/druk-concerts.nl.md b/old/content/druk-concerts.nl.md similarity index 100% rename from content/druk-concerts.nl.md rename to old/content/druk-concerts.nl.md diff --git a/content/extra image 2.jpg b/old/content/extra image 2.jpg similarity index 100% rename from content/extra image 2.jpg rename to old/content/extra image 2.jpg diff --git a/content/extra/favicon.ico b/old/content/extra/favicon.ico similarity index 100% rename from content/extra/favicon.ico rename to old/content/extra/favicon.ico diff --git a/content/feminist-hack-meetings-feb-EN.md b/old/content/feminist-hack-meetings-feb-EN.md similarity index 100% rename from content/feminist-hack-meetings-feb-EN.md rename to old/content/feminist-hack-meetings-feb-EN.md diff --git a/content/feminist-hack-meetings-feb-NL.md b/old/content/feminist-hack-meetings-feb-NL.md similarity index 100% rename from content/feminist-hack-meetings-feb-NL.md rename to old/content/feminist-hack-meetings-feb-NL.md diff --git a/content/feminist-hack-meetings-jan-EN.md b/old/content/feminist-hack-meetings-jan-EN.md similarity index 100% rename from content/feminist-hack-meetings-jan-EN.md rename to old/content/feminist-hack-meetings-jan-EN.md diff --git a/content/feminist-hack-meetings-jan-NL.md b/old/content/feminist-hack-meetings-jan-NL.md similarity index 100% rename from content/feminist-hack-meetings-jan-NL.md rename to old/content/feminist-hack-meetings-jan-NL.md diff --git a/content/floppy_totaal_DD.md b/old/content/floppy_totaal_DD.md similarity index 100% rename from content/floppy_totaal_DD.md rename to old/content/floppy_totaal_DD.md diff --git a/content/hbsc-cal-1.en.md b/old/content/hbsc-cal-1.en.md similarity index 100% rename from content/hbsc-cal-1.en.md rename to old/content/hbsc-cal-1.en.md diff --git a/content/hbsc-cal-1.nl.md b/old/content/hbsc-cal-1.nl.md similarity index 100% rename from content/hbsc-cal-1.nl.md rename to old/content/hbsc-cal-1.nl.md diff --git a/content/hbsc-cal-2.en.md b/old/content/hbsc-cal-2.en.md similarity index 100% rename from content/hbsc-cal-2.en.md rename to old/content/hbsc-cal-2.en.md diff --git a/content/hbsc-cal-2.nl.md b/old/content/hbsc-cal-2.nl.md similarity index 100% rename from content/hbsc-cal-2.nl.md rename to old/content/hbsc-cal-2.nl.md diff --git a/content/heath_bunting.md b/old/content/heath_bunting.md similarity index 100% rename from content/heath_bunting.md rename to old/content/heath_bunting.md diff --git a/content/heath_bunting_nl.md b/old/content/heath_bunting_nl.md similarity index 100% rename from content/heath_bunting_nl.md rename to old/content/heath_bunting_nl.md diff --git a/content/homebrewserver.club.en.md b/old/content/homebrewserver.club.en.md similarity index 100% rename from content/homebrewserver.club.en.md rename to old/content/homebrewserver.club.en.md diff --git a/content/homebrewserver.club.nl.md b/old/content/homebrewserver.club.nl.md similarity index 100% rename from content/homebrewserver.club.nl.md rename to old/content/homebrewserver.club.nl.md diff --git a/content/images/20195.jpg b/old/content/images/20195.jpg similarity index 100% rename from content/images/20195.jpg rename to old/content/images/20195.jpg diff --git a/content/images/8245264_1280x720.jpg b/old/content/images/8245264_1280x720.jpg similarity index 100% rename from content/images/8245264_1280x720.jpg rename to old/content/images/8245264_1280x720.jpg diff --git a/content/images/Aloardi.jpg b/old/content/images/Aloardi.jpg similarity index 100% rename from content/images/Aloardi.jpg rename to old/content/images/Aloardi.jpg diff --git a/content/images/C212_05_safey.jpg b/old/content/images/C212_05_safey.jpg similarity index 100% rename from content/images/C212_05_safey.jpg rename to old/content/images/C212_05_safey.jpg diff --git a/content/images/C212_shopping.jpg b/old/content/images/C212_shopping.jpg similarity index 100% rename from content/images/C212_shopping.jpg rename to old/content/images/C212_shopping.jpg diff --git a/content/images/CLM2.jpg b/old/content/images/CLM2.jpg similarity index 100% rename from content/images/CLM2.jpg rename to old/content/images/CLM2.jpg diff --git a/content/images/Cake.jpg b/old/content/images/Cake.jpg similarity index 100% rename from content/images/Cake.jpg rename to old/content/images/Cake.jpg diff --git a/content/images/Camp Century.jpeg b/old/content/images/Camp Century.jpeg similarity index 100% rename from content/images/Camp Century.jpeg rename to old/content/images/Camp Century.jpeg diff --git a/content/images/Casio.jpg b/old/content/images/Casio.jpg similarity index 100% rename from content/images/Casio.jpg rename to old/content/images/Casio.jpg diff --git a/content/images/ConversasEvento137-02.png b/old/content/images/ConversasEvento137-02.png similarity index 100% rename from content/images/ConversasEvento137-02.png rename to old/content/images/ConversasEvento137-02.png diff --git a/content/images/Crystals_goes_to_war_poster.jpeg b/old/content/images/Crystals_goes_to_war_poster.jpeg similarity index 100% rename from content/images/Crystals_goes_to_war_poster.jpeg rename to old/content/images/Crystals_goes_to_war_poster.jpeg diff --git a/content/images/Entrepecariat Book Launch.jpeg b/old/content/images/Entrepecariat Book Launch.jpeg similarity index 100% rename from content/images/Entrepecariat Book Launch.jpeg rename to old/content/images/Entrepecariat Book Launch.jpeg diff --git a/content/images/Evamuss1.jpg b/old/content/images/Evamuss1.jpg similarity index 100% rename from content/images/Evamuss1.jpg rename to old/content/images/Evamuss1.jpg diff --git a/content/images/Evamuss_Kalinigrad_14_06-2018.jpg b/old/content/images/Evamuss_Kalinigrad_14_06-2018.jpg similarity index 100% rename from content/images/Evamuss_Kalinigrad_14_06-2018.jpg rename to old/content/images/Evamuss_Kalinigrad_14_06-2018.jpg diff --git a/content/images/Evamuss_by_Austeja_Kaunas3.jpg b/old/content/images/Evamuss_by_Austeja_Kaunas3.jpg similarity index 100% rename from content/images/Evamuss_by_Austeja_Kaunas3.jpg rename to old/content/images/Evamuss_by_Austeja_Kaunas3.jpg diff --git a/content/images/Extra.jpg b/old/content/images/Extra.jpg similarity index 100% rename from content/images/Extra.jpg rename to old/content/images/Extra.jpg diff --git a/content/images/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/content/images/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg similarity index 100% rename from content/images/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg rename to old/content/images/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg diff --git a/content/images/Infinite-Outwardness-Web-2.jpg b/old/content/images/Infinite-Outwardness-Web-2.jpg similarity index 100% rename from content/images/Infinite-Outwardness-Web-2.jpg rename to old/content/images/Infinite-Outwardness-Web-2.jpg diff --git a/content/images/Infinite.jpg b/old/content/images/Infinite.jpg similarity index 100% rename from content/images/Infinite.jpg rename to old/content/images/Infinite.jpg diff --git a/content/images/Krantz.jpg b/old/content/images/Krantz.jpg similarity index 100% rename from content/images/Krantz.jpg rename to old/content/images/Krantz.jpg diff --git a/content/images/Niek-At-Varia5hd.jpg b/old/content/images/Niek-At-Varia5hd.jpg similarity index 100% rename from content/images/Niek-At-Varia5hd.jpg rename to old/content/images/Niek-At-Varia5hd.jpg diff --git a/content/images/Repair.jpg b/old/content/images/Repair.jpg similarity index 100% rename from content/images/Repair.jpg rename to old/content/images/Repair.jpg diff --git a/content/images/SWOS - varia 2020.jpg b/old/content/images/SWOS - varia 2020.jpg similarity index 100% rename from content/images/SWOS - varia 2020.jpg rename to old/content/images/SWOS - varia 2020.jpg diff --git a/content/images/Santas.jpg b/old/content/images/Santas.jpg similarity index 100% rename from content/images/Santas.jpg rename to old/content/images/Santas.jpg diff --git a/content/images/Spacejunk.jpg b/old/content/images/Spacejunk.jpg similarity index 100% rename from content/images/Spacejunk.jpg rename to old/content/images/Spacejunk.jpg diff --git a/content/images/Trash-1900s.jpg b/old/content/images/Trash-1900s.jpg similarity index 100% rename from content/images/Trash-1900s.jpg rename to old/content/images/Trash-1900s.jpg diff --git a/content/images/Velocity.jpg b/old/content/images/Velocity.jpg similarity index 100% rename from content/images/Velocity.jpg rename to old/content/images/Velocity.jpg diff --git a/content/images/able-noise-3.jpg b/old/content/images/able-noise-3.jpg similarity index 100% rename from content/images/able-noise-3.jpg rename to old/content/images/able-noise-3.jpg diff --git a/content/images/algologs.png b/old/content/images/algologs.png similarity index 100% rename from content/images/algologs.png rename to old/content/images/algologs.png diff --git a/content/images/allesflex.png b/old/content/images/allesflex.png similarity index 100% rename from content/images/allesflex.png rename to old/content/images/allesflex.png diff --git a/content/images/arton3017-b0f93.png b/old/content/images/arton3017-b0f93.png similarity index 100% rename from content/images/arton3017-b0f93.png rename to old/content/images/arton3017-b0f93.png diff --git a/content/images/autonomous-fabric-2019.png b/old/content/images/autonomous-fabric-2019.png similarity index 100% rename from content/images/autonomous-fabric-2019.png rename to old/content/images/autonomous-fabric-2019.png diff --git a/content/images/beachbombart.jpg b/old/content/images/beachbombart.jpg similarity index 100% rename from content/images/beachbombart.jpg rename to old/content/images/beachbombart.jpg diff --git a/content/images/bibliotecha_01.png b/old/content/images/bibliotecha_01.png similarity index 100% rename from content/images/bibliotecha_01.png rename to old/content/images/bibliotecha_01.png diff --git a/content/images/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/content/images/bootleg_library_sessions_extra_text_varia_EN.jpg similarity index 100% rename from content/images/bootleg_library_sessions_extra_text_varia_EN.jpg rename to old/content/images/bootleg_library_sessions_extra_text_varia_EN.jpg diff --git a/content/images/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/content/images/bootleg_library_sessions_extra_text_varia_NL.jpg similarity index 100% rename from content/images/bootleg_library_sessions_extra_text_varia_NL.jpg rename to old/content/images/bootleg_library_sessions_extra_text_varia_NL.jpg diff --git a/content/images/bpwlogo.jpg b/old/content/images/bpwlogo.jpg similarity index 100% rename from content/images/bpwlogo.jpg rename to old/content/images/bpwlogo.jpg diff --git a/content/images/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/content/images/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg similarity index 100% rename from content/images/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg rename to old/content/images/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg diff --git a/content/images/c21c-02_web_final.jpg b/old/content/images/c21c-02_web_final.jpg similarity index 100% rename from content/images/c21c-02_web_final.jpg rename to old/content/images/c21c-02_web_final.jpg diff --git a/content/images/cal.png b/old/content/images/cal.png similarity index 100% rename from content/images/cal.png rename to old/content/images/cal.png diff --git a/content/images/cal2.png b/old/content/images/cal2.png similarity index 100% rename from content/images/cal2.png rename to old/content/images/cal2.png diff --git a/content/images/cbkrotterdam.png b/old/content/images/cbkrotterdam.png similarity index 100% rename from content/images/cbkrotterdam.png rename to old/content/images/cbkrotterdam.png diff --git a/content/images/ccc-2017.jpg b/old/content/images/ccc-2017.jpg similarity index 100% rename from content/images/ccc-2017.jpg rename to old/content/images/ccc-2017.jpg diff --git a/content/images/ccc-tram.jpg b/old/content/images/ccc-tram.jpg similarity index 100% rename from content/images/ccc-tram.jpg rename to old/content/images/ccc-tram.jpg diff --git a/content/images/century21.jpg b/old/content/images/century21.jpg similarity index 100% rename from content/images/century21.jpg rename to old/content/images/century21.jpg diff --git a/content/images/century21_the-big-bounce.jpg b/old/content/images/century21_the-big-bounce.jpg similarity index 100% rename from content/images/century21_the-big-bounce.jpg rename to old/content/images/century21_the-big-bounce.jpg diff --git a/content/images/choreo_joanachicau.gif b/old/content/images/choreo_joanachicau.gif similarity index 100% rename from content/images/choreo_joanachicau.gif rename to old/content/images/choreo_joanachicau.gif diff --git a/content/images/colours.gif b/old/content/images/colours.gif similarity index 100% rename from content/images/colours.gif rename to old/content/images/colours.gif diff --git a/content/images/curriculum.command-lines.png b/old/content/images/curriculum.command-lines.png similarity index 100% rename from content/images/curriculum.command-lines.png rename to old/content/images/curriculum.command-lines.png diff --git a/content/images/curve.png b/old/content/images/curve.png similarity index 100% rename from content/images/curve.png rename to old/content/images/curve.png diff --git a/content/images/de_varia.jpg b/old/content/images/de_varia.jpg similarity index 100% rename from content/images/de_varia.jpg rename to old/content/images/de_varia.jpg diff --git a/content/images/de_varia.png b/old/content/images/de_varia.png similarity index 100% rename from content/images/de_varia.png rename to old/content/images/de_varia.png diff --git a/content/images/druk-concert.jpg b/old/content/images/druk-concert.jpg similarity index 100% rename from content/images/druk-concert.jpg rename to old/content/images/druk-concert.jpg diff --git a/content/images/extra image 1.jpg b/old/content/images/extra image 1.jpg similarity index 100% rename from content/images/extra image 1.jpg rename to old/content/images/extra image 1.jpg diff --git a/content/images/extra image 3.jpg b/old/content/images/extra image 3.jpg similarity index 100% rename from content/images/extra image 3.jpg rename to old/content/images/extra image 3.jpg diff --git a/content/images/feminist-servers.jpg b/old/content/images/feminist-servers.jpg similarity index 100% rename from content/images/feminist-servers.jpg rename to old/content/images/feminist-servers.jpg diff --git a/content/images/fire.gif b/old/content/images/fire.gif similarity index 100% rename from content/images/fire.gif rename to old/content/images/fire.gif diff --git a/content/images/hbsc1.png b/old/content/images/hbsc1.png similarity index 100% rename from content/images/hbsc1.png rename to old/content/images/hbsc1.png diff --git a/content/images/homebrewserverclub.png b/old/content/images/homebrewserverclub.png similarity index 100% rename from content/images/homebrewserverclub.png rename to old/content/images/homebrewserverclub.png diff --git a/content/images/infinitehd.jpg b/old/content/images/infinitehd.jpg similarity index 100% rename from content/images/infinitehd.jpg rename to old/content/images/infinitehd.jpg diff --git a/content/images/insekt.jpg b/old/content/images/insekt.jpg similarity index 100% rename from content/images/insekt.jpg rename to old/content/images/insekt.jpg diff --git a/content/images/kettle4-web-xs.jpg b/old/content/images/kettle4-web-xs.jpg similarity index 100% rename from content/images/kettle4-web-xs.jpg rename to old/content/images/kettle4-web-xs.jpg diff --git a/content/images/lifehacks-girard-meunier.jpg b/old/content/images/lifehacks-girard-meunier.jpg similarity index 100% rename from content/images/lifehacks-girard-meunier.jpg rename to old/content/images/lifehacks-girard-meunier.jpg diff --git a/content/images/networktopology.jpeg b/old/content/images/networktopology.jpeg similarity index 100% rename from content/images/networktopology.jpeg rename to old/content/images/networktopology.jpeg diff --git a/content/images/nieuwjaarsborrel.jpg b/old/content/images/nieuwjaarsborrel.jpg similarity index 100% rename from content/images/nieuwjaarsborrel.jpg rename to old/content/images/nieuwjaarsborrel.jpg diff --git a/content/images/nieuwjaarsborrel.png b/old/content/images/nieuwjaarsborrel.png similarity index 100% rename from content/images/nieuwjaarsborrel.png rename to old/content/images/nieuwjaarsborrel.png diff --git a/content/images/nooo2.png b/old/content/images/nooo2.png similarity index 100% rename from content/images/nooo2.png rename to old/content/images/nooo2.png diff --git a/content/images/nooo2.relearn.jpg b/old/content/images/nooo2.relearn.jpg similarity index 100% rename from content/images/nooo2.relearn.jpg rename to old/content/images/nooo2.relearn.jpg diff --git a/content/images/nooo2.relearn2.jpg b/old/content/images/nooo2.relearn2.jpg similarity index 100% rename from content/images/nooo2.relearn2.jpg rename to old/content/images/nooo2.relearn2.jpg diff --git a/content/images/offline_listening.png b/old/content/images/offline_listening.png similarity index 100% rename from content/images/offline_listening.png rename to old/content/images/offline_listening.png diff --git a/content/images/og.png b/old/content/images/og.png similarity index 100% rename from content/images/og.png rename to old/content/images/og.png diff --git a/content/images/og2.png b/old/content/images/og2.png similarity index 100% rename from content/images/og2.png rename to old/content/images/og2.png diff --git a/content/images/ouroboros.gif b/old/content/images/ouroboros.gif similarity index 100% rename from content/images/ouroboros.gif rename to old/content/images/ouroboros.gif diff --git a/content/images/pg.jpg b/old/content/images/pg.jpg similarity index 100% rename from content/images/pg.jpg rename to old/content/images/pg.jpg diff --git a/content/images/plu13.png b/old/content/images/plu13.png similarity index 100% rename from content/images/plu13.png rename to old/content/images/plu13.png diff --git a/content/images/pluz.jpg b/old/content/images/pluz.jpg similarity index 100% rename from content/images/pluz.jpg rename to old/content/images/pluz.jpg diff --git a/content/images/ps-img.png b/old/content/images/ps-img.png similarity index 100% rename from content/images/ps-img.png rename to old/content/images/ps-img.png diff --git a/content/images/pub.gif b/old/content/images/pub.gif similarity index 100% rename from content/images/pub.gif rename to old/content/images/pub.gif diff --git a/content/images/pushingscores.jpeg b/old/content/images/pushingscores.jpeg similarity index 100% rename from content/images/pushingscores.jpeg rename to old/content/images/pushingscores.jpeg diff --git a/content/images/pushingscores2.jpg b/old/content/images/pushingscores2.jpg similarity index 100% rename from content/images/pushingscores2.jpg rename to old/content/images/pushingscores2.jpg diff --git a/content/images/radio.jpg b/old/content/images/radio.jpg similarity index 100% rename from content/images/radio.jpg rename to old/content/images/radio.jpg diff --git a/content/images/radioontheradio01-02-01-popunie.jpg b/old/content/images/radioontheradio01-02-01-popunie.jpg similarity index 100% rename from content/images/radioontheradio01-02-01-popunie.jpg rename to old/content/images/radioontheradio01-02-01-popunie.jpg diff --git a/content/images/radioontheradio01-02-01.jpg b/old/content/images/radioontheradio01-02-01.jpg similarity index 100% rename from content/images/radioontheradio01-02-01.jpg rename to old/content/images/radioontheradio01-02-01.jpg diff --git a/content/images/read-and-repair-img.png b/old/content/images/read-and-repair-img.png similarity index 100% rename from content/images/read-and-repair-img.png rename to old/content/images/read-and-repair-img.png diff --git a/content/images/schoolbells.jpg b/old/content/images/schoolbells.jpg similarity index 100% rename from content/images/schoolbells.jpg rename to old/content/images/schoolbells.jpg diff --git a/content/images/secret_life_chain.gif b/old/content/images/secret_life_chain.gif similarity index 100% rename from content/images/secret_life_chain.gif rename to old/content/images/secret_life_chain.gif diff --git a/content/images/secret_life_chain_compressed.gif b/old/content/images/secret_life_chain_compressed.gif similarity index 100% rename from content/images/secret_life_chain_compressed.gif rename to old/content/images/secret_life_chain_compressed.gif diff --git a/content/images/static-dynamic.svg b/old/content/images/static-dynamic.svg similarity index 100% rename from content/images/static-dynamic.svg rename to old/content/images/static-dynamic.svg diff --git a/content/images/stimu.en.gif b/old/content/images/stimu.en.gif similarity index 100% rename from content/images/stimu.en.gif rename to old/content/images/stimu.en.gif diff --git a/content/images/stimu.nl.gif b/old/content/images/stimu.nl.gif similarity index 100% rename from content/images/stimu.nl.gif rename to old/content/images/stimu.nl.gif diff --git a/content/images/the-social-in-the-media-01.jpg b/old/content/images/the-social-in-the-media-01.jpg similarity index 100% rename from content/images/the-social-in-the-media-01.jpg rename to old/content/images/the-social-in-the-media-01.jpg diff --git a/content/images/the-social-in-the-media-02.jpg b/old/content/images/the-social-in-the-media-02.jpg similarity index 100% rename from content/images/the-social-in-the-media-02.jpg rename to old/content/images/the-social-in-the-media-02.jpg diff --git a/content/images/this.gif b/old/content/images/this.gif similarity index 100% rename from content/images/this.gif rename to old/content/images/this.gif diff --git a/content/images/tuch.jpg b/old/content/images/tuch.jpg similarity index 100% rename from content/images/tuch.jpg rename to old/content/images/tuch.jpg diff --git a/content/images/tuch2.jpg b/old/content/images/tuch2.jpg similarity index 100% rename from content/images/tuch2.jpg rename to old/content/images/tuch2.jpg diff --git a/content/images/valid-rss-rogers.png b/old/content/images/valid-rss-rogers.png similarity index 100% rename from content/images/valid-rss-rogers.png rename to old/content/images/valid-rss-rogers.png diff --git a/content/images/varia-again.png b/old/content/images/varia-again.png similarity index 100% rename from content/images/varia-again.png rename to old/content/images/varia-again.png diff --git a/content/images/varia-open-day-2019-flyerx.jpg b/old/content/images/varia-open-day-2019-flyerx.jpg similarity index 100% rename from content/images/varia-open-day-2019-flyerx.jpg rename to old/content/images/varia-open-day-2019-flyerx.jpg diff --git a/content/images/varia-open-day-2xx.jpg b/old/content/images/varia-open-day-2xx.jpg similarity index 100% rename from content/images/varia-open-day-2xx.jpg rename to old/content/images/varia-open-day-2xx.jpg diff --git a/content/images/varia-open-day-flyer.png b/old/content/images/varia-open-day-flyer.png similarity index 100% rename from content/images/varia-open-day-flyer.png rename to old/content/images/varia-open-day-flyer.png diff --git a/content/images/varia-open-day.jpg b/old/content/images/varia-open-day.jpg similarity index 100% rename from content/images/varia-open-day.jpg rename to old/content/images/varia-open-day.jpg diff --git a/content/images/varia-remains.png b/old/content/images/varia-remains.png similarity index 100% rename from content/images/varia-remains.png rename to old/content/images/varia-remains.png diff --git a/content/images/varia.jpg b/old/content/images/varia.jpg similarity index 100% rename from content/images/varia.jpg rename to old/content/images/varia.jpg diff --git a/content/images/varia.png b/old/content/images/varia.png similarity index 100% rename from content/images/varia.png rename to old/content/images/varia.png diff --git a/content/images/varia.server.jpg b/old/content/images/varia.server.jpg similarity index 100% rename from content/images/varia.server.jpg rename to old/content/images/varia.server.jpg diff --git a/content/images/varia.zone.png b/old/content/images/varia.zone.png similarity index 100% rename from content/images/varia.zone.png rename to old/content/images/varia.zone.png diff --git a/content/images/varia_image_1stmeeting.jpg b/old/content/images/varia_image_1stmeeting.jpg similarity index 100% rename from content/images/varia_image_1stmeeting.jpg rename to old/content/images/varia_image_1stmeeting.jpg diff --git a/content/images/varia_s2s_federation.svg b/old/content/images/varia_s2s_federation.svg similarity index 100% rename from content/images/varia_s2s_federation.svg rename to old/content/images/varia_s2s_federation.svg diff --git a/content/images/varia_webhistory.gif b/old/content/images/varia_webhistory.gif similarity index 100% rename from content/images/varia_webhistory.gif rename to old/content/images/varia_webhistory.gif diff --git a/content/images/variaecosystem.png b/old/content/images/variaecosystem.png similarity index 100% rename from content/images/variaecosystem.png rename to old/content/images/variaecosystem.png diff --git a/content/images/what-a-website-can-be.markdown.png b/old/content/images/what-a-website-can-be.markdown.png similarity index 100% rename from content/images/what-a-website-can-be.markdown.png rename to old/content/images/what-a-website-can-be.markdown.png diff --git a/content/images/wieisdezefontein.jpg b/old/content/images/wieisdezefontein.jpg similarity index 100% rename from content/images/wieisdezefontein.jpg rename to old/content/images/wieisdezefontein.jpg diff --git a/content/images/woodstonekugelblitzdruk.jpg b/old/content/images/woodstonekugelblitzdruk.jpg similarity index 100% rename from content/images/woodstonekugelblitzdruk.jpg rename to old/content/images/woodstonekugelblitzdruk.jpg diff --git a/content/images/word_processor_robot.gif b/old/content/images/word_processor_robot.gif similarity index 100% rename from content/images/word_processor_robot.gif rename to old/content/images/word_processor_robot.gif diff --git a/content/images/wttf-mastodon-and-the-fediverse-e.png b/old/content/images/wttf-mastodon-and-the-fediverse-e.png similarity index 100% rename from content/images/wttf-mastodon-and-the-fediverse-e.png rename to old/content/images/wttf-mastodon-and-the-fediverse-e.png diff --git a/content/images/wttf-the-ecosystem-is-moving1.png b/old/content/images/wttf-the-ecosystem-is-moving1.png similarity index 100% rename from content/images/wttf-the-ecosystem-is-moving1.png rename to old/content/images/wttf-the-ecosystem-is-moving1.png diff --git a/content/images/xpub8.gif b/old/content/images/xpub8.gif similarity index 100% rename from content/images/xpub8.gif rename to old/content/images/xpub8.gif diff --git a/content/inox.en.md b/old/content/inox.en.md similarity index 100% rename from content/inox.en.md rename to old/content/inox.en.md diff --git a/content/inox.nl.md b/old/content/inox.nl.md similarity index 100% rename from content/inox.nl.md rename to old/content/inox.nl.md diff --git a/content/it-is-as-if_en.md b/old/content/it-is-as-if_en.md similarity index 100% rename from content/it-is-as-if_en.md rename to old/content/it-is-as-if_en.md diff --git a/content/it-is-as-if_nl.md b/old/content/it-is-as-if_nl.md similarity index 100% rename from content/it-is-as-if_nl.md rename to old/content/it-is-as-if_nl.md diff --git a/content/kettle.md b/old/content/kettle.md similarity index 100% rename from content/kettle.md rename to old/content/kettle.md diff --git a/content/kettle_EN.md b/old/content/kettle_EN.md similarity index 100% rename from content/kettle_EN.md rename to old/content/kettle_EN.md diff --git a/content/life-hacks-space_en.md b/old/content/life-hacks-space_en.md similarity index 100% rename from content/life-hacks-space_en.md rename to old/content/life-hacks-space_en.md diff --git a/content/life-hacks-space_nl.md b/old/content/life-hacks-space_nl.md similarity index 100% rename from content/life-hacks-space_nl.md rename to old/content/life-hacks-space_nl.md diff --git a/content/maximum_velocity_en.md b/old/content/maximum_velocity_en.md similarity index 100% rename from content/maximum_velocity_en.md rename to old/content/maximum_velocity_en.md diff --git a/content/maximum_velocity_nl.md b/old/content/maximum_velocity_nl.md similarity index 100% rename from content/maximum_velocity_nl.md rename to old/content/maximum_velocity_nl.md diff --git a/content/music_niek_hilkmann.md b/old/content/music_niek_hilkmann.md similarity index 100% rename from content/music_niek_hilkmann.md rename to old/content/music_niek_hilkmann.md diff --git a/content/music_niek_hilkmann_NL.md b/old/content/music_niek_hilkmann_NL.md similarity index 100% rename from content/music_niek_hilkmann_NL.md rename to old/content/music_niek_hilkmann_NL.md diff --git a/content/nooo2.en.md b/old/content/nooo2.en.md similarity index 100% rename from content/nooo2.en.md rename to old/content/nooo2.en.md diff --git a/content/nooo2.nl.md b/old/content/nooo2.nl.md similarity index 100% rename from content/nooo2.nl.md rename to old/content/nooo2.nl.md diff --git a/content/open-day.en.md b/old/content/open-day.en.md similarity index 100% rename from content/open-day.en.md rename to old/content/open-day.en.md diff --git a/content/open-day.nl.md b/old/content/open-day.nl.md similarity index 100% rename from content/open-day.nl.md rename to old/content/open-day.nl.md diff --git a/content/openday2019_EN.md b/old/content/openday2019_EN.md similarity index 100% rename from content/openday2019_EN.md rename to old/content/openday2019_EN.md diff --git a/content/openday2019_NL.md b/old/content/openday2019_NL.md similarity index 100% rename from content/openday2019_NL.md rename to old/content/openday2019_NL.md diff --git a/content/opening.en.md b/old/content/opening.en.md similarity index 100% rename from content/opening.en.md rename to old/content/opening.en.md diff --git a/content/opening.nl.md b/old/content/opening.nl.md similarity index 100% rename from content/opening.nl.md rename to old/content/opening.nl.md diff --git a/content/pages/about.en.md b/old/content/pages/about.en.md similarity index 100% rename from content/pages/about.en.md rename to old/content/pages/about.en.md diff --git a/content/pages/about.nl.md b/old/content/pages/about.nl.md similarity index 100% rename from content/pages/about.nl.md rename to old/content/pages/about.nl.md diff --git a/content/pages/code-of-conduct.en.md b/old/content/pages/code-of-conduct.en.md similarity index 100% rename from content/pages/code-of-conduct.en.md rename to old/content/pages/code-of-conduct.en.md diff --git a/content/pages/code-of-conduct.nl.md b/old/content/pages/code-of-conduct.nl.md similarity index 100% rename from content/pages/code-of-conduct.nl.md rename to old/content/pages/code-of-conduct.nl.md diff --git a/content/pages/collective-infrastructures.en.md b/old/content/pages/collective-infrastructures.en.md similarity index 100% rename from content/pages/collective-infrastructures.en.md rename to old/content/pages/collective-infrastructures.en.md diff --git a/content/pages/collective-infrastructures.nl.md b/old/content/pages/collective-infrastructures.nl.md similarity index 100% rename from content/pages/collective-infrastructures.nl.md rename to old/content/pages/collective-infrastructures.nl.md diff --git a/content/pages/collective-statement.en.md b/old/content/pages/collective-statement.en.md similarity index 100% rename from content/pages/collective-statement.en.md rename to old/content/pages/collective-statement.en.md diff --git a/content/pages/collective-statement.nl.md b/old/content/pages/collective-statement.nl.md similarity index 100% rename from content/pages/collective-statement.nl.md rename to old/content/pages/collective-statement.nl.md diff --git a/content/pages/curriculum.en.md b/old/content/pages/curriculum.en.md similarity index 100% rename from content/pages/curriculum.en.md rename to old/content/pages/curriculum.en.md diff --git a/content/pages/curriculum.nl.md b/old/content/pages/curriculum.nl.md similarity index 100% rename from content/pages/curriculum.nl.md rename to old/content/pages/curriculum.nl.md diff --git a/content/pages/header.en.md b/old/content/pages/header.en.md similarity index 100% rename from content/pages/header.en.md rename to old/content/pages/header.en.md diff --git a/content/pages/header.nl.md b/old/content/pages/header.nl.md similarity index 100% rename from content/pages/header.nl.md rename to old/content/pages/header.nl.md diff --git a/content/pages/membership.en.md b/old/content/pages/membership.en.md similarity index 100% rename from content/pages/membership.en.md rename to old/content/pages/membership.en.md diff --git a/content/pages/membership.nl.md b/old/content/pages/membership.nl.md similarity index 100% rename from content/pages/membership.nl.md rename to old/content/pages/membership.nl.md diff --git a/content/pages/project.en.md b/old/content/pages/project.en.md similarity index 100% rename from content/pages/project.en.md rename to old/content/pages/project.en.md diff --git a/content/pages/project.nl.md b/old/content/pages/project.nl.md similarity index 100% rename from content/pages/project.nl.md rename to old/content/pages/project.nl.md diff --git a/content/pages/stream.en.md b/old/content/pages/stream.en.md similarity index 100% rename from content/pages/stream.en.md rename to old/content/pages/stream.en.md diff --git a/content/pages/stream.nl.md b/old/content/pages/stream.nl.md similarity index 100% rename from content/pages/stream.nl.md rename to old/content/pages/stream.nl.md diff --git a/content/pushing-scores-end.en.md b/old/content/pushing-scores-end.en.md similarity index 100% rename from content/pushing-scores-end.en.md rename to old/content/pushing-scores-end.en.md diff --git a/content/pushing-scores-end.nl.md b/old/content/pushing-scores-end.nl.md similarity index 100% rename from content/pushing-scores-end.nl.md rename to old/content/pushing-scores-end.nl.md diff --git a/content/pushing-scores.en.md b/old/content/pushing-scores.en.md similarity index 100% rename from content/pushing-scores.en.md rename to old/content/pushing-scores.en.md diff --git a/content/pushing-scores.nl.md b/old/content/pushing-scores.nl.md similarity index 100% rename from content/pushing-scores.nl.md rename to old/content/pushing-scores.nl.md diff --git a/content/r&r-feb-EN.md b/old/content/r&r-feb-EN.md similarity index 100% rename from content/r&r-feb-EN.md rename to old/content/r&r-feb-EN.md diff --git a/content/r&r-feb-NL.md b/old/content/r&r-feb-NL.md similarity index 100% rename from content/r&r-feb-NL.md rename to old/content/r&r-feb-NL.md diff --git a/content/r&r-jan-EN.md b/old/content/r&r-jan-EN.md similarity index 100% rename from content/r&r-jan-EN.md rename to old/content/r&r-jan-EN.md diff --git a/content/r&r-jan-NL.md b/old/content/r&r-jan-NL.md similarity index 100% rename from content/r&r-jan-NL.md rename to old/content/r&r-jan-NL.md diff --git a/content/radio_on.md b/old/content/radio_on.md similarity index 100% rename from content/radio_on.md rename to old/content/radio_on.md diff --git a/content/radio_on_nl.md b/old/content/radio_on_nl.md similarity index 100% rename from content/radio_on_nl.md rename to old/content/radio_on_nl.md diff --git a/content/red.en.md b/old/content/red.en.md similarity index 100% rename from content/red.en.md rename to old/content/red.en.md diff --git a/content/red.nl.md b/old/content/red.nl.md similarity index 100% rename from content/red.nl.md rename to old/content/red.nl.md diff --git a/content/relearn.2019.en.md b/old/content/relearn.2019.en.md similarity index 100% rename from content/relearn.2019.en.md rename to old/content/relearn.2019.en.md diff --git a/content/relearn.2019.nl.md b/old/content/relearn.2019.nl.md similarity index 100% rename from content/relearn.2019.nl.md rename to old/content/relearn.2019.nl.md diff --git a/content/relearn.en.md b/old/content/relearn.en.md similarity index 100% rename from content/relearn.en.md rename to old/content/relearn.en.md diff --git a/content/relearn.nl.md b/old/content/relearn.nl.md similarity index 100% rename from content/relearn.nl.md rename to old/content/relearn.nl.md diff --git a/content/samenscholing.en.md b/old/content/samenscholing.en.md similarity index 100% rename from content/samenscholing.en.md rename to old/content/samenscholing.en.md diff --git a/content/samenscholing.nl.md b/old/content/samenscholing.nl.md similarity index 100% rename from content/samenscholing.nl.md rename to old/content/samenscholing.nl.md diff --git a/content/sdr-workshop.en.md b/old/content/sdr-workshop.en.md similarity index 100% rename from content/sdr-workshop.en.md rename to old/content/sdr-workshop.en.md diff --git a/content/sdr-workshop.nl.md b/old/content/sdr-workshop.nl.md similarity index 100% rename from content/sdr-workshop.nl.md rename to old/content/sdr-workshop.nl.md diff --git a/content/social-media-next-steps.md b/old/content/social-media-next-steps.md similarity index 100% rename from content/social-media-next-steps.md rename to old/content/social-media-next-steps.md diff --git a/content/sounduncloud.en.md b/old/content/sounduncloud.en.md similarity index 100% rename from content/sounduncloud.en.md rename to old/content/sounduncloud.en.md diff --git a/content/sounduncloud.nl.md b/old/content/sounduncloud.nl.md similarity index 100% rename from content/sounduncloud.nl.md rename to old/content/sounduncloud.nl.md diff --git a/content/techno-galactic-observatory-book-launch-screaning.md b/old/content/techno-galactic-observatory-book-launch-screaning.md similarity index 100% rename from content/techno-galactic-observatory-book-launch-screaning.md rename to old/content/techno-galactic-observatory-book-launch-screaning.md diff --git a/content/the-network-we-_de_served.en.md b/old/content/the-network-we-_de_served.en.md similarity index 100% rename from content/the-network-we-_de_served.en.md rename to old/content/the-network-we-_de_served.en.md diff --git a/content/the-network-we-_de_served.nl.md b/old/content/the-network-we-_de_served.nl.md similarity index 100% rename from content/the-network-we-_de_served.nl.md rename to old/content/the-network-we-_de_served.nl.md diff --git a/content/the-secret-life-seizoen-1.en.md b/old/content/the-secret-life-seizoen-1.en.md similarity index 100% rename from content/the-secret-life-seizoen-1.en.md rename to old/content/the-secret-life-seizoen-1.en.md diff --git a/content/the-secret-life-seizoen-1.nl.md b/old/content/the-secret-life-seizoen-1.nl.md similarity index 100% rename from content/the-secret-life-seizoen-1.nl.md rename to old/content/the-secret-life-seizoen-1.nl.md diff --git a/content/the-secret-life-seizoen-2.en.md b/old/content/the-secret-life-seizoen-2.en.md similarity index 100% rename from content/the-secret-life-seizoen-2.en.md rename to old/content/the-secret-life-seizoen-2.en.md diff --git a/content/the-secret-life-seizoen-2.nl.md b/old/content/the-secret-life-seizoen-2.nl.md similarity index 100% rename from content/the-secret-life-seizoen-2.nl.md rename to old/content/the-secret-life-seizoen-2.nl.md diff --git a/content/the-secret-life-seizoen-3.en.2.md b/old/content/the-secret-life-seizoen-3.en.2.md similarity index 100% rename from content/the-secret-life-seizoen-3.en.2.md rename to old/content/the-secret-life-seizoen-3.en.2.md diff --git a/content/the-secret-life-seizoen-3.en.md b/old/content/the-secret-life-seizoen-3.en.md similarity index 100% rename from content/the-secret-life-seizoen-3.en.md rename to old/content/the-secret-life-seizoen-3.en.md diff --git a/content/the-secret-life-seizoen-3.nl.2.md b/old/content/the-secret-life-seizoen-3.nl.2.md similarity index 100% rename from content/the-secret-life-seizoen-3.nl.2.md rename to old/content/the-secret-life-seizoen-3.nl.2.md diff --git a/content/the-secret-life-seizoen-3.nl.md b/old/content/the-secret-life-seizoen-3.nl.md similarity index 100% rename from content/the-secret-life-seizoen-3.nl.md rename to old/content/the-secret-life-seizoen-3.nl.md diff --git a/content/the-social-in-the-media-odd.en.md b/old/content/the-social-in-the-media-odd.en.md similarity index 100% rename from content/the-social-in-the-media-odd.en.md rename to old/content/the-social-in-the-media-odd.en.md diff --git a/content/the-social-in-the-media-odd.nl.md b/old/content/the-social-in-the-media-odd.nl.md similarity index 100% rename from content/the-social-in-the-media-odd.nl.md rename to old/content/the-social-in-the-media-odd.nl.md diff --git a/content/the_key_to_casio_en.md b/old/content/the_key_to_casio_en.md similarity index 100% rename from content/the_key_to_casio_en.md rename to old/content/the_key_to_casio_en.md diff --git a/content/the_key_to_casio_nl.md b/old/content/the_key_to_casio_nl.md similarity index 100% rename from content/the_key_to_casio_nl.md rename to old/content/the_key_to_casio_nl.md diff --git a/content/there-is-an-elephant-in-the-room.en.md b/old/content/there-is-an-elephant-in-the-room.en.md similarity index 100% rename from content/there-is-an-elephant-in-the-room.en.md rename to old/content/there-is-an-elephant-in-the-room.en.md diff --git a/content/there-is-an-elephant-in-the-room.nl.md b/old/content/there-is-an-elephant-in-the-room.nl.md similarity index 100% rename from content/there-is-an-elephant-in-the-room.nl.md rename to old/content/there-is-an-elephant-in-the-room.nl.md diff --git a/content/what-a-website-can-be.en.md b/old/content/what-a-website-can-be.en.md similarity index 100% rename from content/what-a-website-can-be.en.md rename to old/content/what-a-website-can-be.en.md diff --git a/content/what-a-website-can-be.nl.md b/old/content/what-a-website-can-be.nl.md similarity index 100% rename from content/what-a-website-can-be.nl.md rename to old/content/what-a-website-can-be.nl.md diff --git a/content/what-remains-playtest.en.md b/old/content/what-remains-playtest.en.md similarity index 100% rename from content/what-remains-playtest.en.md rename to old/content/what-remains-playtest.en.md diff --git a/content/what-remains-playtest.nl.md b/old/content/what-remains-playtest.nl.md similarity index 100% rename from content/what-remains-playtest.nl.md rename to old/content/what-remains-playtest.nl.md diff --git a/content/woodstonekugelblitz-druk.en.md b/old/content/woodstonekugelblitz-druk.en.md similarity index 100% rename from content/woodstonekugelblitz-druk.en.md rename to old/content/woodstonekugelblitz-druk.en.md diff --git a/content/woodstonekugelblitz-druk.nl.md b/old/content/woodstonekugelblitz-druk.nl.md similarity index 100% rename from content/woodstonekugelblitz-druk.nl.md rename to old/content/woodstonekugelblitz-druk.nl.md diff --git a/content/wttf-mastodon-and-the-fediverse.en.md b/old/content/wttf-mastodon-and-the-fediverse.en.md similarity index 100% rename from content/wttf-mastodon-and-the-fediverse.en.md rename to old/content/wttf-mastodon-and-the-fediverse.en.md diff --git a/content/wttf-mastodon-and-the-fediverse.nl.md b/old/content/wttf-mastodon-and-the-fediverse.nl.md similarity index 100% rename from content/wttf-mastodon-and-the-fediverse.nl.md rename to old/content/wttf-mastodon-and-the-fediverse.nl.md diff --git a/content/wttf-the-ecosystem-is-moving.en.md b/old/content/wttf-the-ecosystem-is-moving.en.md similarity index 100% rename from content/wttf-the-ecosystem-is-moving.en.md rename to old/content/wttf-the-ecosystem-is-moving.en.md diff --git a/content/wttf-the-ecosystem-is-moving.nl.md b/old/content/wttf-the-ecosystem-is-moving.nl.md similarity index 100% rename from content/wttf-the-ecosystem-is-moving.nl.md rename to old/content/wttf-the-ecosystem-is-moving.nl.md diff --git a/develop_server.sh b/old/develop_server.sh similarity index 100% rename from develop_server.sh rename to old/develop_server.sh diff --git a/old/output/21-Camp-Century-en.html b/old/output/21-Camp-Century-en.html new file mode 100644 index 0000000..af7cc86 --- /dev/null +++ b/old/output/21-Camp-Century-en.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ home + over +
+
+
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Camp Century +
    +
    + +
    +
    2019-11-09 20:30
    +
    Published at 09 November 2019
    +
    + +
    +
    +
    +

    With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil and gas deposits, a new rush for the artic has started.

    +

    In the late 1950s, during the height of the Cold War, the US military constructed a secret base in the arctic, hidden from the populations of Greenland and Denmark. This base was a nuclear power facility and part of the secret Project Iceworm. During this edition of Century 21 Calling we will be screening the documentary Camp Century, which is about the construction of the base "Camp Century", the first of many envisioned bases on Greenland, to give you more context about the topic. Before the lecture there will be a lecture by David Young on the topic of Greenland, American politics and control and command strutter of the cold war.

    +

    David Young is a researcher interested in archiving media technologies, the history of computing, and the discourses of defence research in the United States during the Cold War. He is currently a M3C/AHRC-funded doctoral researcher at the University of Nottingham; his PhD topic is an examination of the technological administration of command and control systems, the forms of disciplinary practices they depend on in order to operate, and the strategic rationalities which shape their development over time. He has a background in digital media art, and has collaborated with artists, designers, and scientists in the production of experimental, research-oriented artworks funded by the Arts Trust Scotland, New Scotland's Alt-W award, and Creative Scotland.

    +

    Century 21 Calling is a series of screenings initiated by the Save_as collective and hosted at Varia in Rotterdam. Together, we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.

    +

    Door open: 20:30
    +David Young lecture starts: 21:00
    +Screening: 21:45
    +Entry: Donation

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/21-Camp-Century.html b/old/output/21-Camp-Century.html new file mode 100644 index 0000000..0c0057e --- /dev/null +++ b/old/output/21-Camp-Century.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Camp Century +
    +
    + +
    +
    2019-11-09 20:30:00
    +
    Gepubliceerd op 09 November 2019
    +
    + +
    +
    +
    +

    Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale, olie- en gasafzettingen, is een nieuwe stormloop op het poolgebied een feit.

    +

    In de late jaren 1950, op het hoogtepunt van de Koude Oorlog, bouwde het Amerikaanse leger een geheime basis in het noordpoolgebied, verborgen voor de bevolking van Groenland en Denemarken. Deze basis werd een kerncentrale en was onderdeel van het geheime Project Iceworm .Tijdens deze editie van Century 21 Calling zullen we de documentaire Camp Century bekijken om meer context te geven over dit onderwerp. De film gaat over de bouw van de basis "Camp Century", de eerste van vele voorgestelde bases op Groenland. Voor de lezing geeft David Young een lezing over Groenland, de Amerikaanse politiek en de controle en commando strutter van de koude oorlog.

    +

    David Young is een onderzoeker die geïnteresseerd is in het archiveren van mediatechnologieën, de geschiedenis van informatica en het discours van defensie-onderzoek in de Verenigde Staten tijdens de Koude Oorlog. Hij is momenteel een M3C / AHRC-gefinancierd doctoraatsonderzoeker aan de Universiteit van Nottingham; zijn doctoraatsthema is een onderzoek naar de technologische administratie van commando- en controlesystemen, de vormen van disciplinaire praktijken waarvan ze afhankelijk zijn om te opereren, en de strategische rationaliteiten die hun ontwikkeling in de loop van de tijd bepalen. Hij heeft een achtergrond in digitale mediakunst en heeft samengewerkt met kunstenaars, ontwerpers en wetenschappers bij de productie van experimentele, op onderzoek gerichte kunstwerken gefinancierd door de Arts Trust Scotland, de Alt-W Award van New Scotland en Creative Scotland.

    +

    Century 21 Calling is een initiatief van het collectief Save_as en wordt georganiseerd bij Varia in Rotterdam. Samen kijken we naar de industriële archieffilms, infomercials, tv-rapporten en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken deze om het heden te doorgronden.

    +

    Deur open: 20:30
    +David Young lezing begint: 21:00
    +Screening: 21:45
    +Entree: Donatie

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/21-Crystals-War-en.html b/old/output/21-Crystals-War-en.html new file mode 100644 index 0000000..e13f4ac --- /dev/null +++ b/old/output/21-Crystals-War-en.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Crystals Go To War +
    +
    + +
    +
    2019-08-24 20:30
    +
    Published at 24 August 2019
    +
    + +
    +
    +
    +

    Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

    +

    This evening we will be screening the documentary Crystal Go To War from 1943. Created by the U.S. Army Signal Corps in 1943, it shows the processes that quartz crystals have to go through before they are ready to be inserted into radios and communication equipment.

    +

    Quartz crystals have been part of human life for decades and since the discovery of its piezoelectric properties in the 1880's it has been a key component in modern technology.

    +

    Before the screening, there will be a small introduction the usage of crystals in technology. So join us on the 24 for the first screening of the 2 seasons of Century 21 Calling!

    +

    “Century 21 Calling” is a series of screenings initiated by the Save_as collective and hosted at Varia in Rotterdam.

    +
      +
    • door: 20:30
    • +
    • intro: 20:45
    • +
    • screening: 21:00
    • +
    • price: Donation
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/21-Crystals-War.html b/old/output/21-Crystals-War.html new file mode 100644 index 0000000..f00da92 --- /dev/null +++ b/old/output/21-Crystals-War.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Crystals Go To War +
    +
    + +
    +
    2019-08-24 20:30:00
    +
    Gepubliceerd op 24 August 2019
    +
    + +
    +
    +
    +

    Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

    +

    Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S. Army Signal Corps in 1943, toont de film de processen die kwartskristallen moeten doorlopen voordat ze klaar zijn om in radio's en communicatieapparatuur te worden ingebracht.

    +

    Kwartskristallen maken al tientallen jaren deel uit van het daglijks leven en vormen sinds de ontdekking van hun piëzo-elektrische eigenschappen in de jaren 1880 een belangrijk onderdeel van onze moderne technologie.

    +

    Voorafgaand aan de screening zal er een korte introductie worden gegeven van het gebruik van kristallen in technologie. Een mooi begin van het tweede seizoen van Century 21 Calling!

    +

    "Century 21 Calling" is een reeks screenings die is geïnitieerd door het collectief Save_as en wordt gehost door Varia.

    +
      +
    • deur: 20:30
    • +
    • intro: 20:45
    • +
    • screening: 21:00
    • +
    • prijs: donatie
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/21-High-Rise-en.html b/old/output/21-High-Rise-en.html new file mode 100644 index 0000000..ab4b627 --- /dev/null +++ b/old/output/21-High-Rise-en.html @@ -0,0 +1,126 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Rising to the High-Rise +
    +
    + +
    +
    2018-05-26 20:00
    +
    Published at 02 May 2018
    +
    + +
    +
    +
    +

    During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the past? Where is the paperless office? What happened to the phone exchange when we cut the cord? What takes place at the office after work? And how do you react to customers when they complain about your product? All of this and more will the answered at the next edition of Century 21 Calling.

    +

    In a series of screenings called “Century 21 Calling”, an initiative started by the collective Save_as and hosted at Varia in Rotterdam, we look at the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

    +
      +
    • door: 20:00
    • +
    • intro: 20:15
    • +
    • screening: 20:30
    • +
    • price: Donation
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/21-High-Rise.html b/old/output/21-High-Rise.html new file mode 100644 index 0000000..9aedddd --- /dev/null +++ b/old/output/21-High-Rise.html @@ -0,0 +1,126 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Rising to the High-Rise +
    +
    + +
    +
    2018-05-26 20:00:00
    +
    Gepubliceerd op 02 May 2018
    +
    + +
    +
    +
    +

    Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts een herhaling van het verleden? Wat is er met de telefooncentrale gebeurd toen we die verbinding verbraken? Wat gebeurt er op kantoor na het werk? En hoe reageer je op klanten als ze klagen over je product? Dit alles en meer zal worden beantwoord tijdens de volgende editie van Century 21 Calling.

    +

    In een reeks screenings genaamd 'Century 21 Calling', een initiatief gestart door het collectief Save_as en gehost door varia in Rotterdam, kijken we naar de industriële archieven, 'infomercials' van bedrijven en historische documentaires. Al dit materiaal heeft onze verbeelding van 'morgen' gevormd en dus is het tijd om deze voor het voetlicht van vandaag te werpen.

    +
      +
    • deuren open: 20:00
    • +
    • introductie: 20:15
    • +
    • screening: 20:30
    • +
    • prijs: Donaties welkom
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/C21C-en.html b/old/output/C21C-en.html new file mode 100644 index 0000000..32374e3 --- /dev/null +++ b/old/output/C21C-en.html @@ -0,0 +1,125 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Safety First +
    +
    + +
    +
    2019-04-20 20:00
    +
    Published at 20 April 2019
    +
    + +
    +
    +
    +

    During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in the traffic? What are the dangers around the office? Where can your children play safely? These questions and many more will be addressed during this informative evening.

    +

    During “Century 21 Calling”, an series of screenings started by the collective Save_as and hosted at Varia in Rotterdam, we observe the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

    +
      +
    • door: 20:00
    • +
    • start: 20:30
    • +
    • price: donation
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/C21C.html b/old/output/C21C.html new file mode 100644 index 0000000..c3a7271 --- /dev/null +++ b/old/output/C21C.html @@ -0,0 +1,125 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Century 21 Calling - Safety First +
    +
    + +
    +
    2019-04-20 20:00:00
    +
    Gepubliceerd op 20 April 2019
    +
    + +
    +
    +
    +

    Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren op kantoor? Waar kunnen je kinderen veilig spelen? Deze vragen en vele andere komen tijdens deze informatieve avond aan bod.

    +

    Tijdens "Century 21 Calling", een reeks screenings die is geïnitieerd door het collectief Save_as en wordt gehost door Varia, bekijken we de industriële archieven, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen vormden en houden deze tegen het licht van het heden.

    +
      +
    • deur: 20:00
    • +
    • start: 20:30
    • +
    • prijs: donatie
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/CLM-and-Violenza-en.html b/old/output/CLM-and-Violenza-en.html new file mode 100644 index 0000000..1f3372b --- /dev/null +++ b/old/output/CLM-and-Violenza-en.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Concert: CLM and Maria Violenza +
    +
    + +
    +
    2018-04-17 20:30
    +
    Published at 31 March 2018
    +
    + +
    +
    +
    +

    Varia presents two concerts by three incredible musicians from Italy.

    +

    CLM (formerly known as Cascao & Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion and poppy art melodies: evoking talking heads, the residents, and proto 70's & 80's wave stuff. In 2016 they released their first LP 'Spleenism' on vinyl and digital through the San Francisco based Cochon records.

    + + +

    CLM on Soundcloud

    +

    Sicilian born and Rome based Maria Violenza plays dark synth punk music under the influence of her homelands’ mixed cultural heritage. Besides her rousing solo-work, she is also a member of French music collective Grand Triple Alliance Internationale De L’Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy and Corpus Christi.

    + + +

    Maria Violenza's bandcamp page

    +

    Date: 17 April 2018 +Entrance: 3 euro +Doors: 20:30 +Start: 21:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/CLM-and-Violenza.html b/old/output/CLM-and-Violenza.html new file mode 100644 index 0000000..31a2119 --- /dev/null +++ b/old/output/CLM-and-Violenza.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Concert: CLM en Maria Violenza +
    +
    + +
    +
    2018-04-17 20:30:00
    +
    Gepubliceerd op 31 March 2018
    +
    + +
    +
    +
    +

    Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

    +

    CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy art-melodieën: denk daarbij aan Talking Heads, The Residents en proto 70's & 80's wave-dingen. In 2016 brachten ze hun eerste LP 'Spleenism' uit op vinyl en digitaal via Cochon-records in San Francisco.

    + + +

    CLM op Soundcloud

    +

    De in Sicilië geboren en in Rome wonende Maria Violenza speelt donkere synth punkmuziek onder de invloed van het gemengde culturele erfgoed van haar thuisland. Naast haar opzwepende solowerk is ze ook lid van het Franse muziekcollectief Grand Triple Alliance Internationale De L'Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy en Corpus Christi.

    + + +

    Maria Violenza op bandcamp

    +

    Datum: 17 April 2018 +Entree: 3 euro +Deur: 20:30 +Start: 21:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Entrepecariat-Book-Launch-en.html b/old/output/Entrepecariat-Book-Launch-en.html new file mode 100644 index 0000000..d3bc80c --- /dev/null +++ b/old/output/Entrepecariat-Book-Launch-en.html @@ -0,0 +1,123 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Entreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launch +
    +
    + +
    +
    2019-11-09 18:00
    +
    Published at 09 November 2019
    +
    + +
    +
    +
    +

    Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

    +

    Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in perennial start-up phase. Silvio Lorusso guides us through the entreprecariat, a world where change is natural and healthy, whatever it may bring. A world populated by motivational posters, productivity tools, mobile offices and self-help techniques. A world in which a mix of entrepreneurial ideology and widespread precarity is what regulates professional social media, online marketplaces for self-employment and crowdfunding platforms for personal needs. The result? A life in permanent beta, with sometimes tragic implications.

    +

    “A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019

    +

    Time: 18:00h - 19:00h

    +

    Entry: Free/Donation

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Entrepecariat-Book-Launch.html b/old/output/Entrepecariat-Book-Launch.html new file mode 100644 index 0000000..00711bd --- /dev/null +++ b/old/output/Entrepecariat-Book-Launch.html @@ -0,0 +1,122 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Entreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatie +
    +
    + +
    +
    2019-11-09 18:00:00
    +
    Gepubliceerd op 09 November 2019
    +
    + +
    +
    +
    +

    Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een wereld die bevolkt wordt door motiverende posters, productiviteitstools, mobiele kantoren en zelfhulptechnieken. Een wereld waarin een mengeling van ondernemersideologie en wijdverbreide precariteit de professionele sociale media, online marktplaatsen voor zelfstandig ondernemerschap en crowdfundingplatforms voor persoonlijke behoeften reguleert. Het resultaat? Een leven in permanente bèta, met soms tragische implicaties.

    +

    “A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019

    +

    Tijden: 18:00h - 19:00h

    +

    Entree: Gratis/Donatie

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Infinite-Outwardness-en.html b/old/output/Infinite-Outwardness-en.html new file mode 100644 index 0000000..fc6cc56 --- /dev/null +++ b/old/output/Infinite-Outwardness-en.html @@ -0,0 +1,149 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Infinite Outwardness +
    +
    + +
    +
    2018-05-18 20:00
    +
    Published at 20 April 2018
    +
    + +
    +
    +
    +

    Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable space junk to cosmic toilets, this will be an evening to remember!

    +

    Door: 20:00 +Start: 20:30 +Price: Donation

    +

    http://varia.zone/

    +

    Line-up:

    +
      +
    • Erik Debny is one of Belgium's hidden gems. On a time travel from the sixties, this man single-handedly, or together with his band the Shovels, transforms the universe of music as we know it into a trip to the boundaries of sonic belief. He will perform songs from 2016's 'Spaced Out In Outer Space' and his brand new album 'Beat The System'.
    • +
    +

    https://www.youtube.com/watch?v=Xk1n0D-2OqM

    +
      +
    • +

      Wojtek Szustak is an inventive composer from Krakow who works with and around space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop in Charlois where he will make new electronic instruments from old stuff he finds on the streets. The results will be presented during the event.

      +
    • +
    • +

      Niek Hilkmann is a topsy-turvy polymath who conducted an amateur avant-garde orchestra, created a one hundred meter long moving panorama, constructed the Universal Notation Ideal (UNI) system and curated events such as "Will VHS Save The Universe?" and "Floppy Totaal”. During ‘Infinite Outwardness’ he will exhibit the debris of his current projects 'Galaxico; Christmas between the stars' and 'The International Space Disenchantment Research Association'.

      +
    • +
    +

    https://www.youtube.com/watch?v=iGj95EddDos

    +
      +
    • Joshua Thies is a Rotterdam based artist working predominantly in the field of sound as a jumping off point for new projects. He will present an audible exploration of cosmological phenomena and take us into space via Google’s colonisation of virtual space. Digital and/or virtual mapping of Earth, claiming territory via mapping and viewing Earth from orbit have been the subject of his recent work.
    • +
    +

    http://joshuathies.blogspot.nl/

    +
      +
    • Squirrel, Arrow, Bee and Fly is the moniker of the international research designer team that brought you Toilettronic; a stress free toilet experience in space. It is a gamified toilet navigation system for space habitats. During 'Infinite Outwardness' the team will present a musical sequel to this project.
    • +
    +

    http://oyoana.com/toilettronic

    +
      +
    • DJ Cosmos404 and DJ Naam are household names in the global space DJ scene. In May they will team up to bring you music from the fourth dimension and beyond that will take your mind to another level of conscienceless.
    • +
    +

    This event is made possible with the kind support of Popunie Rotterdam, WORM Pirate Bay and of course... varia.

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Infinite-Outwardness.html b/old/output/Infinite-Outwardness.html new file mode 100644 index 0000000..f7ee15a --- /dev/null +++ b/old/output/Infinite-Outwardness.html @@ -0,0 +1,148 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Infinite Outwardness +
    +
    + +
    +
    2018-05-18 20:00:00
    +
    Gepubliceerd op 20 April 2018
    +
    + +
    +
    +
    +

    Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot kosmische toiletten, wordt dit een avond om niet snel te vergeten!

    +

    Deur: 20:00 +Start: 20:30 +Entree: Donatie

    +

    Line-up:

    +
      +
    • Erik Debny is een van de verborgen parels van België. Op een tijdreis uit de jaren zestig transformeert deze man in zijn eentje, of samen met zijn band the Shovels, het universum van muziek zoals we dat kennen tot een reis naar de grenzen van het sonische geloof. Hij zal nummers van 'Spaced Out In Outer Space' uit 2016 en zijn gloednieuwe album 'Beat The System' spelen.
    • +
    +

    https://www.youtube.com/watch?v=Xk1n0D-2OqM

    +
      +
    • +

      Wojtek Szustak is een inventieve componist uit Krakau die met en rond ruimteafval werkt. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-rommelworkshop geven in Charlois, waarbij hij nieuwe elektronische instrumenten zal maken van oude spullen die hij op straat vindt. De resultaten worden tijdens het evenement gepresenteerd.

      +
    • +
    • +

      Niek Hilkmann is een componist die een amateur avant-gardistisch orkest leidde, een honderd meter lang bewegend panorama creëerde, het Universal Notation Ideal (UNI)-systeem construeerde en evenementen organiseerde zoals "Will VHS Save The Universe?" en "Floppy Totaal". Tijdens 'Infinite Outwardness' toont hij het puin van zijn meer recente projecten 'Galaxico, kerst tussen de sterren' en 'The International Space Disenchantment Research Association'.

      +
    • +
    +

    https://www.youtube.com/watch?v=iGj95EddDos

    +
      +
    • Joshua Thies is een Rotterdamse kunstenaar die voornamelijk op het gebied van geluid werkt als een startpunt voor nieuwe projecten. Hij presenteert een sonische verkenning van kosmologische verschijnselen en neemt ons mee naar de ruimte via Google's kolonisatie van virtuele ruimte. Digitale en / of virtuele mapping van de aarde, het claimen van territorium via mapping en het bekijken van de aarde vanuit een baan zijn het onderwerp geweest van zijn recente werk.
    • +
    +

    http://joshuathies.blogspot.nl/

    +
      +
    • Squirrel, Arrow, Bee and Fly is de naam van het internationale onderzoeksteam dat u Toilettronic heeft geleverd; een stressvrije toiletervaring in de ruimte. Het is een gamified toiletnavigatiesysteem voor ruimtehabitats. Tijdens 'Infinite Outwardness' presenteert het team een muzikaal vervolg op dit project.
    • +
    +

    http://oyoana.com/toilettronic

    +
      +
    • DJ Cosmos404 en DJ Naam zijn bekende namen in de wereldwijde ruimte-DJ-scene. In mei zullen ze samenwerken om muziek uit de vierde dimensie te brengen die je geest naar een ander niveau zal verplaatsen.
    • +
    +

    Dit evenement wordt mogelijk gemaakt met de vriendelijke steun van Popunie Rotterdam, WORM Pirate Bay en natuurlijk ... varia.

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Silva-and-Krantz-en.html b/old/output/Silva-and-Krantz-en.html new file mode 100644 index 0000000..47a8f5f --- /dev/null +++ b/old/output/Silva-and-Krantz-en.html @@ -0,0 +1,118 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Concert: Matheus Silva and Theo Krantz Album Release +
    +
    + +
    +
    2018-08-17 21:00
    +
    Published at 09 August 2018
    +
    + +
    +
    +
    +

    Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which blends ambient synthesizer work with tape sounds and the human voice.

    + + +

    Theo Krantz's bandcamp page

    +

    Matheus Silva is an electronic artist originating from Brazil. From his start as a musician in the Florida hardcore punk scene in 2011, he eventually moved onto producing electronic music as a solo artist. With an eclectic musical background, he draws inspiration from various genres of music such as ambient drone and hip hop to produce a unique sound.

    + + +

    Matheus Silva on Soundcloud

    +

    Date: 17 August 2018
    +Entrance: Free / Donation
    +Door: 21:00
    +Start: 22:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Silva-and-Krantz.html b/old/output/Silva-and-Krantz.html new file mode 100644 index 0000000..81c92ee --- /dev/null +++ b/old/output/Silva-and-Krantz.html @@ -0,0 +1,118 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Concert: Matheus Silva and Theo Krantz Album Release +
    +
    + +
    +
    2018-08-17 21:00:00
    +
    Gepubliceerd op 09 August 2018
    +
    + +
    +
    +
    +

    Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met tape-geluiden en de menselijke stem.

    + + +

    Theo Krantz's op Bandcamp

    +

    Matheus Silva is een elektronische kunstenaar, afkomstig uit Brazilië. Na een begin als muzikant in de hardcore punkscene van Florida in 2011, stapte hij over op het produceren van elektronische muziek als soloartiest. Vanuit een eclectische muzikale achtergrond haalt hij inspiratie uit verschillende muziekgenres, zoals ambient, drone en hiphop, om een uniek geluid te produceren.

    + + +

    Matheus Silva op Soundcloud

    +

    Datum: 17 Augustus 2018
    +Entree: Gratis / Donatie
    +Deur: 21:00
    +Start: 22:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Space-Junk-Workshop-en.html b/old/output/Space-Junk-Workshop-en.html new file mode 100644 index 0000000..f383f46 --- /dev/null +++ b/old/output/Space-Junk-Workshop-en.html @@ -0,0 +1,125 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Wojtek Szustak - Space Junk Workshop +
    +
    + +
    +
    2018-05-18 10:00
    +
    Published at 23 April 2018
    +
    + +
    +
    +
    +

    Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results will be presented during the evening.

    +

    Want to join?

    +

    Please sign up through: info@varia.zone. +There's only limited capacity, so don't wait too long!

    +
      +
    • door: 10:00
    • +
    • start: 10:30
    • +
    • end: 18:00
    • +
    • price: 5 euro
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/Space-Junk-Workshop.html b/old/output/Space-Junk-Workshop.html new file mode 100644 index 0000000..77305cc --- /dev/null +++ b/old/output/Space-Junk-Workshop.html @@ -0,0 +1,125 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Wojtek Szustak - Space Junk Workshop +
    +
    + +
    +
    2018-05-18 10:00:00
    +
    Gepubliceerd op 23 April 2018
    +
    + +
    +
    +
    +

    Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

    +

    Wil je meedoen?

    +

    Meld je dan aan via: info@varia.zone.

    +

    Er is slechts ruimte voor een beperkt aantal deelnemers, dus wacht niet te lang!

    +
      +
    • deur: 10:00
    • +
    • start: 10:30
    • +
    • eind: 18:00
    • +
    • prijs: 5 euro
    • +
    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/algologs-en.html b/old/output/algologs-en.html new file mode 100644 index 0000000..b865d58 --- /dev/null +++ b/old/output/algologs-en.html @@ -0,0 +1,158 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Algologs +
    +
    + +
    +
    2018-03-16 19:00
    +
    Published at 28 February 2018
    +
    + +
    +
    +
    +

    practices in the age of algorithmic reprediction

    +

    Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet. Algologs is part of a series of occurances meant to open up the usually Brussels-based Algolit meetings by inviting external speakers, presenters and participants to join the conversation. During Algologs, we will increase the % of engagement with everyday algorithms.

    +

    On Friday evening we explore a multiplication of Algoliterary ways of converting words to numbers x infrapunctural reliefs x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Together we will log algorithmic attitudes, voices and practices.

    +

    The presentations on Friday are followed by an Algolit session on Saturday, where we will host a collective dive into the clustering techniques of word-embeddings. We propose to look at a specific implementation of word-embeddings step-by-step, to use it as a source for recipies for small (code or non-code based) experiments.

    +

    Calling all extra-amateurs, protoprofessionals and circumstantial algologgers.

    +
    +

    Algolit is a Brussels-based group of artists, designers, programmers and activists that meet once a month to write textual code experiments together.

    +

    Cristina Cochior is a Rotterdam-based researcher, designer and enthusiast media aggregator who is currently interested in algorithmic stress relief.

    +

    the XPUB practitioners are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.

    +

    Marloes de Valk is a software artist and writer in the post-despair stage of coping with the threat of global warming and being spied on by the devices surrounding her.

    +
    +

    Program

    +

    Friday 16th of March, 19:00 - 21:30+
    +Introductions, infrapunctures, bookscanner samples, big data promises

    +

    18:45 - 19:00 doors are open

    +

    19:00 - 19:20 Algoliterary introductions
    +19:20 - 19:40 Infrapunctures
    +19:40 - 19:50 --BREAK--
    +19:50 - 21:00 XPUB bookscanner pipelines
    +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”
    +21:30 onwards Drinks & Discussion

    +

    Saturday 17th of March, 10:00 - 18:00
    +Algolit session: From words to numbers through word-embeddings

    +

    This session is special edition and part of a longer timeline of monthly Algolit gatherings organised by Constant in the WTC25 in Brussels. In 2018 Algolit decided to open the sessions, to allow incisive jump-in jump-out participation. More information & material around Algolit can be found on algolit.net.

    +

    We will start the day with going step-by-step through the script word2vec_basic.py, and slowly slide into both code-based and non-code based experiments, depending on what the attendants are inclined towards. This work session is a moment to try things out yourself.

    +

    Note to attendants: It would be good to bring a laptop. Not per se for the reason of working with code or digital tools (we are big enthusiasts of non-coding experiments!), but we usually take notes collectively or look at references. For that reason a laptop is a nice companion!

    +

    If you are interested to attend this session, please email info@varia.zone at any point in advance.

    +

    Location
    +Varia - Gouwstraat 3, Rotterdam
    +varia.zone

    +
    +

    Links to previous exercises around these topics

    + +
    +

    The research project of Cristina Cochior is kindly supported by cbk rotterdam.

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/algologs.html b/old/output/algologs.html new file mode 100644 index 0000000..98fa6ee --- /dev/null +++ b/old/output/algologs.html @@ -0,0 +1,158 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Algologs +
    +
    + +
    +
    2018-03-16 19:00:00
    +
    Gepubliceerd op 28 February 2018
    +
    + +
    +
    +
    +

    practices in the age of algorithmic reprediction

    +

    Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten. Algologs maakt deel uit van een reeks ontmoetingen rondom de Algolit-bijeenkomsten (die normaal gesproken in Brussel plaatsvinden), om zo externe sprekers, presentatoren en deelnemers uit te nodigen om deel te nemen aan het gesprek. Tijdens Algologs verhogen we het % betrokkenheid bij alledaagse algoritmes.

    +

    Op vrijdagavond verkennen we een vermenigvuldiging van: Algoliteraire manieren om woorden te vertalen naar cijfers x infrapuncturele opluchtingen x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Om zo samen logs te maken van algoritmische standpunten, stemmen en werkwijzen.

    +

    De presentaties op vrijdag worden gevolgd door een Algolit-sessie op zaterdag, waar we een collectieve duik zullen introduceren in de clusteringstechnieken van word-embeddings. Door stap voor stap naar een specifieke implementatie van word-embeddings te kijken, ontstaat een bron voor recepten voor kleine (op code of niet op code gebaseerde) experimenten.

    +

    Oproep aan alle extra-amateurs, protoprofessionals en indirecte algologgers.

    +
    +

    Algolit is een in Brussel gevestigde groep kunstenaars, ontwerpers, programmeurs en activisten die eenmaal per maand samenkomen om tekst & code experimenten te schrijven.

    +

    Cristina Cochior is een in Rotterdam gevestigde onderzoeker, ontwerper en enthousiaste verzamelaar die momenteel geïnteresseerd is in algoritmische stressverlichting.

    +

    de XPUB practicioners werken momenteel aan OuNuPo: het 5e Special Issue rondom de cultuur van boekenscanners. XPUB is de Experimental Publishing-master van het Piet Zwart Instituut.

    +

    Marloes de Valk is een softwarekunstenaar en -schrijfster in de post-wanhoopfase van het omgaan met de dreiging van het broeikaseffect terwijl zij bespied wordt door de apparaten om haar heen.

    +
    +

    Programma

    +

    Vrijdag 16 maart, 19:00 - 21:30 +
    +Introducties, infrapunctures, voorbeelden van bookscanners, big data-beloften

    +

    18:45 - 19:00 Inloop

    +

    19:00 - 19:20 Algoliteraire introducties
    +19:20 - 19:40 Infrapunctures
    +19:40 - 19:50 --BREAK--
    +19:50 - 21:00 XPUB bookscanner pipelines
    +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”
    +vanaf 21:30 drinks & discussie

    +

    Zaterdag 17 maart, 10:00 - 18: 00
    +Algolit-sessie: van woorden naar cijfers via word-embeddings

    +

    Deze sessie is een speciale editie en maakt deel uit van een langere tijdslijn van maandelijkse Algolit-bijeenkomsten georganiseerd door Constant in het WTC25 in Brussel. In 2018 koos Algolit er voor om haar sessies een meer open karakter te geven, zodat een spontane jump-in jump-out-deelname mogelijk is. Meer informatie en materiaal rond Algolit is te vinden op algolit.net.

    +

    We beginnen de dag met het stapsgewijs doorlopen van het script word2vec_basic.py en langzaam naar zowel op code gebaseerde als niet-code gebaseerde experimenten te werken, afhankelijk van waar de deelnemers een voorkeur voor hebben. Deze werksessie is een moment om zelf en samen dingen uit te proberen.

    +

    Opmerking voor deelnemers: het zou goed zijn om een ​​laptop mee te nemen. Niet per se om met code of digitale hulpmiddelen te werken (we zijn grote fans van analoge experimenten!), maar vanuit de gewoonte om gezamenlijk aantekeningen te maken of te kijken naar referenties. Daarom is een laptop een fijne metgezel!

    +

    Als je geïnteresseerd bent om deze sessie bij te wonen, e-mail dan info@varia.zone op elk gewenst moment van tevoren.

    +

    Locatie
    +Varia - Gouwstraat 3, Rotterdam
    +varia.zone

    +
    +

    Links naar eerdere oefeningen rond deze onderwerpen

    + +
    +

    Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiële bijdrage van CBK Rotterdam cbk rotterdam.

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/alles-flex-call-me-intern-city-dragon-en.html b/old/output/alles-flex-call-me-intern-city-dragon-en.html new file mode 100644 index 0000000..26ce4d6 --- /dev/null +++ b/old/output/alles-flex-call-me-intern-city-dragon-en.html @@ -0,0 +1,140 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Alles Flex? Call me Intern, City Dragon +
    +
    + +
    +
    2020-02-08 17:30
    +
    Published at 08 February 2020
    +
    + +
    +
    +
    +

    Varia would like to invite you to an evening of documentary watching, thoughtful debate and a musical performance!

    +

    On the February we will be screening the documentaries "Alles Flex?" and "Call me Intern", both of which reflect on the devastating consequences caused by the ongoing flexibilization of both housing and work. To further clarify and present these topics, Abel Heijkamp, one of the filmmakers responsible for "Alles Flex?" and member of Bondprecaire Woonvormen, has kindly agreed to be present for a Q&A and conversation.

    +

    The second part of the program will be secured by Sam Kreuk, who will be presenting his solo project, City Dragon.

    +

    Location: Varia, Gouwstraat 3 (Rotterdam)
    +Date: Saturday 8th of February
    +Time: 17:30 - 21:30
    +Entry: Donation

    +

    City Dragon
    +City Dragon is the solo project of Max Kaario aka. Sam Kreuk. Using saxophone, recorders, toys and percussion he creates improvised collages and loops. Expect diva vocalization, power ballads, street trance, a collapsing assemblage of garbage rhythms, Celine Dion mesmer mantra's and much more!

    +

    https://maxkaario.wixsite.com/citydragon
    +https://www.youtube.com/watch?v=GP7PE4qcUS4&feature=emb_title
    +https://citydragon.bandcamp.com/

    +

    Alles Flex?
    +In the documentary ‘Alles Flex?’ (All Flex?) filmmakers Abel Heijkamp (NL) and Julij Borštnik (SI) explore the possible consequences of the current flexibilisation of our life-world. It draws upon the personal accounts of flex workers and flex tenants of different ages and walks of life. What kind of society are we fostering when existential security is no longer a right, but a privilege for those who can afford it?

    +

    ‘Alles Flex?’ is the first episode of a 4 part web documentary series The Future of Work. +Filmed in the Netherlands, Slovenija, Germany and Europe.

    +

    Call me Intern
    +Young, unemployed and frustrated, Filmmakers David Leo Hyde and Nathalie Berger set out to land an internship so they can examine the system from the inside in an act of millenial gonzo-film making.

    +

    After David accepts an internship at the United Nations, they move into a small blue tent on the Geneva lakefront and begin documenting his unpaid intern experience. Their action sparks a global press storm, challenging their roles as filmmakers.

    +

    Meanwhile, Marisa works for a US presidential election campaign, while fending off harassment from her supervisors. Kyle interns for a fortune-500 company, while living in a New York homeless shelter.

    +

    Each of these interns faces a choice: accept the system the way it is or put their careers on the line to speak out against it. Their actions help give visibility and strength to a growing global intern movement. Their journeys reveal the pressures which lead so many millennials to work for free while pop-culture extracts and testimonies from academics, politicians and employers give us a sense of how wide the internship phenomenon has spread.

    +

    Schedule:
    +17:30: Doors open
    +18:00: Alles Flex + Q&A with filmmaker Abel Heijkamp
    +19:45: Break
    +20:00: Call Me Intern
    +21:15: Break
    +21:30: City Dragon

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/alles-flex-call-me-intern-city-dragon.html b/old/output/alles-flex-call-me-intern-city-dragon.html new file mode 100644 index 0000000..60a9581 --- /dev/null +++ b/old/output/alles-flex-call-me-intern-city-dragon.html @@ -0,0 +1,139 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Alles Flex? Call me Intern, City Dragon +
    +
    + +
    +
    2020-02-08 17:30:00
    +
    Gepubliceerd op 08 February 2020
    +
    + +
    +
    +
    +

    Varia nodigt je uit voor een avond vol documentaires, muziek en goede gesprekken!

    +

    Op 8 februari vertonen we de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Om dit onderwerp te verduidelijken heeft Abel Heijkamp, een van de filmmakers van "Alles Flex?" en lid van de Bond Precaire Woonvormen, ermee ingestemd aanwezig te zijn voor een gesprek voor- en achteraf.

    +

    Het tweede deel van het programma wordt verzorgd door Sam Kreuk, die zijn solo-project City Dragon zal presenteren.

    +

    Locatie: Varia, Gouwstraat 3 (Rotterdam)
    +Datum: Zaterdag, 8 Februari
    +Tijd: 17:30 - 21:30
    +Entree: Donatie

    +

    City Dragon
    +City Dragon is het soloproject van Max Kaario aka. Sam Kreuk. Met behulp van saxofoon, blokfluit, speelgoed en percussie maakt hij geïmproviseerde collages en loops. Verwacht de stem van een diva, power ballads, street trance, een verzameling aan afvalritmes, Celine Dion mesmer mantra's en nog veel meer!

    +

    https://maxkaario.wixsite.com/citydragon
    +https://www.youtube.com/watch?v=GP7PE4qcUS4&feature=emb_title
    +https://citydragon.bandcamp.com/

    +

    Alles Flex?
    +In de documentaire ‘Alles Flex?’ (All Flex?) verkennen filmmakers Abel Heijkamp (NL) en Julij Borštnik (SI) de mogelijke gevolgen van de huidige flexibilisering van onze leefwereld. De film is gebaseerd op de persoonlijke verhalen van flexwerkers en flexhuurders met verschillende leeftijden en levenswijzen. Wat voor soort samenleving creëren we wanneer existentiële veiligheid niet langer een recht is, maar een voorrecht voor hen die het zich kunnen veroorloven?

    +

    ‘Alles Flex?’ Is de eerste aflevering van een 4-delige webdocumentaire serie 'The Future of Work' en gefilmd in Nederland, Slovenija, Duitsland en Europa.

    +

    Call me Intern
    +Jong, werkloos en gefrustreerd; filmmakers David Leo Hyde en Nathalie Berger gingen in het kader van een millennial gonzo-filmproductie op stage om het systeem van binnenuit te bekijken.

    +

    Nadat David een stage bij de Verenigde Naties heeft aanvaard, verhuizen Nathalie en hij naar een kleine blauwe tent aan het meer van Genève om zijn onbetaalde stage-ervaring te documenteren. Deze actie veroorzaakt een wereldwijde persstorm en daagt hun rol als filmmaker uit.

    +

    Ondertussen werkt Marisa voor een Amerikaanse presidentsverkiezingencampagne, terwijl ze de intimidatie van haar toezichthouders afweert. Kyle neemt een stage voor een fortuin-500 bedrijf, terwijl hij in een daklozenopvang in New York woont.

    +

    Elk van deze stagiaires staat voor een keuze: het systeem accepteren zoals deze is of hun carrière op het spel zetten door ertegen in te gaan. Hun acties helpen zichtbaarheid en kracht te geven aan een groeiende internationale stage-beweging. Hun verhalen onthullen de druk die zoveel millennials ertoe brengt om gratis te werken, terwijl uittreksels uit popcultuur en getuigenissen van academici, politici en werkgevers ons een idee geven van hoe breed het stage-fenomeen zich al heeft verspreid.

    +

    Schema:
    +17:30: Deuren open
    +18:00: Alles Flex? + Q&A met filmmaker Abel Heijkamp
    +19:45: Breuk
    +20:00: Call Me Intern
    +21:15: Breuk
    +21:30: City Dragon

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/anniversary-en.html b/old/output/anniversary-en.html new file mode 100644 index 0000000..4938da3 --- /dev/null +++ b/old/output/anniversary-en.html @@ -0,0 +1,111 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Looking Back - Varia Anniversary +
    +
    + +
    +
    2018-11-09 20:00
    +
    Published at 09 November 2018
    +
    + +
    +
    +
    +

    It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat.

    +

    You are welcome to join us, feast on our exclusive varia drinks and enjoy nostalgic memories of varia's past and future!

    +

    Thanks to the DJ skills of Newk and DJ USB, plus the rare appearance of the varia karaoke set, this will surely be a night to help you remember!

    +

    Date: Friday, 9 November 2018
    +Door: 20:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/anniversary.html b/old/output/anniversary.html new file mode 100644 index 0000000..59f82a9 --- /dev/null +++ b/old/output/anniversary.html @@ -0,0 +1,111 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Looking Back - Varia Anniversary +
    +
    + +
    +
    2018-11-09 20:00:00
    +
    Gepubliceerd op 09 November 2018
    +
    + +
    +
    +
    +

    Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

    +

    Je bent van harte uitgenodigd om te komen genieten van onze exclusieve varia-drankjes en nostalgische herinneringen aan Varia's verleden en toekomst!

    +

    Dankzij de DJ-vaardigheden van Newk en DJ USB, plus de zeldzame aanwezigheid van de varia karaoke-set, zal dit zeker een nacht worden die iedereen zal helpen herinneren!

    +

    Datum: Vrijdag, 9 November 2018
    +Deur: 20:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/archives.html b/old/output/archives.html new file mode 100644 index 0000000..8e505b2 --- /dev/null +++ b/old/output/archives.html @@ -0,0 +1,200 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + +

    Archives for Varia

    + +
    +
    Sat 21 March 2020
    +
    Sensible World Of Soccer - Varia Cup 2020
    +
    Sat 14 March 2020
    +
    Radio on the radio
    +
    Sat 29 February 2020
    +
    Feministische Hack Bijeenkomsten: Servers
    +
    Sun 23 February 2020
    +
    Read & Repair feat. readings & listings: open licenses edition
    +
    Fri 21 February 2020
    +
    Ctrl-Alt-Save
    +
    Mon 17 February 2020
    +
    Heath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypse
    +
    Sat 08 February 2020
    +
    Alles Flex? Call me Intern, City Dragon
    +
    Sun 26 January 2020
    +
    Read & Repair feat. The Bootleg Library
    +
    Sat 25 January 2020
    +
    Feministische Hack Bijeenkomsten
    +
    Mon 25 November 2019
    +
    BPW Rotterdam Huurdersspreekuur + Meet and greet
    +
    Sat 16 November 2019
    +
    Muziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneer
    +
    Sat 09 November 2019
    +
    Century 21 Calling - Camp Century
    +
    Sat 09 November 2019
    +
    Entreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatie
    +
    Mon 21 October 2019
    +
    THE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD)
    +
    Sat 19 October 2019
    +
    Floppy Totaal: Double Density
    +
    Sat 28 September 2019
    +
    Eén avond, Twee lanceringen, Drie opvattingen
    +
    Fri 13 September 2019
    +
    BPW Rotterdam Huurdersspreekuur + Meet and greet
    +
    Thu 12 September 2019
    +
    Muziek: Able Noise, Goldblum en Piyojo
    +
    Sat 24 August 2019
    +
    Century 21 Calling - Crystals Go To War
    +
    Thu 30 May 2019
    +
    Bibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheek
    +
    Wed 29 May 2019
    +
    Relearn 2019 curved
    +
    Tue 28 May 2019
    +
    Een archief activeren
    +
    Thu 02 May 2019
    +
    BPW Rotterdam Huurdersspreekuur & Introductie
    +
    Sat 20 April 2019
    +
    Century 21 Calling - Safety First
    +
    Sat 13 April 2019
    +
    Open Dag @ Varia
    +
    Fri 12 April 2019
    +
    Dear Cultural Intitiative, there is an Elephant in the Room.
    +
    Thu 04 April 2019
    +
    The Network We (de)Served - (XPUB Special Issue #08)
    +
    Fri 15 March 2019
    +
    The Call Of The Kettle
    +
    Wed 06 February 2019
    +
    Conversas bij varia
    +
    Fri 11 January 2019
    +
    Varia's Nieuwjaarsborrel
    +
    Sat 22 December 2018
    +
    Kerst bij Varia - Met adammmmmmmmmmmm en Logosamphia
    +
    Sat 15 December 2018
    +
    Century 21 Calling - I'd Buy That For A Dollar!
    +
    Sat 08 December 2018
    +
    Welcome to the � Federation - Mastodon en de Fediverse
    +
    Fri 07 December 2018
    +
    Maximum Velocity
    +
    Thu 29 November 2018
    +
    Pushing Scores met De Player
    +
    Sat 24 November 2018
    +
    Druk: Een avond met Cantos Deus & Bohman Family
    +
    Fri 23 November 2018
    +
    Woodstone Kugelblitz: Druk in Varia
    +
    Thu 22 November 2018
    +
    RecycleReduceReuse and waar is Repair Workshop (vol)
    +
    Thu 15 November 2018
    +
    Choreo-Graphische-Hypothese Boeklancering
    +
    Fri 09 November 2018
    +
    Looking Back - Varia Anniversary
    +
    Thu 01 November 2018
    +
    Inter-Planetary File System unearthed
    +
    Wed 31 October 2018
    +
    Life Hacks:Space
    +
    Sat 20 October 2018
    +
    The Big Bounce - Century 21 Calling
    +
    Thu 18 October 2018
    +
    In the Beginning ... Was the Commandline
    +
    Fri 12 October 2018
    +
    The Key to Casio (and Yamaha too)
    +
    Thu 11 October 2018
    +
    Attente Taart Confectie (vol)
    +
    Fri 14 September 2018
    +
    Concert: Crimson Butterfly, Evamuss en St. Fractalium
    +
    Thu 09 August 2018
    +
    Concert: Matheus Silva and Theo Krantz Album Release
    +
    Thu 14 June 2018
    +
    What Remains - Final Playtest
    +
    Wed 13 June 2018
    +
    What a website can be
    +
    Mon 28 May 2018
    +
    Mobiel Monument - Presentatie
    +
    Sun 20 May 2018
    +
    Welcome to the � Federation - The Ecosystem is Moving
    +
    Wed 02 May 2018
    +
    Century 21 Calling - Rising to the High-Rise
    +
    Mon 23 April 2018
    +
    Wojtek Szustak - Space Junk Workshop
    +
    Fri 20 April 2018
    +
    Infinite Outwardness
    +
    Thu 12 April 2018
    +
    Open Dag @ Varia
    +
    Sat 31 March 2018
    +
    Concert: CLM en Maria Violenza
    +
    Wed 07 March 2018
    +
    Century 21 Calling
    +
    Wed 28 February 2018
    +
    Algologs
    +
    Sun 18 February 2018
    +
    It Is As If We Were Doing Work
    +
    Fri 16 February 2018
    +
    Oplossingen en problemen in extratonaliteit
    +
    Fri 19 January 2018
    +
    Nieuwjaarsborrel
    +
    Fri 15 December 2017
    +
    34c3 screening sessies
    +
    Fri 15 December 2017
    +
    The Secret Life Of Machine screenings, seizoen 3
    +
    Sun 26 November 2017
    +
    Soep & Woorden - Inox Kapell
    +
    Thu 23 November 2017
    +
    The Secret Life Of Machine screenings, seizoen 3 (afgelast)
    +
    Wed 22 November 2017
    +
    homebrewserver.club, kalenders sessie 2
    +
    Sun 12 November 2017
    +
    The Secret Life Of Machine screenings, seizoen 2
    +
    Thu 09 November 2017
    +
    homebrewserver.club, kalenders sessie 1
    +
    Sun 29 October 2017
    +
    The Secret Life Of Machine screenings, seizoen 1
    +
    Thu 26 October 2017
    +
    Opening Ruimte
    +
    Thu 14 September 2017
    +
    homebrewserver.club
    +
    Tue 29 August 2017
    +
    Relearn Rotterdam
    +
    Sun 09 April 2017
    +
    Rotterdams Electronica Depot
    +
    + + \ No newline at end of file diff --git a/old/output/author/cristina-julie-manetta-roel-silvio.html b/old/output/author/cristina-julie-manetta-roel-silvio.html new file mode 100644 index 0000000..c685ecf --- /dev/null +++ b/old/output/author/cristina-julie-manetta-roel-silvio.html @@ -0,0 +1,96 @@ + + + +Varia - Articles by Cristina, Julie, Manetta, Roel, Silvio + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + +
    + + +

    Articles by Cristina, Julie, Manetta, Roel, Silvio

    + + +
    + + + + +
    + +
    + + \ No newline at end of file diff --git a/old/output/author/roel-manetta.html b/old/output/author/roel-manetta.html new file mode 100644 index 0000000..f493197 --- /dev/null +++ b/old/output/author/roel-manetta.html @@ -0,0 +1,104 @@ + + + +Varia - Articles by Roel, Manetta + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + +
    + + +

    Articles by Roel, Manetta

    + + +
    + + + +
    + + + + +

    Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

    + + lees meer + +
    +

    + +
    +
    + +
    + + \ No newline at end of file diff --git a/old/output/author/varia.html b/old/output/author/varia.html new file mode 100644 index 0000000..3b7f58f --- /dev/null +++ b/old/output/author/varia.html @@ -0,0 +1,2997 @@ + + + +Varia - Articles by Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + +
    + + +

    Articles by Varia

    + + +
    + + + +
    + + + + +

    Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Elke laatste zondag van de maand zijn de Varia Library en Rotterdams Electronica Depot geopend. Deze zondag krijgen we gezelschap van The Bootleg Library, een gedeelde digitale en fysieke bibliotheek van bootlegged teksten.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

    +

    Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

    +

    Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

    +

    Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    De Relearn editie van 2019 bestaat uit meerdere sessies verspreid over het jaar, die samen een (bezier) curve tussen (mogelijk Amsterdam)-Rotterdam-Brussel-Parijs vormen. De sessie in Rotterdam is het eerste controle punt van deze curve.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Pushing Scores - Presentatie publicatie en performanceavond

    +

    Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

    +

    Varia heeft hier aan bijgedragen …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Geachte bezoeker,

    +

    Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia's Nieuwjaarsborrel

    +

    Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

    +

    Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een …

    + + lees meer + +
    +

    + +
    + + + + + + + + + + + +
    + + + + +

    In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    < body > < script >

    +

    var delay="5";
    +var count="0";

    +

    Texts=new Array ();
    +Texts[0]="Media Choreographies.";
    +Texts[1]="ChoreoGraphic Vocabularies";
    +Texts[2]="Choreo-Graphic-Matters";
    +Texts[3]="Choreo-Graphic-Hypothesis";
    +Texts[4]="Rehearsal Series";
    +Texts[5]="Scores & Scripts";
    +Texts[6]="A glossary of language for movements";
    +Texts[7]="Choreographing from 0 to 1 and beyond …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

    +

    Je bent van harte uitgenodigd om te …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Van het gecentraliseerde HTTP pad af

    +

    In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

    +

    Samen met auteur en vormgever …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Over tekst, encoderen en command lines.

    +

    De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

    +

    Het evenement …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

    +

    Wil …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

    +

    Gedurende de dag vinden de volgende activiteiten plaats:

    +

    Linux Presentation Day (hele dag)

    +

    Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

    +

    CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Oplossingen en problemen in Extratonality 4
    +"Extratonaliteit - Het openen van deuren is niet genoeg"

    +

    De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

    +

    datum: vrijdag 19 januari +start: 18:00u
    +performance: 21 …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

    +
      +
    • woensdag 27th: 11:00h - late
    • +
    • Thursday 28th: 11:30h - late
    • +
    • Friday 29th: 11:30h - late
    • +
    • Saturday 30th: 11:30h - 18:15h
    • +
    +

    Neem je eigen eten en drinken mee en vul het lijstje …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Nieuwe poging! Nu zonder sneeuwstorm.

    +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

    +

    Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
    +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
    +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
    +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
    +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
    +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
    +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
    +░░░░░░█░░░█░░░█░█░█▀▄░░░░
    +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +
    + +

    Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

    +

    Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +
    +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
    +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
    +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
    +┌─────────────────┬───────────────┐
    +│div. onderdelen  │div. onderd.   │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +├─────────────────┼───────────────┼────────────────────┐
    +│IC's             │trim pots,     │octo couplers       │
    +│                 │               │EEPROMS             │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +├─────────────────┼───────────────┼────────────────────┤
    +│transistoren,    │weerstanden    │weerstanden,        │
    +│lege lades,      │>0.25W         │lege lades,         │
    +│                 │               │FTDI,               │
    +│                 │               │arduino             │
    +│                 │               │oscilloscope onderd │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +├─────────────────┼───────────────┼────────────────────┤
    +│transistoren,    │weerstande     │condensatoren,      │
    +│diodes           │=<0.25W        │transducers         │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +└─────────────────┴───────────────┴────────────────────┘
    + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
    + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
    + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
    +
    +
    + +

    Het Rotterdams Electronica Depot

    +

    Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

    + + lees meer + +
    +

    + +
    +
    + +
    + + \ No newline at end of file diff --git a/old/output/authors.html b/old/output/authors.html new file mode 100644 index 0000000..6a96427 --- /dev/null +++ b/old/output/authors.html @@ -0,0 +1,54 @@ + + + +Varia - Authors + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + +

    Authors on Varia

    + + + + \ No newline at end of file diff --git a/old/output/borrel2019-en.html b/old/output/borrel2019-en.html new file mode 100644 index 0000000..abee458 --- /dev/null +++ b/old/output/borrel2019-en.html @@ -0,0 +1,117 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Varia New Year's Reception +
    +
    + +
    +
    2019-01-11 19:30
    +
    Published at 11 January 2019
    +
    + +
    +
    +
    +

    It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.

    +

    This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music.

    +

    Woodstone Kugelblitz will also be presenting the latest issue of L'Intolerant #18: A Really Useful Cookbook.

    +

    Almost everyone is welcome and the entrance is free. However, a voluntary donation of 5 euros will help us replace our window and is greatly appreciated!

    +

    See you there!

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/borrel2019.html b/old/output/borrel2019.html new file mode 100644 index 0000000..175699d --- /dev/null +++ b/old/output/borrel2019.html @@ -0,0 +1,118 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + Varia's Nieuwjaarsborrel +
    +
    + +
    +
    2019-01-11 19:30:00
    +
    Gepubliceerd op 11 January 2019
    +
    + +
    +
    +
    +

    Varia's Nieuwjaarsborrel

    +

    Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

    +

    Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van DJ Listentomerijn.

    +

    Woodstone Kugelblitz zal dan de nieuwste editie van L'Intolerant presenteren: Nummer 18, A Really Useful Cookbook.

    +

    Iedereen is welkom en de toegang is uiteraard vrij. Echter, vrijwillige donatie van 5 euro helpen ons bij het vervangen van de ruit en worden zeer gewaardeerd!

    +

    Tot dan!

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/bpw-consultation-introduction-en.html b/old/output/bpw-consultation-introduction-en.html new file mode 100644 index 0000000..f9b6b46 --- /dev/null +++ b/old/output/bpw-consultation-introduction-en.html @@ -0,0 +1,121 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + BPW Rotterdam Tenant Consultation & Introduction +
    +
    + +
    +
    2019-05-06 17:00
    +
    Published at 02 May 2019
    +
    + +
    +
    +
    +

    Dear all,

    +

    We are very happy to announce that members of the Union of Precarious Dwellings +(Bond Precaire Woonvormen, BPW) are organising a tenant consultation and an +introduction session at Varia on the 6th of May between 15:00 and 20:00.

    +

    BPW is a solidarity movement organised by volunteers who support each other +based on the conviction that housing is a fundamental right that must be +protected.

    +

    Please feel welcome to join us for a day of discussion, co-learning and +reflection on the housing situation in Rotterdam, our rights as tenants and how +we can support each other to work towards solutions for more safe, secure and +affordable housing.

    +

    For more information on the event, please see this announcement.

    +

    To learn more about the union, please see bondprecairewoonvormen.nl.

    +

    SoliGreets,

    +

    Varia

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/bpw-consultation-introduction.html b/old/output/bpw-consultation-introduction.html new file mode 100644 index 0000000..faa59f4 --- /dev/null +++ b/old/output/bpw-consultation-introduction.html @@ -0,0 +1,121 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + BPW Rotterdam Huurdersspreekuur & Introductie +
    +
    + +
    +
    2019-05-06 17:00:00
    +
    Gepubliceerd op 02 May 2019
    +
    + +
    +
    +
    +

    Beste allemaal,

    +

    We zijn erg blij om aan te kondigen dat de leden van Bond Precaire Woonvormen +(BPW) een introductie en huurdersspreekuur organiseren in Varia op 6 mei tussen +15:00 en 20:00 uur.

    +

    De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar +steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor +moeten opstaan.

    +

    Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te +reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we +elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en +betaalbare wonen.

    +

    Voor meer informatie over het evenement, zie deze aankondiging.

    +

    Om meer te leren over de bond, zie bondprecairewoonvormen.nl.

    +

    SoliGroetjes,

    +

    Varia

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/bpw-consultation-plus-meet-and-greet-en.html b/old/output/bpw-consultation-plus-meet-and-greet-en.html new file mode 100644 index 0000000..fad8465 --- /dev/null +++ b/old/output/bpw-consultation-plus-meet-and-greet-en.html @@ -0,0 +1,124 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + BPW Rotterdam Tenant Consultation Hours + Meet & Greet +
    +
    + +
    +
    2019-09-23 15:00
    +
    Published at 13 September 2019
    +
    + +
    +
    +
    +

    Dear all,

    +

    We are very happy to announce that a second tenant consultation plus meet and greet by Bond Precaire Woonvormen (BPW) will take place at Varia on Monday the 23rd of September. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

    +

    BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.

    +

    SoliGreets,

    +

    Varia

    +
    +

    In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.

    +

    In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!

    +

    15:00 - 17:00, Tenant consultation

    +

    Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.

    +

    19.30 - 21:00, BPW meets and greet

    +

    We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?

    +


    +

    +

    +For more information about the event, see this announcement [Dutch].

    +

    To learn more about the association, see bondprecairewoonvormen.nl [Dutch]. +

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/bpw-consultation-plus-meet-and-greet-nov-2019-en.html b/old/output/bpw-consultation-plus-meet-and-greet-nov-2019-en.html new file mode 100644 index 0000000..57181d2 --- /dev/null +++ b/old/output/bpw-consultation-plus-meet-and-greet-nov-2019-en.html @@ -0,0 +1,124 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + BPW Rotterdam Huurdersspreekuur + Meet and greet +
    +
    + +
    +
    2019-11-25 15:00
    +
    Published at 25 November 2019
    +
    + +
    +
    +
    +

    Dear all,

    +

    Bond Precaire Woonvormen (BPW) organizes another round of their tenant consultation plus meet and greet at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

    +

    BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.

    +

    SoliGreets,

    +

    Varia

    +
    +

    In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.

    +

    In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!

    +

    15:00 - 17:00, Tenant consultation

    +

    Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.

    +

    19.30 - 21:00, BPW meets and greet

    +

    We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?

    +


    +

    +

    +For more information about the event, see this announcement [Dutch].

    +

    To learn more about the association, see bondprecairewoonvormen.nl [Dutch]. +

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/bpw-consultation-plus-meet-and-greet-nov-2019.html b/old/output/bpw-consultation-plus-meet-and-greet-nov-2019.html new file mode 100644 index 0000000..d1abe25 --- /dev/null +++ b/old/output/bpw-consultation-plus-meet-and-greet-nov-2019.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + BPW Rotterdam Huurdersspreekuur + Meet and greet +
    +
    + +
    +
    2019-11-25 15:00:00
    +
    Gepubliceerd op 25 November 2019
    +
    + +
    +
    +
    +

    Beste allemaal,

    +

    Bond Precaire Woonvormen (BPW) organiseert wederom een huurdersspreekuur en meet and greet bij Varia.

    +

    Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    +

    De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.

    +

    SoliGroetjes,

    +

    Varia

    +
    +

    In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen is onzeker en duur, en dat lijkt alleen maar erger te worden. Gezien deze situatie leek het ons goed idee om een huurdersspreekuur te houden. Tijdens het huurdersspreekuur kunnen specialisten je vragen beantwoorden over wonen en uitgezet worden, huurrecht / -onrecht.

    +

    Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? of heb vragen of ideeën omtrent dit onderwerp? Wil je met anderen van gedachten wisselen over waar je mee bezig bent op dit gebied? Wees dan van harte welkom!

    +

    Datum: Maandag 25 November 2019
    +Locatie: Gouwstraat 3, Rotterdam

    +

    Planning:

    +

    15:00-17:00 Huurdersspreekuur

    +

    Heb je vragen over (tijdelijke)huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.

    +

    19.30-21:00: BPW meet and greet

    +

    We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?

    +


    +

    +

    +Voor meer informatie over het evenement, zie deze aankondiging.

    +

    Om meer te leren over de bond, zie bondprecairewoonvormen.nl. +

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/bpw-consultation-plus-meet-and-greet.html b/old/output/bpw-consultation-plus-meet-and-greet.html new file mode 100644 index 0000000..be3e780 --- /dev/null +++ b/old/output/bpw-consultation-plus-meet-and-greet.html @@ -0,0 +1,125 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + BPW Rotterdam Huurdersspreekuur + Meet and greet +
    +
    + +
    +
    2019-09-23 15:00:00
    +
    Gepubliceerd op 13 September 2019
    +
    + +
    +
    +
    +

    Beste allemaal,

    +

    We zijn erg blij om aan te mogen kondigen dat een tweede huurdersspreekuur en meet and greet van de Bond Precaire Woonvormen (BPW) bij Varia plaats zal vinden.

    +

    Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    +

    De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.

    +

    SoliGroetjes,

    +

    Varia

    +
    +

    In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen word ook daar onzeker en duur. Omdat de BPW in deze regio relatief onbekend is en er lokaal ook een aantal mensen actief zijn, leek het ons goed idee om een huurdersspreekuur te houden.

    +

    Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? Of heb je vragen of ideeën omtrent dit onderwerp? Wees dan van harte welkom!

    +

    15:00 - 17:00, Huurdersspreekuur

    +

    Heb je vragen over (tijdelijke) huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.

    +

    19.30 - 21:00, BPW meet and greet

    +

    We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?

    +


    +

    +

    +Voor meer informatie over het evenement, zie deze aankondiging.

    +

    Om meer te leren over de bond, zie bondprecairewoonvormen.nl. +

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/casio-en.html b/old/output/casio-en.html new file mode 100644 index 0000000..b3482d9 --- /dev/null +++ b/old/output/casio-en.html @@ -0,0 +1,122 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + The Key to Casio (and Yamaha too) +
    +
    + +
    +
    2018-10-12 20:00
    +
    Published at 12 October 2018
    +
    + +
    +
    +
    +

    In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from Casio’s Rapman to Trio’s Dadada!

    +

    The event is comprised of the following elements:

    +

    Dion & The Magic Chords is the lovechild of casio freaks Dion Woestenburg and Griffin Stuip and sounds like the toybox equivalent to your favourite progressive acts, such as Jean Michelle Jarre and Yes. With the help of stunning visuals and a wild arrangement of casio’s and yamahama’s they will bring your mind towards the next level of levitation

    +

    Dion & The Magic Chords on Soundcloud

    + + +

    ZOONTOON is een Nederlands muzikant/kunstenaar. Hij maakt gebruik van een loopstation en de presets op een kleine zelf bewerkte SK-1 Casio keyboard om te experimenteren met Noord-Afrikaanse ritmes, geluid verstoringen en melodieen.

    + + +

    M. Klein is also known for his work in Sweat Tongue, Lewsberg, Eklin and his label De Hef. Inspired by Satie and Fauré he decided to compose some minimalist electronic piano compositions. At Varia M. Klein will perform these with the help of his Yamaha PSS-170 and who knows what else?

    +

    Listentomerijn is the pseudonym of Merijn van Ham. What has not been said about him? This renowned Rotterdam DJ will prove his skills once more; this time behind the keys and maybe some drumpads too. What kind of drumpads? Those of the Casio MT205 course! Would you expect anything less?

    +

    Casio Show and tell; Interluding the way, there will be a series of keyboard presentations that showcase the many shapes and sizes these instruments have taken throughout the years. The show and tell will be presented by none other than Lídia Pereira and her assistant, Niek Hilkmann. Want to present a keyboard yourself? Send an email to: info@varia.zone

    +

    Date: Friday, 12 October 2018
    +Entrance: 5 euro
    +Door: 20:00
    +Start: 21:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/casio.html b/old/output/casio.html new file mode 100644 index 0000000..5b2f7fe --- /dev/null +++ b/old/output/casio.html @@ -0,0 +1,122 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + The Key to Casio (and Yamaha too) +
    +
    + +
    +
    2018-10-12 20:00:00
    +
    Gepubliceerd op 12 October 2018
    +
    + +
    +
    +
    +

    Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

    +

    Het evenement bestaat uit de volgende elementen:

    +

    Dion & The Magic Chords is het liefdeskind van casio-freaks Dion Woestenburg en Griffin Stuip en klinkt als het mechaniche speeldoosje van je favoriete progressieve acts, zoals Jean Michelle Jarre en Yes. Met behulp van eleverende beelden en een wilde samenstelling van casio's en yamahama's brengen ze je geest naar het volgende bewustzijnsniveau.

    +

    Dion & The Magic Chords op Soundcloud

    + + +

    Zoontoon gebruikt een loopstation en een aangepast Casio SK-1-keyboard om te experimenteren met de eenvoud van elektronische trillingen. De trance van de natuur en de ritmes van oosterse muziek zijn hier de belangrijkste inspiratiebronnen. Zoontoon's uitvoeringen zitten vol met loops en deuntjes die je zullen laten dansen als Apollo!

    + + +

    M. Klein is ook wel bekend van zijn werk in bands als Sweat Tongue, Lewsberg en Eklin en het label De Hef. Geïnspireerd door Satie en Fauré besloot hij om een aantal minimalistische elektronische pianocomposities samen te stellen. Daarbij kunnen wij als toeschouwer genieten van zijn organische toetsenbordspel, misschien wel op zijn Yamaha PSS-170, en wie weet wat nog meer?

    +

    Listentomerijn is het pseudoniem van Merijn van Ham. Wat is er nog niet over hem gezegd? Deze gerenommeerde Rotterdamse DJ toont zijn talent bij Varia achter de toetsen en misschien ook enkele drumpads. Wat voor soort drumpads? Die van de Casio MT205FF natuurlijk! Zou je iets minder verwachten?

    +

    Casio Show And Tell ; Tussen de bedrijven door zal er een reeks toetsenbordpresentaties te zien zijn die de vele vormen en afmetingen die deze wonderlijke instrumenten door de loop der jaren hebben gehad, demonstreert. De show en vertel wordt gepresenteerd door niemand minder dan Lídia Pereira en haar assistent, Niek Hilkmann. Wil je zelf een keyboard presenteren? Stuur een e-mail naar: info@varia.zone

    +

    Datum: Vrijdag, 12 October 2018
    +Entree: 5 euro
    +Deur: 20:00
    +Start: 21:00

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/categories.html b/old/output/categories.html new file mode 100644 index 0000000..cf12338 --- /dev/null +++ b/old/output/categories.html @@ -0,0 +1,66 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + +
    + article + artikel + concert + curriculum + discussion + event + gathering + launch + learning situation + misc + party + presentation + projects + screening + work group + workshop +
    + + \ No newline at end of file diff --git a/old/output/category/article.html b/old/output/category/article.html new file mode 100644 index 0000000..bd0e16f --- /dev/null +++ b/old/output/category/article.html @@ -0,0 +1,99 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: article

    +
    + + +
    + + + + +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/artikel.html b/old/output/category/artikel.html new file mode 100644 index 0000000..f36a639 --- /dev/null +++ b/old/output/category/artikel.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: artikel

    +
    + + +
    + + + +
    + + + + +

    Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/concert.html b/old/output/category/concert.html new file mode 100644 index 0000000..a8f8506 --- /dev/null +++ b/old/output/category/concert.html @@ -0,0 +1,454 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: concert

    +
    + + +
    + + + +
    + + + + +

    Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

    +

    Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

    +

    Het evenement …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

    +

    CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/curriculum.html b/old/output/category/curriculum.html new file mode 100644 index 0000000..8ffa418 --- /dev/null +++ b/old/output/category/curriculum.html @@ -0,0 +1,180 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + +
    +

    Aankomende workshops

    +
    + + +
    + + + + + + + + + + + + + + + + + + +

    Eerdere workshops

    +
    + + +
    +
    + Bibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheek +
    + 06 July 2019 +
    + +
    +

    Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

    +

    Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

    + +lees meer +
    +

    +
    + + +
    +
    + RecycleReduceReuse and waar is Repair Workshop (vol) +
    + 22 November 2018 +
    + +
    +

    In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

    + +lees meer +
    +

    +
    + + +
    +
    + Inter-Planetary File System unearthed +
    + 01 November 2018 +
    + +
    +

    Van het gecentraliseerde HTTP pad af

    +

    In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

    + +lees meer +
    +

    +
    + + +
    +
    + In the Beginning ... Was the Commandline +
    + 18 October 2018 +
    + +
    +

    Over tekst, encoderen en command lines.

    +

    De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

    + +lees meer +
    +

    +
    + + +
    +
    + Attente Taart Confectie (vol) +
    + 11 October 2018 +
    + +
    +

    Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

    + +lees meer +
    +

    +
    + + + \ No newline at end of file diff --git a/old/output/category/discussion.html b/old/output/category/discussion.html new file mode 100644 index 0000000..5baad43 --- /dev/null +++ b/old/output/category/discussion.html @@ -0,0 +1,114 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: discussion

    +
    + + +
    + + + +
    + + + + +

    Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/event.html b/old/output/category/event.html new file mode 100644 index 0000000..6b7b930 --- /dev/null +++ b/old/output/category/event.html @@ -0,0 +1,1378 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: event

    +
    + + +
    + + + +
    + + + + +

    Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Elke laatste zondag van de maand zijn de Varia Library en Rotterdams Electronica Depot geopend. Deze zondag krijgen we gezelschap van The Bootleg Library, een gedeelde digitale en fysieke bibliotheek van bootlegged teksten.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Pushing Scores - Presentatie publicatie en performanceavond

    +

    Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

    +

    Varia heeft hier aan bijgedragen …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Geachte bezoeker,

    +

    Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia's Nieuwjaarsborrel

    +

    Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

    +

    Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een …

    + + lees meer + +
    +

    + +
    + + + + + + + + + + + +
    + + + + +

    < body > < script >

    +

    var delay="5";
    +var count="0";

    +

    Texts=new Array ();
    +Texts[0]="Media Choreographies.";
    +Texts[1]="ChoreoGraphic Vocabularies";
    +Texts[2]="Choreo-Graphic-Matters";
    +Texts[3]="Choreo-Graphic-Hypothesis";
    +Texts[4]="Rehearsal Series";
    +Texts[5]="Scores & Scripts";
    +Texts[6]="A glossary of language for movements";
    +Texts[7]="Choreographing from 0 to 1 and beyond …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

    +

    Samen met auteur en vormgever …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

    +

    Gedurende de dag vinden de volgende activiteiten plaats:

    +

    Linux Presentation Day (hele dag)

    +

    Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Oplossingen en problemen in Extratonality 4
    +"Extratonaliteit - Het openen van deuren is niet genoeg"

    +

    De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

    +

    datum: vrijdag 19 januari +start: 18:00u
    +performance: 21 …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

    +
      +
    • woensdag 27th: 11:00h - late
    • +
    • Thursday 28th: 11:30h - late
    • +
    • Friday 29th: 11:30h - late
    • +
    • Saturday 30th: 11:30h - 18:15h
    • +
    +

    Neem je eigen eten en drinken mee en vul het lijstje …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

    +

    Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/gathering.html b/old/output/category/gathering.html new file mode 100644 index 0000000..02f82a6 --- /dev/null +++ b/old/output/category/gathering.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: gathering

    +
    + + +
    + + + + + + + + +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/launch.html b/old/output/category/launch.html new file mode 100644 index 0000000..358a9ed --- /dev/null +++ b/old/output/category/launch.html @@ -0,0 +1,109 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: launch

    +
    + + +
    + + + +
    + + + + +

    Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/learning-situation.html b/old/output/category/learning-situation.html new file mode 100644 index 0000000..ace1f73 --- /dev/null +++ b/old/output/category/learning-situation.html @@ -0,0 +1,94 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: learning situation

    +
    + + +
    + + + +
    + + + + +

    De Relearn editie van 2019 bestaat uit meerdere sessies verspreid over het jaar, die samen een (bezier) curve tussen (mogelijk Amsterdam)-Rotterdam-Brussel-Parijs vormen. De sessie in Rotterdam is het eerste controle punt van deze curve.

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/misc.html b/old/output/category/misc.html new file mode 100644 index 0000000..3e1bba3 --- /dev/null +++ b/old/output/category/misc.html @@ -0,0 +1,101 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: misc

    +
    + + +
    + + + +
    + + + + +

    Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/party.html b/old/output/category/party.html new file mode 100644 index 0000000..c7326ba --- /dev/null +++ b/old/output/category/party.html @@ -0,0 +1,95 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: party

    +
    + + +
    + + + +
    + + + + +

    Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

    +

    Je bent van harte uitgenodigd om te …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/presentation.html b/old/output/category/presentation.html new file mode 100644 index 0000000..5b3a987 --- /dev/null +++ b/old/output/category/presentation.html @@ -0,0 +1,109 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: presentation

    +
    + + +
    + + + +
    + + + + +

    Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/projects.html b/old/output/category/projects.html new file mode 100644 index 0000000..7f55ed9 --- /dev/null +++ b/old/output/category/projects.html @@ -0,0 +1,95 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: projects

    +
    + + +
    + + + +
    + + + + +

    Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

    +

    Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/screening.html b/old/output/category/screening.html new file mode 100644 index 0000000..2ce6703 --- /dev/null +++ b/old/output/category/screening.html @@ -0,0 +1,457 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: screening

    +
    + + +
    + + + +
    + + + + +

    Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

    +

    Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

    + + lees meer + +
    +

    + +
    + + + + + + + +
    + + + + +

    Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Nieuwe poging! Nu zonder sneeuwstorm.

    +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +

    Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/work-group.html b/old/output/category/work-group.html new file mode 100644 index 0000000..3f83f89 --- /dev/null +++ b/old/output/category/work-group.html @@ -0,0 +1,196 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: work group

    +
    + + +
    + + + +
    + + + + +
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
    +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
    +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
    +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
    +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
    +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
    +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
    +░░░░░░█░░░█░░░█░█░█▀▄░░░░
    +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
    +░░░░░░░░░░░░░░░░░░░░░░░░░
    +
    + +

    Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

    + + lees meer + +
    +

    + +
    + + + +
    + + + + +
    +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
    +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
    +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
    +┌─────────────────┬───────────────┐
    +│div. onderdelen  │div. onderd.   │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +│                 │               │
    +├─────────────────┼───────────────┼────────────────────┐
    +│IC's             │trim pots,     │octo couplers       │
    +│                 │               │EEPROMS             │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +├─────────────────┼───────────────┼────────────────────┤
    +│transistoren,    │weerstanden    │weerstanden,        │
    +│lege lades,      │>0.25W         │lege lades,         │
    +│                 │               │FTDI,               │
    +│                 │               │arduino             │
    +│                 │               │oscilloscope onderd │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +├─────────────────┼───────────────┼────────────────────┤
    +│transistoren,    │weerstande     │condensatoren,      │
    +│diodes           │=<0.25W        │transducers         │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +│                 │               │                    │
    +└─────────────────┴───────────────┴────────────────────┘
    + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
    + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
    + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
    +
    +
    + +

    Het Rotterdams Electronica Depot

    +

    Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/category/workshop.html b/old/output/category/workshop.html new file mode 100644 index 0000000..01e548b --- /dev/null +++ b/old/output/category/workshop.html @@ -0,0 +1,191 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + +
    + + +

    Category: workshop

    +
    + + +
    + + + + + + + + + + + +
    + + + + +

    Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

    +

    Wil …

    + + lees meer + +
    +

    + +
    +
    + +
    + + + \ No newline at end of file diff --git a/old/output/ccc-screening-en.html b/old/output/ccc-screening-en.html new file mode 100644 index 0000000..3fce913 --- /dev/null +++ b/old/output/ccc-screening-en.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + 34c3 screening session +
    +
    + +
    +
    2017-12-27 11:00
    +
    Published at 15 December 2017
    +
    + +
    +
    +
    +

    For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia:

    +
      +
    • Wednesday 27th: 11:00h - late
    • +
    • Thursday 28th: 11:30h - late
    • +
    • Friday 29th: 11:30h - late
    • +
    • Saturday 30th: 11:30h - 18:15h
    • +
    +

    Bring your own beer and add your whishes to the list of talks[ref]https://pad.vvvvvvaria.org/34c3[/ref], we only have one projector and make the livestream programme on the spot!

    +

    Download the CCC progam[ref]fahrplan (PDF)[/ref]

    +

    +
    +
    +
    + + + \ No newline at end of file diff --git a/old/output/ccc-screening.html b/old/output/ccc-screening.html new file mode 100644 index 0000000..356541b --- /dev/null +++ b/old/output/ccc-screening.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + home + over +
    +
    +
  • varia komt in vele vormen:
  • +
  •  mailinglijst
  • +
  •  RSS feed
  • + +
  • Nederlands
  • +
  • English
  • +
    +
    +
    + +
    + + + + +
    +
    + 34c3 screening sessies +
    +
    + +
    +
    2017-12-27 11:00:00
    +
    Gepubliceerd op 15 December 2017
    +
    + +
    +
    +
    +

    Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

    +
      +
    • woensdag 27th: 11:00h - late
    • +
    • Thursday 28th: 11:30h - late
    • +
    • Friday 29th: 11:30h - late
    • +
    • Saturday 30th: 11:30h - 18:15h
    • +
    +

    Neem je eigen eten en drinken mee en vul het lijstje aan van van talks die we niet kunnen missen, we hebben maar één projector dus we maken het livestream programme ter plekke.

    +

    Download het CCC progamma1[1] fahrplan (PDF)

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/century-21-calling-en.html b/old/output/century-21-calling-en.html new file mode 100644 index 0000000..dc1dd3b --- /dev/null +++ b/old/output/century-21-calling-en.html @@ -0,0 +1,116 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    1. varia komt in vele vormen:
    2. +
    3.  mailinglijst
    4. +
    5.  RSS feed
    6. + +
    7. Nederlands
    8. +
    9. English
    10. +
      +
      +
      + +
      + + + + +
      +
      + Century 21 Calling +
      +
      + +
      +
      2018-04-14 19:30
      +
      Published at 07 March 2018
      +
      + +
      +
      +
      +

      Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?

      +

      In a series of screenings called “Century 21 Calling”, an event started by the collective Save_as and hosted at Varia in Rotterdam, we will have a look at archival industrial films and corporate informercials/propaganda that shaped the imagination of tomorrow and hold it up to the light of the present.

      +

      During our first event we will have a general look at films from world fairs and the their dreams for todays tomorrow.

      +

      Date: 14th April 2018
      +Entrance: Free / Donation
      +Doors open: 19:00
      +Presentation: 19:30
      +Screening starts: 20:00

      +
      +

      Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by Thomas Walskaar and Léna Robin, initiated in 2017

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/century-21-calling.html b/old/output/century-21-calling.html new file mode 100644 index 0000000..a4fe3c2 --- /dev/null +++ b/old/output/century-21-calling.html @@ -0,0 +1,116 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    11. varia komt in vele vormen:
    12. +
    13.  mailinglijst
    14. +
    15.  RSS feed
    16. + +
    17. Nederlands
    18. +
    19. English
    20. +
      +
      +
      + +
      + + + + +
      +
      + Century 21 Calling +
      +
      + +
      +
      2018-04-14 19:30:00
      +
      Gepubliceerd op 07 March 2018
      +
      + +
      +
      +
      +

      Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

      +

      In een reeks screenings "Century 21 Calling", geïnitieerd door Save_as en gehost door Varia in Rotterdam, zullen we kijken naar industriële archieven en bedrijfs informercials/propaganda die het voorstellingsvermorgen van morgen hebben vormgegeven en het vol hebben gehouden tot aan de dag van vandaag.

      +

      Tijdens ons eerste evenement zullen we een algemene blik werpen op films van wereldtentoonstellingen en hun dromen voor morgen van vandaag.

      +

      Datum: 14 April 2018
      +Entree: Free / Donation
      +Deuren open: 19:00
      +Presentatie: 19:30
      +Start screening: 20:00

      +
      +

      Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van Thomas Walskaar en Léna Robin en is geïnitieerd in 2017.

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/choreographic-en.html b/old/output/choreographic-en.html new file mode 100644 index 0000000..cb5d263 --- /dev/null +++ b/old/output/choreographic-en.html @@ -0,0 +1,146 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    21. varia komt in vele vormen:
    22. +
    23.  mailinglijst
    24. +
    25.  RSS feed
    26. + +
    27. Nederlands
    28. +
    29. English
    30. +
      +
      +
      + +
      + + + + +
      +
      + Choreo-Graphic-Hypothesis Book Launch +
      +
      + +
      +
      2018-11-15 19:00
      +
      Published at 15 November 2018
      +
      + +
      +
      +
      +

      < body > < script >

      +

      var delay="5";
      +var count="0";

      +

      Texts=new Array ();
      +Texts[0]="Media Choreographies.";
      +Texts[1]="ChoreoGraphic Vocabularies";
      +Texts[2]="Choreo-Graphic-Matters";
      +Texts[3]="Choreo-Graphic-Hypothesis";
      +Texts[4]="Rehearsal Series";
      +Texts[5]="Scores & Scripts";
      +Texts[6]="A glossary of language for movements";
      +Texts[7]="Choreographing from 0 to 1 and beyond";
      +Texts[8]="Algorithmic Anatomies";
      +Texts[9]="Language(s) and Breathing";
      +Texts[10]="Dancing Bodi{es} & Choreographing Code{s}";
      +Texts[11]="ChoreoGraphing Design";
      +Texts[12]="Designing Choreographies";

      +

      function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}

      +

      Moving_Title ( )

      +


      +< head >
      +< meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" >
      +
      +< meta author="Joana Chicau"; >

      +

      Find here a sneak preview of the publication at: http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf

      +

      Come dance along ~

      +
      +

      Date: Thursday, 15th of November 2018
      +Time: 19:00h - 21:00h
      +Location: Varia, Gouwstraat 3 Rotterdam
      +Entrance: Free

      +
      +

      Joana Chicau [PT/NL] is a graphic designer, coder, researcher - with background in dance. Her trans-disciplinary project interweaves media design and web environments with choreographic practices. Chicau has been researching the intersection of the body with the constructed, designed, programmed environment, aiming at in widening the ways in which digital sciences is presented and made accessible to the public. She has been actively participating and organizing events with performances involving multi- location collaborative algorithmic improvisation, open discussions on gender equality and activism. +She is a member of Varia! http://joanachicau.com

      +
      +

      joanachicau.com +Choreo-Graphic-Hypothesis gif preview.

      +
      +

      Cover image: Joana Chicau

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/choreographic.html b/old/output/choreographic.html new file mode 100644 index 0000000..e88b438 --- /dev/null +++ b/old/output/choreographic.html @@ -0,0 +1,147 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    31. varia komt in vele vormen:
    32. +
    33.  mailinglijst
    34. +
    35.  RSS feed
    36. + +
    37. Nederlands
    38. +
    39. English
    40. +
      +
      +
      + +
      + + + + +
      +
      + Choreo-Graphische-Hypothese Boeklancering +
      +
      + +
      +
      2018-11-15 19:00:00
      +
      Gepubliceerd op 15 November 2018
      +
      + +
      +
      +
      +

      < body > < script >

      +

      var delay="5";
      +var count="0";

      +

      Texts=new Array ();
      +Texts[0]="Media Choreographies.";
      +Texts[1]="ChoreoGraphic Vocabularies";
      +Texts[2]="Choreo-Graphic-Matters";
      +Texts[3]="Choreo-Graphic-Hypothesis";
      +Texts[4]="Rehearsal Series";
      +Texts[5]="Scores & Scripts";
      +Texts[6]="A glossary of language for movements";
      +Texts[7]="Choreographing from 0 to 1 and beyond";
      +Texts[8]="Algorithmic Anatomies";
      +Texts[9]="Language(s) and Breathing";
      +Texts[10]="Dancing Bodi{es} & Choreographing Code{s}";
      +Texts[11]="ChoreoGraphing Design";
      +Texts[12]="Designing Choreographies";

      +

      function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}

      +

      Moving_Title ( )

      +


      +< head >
      +< meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" >
      +
      +< meta author="Joana Chicau"; >

      +

      Zie hier een voorproef van de publicatie: http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf

      +

      Kom en dans mee ~

      +
      +

      Datum: Donderdag, 15th of November 2018
      +Duur: van 19:00 uur tot 21:00 uur
      +Locatie: Varia, Gouwstraat 3 Rotterdam
      +Entreeprijs: Free

      +
      +

      Joana Chicau [PT/NL] is grafisch ontwerper, coder, onderzoeker met een achtergrond in dans. Haar trans-disciplinaire project verweeft media ontwerp en web omgevingen met choreochrafische praktijken. Chicau heeft onderzoek gedaan naar het snijvlak van lichamelijkheid met geconstruuerde, vormgegeven en geprogrammeerde omgevingen. Daarme heeft ze voor ogen om de manieren waarop digitale kennis wordt gepresenteerd en toegankelijk gemaakt aan een groter publiek te verbreden. +Ze is actief in het organiseren en deelnemen aan evenementen waarbij performances op meerdere locaties gezamelijk algorithmisch geimproveerd wordt. Ook organiseert ze open discussies over gendergelijkwaardigheid en activisme.

      +

      Ze is ook lid van Varia! http://joanachicau.com

      +
      +

      joanachicau.com +Choreo-Graphic-Hypothesis gif preview.

      +
      +

      Cover image: Joana Chicau

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/christmas-en.html b/old/output/christmas-en.html new file mode 100644 index 0000000..e704c7d --- /dev/null +++ b/old/output/christmas-en.html @@ -0,0 +1,122 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    41. varia komt in vele vormen:
    42. +
    43.  mailinglijst
    44. +
    45.  RSS feed
    46. + +
    47. Nederlands
    48. +
    49. English
    50. +
      +
      +
      + +
      + + + + +
      +
      + Christmas at Varia - With adammmmmmmmmmmm and Logosamphia +
      +
      + +
      +
      2018-12-22 20:30
      +
      Published at 22 December 2018
      +
      + +
      +
      +
      +

      A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday themed music, warm your heart up with a hot cup of glühwein and discuss your new years resolutions like there is no tomorrow! There will be performances by:

      +

      adammmmmmmmmmmm, also known as Adam Tuch, is an artist/musician based out of Boston. He is part of a collective called media_rins that creates and publishes work in the fields of electronic music, new media, and performance art. They organize events in the Boston area for adventurous and contemporary artists working with Hi-Fi digital tools, analogue electronics, and information media. In his work he focuses on absurdity within online/digital identities and reflexivity.

      +

      adammmmmmmmmmmm on Bandcamp
      +Website of media_rins

      +

      Adam Tuch

      +

      Logosamphia is a project of Sadra Hemati. With one foot in the French underground party scene, and another in Netherlands’ avant-garde noise performance & arts world, he represents one of the few Iranian musicians active in non-mainstream electronic music. Hemati has a penchant for combining influences from both traditional & modern techniques in unique and catchy arrangements.

      +

      Logosamphia on Bandcamp

      + + +

      DJ The Sound of C brings you a dirt cheap Christmas extravaganza selected at your local thrift store. Records will be wrapped and gifts will get scratched. Everything is for free, after it’s being played. Santa comes early this year. Warm hearts only!

      +

      DJ The Sound of C

      +

      See you at Varia!

      +

      Date: Saturday, 22 December 2018
      +Entrance: 4 euro
      +Door: 20:30
      +Start: 21:00

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/christmas.html b/old/output/christmas.html new file mode 100644 index 0000000..1737ff5 --- /dev/null +++ b/old/output/christmas.html @@ -0,0 +1,122 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    51. varia komt in vele vormen:
    52. +
    53.  mailinglijst
    54. +
    55.  RSS feed
    56. + +
    57. Nederlands
    58. +
    59. English
    60. +
      +
      +
      + +
      + + + + +
      +
      + Kerst bij Varia - Met adammmmmmmmmmmm en Logosamphia +
      +
      + +
      +
      2018-12-22 20:30:00
      +
      Gepubliceerd op 22 December 2018
      +
      + +
      +
      +
      +

      Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje, warm je hart op met een kop glühwein en bespreek al je goede voornemens zolang ze nog goed zijn! Er zullen optredens zijn van:

      +

      adammmmmmmmmmmm, ook bekend als Adam Tuch, is een artiest / muzikant uit Boston. Hij maakt deel uit van een collectief met de naam media_rins dat werk creëert en publiceert op het gebied van elektronische muziek, nieuwe media en performance art. Zij organiseren evenementen in de omgeving van Boston voor avontuurlijke en hedendaagse kunstenaars die werken met digitale Hi-Fi-tools, analoge elektronica en informatiemedia. In zijn werk richt hij zich op de absurditeit binnen online/digitale identiteiten en reflexiviteit.

      +

      Adam Tuch op Bandcamp
      +Website van media_rins

      +

      Adam Tuch

      +

      Logosamphia is een project van Sadra Hemati. Met een voet in de Franse underground party scene, en een andere in de Nederlandse avant-garde noise performance & kunstwereld, vertegenwoordigt hij een van de weinige Iraanse muzikanten die actief is in niet-mainstream elektronische muziek. Hemati heeft een voorliefde voor het combineren van invloeden uit zowel traditionele als moderne technieken in unieke en pakkende arrangementen.

      +

      Logosamphia on Bandcamp

      + + +

      DJ The Sound of C brengt je een spotgoedkoop kerst extravaganza, geselecteerd bij je lokale kringloopwinkel. Platen worden ingepakt en cadeaus brkrast. Alles is gratis nadat het is afgespeeld. De kerstman komt vroeg dit jaar!

      +

      DJ The Sound of C

      +

      Tot in Varia!

      +

      Datum: Zaterdag, 22 December 2018
      +Entree: 4 euro
      +Deur: 20:30
      +Start: 21:00

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/considerate-cake-en.html b/old/output/considerate-cake-en.html new file mode 100644 index 0000000..f9c9bd1 --- /dev/null +++ b/old/output/considerate-cake-en.html @@ -0,0 +1,124 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    61. varia komt in vele vormen:
    62. +
    63.  mailinglijst
    64. +
    65.  RSS feed
    66. + +
    67. Nederlands
    68. +
    69. English
    70. +
      +
      +
      + +
      + + + + +
      +
      + Considerate Cake Confection (full) +
      +
      + +
      +
      2018-10-11 10:00
      +
      Published at 11 October 2018
      +
      + +
      +
      +
      +

      In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we be analysing the origins of specific ingredients and recipes, we will also focus on the political economy and class dynamics that engender taste and ingredient accessibility. The actual confection of this cake will provide us with an opportunity to hack into the requirments involved in such practices and turn the table around.

      +

      The workshop will be divided into two practical phases: the recipe analysis phase and the cake baking phase. During the recipe analysis phase we will be looking at each of the required ingredients of our cake of choice and evaluate whether they meet our 'considerate' standards. If they don't, we will consider possible alternatives. During the cake baking phase participants will actually bake the cake, according to our new considerate recipe.

      +

      Considerate Cake Confection is an initiative by Lídia Pereira and Niek Hilkmann.

      +

      Varia curriculum

      +

      This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

      +

      The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

      +

      Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 8th of October the latest! This workshop is full.

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + 11 oktober, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
      +💶 50 euros (coffee, tea and cookies included)
      +
      💬* The workshop will be conducted in English

      +

      * Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/considerate-cake.html b/old/output/considerate-cake.html new file mode 100644 index 0000000..b56f662 --- /dev/null +++ b/old/output/considerate-cake.html @@ -0,0 +1,124 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    71. varia komt in vele vormen:
    72. +
    73.  mailinglijst
    74. +
    75.  RSS feed
    76. + +
    77. Nederlands
    78. +
    79. English
    80. +
      +
      +
      + +
      + + + + +
      +
      + Attente Taart Confectie (vol) +
      +
      + +
      +
      2018-10-11 10:00:00
      +
      Gepubliceerd op 11 October 2018
      +
      + +
      +
      +
      +

      Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de oorsprong van specifieke ingrediënten en recepten analyseren, we zullen ons ook richten op de politieke economie en klassendynamiek die toegankelijkheid van deze smaken en ingrediënten teweegbrengen. De daadwerkelijke confectie van een taart biedt ons de mogelijkheid om de voorwaarden van dergelijke praktijken ter discussie te stellen.

      +

      De workshop zal worden onderverdeeld in twee praktische fasen: de receptanalysefase en de taartbakfase. Tijdens de receptanalysefase zullen we elk van de vereiste ingrediënten van de door ons gekozen taart analyseren en evalueren of deze voldoen aan onze 'attente' normen. Als ze dat niet doen, zullen we mogelijke alternatieven overwegen. Tijdens de taartbakfase zullen de deelnemers aan de workshop de taart daadwerkelijk bakken, volgens ons nieuwe attente recept.

      +

      Considerate Cake Confection is een initiatief van Lídia Pereira en Niek Hilkmann.

      +

      Varia curriculum

      +

      Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

      +

      Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

      +

      Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 8 oktober! Deze workshop is vol.

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + Donderdag, 11 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)
      +💶 50 euro (koffie, thee en koek inbegrepen)
      +
      💬* De voertaal van deze workshop is Engels

      +

      * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/conversas-february-en.html b/old/output/conversas-february-en.html new file mode 100644 index 0000000..58b5ea5 --- /dev/null +++ b/old/output/conversas-february-en.html @@ -0,0 +1,135 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    81. varia komt in vele vormen:
    82. +
    83.  mailinglijst
    84. +
    85.  RSS feed
    86. + +
    87. Nederlands
    88. +
    89. English
    90. +
      +
      +
      + +
      + + + + +
      +
      + Conversas at varia +
      +
      + +
      +
      2019-02-06 19:30
      +
      Published at 06 February 2019
      +
      + +
      +
      +
      +

      On the 6th of February from 19:30 to 21:30, Varia has the pleasure to host one of the nomadic Conversas evenings.

      +

      Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

      +

      During the event, three Conversadores (those who start the conversation) bring something to share with the gathered group, for thirty minutes each. As the title suggests, Conversas (Conversations in Portuguese) aim at an equal set up from which both the Conversadores and the group benefit. In this series, we are challenging our guests to not use a beamer, try to be creative and use only words and/or other objects to tell their story.

      +

      The three Conversadores for the session at Varia are:

      +
        +
      • Karla de Witte (Dutch Love Letters)
      • +
      • Clara Mendes (Nude models, postcolonialism and museums)
      • +
      • Ludovic Lacreuse (Digressions around a flag)
      • +
      +

      Karla is designer and educator of visual arts. DLL started when two mothers met at a colorful schoolyard in Rotterdam. Both born and grown up in different parts of the world, sharing similar memories of New Year's Eve with waffles. Delicate and very thin made with great patience by their grandmothers. +www.instagram.com/dutch_love_letters/

      +

      Clara has recently moved from Portugal to The Netherlands to pursue her wish to learn more about how art impacts the lives of different people. She will talk about the projects she jumped into throughout her master's program in Arts and Society whilst she was still struggling to find her way around a new city.

      +

      After a 3 month artist residency (State of the City, in Paviljoen aan het Water, in Rotterdam), Ludovic will present a flag which will be hoisted on top of the varia zone building. His conversation will be filled by digressions about different subjects more or less related to the flag.

      +

      The 13th series of ten Conversas Rotterdam starts on the 7th of November and runs every other Wednesday until the 20th of March. This series is happening in different locations spread through the city of Rotterdam. It is organized by Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said and Sebastian Helbers.

      +

      Conversas is a project initiated in Lisbon by Constança Saraiva and Mafalda Fernandes, in 2012. Nowadays, it's a project of many people and cities.

      +

      Events are open to all and the entrance is free.

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/conversas-february.html b/old/output/conversas-february.html new file mode 100644 index 0000000..be27905 --- /dev/null +++ b/old/output/conversas-february.html @@ -0,0 +1,134 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    91. varia komt in vele vormen:
    92. +
    93.  mailinglijst
    94. +
    95.  RSS feed
    96. + +
    97. Nederlands
    98. +
    99. English
    100. +
      +
      +
      + +
      + + + + +
      +
      + Conversas bij varia +
      +
      + +
      +
      2019-02-06 19:30:00
      +
      Gepubliceerd op 06 February 2019
      +
      + +
      +
      +
      +

      Op de 6 februari van 19.30 tot 21.30 uur heeft Varia het genoegen om een van de nomadische Conversas-avonden te ontvangen.

      +

      Conversas is een reeks van tweewekelijkse informele ontmoetingen om elkaar te leren kennen, projecten, verhalen of interesses te delen.

      +

      Tijdens het evenement brengen drie Conversadores (degenen die het gesprek beginnen) gedurende dertig minuten elk iets te delen met de verzamelde groep. Zoals de titel al doet vermoeden, streeft Conversas (Conversations in Portuguese) naar een gelijkwaardige opzet waar zowel de Conversadores als de groep baat bij hebben. In deze serie dagen we onze gasten uit om geen beamer te gebruiken, creatief te zijn en alleen woorden en/of andere objecten te gebruiken om hun verhaal te vertellen.

      +

      De drie Conversadores voor de sessie bij Varia zijn dat wel:

      +
        +
      • Karla de Witte (Nederlandse liefdesbrieven)
      • +
      • Clara Mendes (Naakt modellen, postkolonialisme en musea)
      • +
      • Ludovic Lacreuse (Digressies rond een vlag)
      • +
      +

      Karla is ontwerper en docent beeldende kunst. DLL begon toen twee moeders elkaar ontmoetten op een kleurrijk schoolplein in Rotterdam. Zowel geboren als opgegroeid in verschillende delen van de wereld, met wafels die soortgelijke herinneringen aan oud en nieuw delen. Delicaat en zeer dun gemaakt met veel geduld door hun grootmoeders. +www.instagram.com/dutch_love_letters/liefdebrieven/

      +

      Clara is onlangs verhuisd van Portugal naar Nederland om haar wens na te streven om meer te weten te komen over de impact van kunst op het leven van verschillende mensen. Ze zal vertellen over de projecten waar ze tijdens haar masteropleiding Kunst en Maatschappij in is gesprongen terwijl ze nog worstelde om haar weg te vinden in een nieuwe stad.

      +

      Na een residentie van 3 maanden (Staat van de Stad, in Paviljoen aan het Water, in Rotterdam), presenteert Ludovic een vlag die bovenop het varia-zonegebouw wordt gehesen. Zijn gesprek wordt gevuld met uitweidingen over verschillende onderwerpen die min of meer met de vlag te maken hebben.

      +

      De 13e serie van tien Conversas Rotterdam begint op 7 november en loopt elke andere woensdag tot 20 maart. Deze serie vindt plaats op verschillende locaties verspreid door de stad Rotterdam. Het wordt georganiseerd door Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said en Sebastian Helbers.

      +

      Conversas is een project geïnitieerd in Lissabon door Constança Saraiva en Mafalda Fernandes, in 2012. Tegenwoordig is het een project van veel mensen en steden.

      +

      Evenementen zijn voor iedereen toegankelijk en de toegang is gratis.

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/crimson-en.html b/old/output/crimson-en.html new file mode 100644 index 0000000..4d5906a --- /dev/null +++ b/old/output/crimson-en.html @@ -0,0 +1,124 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    101. varia komt in vele vormen:
    102. +
    103.  mailinglijst
    104. +
    105.  RSS feed
    106. + +
    107. Nederlands
    108. +
    109. English
    110. +
      +
      +
      + +
      + + + + +
      +
      + Concert: Crimson Butterfly, Evamuss and St. Fractalium +
      +
      + +
      +
      2018-09-14 20:00
      +
      Published at 14 September 2018
      +
      + +
      +
      +
      +

      Crimson Butterfly (Russia) is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop with two lead singers, and currently the band returned to what it had started with: improvisational abstract electronic. The band makes very intense and hypnotic music with dance and ambient elements, improvisational by nature. People often call it "experimental". Crimson Butterfly love to give concerts and play at any venues from vaults to museums in any cities from Balashikha to Barcelona. Their faces are so beautiful that they hide them behind the masks and all their unforgettable shows are always accompanied by hipnotic visual sequences.

      +

      Crimson Butterfly's Bandcamp page

      + + +

      Evamuss (Peru/The Netherlands) was a project of the Peruvian Chrs Galarreta (aka: Sajjra, DiosMeHaViolado, Tica, among others alias). This project was very active in the underground Lima scene between 1997-2003. Evamuss have 9 solo albums published on very limited editions, also appears in a lot of collaborations and compilations of that period. At the beginning Evamuss used home made amps, oscillators, pedal effects and toy keywords , last years it will include the misuse of computer and the pirate software. Error and non-functionality were welcome in its process. On November 2017, Evamuss resurrects with a pair of self-hacked synth toys, some effects, hand made sequencers furbished in collaboration with some hackers in Paruro (the legendary electronic black market's in Lima City). In the current days its sounds mutated towards a warm and humid analog jungle. Its recent - 2018- assaults included tours between Portugal, Spain, Lithuania, Russia, The Netherlands and a publication of a release in Favela Discos (Porto).

      +

      Eva Muss on Soundcloud +Eva Muss on Bandcamp

      + + +

      St. Fractalium (Russia) St.Fractalium is an audio-visual duo from Nizhniy Novgorod, Russia, residents of local cult place Black Ho. Inspired by bands like Autechre and Coil, and having impressive experience in various musical projects, the guys bring the light of Saint Fractalium, an enlightening nectar for those are tired of conventional music, using only computers and controllers.

      +

      St. Fractalium on Bandcamp

      + + +

      Organized by ALOARDI

      +

      Date: Friday, 14 September 2018
      +Entrance: 3 euro (donation)
      +Door: 20:00
      +Start: 21:00

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/crimson.html b/old/output/crimson.html new file mode 100644 index 0000000..6be6083 --- /dev/null +++ b/old/output/crimson.html @@ -0,0 +1,124 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    111. varia komt in vele vormen:
    112. +
    113.  mailinglijst
    114. +
    115.  RSS feed
    116. + +
    117. Nederlands
    118. +
    119. English
    120. +
      +
      +
      + +
      + + + + +
      +
      + Concert: Crimson Butterfly, Evamuss en St. Fractalium +
      +
      + +
      +
      2018-09-14 20:00:00
      +
      Gepubliceerd op 14 September 2018
      +
      + +
      +
      +
      +

      Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze autistische zangeres, vervolgens synthpop met twee leadzangers, om daarna terug te keren naar waar alles mee begonnen was: improvisatie en abstracte elektronica. De band maakt zeer intense en hypnotiserende muziek met dans en ambient elementen, improviserend van aard. Mensen noemen het vaak 'experimenteel'. Crimson Butterfly houdt ervan om concerten te geven en te spelen op locaties zoals kluizen van musea, ergens tussen Balashikha en Barcelona. Hun gezichten zijn zo mooi dat ze zich achter maskers verbergen en al hun onvergetelijke shows worden vergezeld door heupnotische visuele sequenties.

      +

      Crimson Butterfly's Bandcamp page

      + + +

      Evamuss (Peru / Nederland) was een project van de Peruviaanse Chrs Galarreta (ook bekend als Sajjra, DiosMeHaViolado en Tica). Dit project was tussen 1997 en 2003 erg actief in de ondergrondse scene van Lima. Evamuss heeft 9 solo-albums gepubliceerd in zeer beperkte oplage en verscheen ook op veel samenwerkingen en compilaties uit die periode. In het begin gebruikte Evamuss zelfgemaakte versterkers, oscillatoren, pedaaleffecten en speelgoed-sleutelwoorden, later richtte hij zich ook op het misbruik van computers en piraten-software. Fouten en niet-functionaliteit zijn welkom in het proces. In november 2017 herrees Evamuss met een paar zelf-gehackte synthspeeltjes, een paar effecten en enkele met de hand gemaakte sequencers die in samenwerking met enkele hackers in Paruro (de legendarische elektronische zwarte markt in Lima City) zijn vervaardigd. De geluiden zijn nu gemuteerd in de richting van een warme en vochtige analoge jungle.

      +

      Eva Muss on Soundcloud +Eva Muss on Bandcamp

      + + +

      St. Fractalium (Rusland) St.Fractalium is een audiovisueel duo uit Nizhniy Novgorod, Rusland; bewoners van de plaatselijke cultusplaats Black Ho. Geïnspireerd door bands als Autechre en Coil, en met indrukwekkende ervaring in verschillende muzikale projecten, brengen de jongens het licht van Saint Fractalium, een verhelderende nectar voor degenen die de conventionele muziek beu zijn, alles met behulp van computers en controllers.

      +

      St. Fractalium on Bandcamp

      + + +

      Georganiseerd door ALOARDI

      +

      Datum: Vrijdag, 14 September 2018
      +Entree: 3 euro (donatie)
      +Deur: 20:00
      +Start: 21:00

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/ctrl-alt-save-first-en.html b/old/output/ctrl-alt-save-first-en.html new file mode 100644 index 0000000..b60ea1b --- /dev/null +++ b/old/output/ctrl-alt-save-first-en.html @@ -0,0 +1,138 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    121. varia komt in vele vormen:
    122. +
    123.  mailinglijst
    124. +
    125.  RSS feed
    126. + +
    127. Nederlands
    128. +
    129. English
    130. +
      +
      +
      + +
      + + + + +
      +
      + Ctrl-Alt-Save +
      +
      + +
      +
      2020-02-21 11:00
      +
      Published at 21 February 2020
      +
      + +
      +
      +
      +

      Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects everyone and many so-called solutions exist but +are they really solutions?

      +

      At the first Ctrl-Alt-Save meetup at Varia, many of these +questions might become more clear for you.

      +

      The focus of the first meetup will be on your data and +how you can manage it better and more securely based on +your interests and current issues. No solution +guaranteed, but a possible better understanding of the +topic.

      +

      Ctrl-Alt-S will be a series of events and meet-ups at +Varia in 2020 and will be shaped by the feedback and +comments of the attendees. The meet-ups will be in +English.

      +

      Date: February 21, 2020
      +Time: 11:00 - 16:00

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/ctrl-alt-save-first.html b/old/output/ctrl-alt-save-first.html new file mode 100644 index 0000000..f2fe0d9 --- /dev/null +++ b/old/output/ctrl-alt-save-first.html @@ -0,0 +1,139 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    131. varia komt in vele vormen:
    132. +
    133.  mailinglijst
    134. +
    135.  RSS feed
    136. + +
    137. Nederlands
    138. +
    139. English
    140. +
      +
      +
      + +
      + + + + +
      +
      + Ctrl-Alt-Save +
      +
      + +
      +
      2020-02-21 11:00:00
      +
      Gepubliceerd op 21 February 2020
      +
      + +
      +
      +
      +

      Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en +er bestaan veel zogenaamde oplossingen, maar zijn het +echt oplossingen?

      +

      Bij de eerste Ctrl-Alt-Save-bijeenkomst op Varia kunnen +veel van deze vragen voor u duidelijker worden.

      +

      De focus van de eerste bijeenkomst ligt op uw gegevens en +hoe u deze beter en veiliger kunt beheren op basis van uw +interesses en actuele problemen. Geen oplossing +gegarandeerd, maar een mogelijk beter begrip van het +onderwerp.

      +

      Ctrl-Alt-S zal een reeks evenementen en ontmoetingen zijn +bij Varia in 2020 en zal worden gevormd door de feedback +en opmerkingen van de aanwezigen. De meet-ups zullen in +het Engels zijn.

      +

      Datum: February 21, 2020
      +Tijd: 11:00 - 16:00

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/curriculum-bibliotecha-en.html b/old/output/curriculum-bibliotecha-en.html new file mode 100644 index 0000000..eb3ea91 --- /dev/null +++ b/old/output/curriculum-bibliotecha-en.html @@ -0,0 +1,131 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    141. varia komt in vele vormen:
    142. +
    143.  mailinglijst
    144. +
    145.  RSS feed
    146. + +
    147. Nederlands
    148. +
    149. English
    150. +
      +
      +
      + +
      + + + + +
      +
      + Bibliotecha, building and maintaining an off-line digital library +
      +
      + +
      +
      2019-07-06 10:00
      +
      Published at 30 May 2019
      +
      + +
      +
      +
      +

      Building and maintaining an off-line digital library

      +

      Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source software to serve digital publications on an open Wi-fi hotspot. Using a laptop, phone or tablet visitors can connect to it and books can be retrieved or donated via the browser. Since it is a low-power device you can power it with a USB powerbank and take it with you everywhere.

      +

      During the workshop we will guide participants through the installation process of a Bilbiotecha node. Participants will get introduced to the open source software stack, working with a RaspberryPi and Calibre the library management tool. This will be followed by a book sharing session and conversation where we exchange knowledge on taking care of a off-line digital community library.

      +
        +
      • At the end of the workshop participants will have a basic working understanding of the command line interface, working with Linux and the RaspberryPi.
      • +
      • In addition participants will get an understanding of the ins and outs of managing collections of digital books.
      • +
      • Last but not least, participants will take home a working Bibliotecha node, ready to distribute books!
      • +
      +

      Varia curriculum

      +

      This workshop is organised as part of the Varia curriculum.

      +

      The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

      +

      Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 04 of July the latest!

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + 06 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)
      +💶 Bring your own Raspberry pi workshop price: 50 euros or All materials incuded (Raspberry pi 3, power supply, sd card) price: 100 euros +(coffee, tea and cookies included)
      +
      💶 Bring ebooks and pdfs you would like to share with the group
      +
      💶* The workshop will be conducted in English

      +

      * Lack of funds should not preclude participation. Please get in contact with us to discuss the options (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/curriculum-bibliotecha.html b/old/output/curriculum-bibliotecha.html new file mode 100644 index 0000000..f9543f9 --- /dev/null +++ b/old/output/curriculum-bibliotecha.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    151. varia komt in vele vormen:
    152. +
    153.  mailinglijst
    154. +
    155.  RSS feed
    156. + +
    157. Nederlands
    158. +
    159. English
    160. +
      +
      +
      + +
      + + + + +
      +
      + Bibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheek +
      +
      + +
      +
      2019-07-06 10:00:00
      +
      Gepubliceerd op 30 May 2019
      +
      + +
      +
      +
      +

      Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

      +

      Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis van vrije software door middel van een speciale open Wi-fi hotspot het mogelijk maakt de collectie in te zien. Gebruikers kunnen met een laptop, telefoon of tablet verbinding maken met deze hotspot en via de browser publicaties uitnemen of doneren. Aangezien het stroomverbruik zeer gering is kan Bibliotecha draaien vanaf een USB powerbank zodat het overal mee te nemen is.

      +

      Tijdens de workshop leren wordt er veel aandacht besteed aan het process van het installeren van Bibliotecha. Zodoende krijg je als deelnemer een grondige introductie in de onderliggende vrije software, het werken met de RaspberryPi en een introductie in Calibre, het de software om je collectie mee te beheren. Het tweede deel van de workshop is een sessie waarin we met elkaar boeken delen en kennis uitwisselen op het gebied van het beginnen en onderhouden van een off-line digitale bibliotheek voor een gemeenschap.

      +

      Tegen het einde van de workshop hebben deelnemers een grondige introductie gehad in het werken met de 'command line', het werken met Linux-gebaseerde systemen en het werken met de RaspberryPi. +Bovendien zul je de ins- en outs van het beheren van een digitale collectie meekrijgen met o.a metadatabeheer en bestandsformaten. +*En niet het minste: deelnemers kunnen een werkende Bibliotecha mee naar huis nemen.

      +

      Varia curriculum

      +

      Deze workshop maakt onderdeel uit van het Varia curriculum.

      +

      Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in Varia. De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas die tengrondslag kunnen liggen aan verder eigen onderzoek.

      +

      Zou je willen deelnemen aan deze workshop? Stuur ons dan voor 04 juli een korte mail op info[a]varia.zone

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)
      +💶 Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)
      +
      💶 Neem ebooks of pdfs mee die je met de groep zou willen delen
      +
      💶* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk.

      +

      * Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/curriculum-command-lines-en.html b/old/output/curriculum-command-lines-en.html new file mode 100644 index 0000000..640292f --- /dev/null +++ b/old/output/curriculum-command-lines-en.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    161. varia komt in vele vormen:
    162. +
    163.  mailinglijst
    164. +
    165.  RSS feed
    166. + +
    167. Nederlands
    168. +
    169. English
    170. +
      +
      +
      + +
      + + + + +
      +
      + In the Beginning ... Was the Commandline +
      +
      + +
      +
      2018-10-18 10:00
      +
      Published at 18 October 2018
      +
      + +
      +
      +
      +

      On text, encodings and command lines.

      +

      The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing one thing and doing it well. These small programmes can be 'chained' together into pipelines capable of processing any type of data or text. These pipelines are a way of quickly producing unique and custom toolsets providing a wide range of creative opportunities.

      +

      In this workshop we will focus on command line tools in relation to plain text. During the day we will dive into the social-cultural history of the command line interface, explore the materiality of plain text on a computer and discover a wide range of command line tools.

      +
        +
      • No prior knowledge of programming is required, but note taking skills are essential.
      • +
      • Computer / Laptop is necessary.
      • +
      +

      This workshop is initiated by Roel Roscam Abbing and Manetta Berends.

      +

      Varia curriculum

      +

      This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

      +

      The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

      +

      Would you like to join this workshop? There is still space for a few participants. Please send us a short email on the info[a]varia.zone email address at the 15th of October the latest!

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + Thursday 18 October, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
      +💶 50 euros (coffee, tea and cookies included)
      +
      💬* The workshop will be conducted in English

      +

      * Lack of funds should not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/curriculum-command-lines.html b/old/output/curriculum-command-lines.html new file mode 100644 index 0000000..465843e --- /dev/null +++ b/old/output/curriculum-command-lines.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    171. varia komt in vele vormen:
    172. +
    173.  mailinglijst
    174. +
    175.  RSS feed
    176. + +
    177. Nederlands
    178. +
    179. English
    180. +
      +
      +
      + +
      + + + + +
      +
      + In the Beginning ... Was the Commandline +
      +
      + +
      +
      2018-10-18 10:00:00
      +
      Gepubliceerd op 18 October 2018
      +
      + +
      +
      +
      +

      Over tekst, encoderen en command lines.

      +

      De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie om één ding te doen en dat goed te doen. Deze kleine programma's kunnen samen worden 'gebonden' tot pipelines die elk type data of tekst kunnen verwerken. Deze pipelines zijn een manier om snel unieke en specifieke gereedschappen te produceren die een breed scala aan creatieve mogelijkheden bieden.

      +

      In deze workshop zullen we ons concentreren op command line tools in relatie tot platte tekst (plain text). Gedurende de dag verkennen we de sociaal-culturele geschiedenis van de command line interface, onderzoeken we de materialiteit van tekst op een computer en proberen we een breed scala aan tools uit.

      +
        +
      • Er is geen voorkennis van programmeren vereist, maar vaardigheden om notities te nemen zijn essentieel.
      • +
      • Computer / Laptop is noodzakelijk.
      • +
      +

      Deze workshop is geïnitieerd door Roel Roscam Abbing en Manetta Berends.

      +

      Varia curriculum

      +

      Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

      +

      Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

      +

      Wil je meedoen aan deze workshop? Er is nog plek voor een paar deelnemers. Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 15 oktober!

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + Donderdag, 18 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)
      +💶 50 euro (koffie, thee en koek inbegrepen)
      +
      💬* De voertaal van deze workshop is Engels

      +

      * Geldgebrek mag geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/curriculum-ipfs-en.html b/old/output/curriculum-ipfs-en.html new file mode 100644 index 0000000..ac3a824 --- /dev/null +++ b/old/output/curriculum-ipfs-en.html @@ -0,0 +1,136 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    181. varia komt in vele vormen:
    182. +
    183.  mailinglijst
    184. +
    185.  RSS feed
    186. + +
    187. Nederlands
    188. +
    189. English
    190. +
      +
      +
      + +
      + + + + +
      +
      + Inter-Planetary File System unearthed +
      +
      + +
      +
      2018-11-01 10:00
      +
      Published at 01 November 2018
      +
      + +
      +
      +
      +

      Off the centralitarian HTTP path.

      +

      In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary File System (IPFS) protocol constitutes one of these attempts: a distributed file system that seeks all computing devices with the same system of files for storing and sharing.

      +

      IPFS has raised the interest of many communities, from archivists to activists. Versioning, resiliency and availability make it a useful infrastructure builder for digital archivists, while its distributed nature has enabled groups of people to circumvent censorship. For instance, the 2017 referendum website of Catalonia, which was mirrored on IPFS after the original website was shut down by the Spanish government.

      +

      During this workshop, we will look at the successes, the pitfalls and the potential of this protocol. We will install it, go through the basics, discuss how it differs from other P2P protocols like dat and what types of usage it enables.

      +
        +
      • This workshop will last for 8 hours and a laptop will be necessary.
      • +
      • Prior knowledge of command line would be good, but is not obligatory.
      • +
      +

      This workshop is an initiative by Julie Boschat Thorez, Silvio Lorusso and Cristina Cochior.

      +

      Varia curriculum

      +

      This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

      +

      The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

      +

      Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 29th of October the latest!

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + Thursday 01 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
      +💶 50 euros (coffee, tea and cookies included)
      +
      💬* The workshop will be conducted in English

      +

      * Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/curriculum-ipfs.html b/old/output/curriculum-ipfs.html new file mode 100644 index 0000000..96c0c0f --- /dev/null +++ b/old/output/curriculum-ipfs.html @@ -0,0 +1,136 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    191. varia komt in vele vormen:
    192. +
    193.  mailinglijst
    194. +
    195.  RSS feed
    196. + +
    197. Nederlands
    198. +
    199. English
    200. +
      +
      +
      + +
      + + + + +
      +
      + Inter-Planetary File System unearthed +
      +
      + +
      +
      2018-11-01 10:00:00
      +
      Gepubliceerd op 01 November 2018
      +
      + +
      +
      +
      +

      Van het gecentraliseerde HTTP pad af

      +

      In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het aan elkaar doorgeven van bestanden op alle machines. Het InterPlanetary File System (IPFS) protocol is een van deze pogingen: een gedistribueerd bestandssysteem dat het mogelijk maakt in het hele netwerk bestanden te zoeken, verspreid op te slaan en te delen.

      +

      IPFS heeft de interesse van veel gemeenschappen gewekt, van archivisten tot activisten. De mogelijkheid verschillende versies van bestanden bij te houden, de weerbarstigheid van het netwerk en de toegenomen beschikbaarheid van bestanden maken het een nuttige bouwsteen voor zowel digitale archivarissen als groepen die censuur willen omzeilen. Een voorbeeld is de website voor het referendum van Catalonië in 2017, die op IPFS nog beschikbaar was nadat de oorspronkelijke website door de Spaanse regering werd gesloten.

      +

      Tijdens deze workshop kijken we naar de successen, de valkuilen en de mogelijkheden van dit protocol. We zullen IPFS installeren, de basis doornemen, bespreken hoe het verschilt van andere P2P protocollen en wat voor toepassingen mogelijk zijn.

      +
        +
      • Deze workshop duurt 8 uur en een laptop is noodzakelijk.
      • +
      • Voorafgaande kennis van IPFS zou goed zijn, maar is niet verplicht.
      • +
      +

      Deze workshop is geïnitieerd door Cristina Cochior, Silvio Lorusso en Julie Boschat Thorez.

      +

      Varia curriculum

      +

      Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

      +

      Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

      +

      Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 29 oktober!

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + Donderdag 1 November, 10:00h - 18:00h (Lunch tussen 13:00h and 14:00h)
      +💶 50 euro (koffie, thee en koek inbegrepen)
      +
      💬* De voertaal van deze workshop is Engels

      +

      * * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/curriculum-homebrewserverclub.html b/old/output/drafts/curriculum-homebrewserverclub.html new file mode 100644 index 0000000..0fd31f0 --- /dev/null +++ b/old/output/drafts/curriculum-homebrewserverclub.html @@ -0,0 +1,136 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    201. varia komt in vele vormen:
    202. +
    203.  mailinglijst
    204. +
    205.  RSS feed
    206. + +
    207. Nederlands
    208. +
    209. English
    210. +
      +
      +
      + +
      + + + + +
      +
      + Homebrewserver.club, aan de slag met self-hosting +
      +
      + +
      +
      2019-06-27 10:00
      +
      Gepubliceerd op 23 June 2019
      +
      + +
      +
      +
      +

      XXX-TODO-XXX

      +

      ...

      +

      Varia curriculum

      +

      Deze workshop maakt onderdeel uit van het Varia curriculum.

      +

      Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis +maken met de technische, theoretische en methodologische vaardigheden die ten +grondslag liggen aan de verschillende praktijken in Varia. De curriculum +workshops zijn korte intensieve master-classes of workshops met als doel +deelnemers te voorzien van grondige introducties in diverse themas die +tengrondslag kunnen liggen aan verder eigen onderzoek.

      +

      Zou je willen deelnemen aan deze workshop? Stuur ons dan voor 30 juni een +korte mail op info[a]varia.zone

      +

      Varia, Gouwstraat 3 (Rotterdam Charlois)
      + 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)
      +💶 Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)
      +
      💶 Neem ebooks of pdfs mee die je met de groep zou willen delen
      +
      💶* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk.

      +

      * Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/hbsc-cal-1-en-en.html b/old/output/drafts/hbsc-cal-1-en-en.html new file mode 100644 index 0000000..4ba1b3e --- /dev/null +++ b/old/output/drafts/hbsc-cal-1-en-en.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    211. varia komt in vele vormen:
    212. +
    213.  mailinglijst
    214. +
    215.  RSS feed
    216. + +
    217. Nederlands
    218. +
    219. English
    220. +
      +
      +
      + +
      + + + + +
      +
      + homebrewserver.club, calendars session 1 +
      +
      + +
      +
      2017-11-16 19:00
      +
      09 November 2017
      +
      + +
      +
      +
      +

      A first gathering around self-hosted calendars.

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/hbsc-cal-2-en-en.html b/old/output/drafts/hbsc-cal-2-en-en.html new file mode 100644 index 0000000..d75b573 --- /dev/null +++ b/old/output/drafts/hbsc-cal-2-en-en.html @@ -0,0 +1,108 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    221. varia komt in vele vormen:
    222. +
    223.  mailinglijst
    224. +
    225.  RSS feed
    226. + +
    227. Nederlands
    228. +
    229. English
    230. +
      +
      +
      + +
      + + + + +
      +
      + homebrewserver.club, kalenders sessie 2 +
      +
      + +
      +
      2017-11-30 19:00
      +
      22 November 2017
      +
      + +
      +
      +
      +

      A second gathering around self-hosted calendars.

      +

      Location: Varia

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/kettle_MD-en.html b/old/output/drafts/kettle_MD-en.html new file mode 100644 index 0000000..8053834 --- /dev/null +++ b/old/output/drafts/kettle_MD-en.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    231. varia komt in vele vormen:
    232. +
    233.  mailinglijst
    234. +
    235.  RSS feed
    236. + +
    237. Nederlands
    238. +
    239. English
    240. +
      +
      +
      + +
      + + + + +
      +
      + The Call Of The Kettle +
      +
      + +
      +
      2019-03-15 20:00
      +
      15 March 2019
      +
      + +
      +
      +
      +

      There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under the guise of 'The Call Of The Kettle'; the first object oriented music evening at Varia! During this event there will be performances by the following artists:

      +

      Agente Costura and Stephen Doyle are a duo playing improvised sounds, on amplified sewing machine and drums. Constura has been playing the Singer since 2003. In the daytime she tackles unwanted clothing, transforming them into new wearable shapes. At night, the Singer joins her fellow musicians and Lisa sews to the beat of the music, improvising on clothing based on rhythm and sound. Lisa has performed extensively, for instance at The Vancouver Art Gallery, the Month of Performance Art Berlin, the Bimhuis Amsterdam, and Curitiba Fashion Week. Stephen Doyle is a drummer, living and working in Amsterdam. His sounds have previously graced the creations of Dagora, 78rpm, and many more. Together, Costura and Doyle create a percussive upcycled torrent of uniquely sculpted sound.

      +

      Agente Costura Online
      +Stephen Doyle on Soundcloud

      + + +

      Watt’s Cookin’ is composed of Zeynep Aslan, Tamara van Suylekom and Inge Hoonte who met through re#sister and rehearse at Worm. For this performance, the three have teamed up to bang, clang and tinker with everyday household items. They are currently rehearsing in Inge's kitchen with the orchestra members they’ve interested to participate, such as water cookers and coffee percolators, a knife and a cutting board, a few jars with nuts, rice, and corn, and a couple of empty jars, a mini oven, two pans, two tea spoons and an egg beater. A bread toaster and a coconut milk can are hesitant if they want to join this upbeat troupe, but they will probably fit right in!

      +

      De Brut is a new project by Marijn Verbiesen who, according to sources, is "one of the forces that keeps the Rotterdam underground together!" She has participated in numerous projects (Sweat Tongue, Red Brut) and is active as one of the organizers of the infamous Herman concert series. Besides that Verbiesen is renowned for her tape collages that are highly personal and highly regarded by magazines like The Wire.

      +

      Red Brut Online

      + + +

      Beachcombartband is a one-man-sea-trash-band from Rotterdam, helmed by none other than Bart Koppe. He performs with a collection of marine debris, played by mechanics and by hand. He will sweep the beach and throw its garbage on your head, in a maze of audio galactic joyfulness.

      +

      The Singing Toaster is not like other toasters, because not every toaster is able to sing. Therefore the inclusion of this one during ‘the call of the kettle’ is somewhat of an occasion. Will the burned crumbs between its heating elements be enough to warm your heart?

      +

      Date: Friday, 15 March 2019
      +Entrance: 5 euro
      +Door: 20:00
      +Start: 20:30

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/red-en-en.html b/old/output/drafts/red-en-en.html new file mode 100644 index 0000000..226b290 --- /dev/null +++ b/old/output/drafts/red-en-en.html @@ -0,0 +1,157 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    241. varia komt in vele vormen:
    242. +
    243.  mailinglijst
    244. +
    245.  RSS feed
    246. + +
    247. Nederlands
    248. +
    249. English
    250. +
      +
      +
      + +
      + + + + +
      +
      + Rotterdams Electronica Depot +
      +
      + +
      +
      09 April 2017
      +
      + +
      +
      +
      +
      +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
      +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
      +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
      +┌─────────────────┬───────────────┐
      +│misc parts       │misc parts     │
      +│                 │               │
      +│                 │               │
      +│                 │               │
      +│                 │               │
      +│                 │               │
      +│                 │               │
      +├─────────────────┼───────────────┼────────────────────┐
      +│IC's             │trim pots,     │octo couplers       │
      +│                 │               │EEPROMS             │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +├─────────────────┼───────────────┼────────────────────┤
      +│transistors,     │resistors      │big resistors,      │
      +│empty boxes,     │big            │empty boxes,        │
      +│                 │               │FTDI,               │
      +│                 │               │arduino             │
      +│                 │               │oscilloscope parts  │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +├─────────────────┼───────────────┼────────────────────┤
      +│transistors,     │resistors      │capacitors,         │
      +│diodes           │small          │transducers         │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +│                 │               │                    │
      +└─────────────────┴───────────────┴────────────────────┘
      + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
      + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
      + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
      +
      + +

      Rotterdam Electronics Depot

      +

      Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this Varia started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost.

      +

      Become a member:

      +

      get in touch with us via the varia list

      +

      Opening and picking up

      +

      Opening times are dependent on the members. Pick up location is: Gouwstraat 3, 3082 BA, in Rotterdam

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/samenscholing.html b/old/output/drafts/samenscholing.html new file mode 100644 index 0000000..92d2162 --- /dev/null +++ b/old/output/drafts/samenscholing.html @@ -0,0 +1,109 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    251. varia komt in vele vormen:
    252. +
    253.  mailinglijst
    254. +
    255.  RSS feed
    256. + +
    257. Nederlands
    258. +
    259. English
    260. +
      +
      +
      + +
      + + + + +
      +
      + De Samenscholing: Een collectieve kijk op Moocs en leren +
      +
      + +
      +
      2017-12-31 19:30
      +
      Gepubliceerd op 12 September 2017
      +
      + +
      +
      +
      +

      Het "Centrum Voor Alledaagse Technologie daagt jou uit om gezamelijk mee te doen aan een nader te bepalen Massive Online Open Course (MOOC). +Deze MOOCS, die worden aangeboden door online platforms zoals Coursera creeeren een situatie waarin iedereen die zich niet universitair onderwijs kan veroorloven toch wordt aangespoord om thuis verder door te leren. Deze goedkope manier van zelfoptimalisering biedt behalve de verlokking van nieuwe kennis ook de hoop op (her)nieuwde carrieremogelijkheden. Echter, slechts weinigen weten dezen succesvol af te ronden. Door de vorm van het onderwijs kunnen weinigen zich de tijd en beheersing naast hun dagelijkse drukke bestaan veroorloven.

      +

      Om de problemen die bij deze vorm van leren te behandelen heeft CAT besloten een laagdrempelige avondschool op te zetten onder de naam ‘De Samenscholing’. Deelnemers kunnen daarmee het isolement van deze cursussen doorbreken door gezamenlijk een MOOC te volgen. Daarbij maken we met elkaar een leeromgeving die kritisch en non-individualistisch is. Waarbij we nieuwe dingen leren om het leren zelf centraal staat en niet vanwege de eventuele praktische economische motieven. Deelnemers hoeven niet langer alleen passief en geisoleerd thuis te zitten, maar kunnen eindelijk gezamenlijk discussieren over de inhoud en de vorm van de cursus, maar ook over de cursus.

      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/sdr-intro.html b/old/output/drafts/sdr-intro.html new file mode 100644 index 0000000..c27d2a4 --- /dev/null +++ b/old/output/drafts/sdr-intro.html @@ -0,0 +1,118 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    261. varia komt in vele vormen:
    262. +
    263.  mailinglijst
    264. +
    265.  RSS feed
    266. + +
    267. Nederlands
    268. +
    269. English
    270. +
      +
      +
      + +
      + + + + +
      +
      + Introduction To Software Defined Radio +
      +
      + +
      +
      2017-11-21 19:30
      +
      Gepubliceerd op 09 September 2017
      +
      + +
      +
      +
      +

      De atmosfeer is voortdurend gebuld met allerlei electromagnetische signalen afkomstig van mobiele telefoons, commerciele radiostations, Wi-Fi modems, luchtvaartbeacons, satellietverbindingen en nog veeeeeel meer.

      +

      Met de komst van Software-Defined Radio (SDR - software gestuurde radio) is het veel goedkoper en makkelijker om te leren luisteren naar dit soort signalen en ze te gebruiken voor allerhande projecten.

      +

      Gedurende deze workshop nemen deelnemers kennis van SDR, de hardware, de software en hoe simpele maar effectieve antennes te ontwerpen voor de ontvangst van deze signalen.

      +

      De cursus wordt aangeboden door Dennis de Bel (PD0WND) en Roel Roscam Abbing.

      +
        +
      • +

        De cursus wordt gedurende 4 weken wekelijks op dinsdagavond gegeven. Afhankelijk van de interesse, beginnen we begin december.

        +
      • +
      • +

        Kosten 80 euro pp. (SDR hardware inbegrepen bij cursus).

        +
      • +
      +

      +
      +
      +
      + + + \ No newline at end of file diff --git a/old/output/drafts/sm-critique-next-steps-en.html b/old/output/drafts/sm-critique-next-steps-en.html new file mode 100644 index 0000000..c1a3ae7 --- /dev/null +++ b/old/output/drafts/sm-critique-next-steps-en.html @@ -0,0 +1,132 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + +
      + home + over +
      +
      +
    271. varia komt in vele vormen:
    272. +
    273.  mailinglijst
    274. +
    275.  RSS feed
    276. + +
    277. Nederlands
    278. +
    279. English
    280. +
      +
      +
      + +
      + + + + +
      +
      + re: social media critique: next steps? +
      +
      + +
      +
      28 January 2018
      +
      + +
      +
      +
      +

      In january of 2018 a discussion on Nettime took place on the question what next steps for social media critique could be. As criticism of large social media platforms becomes increasingly commonplace in popular media and even from within Silicon Valley itself, the discussion centered around the question of what the role of critical communities like nettime could be. Since the discussion missed some context on recent developments from the non-GAFA1[1] Google/Amazon/Facebook/Apple/Free Software developments in this field media I've replied with some comments.

      +
      +

      This is in the end what Silicon Valley tries to prevent at all cost: +resistance and exodus. How can such a momentum be unleashed?

      +
      +

      So aside from the discussion of who listens (or didn't listen) to whose opinion it can be interesting to have a closer look at action and momentum.

      +

      Three projects caught my attention and I think could be an interesting case for this 'next steps' discussion:

      +

      Mastodon (2016) en Conversations (2014) and Peertube (2015)2[2] These are the dates of the project's source code first appearing in public, they are still actively updated and used.

      +

      All three are projects that during the past twelve months have somehow reinvigorated (the work on, attention for) their underlying protocols. Protocols that have been proclaimed dead or unsuccessful for many years. And probably will be for more to come.

      +

      The first one, Mastodon 3[3] https://joinmastodon.org/, you may have read about or even tried out. It is essentially a twitter clone / alternative. Technically it is based on Ostatus, which is a protocol to distribute status updates across networks. Ostatus is the protocol that powered early 'alternative 2.0 style' social networks such as Friendica and Lorea. The latter was a product of and important site of organization for the Spanish Indignados and 15M movements. Mastodon also supports ActivityPub which is the likely successor of Ostatus as a protocol for +further ongoing work on so-called federated publishing. The interesting thing is that Mastodon managed to attract a good chunk of the recent Twitter refugees. These where mostly voices which aren't white, loud or extreme right wing and for those reasons felt themselves increasingly out of place on twitter. Mastodon communities managed to involve so many of these people by focusing on developing tools for community moderation, content warnings and the ability to block other instances in the network. As a result (the english language) Mastodon became a site that is predominantly populated by the queer, PoC, left and artistic, or anyone that would otherwise be at risk of being on the receiving end of the Gamergate-style interactions on twitter. The decentralized nature of +Mastodon has created a culture of 'thematic mastodon servers (see https://instances.social/list) that have become a large part of what makes the network interesting and relevant to its several hundredthousand users.

      +

      Conversations 4[4] https://conversations.im is a messaging application that is based on the very old XMPP protocol. This is a chat protocol +which has at one point also been the underlying technology of both Google and Facebook chat before they closed it down and made it proprietary. From the onset Conversations focused on a combination of user friendliness, security and ultimately visual design to be on par with mobile messengers such as whatsapp and telegram. The work of Conversations has reinvigorated the XMPP protocol. Partly because it focused on implementing the double-ratchett encryption algorithm almost immediately after it was open-sourced. This is the modern userfriendly end-to-end encryption algorithm developed by Moxie Marlinspike for Signal and licensed to companies like Whatsapp. Another effect of the work of Conversations is that the decades old protocol has been updated in the span of a few years to work very well for mobile usage. For me one of the interesting aspects of the development of Conversations is the role that modern thinking on UIs, design and user friendliness played in its popularity. This especially becomes apparent in the very technical and awkward world of XMPP software. The developer has mentioned multiple times that he 'bases' his design on that of his GAFA 'competitors'. Apropos tactical media, this project's appropriation of corporate design, yet very clear and solid political stance (see https://gultsch.de/objection.html) leading to an increase in popularity and community involvement is an interesting development.

      +

      Lastly, Peertube 5[5] Peertube website is an attempt at making the hosting of video content accessible to small organizations. The sheer amount of infrastructure and thus capital required to set up an alternative to the monopoly position of Youtube, forces any project trying to replace Youtube to use peer-to-peer technologies. Peertube does so by trying to implement WebTorrents. Like the older 'BitTorrent' protocol it is based on, WebTorrent tries to mitigate the sheer amount of data and bandwith involved with exchanging online media, by making sure these are streamed from many sources at once. Unlike torrents, which need separate applications, WebTorrents run in familiar web browsers. One could say the conceptual forbearer of this approach was a project called Popcorn Time (2014). An app that convinced many with its good UI and design to do 'Netflix-like' streaming on top of the torrent network. Again this is something that lead to a reinvigoration of the decaying (use-wise) torrenting protocol. (I'd also argue though, that Popcorn Time was simultaneously the nail in the coffin for torrenting because of the individualistic streaming mentality built into it. This also meant the definite end of what remained of -collectivist?- seeding/sharing culture on public trackers.)

      +

      The position of the Peertube as a viable alternative or successful project is the most tenuous of the three. However, one might argue that our definition of success in this context should also be readjusted - away from the Silicon Valley, venture capitalist sense of success using metrics like usage counts, market cap, patent value etc. By nature of being built upon open, compatible and federative technologies, developments happening in all three projects could, and probably will, end up supporting one another. They do so to the extent that one project could even become an integral part of the other. As an example both Mastodon and Peertube use the same underlying ActivityPub, allowing one to become the underlying video delivery function of the other. As was the case with Friendica, Lorea and Mastodon, projects might stop but then become stepping stones and inspirations for newer generations of projects. In this sense definitions of success should consider the quality of longer term technological ecosystems within larger socio-political contexts.

      +

      So the striking things for me to take away from these projects are:

      +

      All three projects have managed to reinvigorate 'decaying' protocols in large part through their focus on UX, language and interestingly design. Which seems to me a huge opportunity for the arts which has been left largely unused in the first round of social media critique. Perhaps the model of artistic production in this domain should move away from the artists being on the forefront, sensing out emerging tendencies and taking the spotlight by creating mostly harmless critical and speculative works around these tendencies. Next steps for artistic social media critique should instead take a much more humble and supportive role contributing expertise, time and exposure to people working in and with these ecosystems.

      +

      All three projects are based on federation. Which is the idea that various actors maki g up a network decide to cooperate in a collective fashion. Distributing responsibility and power as they do so. The future of social media has to be federated or there won't be any (for those privileged enough to retreat..). I think the case of Mastodon, where +servers in the Ostatus federation are experimenting with blocking hostile content altogether from other servers in the federation (while still maintaining technical compatibility) are interesting experiments. For one, the debates over on-line harassment and fake news show that the grand 'electronic agoras', where one can find anyone and everyone +clearly aren't conducive to productive interchange of ideas. Perhaps smallish, self caring communities are a good answer to the profit driven model of infinite interconnectedness.

      +

      Lastly, I think it is no coincidence that two out of three of the projects have Germans leading development and all three are European based projects. I guess the following is anecdotal and partial evidence. Yet, I've not seen Google and Facebook run full page advertorials in leading daily newspapers except in the German ones. Ostensibly, part of +an attempt on their side to prevent mass user exodus out of discomfort with the platform. It is in part German historical sensibility that leads to this kind of sensitivity on the issues of privacy, but it is also a sensitivity that is actively nurtured in public discourse. No Silicon Valley apologies are required for there to be scepsis. At the +same time the European context apparently provides good enough living conditions for people to risk investing time in this kind of work. Risk which is also partly mitigated by initiatives such as German Prototype Fund and other European funding streams. However, testament to the fact that these projects have healthy communities and are part of wider ecosystems of support is that all projects finance themselves from diverse revenue streams, user contributions being the main one.

      +

      So I'd say next steps for a social media critique would be to be more involved in (and involve more) these communities. To use positions of power to create opportunities for people working on these projects. While the center of development of these projects is Western-Europe they have many contributors outside of Europe as well, that could benefit even more from such opportunities. At the same time, doing close readings of the technical underpinnings of these media will also improve understanding of what is (not) going on. Now obviously all this was a news flash from within a very specific filter bubble, but actually from there 2017 was a very promising year for alternative media.

      +
      +

      I still believe in vital methods to mass delete Facebook accounts.

      +
      +

      I'd say start doing so, but help your friends. Use your network effect +to transition together to different kind of media. This is slow and +laborious so mutual support is important. The time is always right, but +now more than ever.

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/drafts/sounduncloud.html b/old/output/drafts/sounduncloud.html new file mode 100644 index 0000000..deb246e --- /dev/null +++ b/old/output/drafts/sounduncloud.html @@ -0,0 +1,112 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + over +
        +
        +
      1. varia komt in vele vormen:
      2. +
      3.  mailinglijst
      4. +
      5.  RSS feed
      6. + +
      7. Nederlands
      8. +
      9. English
      10. +
        +
        +
        + +
        + + + + +
        +
        + Sounduncloud: A Rogue Archiving Workshop +
        +
        + +
        +
        2017-12-01 12:00
        +
        Gepubliceerd op 11 March 2020
        +
        + +
        +
        +
        +

        Soundcloud is onlangs op het nippertje gered van fallisement. Dit online platform waar allerhande mixes en genres zoals 'soundcloud rap' zijn ontstaan is nog echter niet buiten gevaar. In deze korte workshop gericht op informele en doe-het-zelf archivering helpen we je al je mixes en collecties te downloaden m.b.h vrije software. De gearchiveerde resultaten publiceren vervolgens als een micro-SD mixtape.

        +
          +
        • Datum: 1 december
        • +
        • Maximaal aantal deelnemers: 15
        • +
        • Kosten: 35 euro
        • +
        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/drafts/techno-galactic-guide-book-launch-streaming-en.html b/old/output/drafts/techno-galactic-guide-book-launch-streaming-en.html new file mode 100644 index 0000000..ea6b530 --- /dev/null +++ b/old/output/drafts/techno-galactic-guide-book-launch-streaming-en.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + over +
        +
        +
      11. varia komt in vele vormen:
      12. +
      13.  mailinglijst
      14. +
      15.  RSS feed
      16. + +
      17. Nederlands
      18. +
      19. English
      20. +
        +
        +
        + +
        + + + + +
        +
        + Streaming The Techno-Galactic Guide to Software Observation Stream @ varia +
        +
        + +
        +
        2018-09-07 19:00
        +
        07 September 2018
        +
        + +
        +
        +
        +

        "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and improvisational service architectures, of any and all things that you can and cannot imagine needing in a techno-galaxy."

        +

        The Techno-Galactic Guide to Software Observation gathers methods from the Techno-Galactic Software Observatory, a worksession that took place in June 2017 at the Constant headquarters in Brussels. It was collectively edited by Carlin Wing, Martino Morandi, Peggy Pierrot, Anita Burato, Christoph Haag, Michael Murtaugh, Femke Snelting, Seda Gürses and designed by Christoph Haag.

        +

        The book-launch can be attended online at http://observatory.constantvzw.org/stream or offline at the WTC25 in Brussels.

        +

        For those who are not able to go to Brussels to attend the book launch, we will be projecting the event in varia!

        +

        Original announcement: http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html

        +
          +
        • Date: Friday, 07 September 2018
        • +
        • Start: 19:00 (sharp)
        • +
        • End: 20:30
        • +
        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/drafts/the-secret-life-screening-3-en.html b/old/output/drafts/the-secret-life-screening-3-en.html new file mode 100644 index 0000000..209dd5e --- /dev/null +++ b/old/output/drafts/the-secret-life-screening-3-en.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + over +
        +
        +
      21. varia komt in vele vormen:
      22. +
      23.  mailinglijst
      24. +
      25.  RSS feed
      26. + +
      27. Nederlands
      28. +
      29. English
      30. +
        +
        +
        + +
        + + + + +
        +
        + Screening: The Secret Life Of Machines, season 3 (cancelled) +
        +
        + +
        +
        2017-12-10 19:30
        +
        23 November 2017
        +
        + +
        +
        +
        +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

        +

        dates

        +

        10 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

        +
          +
        • Door: 19:30
        • +
        • Start: 20:00
        • +
        • End: 23:00
        • +
        +

        Price: Donation

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/drafts/the-secret-life-screening-3.2-en.html b/old/output/drafts/the-secret-life-screening-3.2-en.html new file mode 100644 index 0000000..3a47632 --- /dev/null +++ b/old/output/drafts/the-secret-life-screening-3.2-en.html @@ -0,0 +1,116 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + over +
        +
        +
      31. varia komt in vele vormen:
      32. +
      33.  mailinglijst
      34. +
      35.  RSS feed
      36. + +
      37. Nederlands
      38. +
      39. English
      40. +
        +
        +
        + +
        + + + + +
        +
        + Screening: The Secret Life Of Machines, season 3 +
        +
        + +
        +
        2017-12-20 19:30
        +
        15 December 2017
        +
        + +
        +
        +
        +

        New attempt! Now without snowstorm.

        +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

        +

        dates

        +

        20 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

        +
          +
        • Door: 19:30
        • +
        • Start: 20:00
        • +
        • End: 23:00
        • +
        +

        Price: Donation

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/drafts/the-secret-life-season-1-en.html b/old/output/drafts/the-secret-life-season-1-en.html new file mode 100644 index 0000000..a2012ce --- /dev/null +++ b/old/output/drafts/the-secret-life-season-1-en.html @@ -0,0 +1,123 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + over +
        +
        +
      41. varia komt in vele vormen:
      42. +
      43.  mailinglijst
      44. +
      45.  RSS feed
      46. + +
      47. Nederlands
      48. +
      49. English
      50. +
        +
        +
        + +
        + + + + +
        +
        + Screening: The Secret Life Of Machines, season 1 +
        +
        + +
        +
        2017-11-05 19:30
        +
        29 October 2017
        +
        + +
        +
        +
        +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

        +

        dates

        +

        5 November: season 1 - household appliances

        +

        (vacuum cleaner, sewing machine, central heating, washing machine, refrigiator and television)

        +
          +
        • Door: 19:30
        • +
        • Start: 20:00
        • +
        • End: 23:00
        • +
        +

        19 November: season 2 - outdoor appliances

        +

        (car, internal combustion engine, quartz watch, telephone, radio and videorecorder)

        +
          +
        • Door: 16:30
        • +
        • Start: 17:00
        • +
        • End: 20:00
        • +
        +

        Price: Donation

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/druk-cantos-bohman-evening-en.html b/old/output/druk-cantos-bohman-evening-en.html new file mode 100644 index 0000000..ce50ce2 --- /dev/null +++ b/old/output/druk-cantos-bohman-evening-en.html @@ -0,0 +1,136 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + over +
        +
        +
      51. varia komt in vele vormen:
      52. +
      53.  mailinglijst
      54. +
      55.  RSS feed
      56. + +
      57. Nederlands
      58. +
      59. English
      60. +
        +
        +
        + +
        + + + + +
        +
        + Druk: An Evening With Cantos Deus & Bohman Family +
        +
        + +
        +
        2018-11-24 20:00
        +
        Published at 24 November 2018
        +
        + +
        +
        +
        +

        Because we can't always keep the pressure on, we've added a musical intermezzo during Woodstone Kugelblitz: Druk In Varia.

        +

        And what an intermezzo it is!

        +

        Bohman Family

        +

        +

        For more than two decades the English Bohman Brothers have been summoning a mix of unique and impure experimental music from a table stuffed with ordinary day to day objects. The mix contains fluxus elements, musique concrete and free improv. For this one evening the Bohman Brothers become a Bohman Family as they will adopt a bunch of local musicians and perform together as a nonet.

        +

        Cantos Deus

        + + +

        2018 • cantos deus from arnold schalks on Vimeo.

        + +

        Cantos Deus will play a selection of no-wave, gospel, reli-pop en psychedelica worship, all in the form of an entertaining revival show. Plenty of opportunity for the audience to dance, sing and worship. The company consists of Bruno Xavier da Silva, Lukas Simonis en Jacco Weener.

        +

        Date: Saturday, 24th of November 2018
        +Door: 20:00
        +Start: 20:30
        +Entrance: 3 euros

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/druk-cantos-bohman-evening.html b/old/output/druk-cantos-bohman-evening.html new file mode 100644 index 0000000..cdf1941 --- /dev/null +++ b/old/output/druk-cantos-bohman-evening.html @@ -0,0 +1,134 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + over +
        +
        +
      61. varia komt in vele vormen:
      62. +
      63.  mailinglijst
      64. +
      65.  RSS feed
      66. + +
      67. Nederlands
      68. +
      69. English
      70. +
        +
        +
        + +
        + + + + +
        +
        + Druk: Een avond met Cantos Deus & Bohman Family +
        +
        + +
        +
        2018-11-24 20:00:00
        +
        Gepubliceerd op 24 November 2018
        +
        + +
        +
        +
        +

        Omdat de boog niet altijd gespannen kan staan, lassen we tijdens het evenement Woodstone Kugelblitz: Druk In Varia een muzikale pauze in.

        +

        En wat voor een pauze!

        +

        Bohman Family

        +

        +

        De Engelse Bohman Brothers toveren al meer dan twee decenia unieke en impure experimentele muziek uit een tafel vol huis, tuin en keuken-rommel. Er zijn sporen van fluxus ongein, musique concrete, en vrije improvisatie. Voor deze avond worden de Bohman Brothers een Bohman Family: ze adopteren een aantal lokale muzikanten en zullen als een nonet optreden.

        +

        Cantos Deus

        +

        +

        2018 • cantos deus from arnold schalks on Vimeo.

        +

        Door Cantos Deus zal een selectie van no-wave, gospel, reli-pop en psychedelica worship gespeeld worden, dit alles verpakt in een amusante revival show. Voor het publiek is er mogelijkheid tot dans, zang en aanbidding. Het gezelschap bestaat uit Bruno Xavier da Silva, Lukas Simonis en Jacco Weener.

        +

        Date: Zaterdag, 24 November 2018
        +Door: 20:00
        +Start: 20:30
        +Entrance: 3 euro

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/21-Camp-Century.html b/old/output/en/21-Camp-Century.html new file mode 100644 index 0000000..927a191 --- /dev/null +++ b/old/output/en/21-Camp-Century.html @@ -0,0 +1,129 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      71. varia comes in many forms:
      72. +
      73. mailinglist
      74. +
      75. RSS feed
      76. + +
      77. Nederlands
      78. +
      79. English
      80. +
        +
        +
        + +
        + + + + +
        +
        + Century 21 Calling - Camp Century +
        +
        + +
        +
        2019-11-09 20:30:00
        +
        Published at 09 November 2019
        +
        + +
        +
        +
        +

        With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil and gas deposits, a new rush for the artic has started.

        +

        In the late 1950s, during the height of the Cold War, the US military constructed a secret base in the arctic, hidden from the populations of Greenland and Denmark. This base was a nuclear power facility and part of the secret Project Iceworm. During this edition of Century 21 Calling we will be screening the documentary Camp Century, which is about the construction of the base "Camp Century", the first of many envisioned bases on Greenland, to give you more context about the topic. Before the lecture there will be a lecture by David Young on the topic of Greenland, American politics and control and command strutter of the cold war.

        +

        David Young is a researcher interested in archiving media technologies, the history of computing, and the discourses of defence research in the United States during the Cold War. He is currently a M3C/AHRC-funded doctoral researcher at the University of Nottingham; his PhD topic is an examination of the technological administration of command and control systems, the forms of disciplinary practices they depend on in order to operate, and the strategic rationalities which shape their development over time. He has a background in digital media art, and has collaborated with artists, designers, and scientists in the production of experimental, research-oriented artworks funded by the Arts Trust Scotland, New Scotland's Alt-W award, and Creative Scotland.

        +

        Century 21 Calling is a series of screenings initiated by the Save_as collective and hosted at Varia in Rotterdam. Together, we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.

        +

        Door open: 20:30
        +David Young lecture starts: 21:00
        +Screening: 21:45
        +Entry: Donation

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/21-Crystals-War.html b/old/output/en/21-Crystals-War.html new file mode 100644 index 0000000..4ace59f --- /dev/null +++ b/old/output/en/21-Crystals-War.html @@ -0,0 +1,129 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      81. varia comes in many forms:
      82. +
      83. mailinglist
      84. +
      85. RSS feed
      86. + +
      87. Nederlands
      88. +
      89. English
      90. +
        +
        +
        + +
        + + + + +
        +
        + Century 21 Calling - Crystals Go To War +
        +
        + +
        +
        2019-08-24 20:30:00
        +
        Published at 24 August 2019
        +
        + +
        +
        +
        +

        Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

        +

        This evening we will be screening the documentary Crystal Go To War from 1943. Created by the U.S. Army Signal Corps in 1943, it shows the processes that quartz crystals have to go through before they are ready to be inserted into radios and communication equipment.

        +

        Quartz crystals have been part of human life for decades and since the discovery of its piezoelectric properties in the 1880's it has been a key component in modern technology.

        +

        Before the screening, there will be a small introduction the usage of crystals in technology. So join us on the 24 for the first screening of the 2 seasons of Century 21 Calling!

        +

        “Century 21 Calling” is a series of screenings initiated by the Save_as collective and hosted at Varia in Rotterdam.

        +
          +
        • door: 20:30
        • +
        • intro: 20:45
        • +
        • screening: 21:00
        • +
        • price: Donation
        • +
        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/21-High-Rise.html b/old/output/en/21-High-Rise.html new file mode 100644 index 0000000..af1c0d4 --- /dev/null +++ b/old/output/en/21-High-Rise.html @@ -0,0 +1,126 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      91. varia comes in many forms:
      92. +
      93. mailinglist
      94. +
      95. RSS feed
      96. + +
      97. Nederlands
      98. +
      99. English
      100. +
        +
        +
        + +
        + + + + +
        +
        + Century 21 Calling - Rising to the High-Rise +
        +
        + +
        +
        2018-05-26 20:00:00
        +
        Published at 02 May 2018
        +
        + +
        +
        +
        +

        During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the past? Where is the paperless office? What happened to the phone exchange when we cut the cord? What takes place at the office after work? And how do you react to customers when they complain about your product? All of this and more will the answered at the next edition of Century 21 Calling.

        +

        In a series of screenings called “Century 21 Calling”, an initiative started by the collective Save_as and hosted at Varia in Rotterdam, we look at the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

        +
          +
        • door: 20:00
        • +
        • intro: 20:15
        • +
        • screening: 20:30
        • +
        • price: Donation
        • +
        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/C21C.html b/old/output/en/C21C.html new file mode 100644 index 0000000..c4e9ac9 --- /dev/null +++ b/old/output/en/C21C.html @@ -0,0 +1,125 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      101. varia comes in many forms:
      102. +
      103. mailinglist
      104. +
      105. RSS feed
      106. + +
      107. Nederlands
      108. +
      109. English
      110. +
        +
        +
        + +
        + + + + +
        +
        + Century 21 Calling - Safety First +
        +
        + +
        +
        2019-04-20 20:00:00
        +
        Published at 20 April 2019
        +
        + +
        +
        +
        +

        During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in the traffic? What are the dangers around the office? Where can your children play safely? These questions and many more will be addressed during this informative evening.

        +

        During “Century 21 Calling”, an series of screenings started by the collective Save_as and hosted at Varia in Rotterdam, we observe the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

        +
          +
        • door: 20:00
        • +
        • start: 20:30
        • +
        • price: donation
        • +
        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/CLM-and-Violenza.html b/old/output/en/CLM-and-Violenza.html new file mode 100644 index 0000000..6568ff0 --- /dev/null +++ b/old/output/en/CLM-and-Violenza.html @@ -0,0 +1,119 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      111. varia comes in many forms:
      112. +
      113. mailinglist
      114. +
      115. RSS feed
      116. + +
      117. Nederlands
      118. +
      119. English
      120. +
        +
        +
        + +
        + + + + +
        +
        + Concert: CLM and Maria Violenza +
        +
        + +
        +
        2018-04-17 20:30:00
        +
        Published at 31 March 2018
        +
        + +
        +
        +
        +

        Varia presents two concerts by three incredible musicians from Italy.

        +

        CLM (formerly known as Cascao & Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion and poppy art melodies: evoking talking heads, the residents, and proto 70's & 80's wave stuff. In 2016 they released their first LP 'Spleenism' on vinyl and digital through the San Francisco based Cochon records.

        + + +

        CLM on Soundcloud

        +

        Sicilian born and Rome based Maria Violenza plays dark synth punk music under the influence of her homelands’ mixed cultural heritage. Besides her rousing solo-work, she is also a member of French music collective Grand Triple Alliance Internationale De L’Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy and Corpus Christi.

        + + +

        Maria Violenza's bandcamp page

        +

        Date: 17 April 2018 +Entrance: 3 euro +Doors: 20:30 +Start: 21:00

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/Entrepecariat-Book-Launch.html b/old/output/en/Entrepecariat-Book-Launch.html new file mode 100644 index 0000000..0569d74 --- /dev/null +++ b/old/output/en/Entrepecariat-Book-Launch.html @@ -0,0 +1,123 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      121. varia comes in many forms:
      122. +
      123. mailinglist
      124. +
      125. RSS feed
      126. + +
      127. Nederlands
      128. +
      129. English
      130. +
        +
        +
        + +
        + + + + +
        +
        + Entreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launch +
        +
        + +
        +
        2019-11-09 18:00:00
        +
        Published at 09 November 2019
        +
        + +
        +
        +
        +

        Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

        +

        Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in perennial start-up phase. Silvio Lorusso guides us through the entreprecariat, a world where change is natural and healthy, whatever it may bring. A world populated by motivational posters, productivity tools, mobile offices and self-help techniques. A world in which a mix of entrepreneurial ideology and widespread precarity is what regulates professional social media, online marketplaces for self-employment and crowdfunding platforms for personal needs. The result? A life in permanent beta, with sometimes tragic implications.

        +

        “A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019

        +

        Time: 18:00h - 19:00h

        +

        Entry: Free/Donation

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/Infinite-Outwardness.html b/old/output/en/Infinite-Outwardness.html new file mode 100644 index 0000000..e68b2dc --- /dev/null +++ b/old/output/en/Infinite-Outwardness.html @@ -0,0 +1,149 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      131. varia comes in many forms:
      132. +
      133. mailinglist
      134. +
      135. RSS feed
      136. + +
      137. Nederlands
      138. +
      139. English
      140. +
        +
        +
        + +
        + + + + +
        +
        + Infinite Outwardness +
        +
        + +
        +
        2018-05-18 20:00:00
        +
        Published at 20 April 2018
        +
        + +
        +
        +
        +

        Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable space junk to cosmic toilets, this will be an evening to remember!

        +

        Door: 20:00 +Start: 20:30 +Price: Donation

        +

        http://varia.zone/

        +

        Line-up:

        +
          +
        • Erik Debny is one of Belgium's hidden gems. On a time travel from the sixties, this man single-handedly, or together with his band the Shovels, transforms the universe of music as we know it into a trip to the boundaries of sonic belief. He will perform songs from 2016's 'Spaced Out In Outer Space' and his brand new album 'Beat The System'.
        • +
        +

        https://www.youtube.com/watch?v=Xk1n0D-2OqM

        +
          +
        • +

          Wojtek Szustak is an inventive composer from Krakow who works with and around space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop in Charlois where he will make new electronic instruments from old stuff he finds on the streets. The results will be presented during the event.

          +
        • +
        • +

          Niek Hilkmann is a topsy-turvy polymath who conducted an amateur avant-garde orchestra, created a one hundred meter long moving panorama, constructed the Universal Notation Ideal (UNI) system and curated events such as "Will VHS Save The Universe?" and "Floppy Totaal”. During ‘Infinite Outwardness’ he will exhibit the debris of his current projects 'Galaxico; Christmas between the stars' and 'The International Space Disenchantment Research Association'.

          +
        • +
        +

        https://www.youtube.com/watch?v=iGj95EddDos

        +
          +
        • Joshua Thies is a Rotterdam based artist working predominantly in the field of sound as a jumping off point for new projects. He will present an audible exploration of cosmological phenomena and take us into space via Google’s colonisation of virtual space. Digital and/or virtual mapping of Earth, claiming territory via mapping and viewing Earth from orbit have been the subject of his recent work.
        • +
        +

        http://joshuathies.blogspot.nl/

        +
          +
        • Squirrel, Arrow, Bee and Fly is the moniker of the international research designer team that brought you Toilettronic; a stress free toilet experience in space. It is a gamified toilet navigation system for space habitats. During 'Infinite Outwardness' the team will present a musical sequel to this project.
        • +
        +

        http://oyoana.com/toilettronic

        +
          +
        • DJ Cosmos404 and DJ Naam are household names in the global space DJ scene. In May they will team up to bring you music from the fourth dimension and beyond that will take your mind to another level of conscienceless.
        • +
        +

        This event is made possible with the kind support of Popunie Rotterdam, WORM Pirate Bay and of course... varia.

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/Silva-and-Krantz.html b/old/output/en/Silva-and-Krantz.html new file mode 100644 index 0000000..6dac4b6 --- /dev/null +++ b/old/output/en/Silva-and-Krantz.html @@ -0,0 +1,118 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      141. varia comes in many forms:
      142. +
      143. mailinglist
      144. +
      145. RSS feed
      146. + +
      147. Nederlands
      148. +
      149. English
      150. +
        +
        +
        + +
        + + + + +
        +
        + Concert: Matheus Silva and Theo Krantz Album Release +
        +
        + +
        +
        2018-08-17 21:00:00
        +
        Published at 09 August 2018
        +
        + +
        +
        +
        +

        Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which blends ambient synthesizer work with tape sounds and the human voice.

        + + +

        Theo Krantz's bandcamp page

        +

        Matheus Silva is an electronic artist originating from Brazil. From his start as a musician in the Florida hardcore punk scene in 2011, he eventually moved onto producing electronic music as a solo artist. With an eclectic musical background, he draws inspiration from various genres of music such as ambient drone and hip hop to produce a unique sound.

        + + +

        Matheus Silva on Soundcloud

        +

        Date: 17 August 2018
        +Entrance: Free / Donation
        +Door: 21:00
        +Start: 22:00

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/Space-Junk-Workshop.html b/old/output/en/Space-Junk-Workshop.html new file mode 100644 index 0000000..27e6d91 --- /dev/null +++ b/old/output/en/Space-Junk-Workshop.html @@ -0,0 +1,125 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      151. varia comes in many forms:
      152. +
      153. mailinglist
      154. +
      155. RSS feed
      156. + +
      157. Nederlands
      158. +
      159. English
      160. +
        +
        +
        + +
        + + + + +
        +
        + Wojtek Szustak - Space Junk Workshop +
        +
        + +
        +
        2018-05-18 10:00:00
        +
        Published at 23 April 2018
        +
        + +
        +
        +
        +

        Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results will be presented during the evening.

        +

        Want to join?

        +

        Please sign up through: info@varia.zone. +There's only limited capacity, so don't wait too long!

        +
          +
        • door: 10:00
        • +
        • start: 10:30
        • +
        • end: 18:00
        • +
        • price: 5 euro
        • +
        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/algologs.html b/old/output/en/algologs.html new file mode 100644 index 0000000..a28c239 --- /dev/null +++ b/old/output/en/algologs.html @@ -0,0 +1,158 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      161. varia comes in many forms:
      162. +
      163. mailinglist
      164. +
      165. RSS feed
      166. + +
      167. Nederlands
      168. +
      169. English
      170. +
        +
        +
        + +
        + + + + +
        +
        + Algologs +
        +
        + +
        +
        2018-03-16 19:00:00
        +
        Published at 28 February 2018
        +
        + +
        +
        +
        +

        practices in the age of algorithmic reprediction

        +

        Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet. Algologs is part of a series of occurances meant to open up the usually Brussels-based Algolit meetings by inviting external speakers, presenters and participants to join the conversation. During Algologs, we will increase the % of engagement with everyday algorithms.

        +

        On Friday evening we explore a multiplication of Algoliterary ways of converting words to numbers x infrapunctural reliefs x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Together we will log algorithmic attitudes, voices and practices.

        +

        The presentations on Friday are followed by an Algolit session on Saturday, where we will host a collective dive into the clustering techniques of word-embeddings. We propose to look at a specific implementation of word-embeddings step-by-step, to use it as a source for recipies for small (code or non-code based) experiments.

        +

        Calling all extra-amateurs, protoprofessionals and circumstantial algologgers.

        +
        +

        Algolit is a Brussels-based group of artists, designers, programmers and activists that meet once a month to write textual code experiments together.

        +

        Cristina Cochior is a Rotterdam-based researcher, designer and enthusiast media aggregator who is currently interested in algorithmic stress relief.

        +

        the XPUB practitioners are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.

        +

        Marloes de Valk is a software artist and writer in the post-despair stage of coping with the threat of global warming and being spied on by the devices surrounding her.

        +
        +

        Program

        +

        Friday 16th of March, 19:00 - 21:30+
        +Introductions, infrapunctures, bookscanner samples, big data promises

        +

        18:45 - 19:00 doors are open

        +

        19:00 - 19:20 Algoliterary introductions
        +19:20 - 19:40 Infrapunctures
        +19:40 - 19:50 --BREAK--
        +19:50 - 21:00 XPUB bookscanner pipelines
        +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”
        +21:30 onwards Drinks & Discussion

        +

        Saturday 17th of March, 10:00 - 18:00
        +Algolit session: From words to numbers through word-embeddings

        +

        This session is special edition and part of a longer timeline of monthly Algolit gatherings organised by Constant in the WTC25 in Brussels. In 2018 Algolit decided to open the sessions, to allow incisive jump-in jump-out participation. More information & material around Algolit can be found on algolit.net.

        +

        We will start the day with going step-by-step through the script word2vec_basic.py, and slowly slide into both code-based and non-code based experiments, depending on what the attendants are inclined towards. This work session is a moment to try things out yourself.

        +

        Note to attendants: It would be good to bring a laptop. Not per se for the reason of working with code or digital tools (we are big enthusiasts of non-coding experiments!), but we usually take notes collectively or look at references. For that reason a laptop is a nice companion!

        +

        If you are interested to attend this session, please email info@varia.zone at any point in advance.

        +

        Location
        +Varia - Gouwstraat 3, Rotterdam
        +varia.zone

        +
        +

        Links to previous exercises around these topics

        + +
        +

        The research project of Cristina Cochior is kindly supported by cbk rotterdam.

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/alles-flex-call-me-intern-city-dragon.html b/old/output/en/alles-flex-call-me-intern-city-dragon.html new file mode 100644 index 0000000..845725b --- /dev/null +++ b/old/output/en/alles-flex-call-me-intern-city-dragon.html @@ -0,0 +1,140 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      171. varia comes in many forms:
      172. +
      173. mailinglist
      174. +
      175. RSS feed
      176. + +
      177. Nederlands
      178. +
      179. English
      180. +
        +
        +
        + +
        + + + + +
        +
        + Alles Flex? Call me Intern, City Dragon +
        +
        + +
        +
        2020-02-08 17:30:00
        +
        Published at 08 February 2020
        +
        + +
        +
        +
        +

        Varia would like to invite you to an evening of documentary watching, thoughtful debate and a musical performance!

        +

        On the February we will be screening the documentaries "Alles Flex?" and "Call me Intern", both of which reflect on the devastating consequences caused by the ongoing flexibilization of both housing and work. To further clarify and present these topics, Abel Heijkamp, one of the filmmakers responsible for "Alles Flex?" and member of Bondprecaire Woonvormen, has kindly agreed to be present for a Q&A and conversation.

        +

        The second part of the program will be secured by Sam Kreuk, who will be presenting his solo project, City Dragon.

        +

        Location: Varia, Gouwstraat 3 (Rotterdam)
        +Date: Saturday 8th of February
        +Time: 17:30 - 21:30
        +Entry: Donation

        +

        City Dragon
        +City Dragon is the solo project of Max Kaario aka. Sam Kreuk. Using saxophone, recorders, toys and percussion he creates improvised collages and loops. Expect diva vocalization, power ballads, street trance, a collapsing assemblage of garbage rhythms, Celine Dion mesmer mantra's and much more!

        +

        https://maxkaario.wixsite.com/citydragon
        +https://www.youtube.com/watch?v=GP7PE4qcUS4&feature=emb_title
        +https://citydragon.bandcamp.com/

        +

        Alles Flex?
        +In the documentary ‘Alles Flex?’ (All Flex?) filmmakers Abel Heijkamp (NL) and Julij Borštnik (SI) explore the possible consequences of the current flexibilisation of our life-world. It draws upon the personal accounts of flex workers and flex tenants of different ages and walks of life. What kind of society are we fostering when existential security is no longer a right, but a privilege for those who can afford it?

        +

        ‘Alles Flex?’ is the first episode of a 4 part web documentary series The Future of Work. +Filmed in the Netherlands, Slovenija, Germany and Europe.

        +

        Call me Intern
        +Young, unemployed and frustrated, Filmmakers David Leo Hyde and Nathalie Berger set out to land an internship so they can examine the system from the inside in an act of millenial gonzo-film making.

        +

        After David accepts an internship at the United Nations, they move into a small blue tent on the Geneva lakefront and begin documenting his unpaid intern experience. Their action sparks a global press storm, challenging their roles as filmmakers.

        +

        Meanwhile, Marisa works for a US presidential election campaign, while fending off harassment from her supervisors. Kyle interns for a fortune-500 company, while living in a New York homeless shelter.

        +

        Each of these interns faces a choice: accept the system the way it is or put their careers on the line to speak out against it. Their actions help give visibility and strength to a growing global intern movement. Their journeys reveal the pressures which lead so many millennials to work for free while pop-culture extracts and testimonies from academics, politicians and employers give us a sense of how wide the internship phenomenon has spread.

        +

        Schedule:
        +17:30: Doors open
        +18:00: Alles Flex + Q&A with filmmaker Abel Heijkamp
        +19:45: Break
        +20:00: Call Me Intern
        +21:15: Break
        +21:30: City Dragon

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/anniversary.html b/old/output/en/anniversary.html new file mode 100644 index 0000000..93b5398 --- /dev/null +++ b/old/output/en/anniversary.html @@ -0,0 +1,111 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      181. varia comes in many forms:
      182. +
      183. mailinglist
      184. +
      185. RSS feed
      186. + +
      187. Nederlands
      188. +
      189. English
      190. +
        +
        +
        + +
        + + + + +
        +
        + Looking Back - Varia Anniversary +
        +
        + +
        +
        2018-11-09 20:00:00
        +
        Published at 09 November 2018
        +
        + +
        +
        +
        +

        It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat.

        +

        You are welcome to join us, feast on our exclusive varia drinks and enjoy nostalgic memories of varia's past and future!

        +

        Thanks to the DJ skills of Newk and DJ USB, plus the rare appearance of the varia karaoke set, this will surely be a night to help you remember!

        +

        Date: Friday, 9 November 2018
        +Door: 20:00

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/archives.html b/old/output/en/archives.html new file mode 100644 index 0000000..1964d74 --- /dev/null +++ b/old/output/en/archives.html @@ -0,0 +1,202 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      191. varia comes in many forms:
      192. +
      193. mailinglist
      194. +
      195. RSS feed
      196. + +
      197. Nederlands
      198. +
      199. English
      200. +
        +
        +
        + +
        + +

        Archives for Varia

        + +
        +
        Sat 21 March 2020
        +
        Sensible World Of Soccer - Varia Cup 2020
        +
        Sat 14 March 2020
        +
        Radio on the radio
        +
        Sat 29 February 2020
        +
        Feminist Hack Meetings: Servers
        +
        Sun 23 February 2020
        +
        Read & Repair feat. readings & listings: open licenses edition
        +
        Fri 21 February 2020
        +
        Ctrl-Alt-Save
        +
        Mon 17 February 2020
        +
        Heath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypse
        +
        Sat 08 February 2020
        +
        Alles Flex? Call me Intern, City Dragon
        +
        Sun 26 January 2020
        +
        Read & Repair feat. The Bootleg Library
        +
        Sat 25 January 2020
        +
        Feminist Hack Meetings
        +
        Mon 25 November 2019
        +
        BPW Rotterdam Huurdersspreekuur + Meet and greet
        +
        Sat 16 November 2019
        +
        Music: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneer
        +
        Sat 09 November 2019
        +
        Century 21 Calling - Camp Century
        +
        Sat 09 November 2019
        +
        Entreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launch
        +
        Mon 21 October 2019
        +
        THE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD)
        +
        Sat 19 October 2019
        +
        Floppy Totaal: Double Density
        +
        Sat 28 September 2019
        +
        One evening, Two launches, Three takes
        +
        Fri 13 September 2019
        +
        BPW Rotterdam Tenant Consultation Hours + Meet & Greet
        +
        Thu 12 September 2019
        +
        Music: Able Noise, Goldblum and Piyojo
        +
        Sat 24 August 2019
        +
        Century 21 Calling - Crystals Go To War
        +
        Thu 30 May 2019
        +
        Bibliotecha, building and maintaining an off-line digital library
        +
        Wed 29 May 2019
        +
        Relearn 2019 curved
        +
        Tue 28 May 2019
        +
        Activating an archive
        +
        Thu 02 May 2019
        +
        BPW Rotterdam Tenant Consultation & Introduction
        +
        Sat 20 April 2019
        +
        Century 21 Calling - Safety First
        +
        Sat 13 April 2019
        +
        Open Day @ Varia
        +
        Fri 12 April 2019
        +
        Dear Cultural Intitiative, there is an Elephant in the Room
        +
        Thu 04 April 2019
        +
        The Network We (de)Served, (XPUB Special Issue #08)
        +
        Fri 15 March 2019
        +
        The Call Of The Kettle
        +
        Wed 06 February 2019
        +
        Conversas at varia
        +
        Fri 11 January 2019
        +
        Varia New Year's Reception
        +
        Sat 22 December 2018
        +
        Christmas at Varia - With adammmmmmmmmmmm and Logosamphia
        +
        Sat 15 December 2018
        +
        Century 21 Calling -  I'd Buy That For A Dollar!
        +
        Sat 08 December 2018
        +
        Welcome to the � Federation - Mastodon and The Fediverse
        +
        Fri 07 December 2018
        +
        Maximum Velocity
        +
        Thu 29 November 2018
        +
        Pushing Scores with De Player
        +
        Sat 24 November 2018
        +
        Druk: An Evening With Cantos Deus & Bohman Family
        +
        Fri 23 November 2018
        +
        Woodstone Kugelblitz: Druk in Varia
        +
        Thu 22 November 2018
        +
        RecycleReduceReuse and where is Repair Workshop (full)
        +
        Thu 15 November 2018
        +
        Choreo-Graphic-Hypothesis Book Launch
        +
        Fri 09 November 2018
        +
        Looking Back - Varia Anniversary
        +
        Thu 01 November 2018
        +
        Inter-Planetary File System unearthed
        +
        Wed 31 October 2018
        +
        Life Hacks: Space
        +
        Sat 20 October 2018
        +
        The Big Bounce - Century 21 Calling
        +
        Thu 18 October 2018
        +
        In the Beginning ... Was the Commandline
        +
        Fri 12 October 2018
        +
        The Key to Casio (and Yamaha too)
        +
        Thu 11 October 2018
        +
        Considerate Cake Confection (full)
        +
        Fri 14 September 2018
        +
        Concert: Crimson Butterfly, Evamuss and St. Fractalium
        +
        Fri 07 September 2018
        +
        Streaming The Techno-Galactic Guide to Software Observation Stream @ varia
        +
        Thu 09 August 2018
        +
        Concert: Matheus Silva and Theo Krantz Album Release
        +
        Thu 14 June 2018
        +
        What Remains - Final Playtest
        +
        Wed 13 June 2018
        +
        What a website can be
        +
        Mon 28 May 2018
        +
        Moving Monument - Presentation
        +
        Sun 20 May 2018
        +
        Welcome to the � Federation - The Ecosystem is Moving
        +
        Wed 02 May 2018
        +
        Century 21 Calling - Rising to the High-Rise
        +
        Mon 23 April 2018
        +
        Wojtek Szustak - Space Junk Workshop
        +
        Fri 20 April 2018
        +
        Infinite Outwardness
        +
        Thu 12 April 2018
        +
        Open Day @ Varia
        +
        Sat 31 March 2018
        +
        Concert: CLM and Maria Violenza
        +
        Wed 07 March 2018
        +
        Century 21 Calling
        +
        Wed 28 February 2018
        +
        Algologs
        +
        Sun 18 February 2018
        +
        It Is As If We Were Doing Work
        +
        Fri 16 February 2018
        +
        Solutions and problems in Extratonality
        +
        Fri 19 January 2018
        +
        New Year's reception
        +
        Fri 15 December 2017
        +
        34c3 screening session
        +
        Fri 15 December 2017
        +
        Screening: The Secret Life Of Machines, season 3
        +
        Sun 26 November 2017
        +
        Soup & Talk - Inox Kapell
        +
        Thu 23 November 2017
        +
        Screening: The Secret Life Of Machines, season 3 (cancelled)
        +
        Wed 22 November 2017
        +
        homebrewserver.club, kalenders sessie 2
        +
        Sun 12 November 2017
        +
        Screening: The Secret Life Of Machines, season 2
        +
        Thu 09 November 2017
        +
        homebrewserver.club, calendars session 1
        +
        Sun 29 October 2017
        +
        Screening: The Secret Life Of Machines, season 1
        +
        Thu 26 October 2017
        +
        Opening Space
        +
        Thu 14 September 2017
        +
        homebrewserver.club
        +
        Tue 29 August 2017
        +
        Relearn Rotterdam
        +
        Sun 09 April 2017
        +
        Rotterdams Electronica Depot
        +
        + + \ No newline at end of file diff --git a/old/output/en/author/cristina-julie-manetta-roel-silvio.html b/old/output/en/author/cristina-julie-manetta-roel-silvio.html new file mode 100644 index 0000000..1d4ae07 --- /dev/null +++ b/old/output/en/author/cristina-julie-manetta-roel-silvio.html @@ -0,0 +1,96 @@ + + + +Varia - Articles by Cristina, Julie, Manetta, Roel, Silvio + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      201. varia comes in many forms:
      202. +
      203. mailinglist
      204. +
      205. RSS feed
      206. + +
      207. Nederlands
      208. +
      209. English
      210. +
        +
        +
        + +
        + +
        + + +

        Articles by Cristina, Julie, Manetta, Roel, Silvio

        + + +
        + + + + +
        + +
        + + \ No newline at end of file diff --git a/old/output/en/author/roel-manetta.html b/old/output/en/author/roel-manetta.html new file mode 100644 index 0000000..3f1190e --- /dev/null +++ b/old/output/en/author/roel-manetta.html @@ -0,0 +1,104 @@ + + + +Varia - Articles by Roel, Manetta + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      211. varia comes in many forms:
      212. +
      213. mailinglist
      214. +
      215. RSS feed
      216. + +
      217. Nederlands
      218. +
      219. English
      220. +
        +
        +
        + +
        + +
        + + +

        Articles by Roel, Manetta

        + + +
        + + + + +
        + +
        + + \ No newline at end of file diff --git a/old/output/en/author/varia.html b/old/output/en/author/varia.html new file mode 100644 index 0000000..b13f444 --- /dev/null +++ b/old/output/en/author/varia.html @@ -0,0 +1,3039 @@ + + + +Varia - Articles by Varia + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      221. varia comes in many forms:
      222. +
      223. mailinglist
      224. +
      225. RSS feed
      226. + +
      227. Nederlands
      228. +
      229. English
      230. +
        +
        +
        + +
        + +
        + + +

        Articles by Varia

        + + +
        + + + +
        + + + + +

        Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! It's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play!

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives.

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        A screening of the documentaries "Everything Flex?" and "Call me Intern", both of which look at the consequences of the ongoing flexibilization of both housing and work. In addition, Sam Kreuk will present his musical solo project City Dragon. An evening full of documentaries, debate and a music!

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Every last Sunday of the month, the Varia Library and Rotterdam Electronics Depot are open. This Sunday, we are joined by The Bootleg Library, a shared digital and physical library of bootlegged texts.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Bond Precaire Woonvormen (BPW) organizes another round of their tenant consultation plus meet and greet at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

        +

        Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        We are all very glad to invite you to the launch of the second issue of Networks of One's Own: three takes on taking care and Fed Up!, the 13th issue of the Pervasive Labour Union zine. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Join us on Monday the 23rd of September for an afternoon or evening of discussion, co-learning and reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

        +

        Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

        +

        This evening we will be screening the documentary Crystal Go To War from 1943. Created by the …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Building and maintaining an off-line digital library

        +

        Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        This year's edition of Relearn takes the form of multiple sessions, spread over the (bezier) curve between (possibly Amsterdam)-Rotterdam-Brussels-Paris. This Relearn session in Rotterdam is the first control point on the curve.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Publication launch and performance evening

        +

        At the end of last year, De Player approached Varia to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.

        +

        Varia contributed by developing an …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Please feel welcome to join us for a day of discussion, co-learning and reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During the next edition of South Explorer Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include Idione Dynamic’s ‘What Remains’ and Mathijs van Oosterhoudt’s ‘Strange Fruits’. Furthermore, Thomas Walskaar will conduct interviews for his …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        Dear guest,

        +

        We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        In February, Varia has the pleasure to host one of the nomadic Conversas evenings. Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.

        +

        This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During this evening we focus on the archiving of the Pushing Scores project by DE PLAYER; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic …

        + + read more + +
        +

        + +
        + + + + + + + + + + + +
        + + + + +

        Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        < body > < script >

        +

        var delay="5";
        +var count="0";

        +

        Texts=new Array ();
        +Texts[0]="Media Choreographies.";
        +Texts[1]="ChoreoGraphic Vocabularies";
        +Texts[2]="Choreo-Graphic-Matters";
        +Texts[3]="Choreo-Graphic-Hypothesis";
        +Texts[4]="Rehearsal Series";
        +Texts[5]="Scores & Scripts";
        +Texts[6]="A glossary of language for movements";
        +Texts[7]="Choreographing from 0 to 1 and beyond …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat.

        +

        You are welcome to join us, feast …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Off the centralitarian HTTP path.

        +

        In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During our third screening of Century 21 Calling, we will be taking a look at the development of satellite communications. From the shiny orbs of the 1950s to our present day SATCOM systems.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        On text, encodings and command lines.

        +

        The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from Casio …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Crimson Butterfly (Russia) is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

        +

        We will have the following activities throughout the day:

        +

        Linux Presentation Day (All day)

        +

        Bored Windows or Apple? Unable …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Varia presents two concerts by three incredible musicians from Italy.

        +

        CLM (formerly known as Cascao & Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        A few months have passed since the 11th issue of the Pervasive Labour Union zine was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Solutions and problems in Extratonality 4
        +“Extratonality - Opening Doors Is Not Enough”

        +

        The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance.

        +

        date: Friday, 19th of …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia:

        +
          +
        • Wednesday 27th: 11:00h - late
        • +
        • Thursday 28th: 11:30h - late
        • +
        • Friday 29th: 11:30h - late
        • +
        • Saturday 30th: 11:30h - 18:15h
        • +
        +

        Bring your own beer and add your whishes to the …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        New attempt! Now without snowstorm.

        +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.

        +

        Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!

        + + read more + +
        +

        + +
        + + + +
        + + + + +
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
        +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
        +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
        +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
        +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
        +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
        +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
        +░░░░░░█░░░█░░░█░█░█▀▄░░░░
        +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +
        + +

        A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.

        +

        During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we …

        + + read more + +
        +

        + +
        + + + +
        + + + + +
        +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
        +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
        +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
        +┌─────────────────┬───────────────┐
        +│misc parts       │misc parts     │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +├─────────────────┼───────────────┼────────────────────┐
        +│IC's             │trim pots,     │octo couplers       │
        +│                 │               │EEPROMS             │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +├─────────────────┼───────────────┼────────────────────┤
        +│transistors,     │resistors      │big resistors,      │
        +│empty boxes,     │big            │empty boxes,        │
        +│                 │               │FTDI,               │
        +│                 │               │arduino             │
        +│                 │               │oscilloscope parts  │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +├─────────────────┼───────────────┼────────────────────┤
        +│transistors,     │resistors      │capacitors,         │
        +│diodes           │small          │transducers         │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +└─────────────────┴───────────────┴────────────────────┘
        + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
        + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
        + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
        +
        + +

        Rotterdam Electronics Depot

        +

        Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly …

        + + read more + +
        +

        + +
        +
        + +
        + + \ No newline at end of file diff --git a/old/output/en/authors.html b/old/output/en/authors.html new file mode 100644 index 0000000..39e1a19 --- /dev/null +++ b/old/output/en/authors.html @@ -0,0 +1,54 @@ + + + +Varia - Authors + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      231. varia comes in many forms:
      232. +
      233. mailinglist
      234. +
      235. RSS feed
      236. + +
      237. Nederlands
      238. +
      239. English
      240. +
        +
        +
        + +
        + +

        Authors on Varia

        + + + + \ No newline at end of file diff --git a/old/output/en/borrel2019.html b/old/output/en/borrel2019.html new file mode 100644 index 0000000..c3c19e1 --- /dev/null +++ b/old/output/en/borrel2019.html @@ -0,0 +1,117 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      241. varia comes in many forms:
      242. +
      243. mailinglist
      244. +
      245. RSS feed
      246. + +
      247. Nederlands
      248. +
      249. English
      250. +
        +
        +
        + +
        + + + + +
        +
        + Varia New Year's Reception +
        +
        + +
        +
        2019-01-11 19:30:00
        +
        Published at 11 January 2019
        +
        + +
        +
        +
        +

        It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.

        +

        This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music.

        +

        Woodstone Kugelblitz will also be presenting the latest issue of L'Intolerant #18: A Really Useful Cookbook.

        +

        Almost everyone is welcome and the entrance is free. However, a voluntary donation of 5 euros will help us replace our window and is greatly appreciated!

        +

        See you there!

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/bpw-consultation-introduction.html b/old/output/en/bpw-consultation-introduction.html new file mode 100644 index 0000000..fb84b34 --- /dev/null +++ b/old/output/en/bpw-consultation-introduction.html @@ -0,0 +1,121 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      251. varia comes in many forms:
      252. +
      253. mailinglist
      254. +
      255. RSS feed
      256. + +
      257. Nederlands
      258. +
      259. English
      260. +
        +
        +
        + +
        + + + + +
        +
        + BPW Rotterdam Tenant Consultation & Introduction +
        +
        + +
        +
        2019-05-06 17:00:00
        +
        Published at 02 May 2019
        +
        + +
        +
        +
        +

        Dear all,

        +

        We are very happy to announce that members of the Union of Precarious Dwellings +(Bond Precaire Woonvormen, BPW) are organising a tenant consultation and an +introduction session at Varia on the 6th of May between 15:00 and 20:00.

        +

        BPW is a solidarity movement organised by volunteers who support each other +based on the conviction that housing is a fundamental right that must be +protected.

        +

        Please feel welcome to join us for a day of discussion, co-learning and +reflection on the housing situation in Rotterdam, our rights as tenants and how +we can support each other to work towards solutions for more safe, secure and +affordable housing.

        +

        For more information on the event, please see this announcement.

        +

        To learn more about the union, please see bondprecairewoonvormen.nl.

        +

        SoliGreets,

        +

        Varia

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/bpw-consultation-plus-meet-and-greet-nov-2019.html b/old/output/en/bpw-consultation-plus-meet-and-greet-nov-2019.html new file mode 100644 index 0000000..c63dc87 --- /dev/null +++ b/old/output/en/bpw-consultation-plus-meet-and-greet-nov-2019.html @@ -0,0 +1,124 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      261. varia comes in many forms:
      262. +
      263. mailinglist
      264. +
      265. RSS feed
      266. + +
      267. Nederlands
      268. +
      269. English
      270. +
        +
        +
        + +
        + + + + +
        +
        + BPW Rotterdam Huurdersspreekuur + Meet and greet +
        +
        + +
        +
        2019-11-25 15:00:00
        +
        Published at 25 November 2019
        +
        + +
        +
        +
        +

        Dear all,

        +

        Bond Precaire Woonvormen (BPW) organizes another round of their tenant consultation plus meet and greet at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        +

        BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.

        +

        SoliGreets,

        +

        Varia

        +
        +

        In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.

        +

        In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!

        +

        15:00 - 17:00, Tenant consultation

        +

        Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.

        +

        19.30 - 21:00, BPW meets and greet

        +

        We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?

        +


        +

        +

        +For more information about the event, see this announcement [Dutch].

        +

        To learn more about the association, see bondprecairewoonvormen.nl [Dutch]. +

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/bpw-consultation-plus-meet-and-greet.html b/old/output/en/bpw-consultation-plus-meet-and-greet.html new file mode 100644 index 0000000..8b1d82e --- /dev/null +++ b/old/output/en/bpw-consultation-plus-meet-and-greet.html @@ -0,0 +1,124 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      271. varia comes in many forms:
      272. +
      273. mailinglist
      274. +
      275. RSS feed
      276. + +
      277. Nederlands
      278. +
      279. English
      280. +
        +
        +
        + +
        + + + + +
        +
        + BPW Rotterdam Tenant Consultation Hours + Meet & Greet +
        +
        + +
        +
        2019-09-23 15:00:00
        +
        Published at 13 September 2019
        +
        + +
        +
        +
        +

        Dear all,

        +

        We are very happy to announce that a second tenant consultation plus meet and greet by Bond Precaire Woonvormen (BPW) will take place at Varia on Monday the 23rd of September. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        +

        BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.

        +

        SoliGreets,

        +

        Varia

        +
        +

        In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.

        +

        In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!

        +

        15:00 - 17:00, Tenant consultation

        +

        Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.

        +

        19.30 - 21:00, BPW meets and greet

        +

        We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?

        +


        +

        +

        +For more information about the event, see this announcement [Dutch].

        +

        To learn more about the association, see bondprecairewoonvormen.nl [Dutch]. +

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/casio.html b/old/output/en/casio.html new file mode 100644 index 0000000..42915b8 --- /dev/null +++ b/old/output/en/casio.html @@ -0,0 +1,122 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      281. varia comes in many forms:
      282. +
      283. mailinglist
      284. +
      285. RSS feed
      286. + +
      287. Nederlands
      288. +
      289. English
      290. +
        +
        +
        + +
        + + + + +
        +
        + The Key to Casio (and Yamaha too) +
        +
        + +
        +
        2018-10-12 20:00:00
        +
        Published at 12 October 2018
        +
        + +
        +
        +
        +

        In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from Casio’s Rapman to Trio’s Dadada!

        +

        The event is comprised of the following elements:

        +

        Dion & The Magic Chords is the lovechild of casio freaks Dion Woestenburg and Griffin Stuip and sounds like the toybox equivalent to your favourite progressive acts, such as Jean Michelle Jarre and Yes. With the help of stunning visuals and a wild arrangement of casio’s and yamahama’s they will bring your mind towards the next level of levitation

        +

        Dion & The Magic Chords on Soundcloud

        + + +

        ZOONTOON is een Nederlands muzikant/kunstenaar. Hij maakt gebruik van een loopstation en de presets op een kleine zelf bewerkte SK-1 Casio keyboard om te experimenteren met Noord-Afrikaanse ritmes, geluid verstoringen en melodieen.

        + + +

        M. Klein is also known for his work in Sweat Tongue, Lewsberg, Eklin and his label De Hef. Inspired by Satie and Fauré he decided to compose some minimalist electronic piano compositions. At Varia M. Klein will perform these with the help of his Yamaha PSS-170 and who knows what else?

        +

        Listentomerijn is the pseudonym of Merijn van Ham. What has not been said about him? This renowned Rotterdam DJ will prove his skills once more; this time behind the keys and maybe some drumpads too. What kind of drumpads? Those of the Casio MT205 course! Would you expect anything less?

        +

        Casio Show and tell; Interluding the way, there will be a series of keyboard presentations that showcase the many shapes and sizes these instruments have taken throughout the years. The show and tell will be presented by none other than Lídia Pereira and her assistant, Niek Hilkmann. Want to present a keyboard yourself? Send an email to: info@varia.zone

        +

        Date: Friday, 12 October 2018
        +Entrance: 5 euro
        +Door: 20:00
        +Start: 21:00

        +

        +
        +
        +
        + + + \ No newline at end of file diff --git a/old/output/en/categories.html b/old/output/en/categories.html new file mode 100644 index 0000000..fae2d1d --- /dev/null +++ b/old/output/en/categories.html @@ -0,0 +1,66 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      291. varia comes in many forms:
      292. +
      293. mailinglist
      294. +
      295. RSS feed
      296. + +
      297. Nederlands
      298. +
      299. English
      300. +
        +
        +
        + +
        + +
        + article + concert + curriculum + discussion + event + gathering + launch + learning situation + misc + news + party + presentation + projects + screening + work group + workshop +
        + + \ No newline at end of file diff --git a/old/output/en/category/article.html b/old/output/en/category/article.html new file mode 100644 index 0000000..b51c9a7 --- /dev/null +++ b/old/output/en/category/article.html @@ -0,0 +1,145 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      301. varia comes in many forms:
      302. +
      303. mailinglist
      304. +
      305. RSS feed
      306. + +
      307. Nederlands
      308. +
      309. English
      310. +
        +
        +
        + +
        + + +
        + + +

        Category: article

        +
        + + +
        + + + + + + + + +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/concert.html b/old/output/en/category/concert.html new file mode 100644 index 0000000..553dcf1 --- /dev/null +++ b/old/output/en/category/concert.html @@ -0,0 +1,453 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      311. varia comes in many forms:
      312. +
      313. mailinglist
      314. +
      315. RSS feed
      316. + +
      317. Nederlands
      318. +
      319. English
      320. +
        +
        +
        + +
        + + +
        + + +

        Category: concert

        +
        + + +
        + + + +
        + + + + +

        Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

        +

        Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from Casio …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Crimson Butterfly (Russia) is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Varia presents two concerts by three incredible musicians from Italy.

        +

        CLM (formerly known as Cascao & Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/curriculum.html b/old/output/en/category/curriculum.html new file mode 100644 index 0000000..fdde22e --- /dev/null +++ b/old/output/en/category/curriculum.html @@ -0,0 +1,185 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      321. varia comes in many forms:
      322. +
      323. mailinglist
      324. +
      325. RSS feed
      326. + +
      327. Nederlands
      328. +
      329. English
      330. +
        +
        +
        + +
        + +
        +

        Upcoming workshops

        +
        + + +
        + + + + + + + + + + + + + + + + + + +

        Past workshops

        +
        + + +
        +
        + Bibliotecha, building and maintaining an off-line digital library +
        + 06 July 2019 +
        + +
        +

        Building and maintaining an off-line digital library

        +

        Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source …

        + +read more + +
        +

        +
        + + +
        +
        + RecycleReduceReuse and where is Repair Workshop (full) +
        + 22 November 2018 +
        + +
        +

        Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each …

        + +read more + +
        +

        +
        + + +
        +
        + Inter-Planetary File System unearthed +
        + 01 November 2018 +
        + +
        +

        Off the centralitarian HTTP path.

        +

        In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary …

        + +read more + +
        +

        +
        + + +
        +
        + In the Beginning ... Was the Commandline +
        + 18 October 2018 +
        + +
        +

        On text, encodings and command lines.

        +

        The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing …

        + +read more + +
        +

        +
        + + +
        +
        + Considerate Cake Confection (full) +
        + 11 October 2018 +
        + +
        +

        In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we …

        + +read more + +
        +

        +
        + + + \ No newline at end of file diff --git a/old/output/en/category/discussion.html b/old/output/en/category/discussion.html new file mode 100644 index 0000000..5bd8fdf --- /dev/null +++ b/old/output/en/category/discussion.html @@ -0,0 +1,114 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      331. varia comes in many forms:
      332. +
      333. mailinglist
      334. +
      335. RSS feed
      336. + +
      337. Nederlands
      338. +
      339. English
      340. +
        +
        +
        + +
        + + +
        + + +

        Category: discussion

        +
        + + +
        + + + +
        + + + + +

        Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/event.html b/old/output/en/category/event.html new file mode 100644 index 0000000..17fb10c --- /dev/null +++ b/old/output/en/category/event.html @@ -0,0 +1,1374 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      341. varia comes in many forms:
      342. +
      343. mailinglist
      344. +
      345. RSS feed
      346. + +
      347. Nederlands
      348. +
      349. English
      350. +
        +
        +
        + +
        + + +
        + + +

        Category: event

        +
        + + +
        + + + +
        + + + + +

        Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! It's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play!

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives.

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        Every last Sunday of the month, the Varia Library and Rotterdam Electronics Depot are open. This Sunday, we are joined by The Bootleg Library, a shared digital and physical library of bootlegged texts.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Bond Precaire Woonvormen (BPW) organizes another round of their tenant consultation plus meet and greet at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        We are all very glad to invite you to the launch of the second issue of Networks of One's Own: three takes on taking care and Fed Up!, the 13th issue of the Pervasive Labour Union zine. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Join us on Monday the 23rd of September for an afternoon or evening of discussion, co-learning and reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Publication launch and performance evening

        +

        At the end of last year, De Player approached Varia to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.

        +

        Varia contributed by developing an …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Please feel welcome to join us for a day of discussion, co-learning and reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During the next edition of South Explorer Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include Idione Dynamic’s ‘What Remains’ and Mathijs van Oosterhoudt’s ‘Strange Fruits’. Furthermore, Thomas Walskaar will conduct interviews for his …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Dear guest,

        +

        We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        In February, Varia has the pleasure to host one of the nomadic Conversas evenings. Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.

        +

        This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        During this evening we focus on the archiving of the Pushing Scores project by DE PLAYER; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic …

        + + read more + +
        +

        + +
        + + + + + + + + + + + +
        + + + + +

        < body > < script >

        +

        var delay="5";
        +var count="0";

        +

        Texts=new Array ();
        +Texts[0]="Media Choreographies.";
        +Texts[1]="ChoreoGraphic Vocabularies";
        +Texts[2]="Choreo-Graphic-Matters";
        +Texts[3]="Choreo-Graphic-Hypothesis";
        +Texts[4]="Rehearsal Series";
        +Texts[5]="Scores & Scripts";
        +Texts[6]="A glossary of language for movements";
        +Texts[7]="Choreographing from 0 to 1 and beyond …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …

        + + read more + +
        +

        + +
        + + + + + + + +
        + + + + +

        On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

        +

        We will have the following activities throughout the day:

        +

        Linux Presentation Day (All day)

        +

        Bored Windows or Apple? Unable …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        A few months have passed since the 11th issue of the Pervasive Labour Union zine was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Solutions and problems in Extratonality 4
        +“Extratonality - Opening Doors Is Not Enough”

        +

        The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance.

        +

        date: Friday, 19th of …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia:

        +
          +
        • Wednesday 27th: 11:00h - late
        • +
        • Thursday 28th: 11:30h - late
        • +
        • Friday 29th: 11:30h - late
        • +
        • Saturday 30th: 11:30h - 18:15h
        • +
        +

        Bring your own beer and add your whishes to the …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.

        +

        Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/gathering.html b/old/output/en/category/gathering.html new file mode 100644 index 0000000..98f5c96 --- /dev/null +++ b/old/output/en/category/gathering.html @@ -0,0 +1,128 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      351. varia comes in many forms:
      352. +
      353. mailinglist
      354. +
      355. RSS feed
      356. + +
      357. Nederlands
      358. +
      359. English
      360. +
        +
        +
        + +
        + + +
        + + +

        Category: gathering

        +
        + + +
        + + + + + + + + +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/launch.html b/old/output/en/category/launch.html new file mode 100644 index 0000000..77a7c13 --- /dev/null +++ b/old/output/en/category/launch.html @@ -0,0 +1,110 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      361. varia comes in many forms:
      362. +
      363. mailinglist
      364. +
      365. RSS feed
      366. + +
      367. Nederlands
      368. +
      369. English
      370. +
        +
        +
        + +
        + + +
        + + +

        Category: launch

        +
        + + +
        + + + +
        + + + + +

        Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

        +

        Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/learning-situation.html b/old/output/en/category/learning-situation.html new file mode 100644 index 0000000..c3d6c74 --- /dev/null +++ b/old/output/en/category/learning-situation.html @@ -0,0 +1,94 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      371. varia comes in many forms:
      372. +
      373. mailinglist
      374. +
      375. RSS feed
      376. + +
      377. Nederlands
      378. +
      379. English
      380. +
        +
        +
        + +
        + + +
        + + +

        Category: learning situation

        +
        + + +
        + + + +
        + + + + +

        This year's edition of Relearn takes the form of multiple sessions, spread over the (bezier) curve between (possibly Amsterdam)-Rotterdam-Brussels-Paris. This Relearn session in Rotterdam is the first control point on the curve.

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/misc.html b/old/output/en/category/misc.html new file mode 100644 index 0000000..a8dd494 --- /dev/null +++ b/old/output/en/category/misc.html @@ -0,0 +1,101 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      381. varia comes in many forms:
      382. +
      383. mailinglist
      384. +
      385. RSS feed
      386. + +
      387. Nederlands
      388. +
      389. English
      390. +
        +
        +
        + +
        + + +
        + + +

        Category: misc

        +
        + + +
        + + + +
        + + + + +

        A screening of the documentaries "Everything Flex?" and "Call me Intern", both of which look at the consequences of the ongoing flexibilization of both housing and work. In addition, Sam Kreuk will present his musical solo project City Dragon. An evening full of documentaries, debate and a music!

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/news.html b/old/output/en/category/news.html new file mode 100644 index 0000000..c7fc19e --- /dev/null +++ b/old/output/en/category/news.html @@ -0,0 +1,109 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      391. varia comes in many forms:
      392. +
      393. mailinglist
      394. +
      395. RSS feed
      396. + +
      397. Nederlands
      398. +
      399. English
      400. +
        +
        +
        + +
        + + +
        + + +

        Category: news

        +
        + + +
        + + + +
        + + + + +

        "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/party.html b/old/output/en/category/party.html new file mode 100644 index 0000000..ca52ca7 --- /dev/null +++ b/old/output/en/category/party.html @@ -0,0 +1,95 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      401. varia comes in many forms:
      402. +
      403. mailinglist
      404. +
      405. RSS feed
      406. + +
      407. Nederlands
      408. +
      409. English
      410. +
        +
        +
        + +
        + + +
        + + +

        Category: party

        +
        + + +
        + + + +
        + + + + +

        It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat.

        +

        You are welcome to join us, feast …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/presentation.html b/old/output/en/category/presentation.html new file mode 100644 index 0000000..0ef12c7 --- /dev/null +++ b/old/output/en/category/presentation.html @@ -0,0 +1,109 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      411. varia comes in many forms:
      412. +
      413. mailinglist
      414. +
      415. RSS feed
      416. + +
      417. Nederlands
      418. +
      419. English
      420. +
        +
        +
        + +
        + + +
        + + +

        Category: presentation

        +
        + + +
        + + + +
        + + + + +

        Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/projects.html b/old/output/en/category/projects.html new file mode 100644 index 0000000..94461d0 --- /dev/null +++ b/old/output/en/category/projects.html @@ -0,0 +1,95 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      421. varia comes in many forms:
      422. +
      423. mailinglist
      424. +
      425. RSS feed
      426. + +
      427. Nederlands
      428. +
      429. English
      430. +
        +
        +
        + +
        + + +
        + + +

        Category: projects

        +
        + + +
        + + + +
        + + + + +

        Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.

        +

        During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/screening.html b/old/output/en/category/screening.html new file mode 100644 index 0000000..8a5db88 --- /dev/null +++ b/old/output/en/category/screening.html @@ -0,0 +1,457 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      431. varia comes in many forms:
      432. +
      433. mailinglist
      434. +
      435. RSS feed
      436. + +
      437. Nederlands
      438. +
      439. English
      440. +
        +
        +
        + +
        + + +
        + + +

        Category: screening

        +
        + + +
        + + + +
        + + + + +

        With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

        +

        This evening we will be screening the documentary Crystal Go To War from 1943. Created by the …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During our third screening of Century 21 Calling, we will be taking a look at the development of satellite communications. From the shiny orbs of the 1950s to our present day SATCOM systems.

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        New attempt! Now without snowstorm.

        +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

        + + read more + +
        +

        + +
        + + + +
        + + + + +

        Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/work-group.html b/old/output/en/category/work-group.html new file mode 100644 index 0000000..5aecf8b --- /dev/null +++ b/old/output/en/category/work-group.html @@ -0,0 +1,195 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      441. varia comes in many forms:
      442. +
      443. mailinglist
      444. +
      445. RSS feed
      446. + +
      447. Nederlands
      448. +
      449. English
      450. +
        +
        +
        + +
        + + +
        + + +

        Category: work group

        +
        + + +
        + + + +
        + + + + +
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
        +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
        +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
        +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
        +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
        +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
        +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
        +░░░░░░█░░░█░░░█░█░█▀▄░░░░
        +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
        +░░░░░░░░░░░░░░░░░░░░░░░░░
        +
        + +

        A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities …

        + + read more + +
        +

        + +
        + + + +
        + + + + +
        +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
        +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
        +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
        +┌─────────────────┬───────────────┐
        +│misc parts       │misc parts     │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +│                 │               │
        +├─────────────────┼───────────────┼────────────────────┐
        +│IC's             │trim pots,     │octo couplers       │
        +│                 │               │EEPROMS             │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +├─────────────────┼───────────────┼────────────────────┤
        +│transistors,     │resistors      │big resistors,      │
        +│empty boxes,     │big            │empty boxes,        │
        +│                 │               │FTDI,               │
        +│                 │               │arduino             │
        +│                 │               │oscilloscope parts  │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +├─────────────────┼───────────────┼────────────────────┤
        +│transistors,     │resistors      │capacitors,         │
        +│diodes           │small          │transducers         │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +│                 │               │                    │
        +└─────────────────┴───────────────┴────────────────────┘
        + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
        + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
        + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
        +
        + +

        Rotterdam Electronics Depot

        +

        Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/category/workshop.html b/old/output/en/category/workshop.html new file mode 100644 index 0000000..25e65ea --- /dev/null +++ b/old/output/en/category/workshop.html @@ -0,0 +1,190 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      451. varia comes in many forms:
      452. +
      453. mailinglist
      454. +
      455. RSS feed
      456. + +
      457. Nederlands
      458. +
      459. English
      460. +
        +
        +
        + +
        + + +
        + + +

        Category: workshop

        +
        + + +
        + + + + + + + + + + + +
        + + + + +

        Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results …

        + + read more + +
        +

        + +
        +
        + +
        + + + \ No newline at end of file diff --git a/old/output/en/ccc-screening.html b/old/output/en/ccc-screening.html new file mode 100644 index 0000000..36fd511 --- /dev/null +++ b/old/output/en/ccc-screening.html @@ -0,0 +1,115 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
        + home + about +
        +
        +
      461. varia comes in many forms:
      462. +
      463. mailinglist
      464. +
      465. RSS feed
      466. + +
      467. Nederlands
      468. +
      469. English
      470. +
        +
        +
        + +
        + + + + +
        +
        + 34c3 screening session +
        +
        + +
        +
        2017-12-27 11:00:00
        +
        Published at 15 December 2017
        +
        + +
        +
        +
        +

        For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia:

        +
          +
        • Wednesday 27th: 11:00h - late
        • +
        • Thursday 28th: 11:30h - late
        • +
        • Friday 29th: 11:30h - late
        • +
        • Saturday 30th: 11:30h - 18:15h
        • +
        +

        Bring your own beer and add your whishes to the list of talks1[1] https://pad.vvvvvvaria.org/34c3, we only have one projector and make the livestream programme on the spot!

        +

        Download the CCC progam2[2] fahrplan (PDF)

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/century-21-calling.html b/old/output/en/century-21-calling.html new file mode 100644 index 0000000..5de27f2 --- /dev/null +++ b/old/output/en/century-21-calling.html @@ -0,0 +1,116 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        1. varia comes in many forms:
        2. +
        3. mailinglist
        4. +
        5. RSS feed
        6. + +
        7. Nederlands
        8. +
        9. English
        10. +
          +
          +
          + +
          + + + + +
          +
          + Century 21 Calling +
          +
          + +
          +
          2018-04-14 19:30:00
          +
          Published at 07 March 2018
          +
          + +
          +
          +
          +

          Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?

          +

          In a series of screenings called “Century 21 Calling”, an event started by the collective Save_as and hosted at Varia in Rotterdam, we will have a look at archival industrial films and corporate informercials/propaganda that shaped the imagination of tomorrow and hold it up to the light of the present.

          +

          During our first event we will have a general look at films from world fairs and the their dreams for todays tomorrow.

          +

          Date: 14th April 2018
          +Entrance: Free / Donation
          +Doors open: 19:00
          +Presentation: 19:30
          +Screening starts: 20:00

          +
          +

          Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by Thomas Walskaar and Léna Robin, initiated in 2017

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/choreographic.html b/old/output/en/choreographic.html new file mode 100644 index 0000000..42bda88 --- /dev/null +++ b/old/output/en/choreographic.html @@ -0,0 +1,146 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        11. varia comes in many forms:
        12. +
        13. mailinglist
        14. +
        15. RSS feed
        16. + +
        17. Nederlands
        18. +
        19. English
        20. +
          +
          +
          + +
          + + + + +
          +
          + Choreo-Graphic-Hypothesis Book Launch +
          +
          + +
          +
          2018-11-15 19:00:00
          +
          Published at 15 November 2018
          +
          + +
          +
          +
          +

          < body > < script >

          +

          var delay="5";
          +var count="0";

          +

          Texts=new Array ();
          +Texts[0]="Media Choreographies.";
          +Texts[1]="ChoreoGraphic Vocabularies";
          +Texts[2]="Choreo-Graphic-Matters";
          +Texts[3]="Choreo-Graphic-Hypothesis";
          +Texts[4]="Rehearsal Series";
          +Texts[5]="Scores & Scripts";
          +Texts[6]="A glossary of language for movements";
          +Texts[7]="Choreographing from 0 to 1 and beyond";
          +Texts[8]="Algorithmic Anatomies";
          +Texts[9]="Language(s) and Breathing";
          +Texts[10]="Dancing Bodi{es} & Choreographing Code{s}";
          +Texts[11]="ChoreoGraphing Design";
          +Texts[12]="Designing Choreographies";

          +

          function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}

          +

          Moving_Title ( )

          +


          +< head >
          +< meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" >
          +
          +< meta author="Joana Chicau"; >

          +

          Find here a sneak preview of the publication at: http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf

          +

          Come dance along ~

          +
          +

          Date: Thursday, 15th of November 2018
          +Time: 19:00h - 21:00h
          +Location: Varia, Gouwstraat 3 Rotterdam
          +Entrance: Free

          +
          +

          Joana Chicau [PT/NL] is a graphic designer, coder, researcher - with background in dance. Her trans-disciplinary project interweaves media design and web environments with choreographic practices. Chicau has been researching the intersection of the body with the constructed, designed, programmed environment, aiming at in widening the ways in which digital sciences is presented and made accessible to the public. She has been actively participating and organizing events with performances involving multi- location collaborative algorithmic improvisation, open discussions on gender equality and activism. +She is a member of Varia! http://joanachicau.com

          +
          +

          joanachicau.com +Choreo-Graphic-Hypothesis gif preview.

          +
          +

          Cover image: Joana Chicau

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/christmas.html b/old/output/en/christmas.html new file mode 100644 index 0000000..171e6f6 --- /dev/null +++ b/old/output/en/christmas.html @@ -0,0 +1,122 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        21. varia comes in many forms:
        22. +
        23. mailinglist
        24. +
        25. RSS feed
        26. + +
        27. Nederlands
        28. +
        29. English
        30. +
          +
          +
          + +
          + + + + +
          +
          + Christmas at Varia - With adammmmmmmmmmmm and Logosamphia +
          +
          + +
          +
          2018-12-22 20:30:00
          +
          Published at 22 December 2018
          +
          + +
          +
          +
          +

          A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday themed music, warm your heart up with a hot cup of glühwein and discuss your new years resolutions like there is no tomorrow! There will be performances by:

          +

          adammmmmmmmmmmm, also known as Adam Tuch, is an artist/musician based out of Boston. He is part of a collective called media_rins that creates and publishes work in the fields of electronic music, new media, and performance art. They organize events in the Boston area for adventurous and contemporary artists working with Hi-Fi digital tools, analogue electronics, and information media. In his work he focuses on absurdity within online/digital identities and reflexivity.

          +

          adammmmmmmmmmmm on Bandcamp
          +Website of media_rins

          +

          Adam Tuch

          +

          Logosamphia is a project of Sadra Hemati. With one foot in the French underground party scene, and another in Netherlands’ avant-garde noise performance & arts world, he represents one of the few Iranian musicians active in non-mainstream electronic music. Hemati has a penchant for combining influences from both traditional & modern techniques in unique and catchy arrangements.

          +

          Logosamphia on Bandcamp

          + + +

          DJ The Sound of C brings you a dirt cheap Christmas extravaganza selected at your local thrift store. Records will be wrapped and gifts will get scratched. Everything is for free, after it’s being played. Santa comes early this year. Warm hearts only!

          +

          DJ The Sound of C

          +

          See you at Varia!

          +

          Date: Saturday, 22 December 2018
          +Entrance: 4 euro
          +Door: 20:30
          +Start: 21:00

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/considerate-cake.html b/old/output/en/considerate-cake.html new file mode 100644 index 0000000..b873dbe --- /dev/null +++ b/old/output/en/considerate-cake.html @@ -0,0 +1,124 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        31. varia comes in many forms:
        32. +
        33. mailinglist
        34. +
        35. RSS feed
        36. + +
        37. Nederlands
        38. +
        39. English
        40. +
          +
          +
          + +
          + + + + +
          +
          + Considerate Cake Confection (full) +
          +
          + +
          +
          2018-10-11 10:00:00
          +
          Published at 11 October 2018
          +
          + +
          +
          +
          +

          In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we be analysing the origins of specific ingredients and recipes, we will also focus on the political economy and class dynamics that engender taste and ingredient accessibility. The actual confection of this cake will provide us with an opportunity to hack into the requirments involved in such practices and turn the table around.

          +

          The workshop will be divided into two practical phases: the recipe analysis phase and the cake baking phase. During the recipe analysis phase we will be looking at each of the required ingredients of our cake of choice and evaluate whether they meet our 'considerate' standards. If they don't, we will consider possible alternatives. During the cake baking phase participants will actually bake the cake, according to our new considerate recipe.

          +

          Considerate Cake Confection is an initiative by Lídia Pereira and Niek Hilkmann.

          +

          Varia curriculum

          +

          This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

          +

          The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

          +

          Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 8th of October the latest! This workshop is full.

          +

          Varia, Gouwstraat 3 (Rotterdam Charlois)
          + 11 oktober, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
          +💶 50 euros (coffee, tea and cookies included)
          +
          💬* The workshop will be conducted in English

          +

          * Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/conversas-february.html b/old/output/en/conversas-february.html new file mode 100644 index 0000000..3d10a99 --- /dev/null +++ b/old/output/en/conversas-february.html @@ -0,0 +1,135 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        41. varia comes in many forms:
        42. +
        43. mailinglist
        44. +
        45. RSS feed
        46. + +
        47. Nederlands
        48. +
        49. English
        50. +
          +
          +
          + +
          + + + + +
          +
          + Conversas at varia +
          +
          + +
          +
          2019-02-06 19:30:00
          +
          Published at 06 February 2019
          +
          + +
          +
          +
          +

          On the 6th of February from 19:30 to 21:30, Varia has the pleasure to host one of the nomadic Conversas evenings.

          +

          Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

          +

          During the event, three Conversadores (those who start the conversation) bring something to share with the gathered group, for thirty minutes each. As the title suggests, Conversas (Conversations in Portuguese) aim at an equal set up from which both the Conversadores and the group benefit. In this series, we are challenging our guests to not use a beamer, try to be creative and use only words and/or other objects to tell their story.

          +

          The three Conversadores for the session at Varia are:

          +
            +
          • Karla de Witte (Dutch Love Letters)
          • +
          • Clara Mendes (Nude models, postcolonialism and museums)
          • +
          • Ludovic Lacreuse (Digressions around a flag)
          • +
          +

          Karla is designer and educator of visual arts. DLL started when two mothers met at a colorful schoolyard in Rotterdam. Both born and grown up in different parts of the world, sharing similar memories of New Year's Eve with waffles. Delicate and very thin made with great patience by their grandmothers. +www.instagram.com/dutch_love_letters/

          +

          Clara has recently moved from Portugal to The Netherlands to pursue her wish to learn more about how art impacts the lives of different people. She will talk about the projects she jumped into throughout her master's program in Arts and Society whilst she was still struggling to find her way around a new city.

          +

          After a 3 month artist residency (State of the City, in Paviljoen aan het Water, in Rotterdam), Ludovic will present a flag which will be hoisted on top of the varia zone building. His conversation will be filled by digressions about different subjects more or less related to the flag.

          +

          The 13th series of ten Conversas Rotterdam starts on the 7th of November and runs every other Wednesday until the 20th of March. This series is happening in different locations spread through the city of Rotterdam. It is organized by Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said and Sebastian Helbers.

          +

          Conversas is a project initiated in Lisbon by Constança Saraiva and Mafalda Fernandes, in 2012. Nowadays, it's a project of many people and cities.

          +

          Events are open to all and the entrance is free.

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/crimson.html b/old/output/en/crimson.html new file mode 100644 index 0000000..2f2df64 --- /dev/null +++ b/old/output/en/crimson.html @@ -0,0 +1,124 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        51. varia comes in many forms:
        52. +
        53. mailinglist
        54. +
        55. RSS feed
        56. + +
        57. Nederlands
        58. +
        59. English
        60. +
          +
          +
          + +
          + + + + +
          +
          + Concert: Crimson Butterfly, Evamuss and St. Fractalium +
          +
          + +
          +
          2018-09-14 20:00:00
          +
          Published at 14 September 2018
          +
          + +
          +
          +
          +

          Crimson Butterfly (Russia) is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop with two lead singers, and currently the band returned to what it had started with: improvisational abstract electronic. The band makes very intense and hypnotic music with dance and ambient elements, improvisational by nature. People often call it "experimental". Crimson Butterfly love to give concerts and play at any venues from vaults to museums in any cities from Balashikha to Barcelona. Their faces are so beautiful that they hide them behind the masks and all their unforgettable shows are always accompanied by hipnotic visual sequences.

          +

          Crimson Butterfly's Bandcamp page

          + + +

          Evamuss (Peru/The Netherlands) was a project of the Peruvian Chrs Galarreta (aka: Sajjra, DiosMeHaViolado, Tica, among others alias). This project was very active in the underground Lima scene between 1997-2003. Evamuss have 9 solo albums published on very limited editions, also appears in a lot of collaborations and compilations of that period. At the beginning Evamuss used home made amps, oscillators, pedal effects and toy keywords , last years it will include the misuse of computer and the pirate software. Error and non-functionality were welcome in its process. On November 2017, Evamuss resurrects with a pair of self-hacked synth toys, some effects, hand made sequencers furbished in collaboration with some hackers in Paruro (the legendary electronic black market's in Lima City). In the current days its sounds mutated towards a warm and humid analog jungle. Its recent - 2018- assaults included tours between Portugal, Spain, Lithuania, Russia, The Netherlands and a publication of a release in Favela Discos (Porto).

          +

          Eva Muss on Soundcloud +Eva Muss on Bandcamp

          + + +

          St. Fractalium (Russia) St.Fractalium is an audio-visual duo from Nizhniy Novgorod, Russia, residents of local cult place Black Ho. Inspired by bands like Autechre and Coil, and having impressive experience in various musical projects, the guys bring the light of Saint Fractalium, an enlightening nectar for those are tired of conventional music, using only computers and controllers.

          +

          St. Fractalium on Bandcamp

          + + +

          Organized by ALOARDI

          +

          Date: Friday, 14 September 2018
          +Entrance: 3 euro (donation)
          +Door: 20:00
          +Start: 21:00

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/ctrl-alt-save-first.html b/old/output/en/ctrl-alt-save-first.html new file mode 100644 index 0000000..263101a --- /dev/null +++ b/old/output/en/ctrl-alt-save-first.html @@ -0,0 +1,138 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        61. varia comes in many forms:
        62. +
        63. mailinglist
        64. +
        65. RSS feed
        66. + +
        67. Nederlands
        68. +
        69. English
        70. +
          +
          +
          + +
          + + + + +
          +
          + Ctrl-Alt-Save +
          +
          + +
          +
          2020-02-21 11:00:00
          +
          Published at 21 February 2020
          +
          + +
          +
          +
          +

          Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects everyone and many so-called solutions exist but +are they really solutions?

          +

          At the first Ctrl-Alt-Save meetup at Varia, many of these +questions might become more clear for you.

          +

          The focus of the first meetup will be on your data and +how you can manage it better and more securely based on +your interests and current issues. No solution +guaranteed, but a possible better understanding of the +topic.

          +

          Ctrl-Alt-S will be a series of events and meet-ups at +Varia in 2020 and will be shaped by the feedback and +comments of the attendees. The meet-ups will be in +English.

          +

          Date: February 21, 2020
          +Time: 11:00 - 16:00

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/curriculum-bibliotecha.html b/old/output/en/curriculum-bibliotecha.html new file mode 100644 index 0000000..01c24dc --- /dev/null +++ b/old/output/en/curriculum-bibliotecha.html @@ -0,0 +1,131 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        71. varia comes in many forms:
        72. +
        73. mailinglist
        74. +
        75. RSS feed
        76. + +
        77. Nederlands
        78. +
        79. English
        80. +
          +
          +
          + +
          + + + + +
          +
          + Bibliotecha, building and maintaining an off-line digital library +
          +
          + +
          +
          2019-07-06 10:00:00
          +
          Published at 30 May 2019
          +
          + +
          +
          +
          +

          Building and maintaining an off-line digital library

          +

          Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source software to serve digital publications on an open Wi-fi hotspot. Using a laptop, phone or tablet visitors can connect to it and books can be retrieved or donated via the browser. Since it is a low-power device you can power it with a USB powerbank and take it with you everywhere.

          +

          During the workshop we will guide participants through the installation process of a Bilbiotecha node. Participants will get introduced to the open source software stack, working with a RaspberryPi and Calibre the library management tool. This will be followed by a book sharing session and conversation where we exchange knowledge on taking care of a off-line digital community library.

          +
            +
          • At the end of the workshop participants will have a basic working understanding of the command line interface, working with Linux and the RaspberryPi.
          • +
          • In addition participants will get an understanding of the ins and outs of managing collections of digital books.
          • +
          • Last but not least, participants will take home a working Bibliotecha node, ready to distribute books!
          • +
          +

          Varia curriculum

          +

          This workshop is organised as part of the Varia curriculum.

          +

          The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

          +

          Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 04 of July the latest!

          +

          Varia, Gouwstraat 3 (Rotterdam Charlois)
          + 06 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)
          +💶 Bring your own Raspberry pi workshop price: 50 euros or All materials incuded (Raspberry pi 3, power supply, sd card) price: 100 euros +(coffee, tea and cookies included)
          +
          💶 Bring ebooks and pdfs you would like to share with the group
          +
          💶* The workshop will be conducted in English

          +

          * Lack of funds should not preclude participation. Please get in contact with us to discuss the options (info[a]varia.zone).

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/curriculum-command-lines.html b/old/output/en/curriculum-command-lines.html new file mode 100644 index 0000000..917f675 --- /dev/null +++ b/old/output/en/curriculum-command-lines.html @@ -0,0 +1,129 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        81. varia comes in many forms:
        82. +
        83. mailinglist
        84. +
        85. RSS feed
        86. + +
        87. Nederlands
        88. +
        89. English
        90. +
          +
          +
          + +
          + + + + +
          +
          + In the Beginning ... Was the Commandline +
          +
          + +
          +
          2018-10-18 10:00:00
          +
          Published at 18 October 2018
          +
          + +
          +
          +
          +

          On text, encodings and command lines.

          +

          The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing one thing and doing it well. These small programmes can be 'chained' together into pipelines capable of processing any type of data or text. These pipelines are a way of quickly producing unique and custom toolsets providing a wide range of creative opportunities.

          +

          In this workshop we will focus on command line tools in relation to plain text. During the day we will dive into the social-cultural history of the command line interface, explore the materiality of plain text on a computer and discover a wide range of command line tools.

          +
            +
          • No prior knowledge of programming is required, but note taking skills are essential.
          • +
          • Computer / Laptop is necessary.
          • +
          +

          This workshop is initiated by Roel Roscam Abbing and Manetta Berends.

          +

          Varia curriculum

          +

          This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

          +

          The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

          +

          Would you like to join this workshop? There is still space for a few participants. Please send us a short email on the info[a]varia.zone email address at the 15th of October the latest!

          +

          Varia, Gouwstraat 3 (Rotterdam Charlois)
          + Thursday 18 October, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
          +💶 50 euros (coffee, tea and cookies included)
          +
          💬* The workshop will be conducted in English

          +

          * Lack of funds should not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/curriculum-ipfs.html b/old/output/en/curriculum-ipfs.html new file mode 100644 index 0000000..6d50081 --- /dev/null +++ b/old/output/en/curriculum-ipfs.html @@ -0,0 +1,136 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        91. varia comes in many forms:
        92. +
        93. mailinglist
        94. +
        95. RSS feed
        96. + +
        97. Nederlands
        98. +
        99. English
        100. +
          +
          +
          + +
          + + + + +
          +
          + Inter-Planetary File System unearthed +
          +
          + +
          +
          2018-11-01 10:00:00
          +
          Published at 01 November 2018
          +
          + +
          +
          +
          +

          Off the centralitarian HTTP path.

          +

          In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary File System (IPFS) protocol constitutes one of these attempts: a distributed file system that seeks all computing devices with the same system of files for storing and sharing.

          +

          IPFS has raised the interest of many communities, from archivists to activists. Versioning, resiliency and availability make it a useful infrastructure builder for digital archivists, while its distributed nature has enabled groups of people to circumvent censorship. For instance, the 2017 referendum website of Catalonia, which was mirrored on IPFS after the original website was shut down by the Spanish government.

          +

          During this workshop, we will look at the successes, the pitfalls and the potential of this protocol. We will install it, go through the basics, discuss how it differs from other P2P protocols like dat and what types of usage it enables.

          +
            +
          • This workshop will last for 8 hours and a laptop will be necessary.
          • +
          • Prior knowledge of command line would be good, but is not obligatory.
          • +
          +

          This workshop is an initiative by Julie Boschat Thorez, Silvio Lorusso and Cristina Cochior.

          +

          Varia curriculum

          +

          This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

          +

          The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

          +

          Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 29th of October the latest!

          +

          Varia, Gouwstraat 3 (Rotterdam Charlois)
          + Thursday 01 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
          +💶 50 euros (coffee, tea and cookies included)
          +
          💬* The workshop will be conducted in English

          +

          * Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/curriculum-homebrewserverclub.html b/old/output/en/drafts/curriculum-homebrewserverclub.html new file mode 100644 index 0000000..2911ab4 --- /dev/null +++ b/old/output/en/drafts/curriculum-homebrewserverclub.html @@ -0,0 +1,160 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        101. varia comes in many forms:
        102. +
        103. mailinglist
        104. +
        105. RSS feed
        106. + +
        107. Nederlands
        108. +
        109. English
        110. +
          +
          +
          + +
          + + + + +
          +
          + Homebrewserver.club, getting started with self-hosting +
          +
          + +
          +
          2019-06-27 10:00
          +
          Published at 23 June 2019
          +
          + +
          +
          +
          +

          Homebrew server fundamentals

          +

          The homebrewserver.club is part of a larger 'self-hosting' movement where +people try to host on-line services such as websites, mail, calendars and chat +themselves. They do so in order to avoid reliance on the corporate services of +GAFA(google, amazon, facebook, apple), with all the consequences that has. The +homebrewserver.club takes the 'home' in homebrewserver.club literally and the +'self' in self-hosting figuratively.

          +

          That means we try to host from our homes rather than from datacenters and for +and with our communities rather than just ourselves. We host from home from an +understanding that paying for a home internet subscription means you use the +connection not only to download but also to upload. We learn about this +together knowing that it becomes easier, more fun and empowering than when one +does so alone.

          +

          During the workshop, we will help participants through the fundamentals of +setting up a basic web server and all that entails. We will explore the +possibilities of low power hardware (either old or single-board computers), +understanding network topologies, re-configuring routers and exposing ports for +hosting our own websites outside of the 'cloud'.

          +

          Among others, participants will be learning how to: + a) access a remote computer via the terminal + b) install web server software and set up a simple web page + c) configure a router to make their server accessible from the internet

          +

          No previous experience is required. If you have any old computer lying at home +that you would like to turn into a server, please bring it along! Otherwise, we +will have some material available that participants can use during the +workshop.

          +

          Varia curriculum

          +

          This workshop is organised as part of the Varia curriculum.

          +

          The curriculum is an ongoing series of workshops in which participants are +introduced to technical, theoretical and methodological skills at the basis of +the various practices that live within Varia. These are short intensive +master-classes or workshops aimed towards providing high level introductions as +a basis for further explorations.

          +

          Would you like to join this workshop? Please send us a short email on the +info[a]varia.zone email address at the 3rd of July the latest!

          +

          Varia, Gouwstraat 3 (Rotterdam Charlois)
          + 27 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)
          +💶 Workshop price: 50 euros (coffee, tea and cookies included)
          +
          💶 Bring any old computer you would like to turn into a server
          +
          💶* The workshop will be conducted in English

          +

          * Lack of funds should not preclude participation. Please get in +contact with us to discuss the options (info[a]varia.zone).

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/hbsc-cal-1-nl-nl.html b/old/output/en/drafts/hbsc-cal-1-nl-nl.html new file mode 100644 index 0000000..aa75ce4 --- /dev/null +++ b/old/output/en/drafts/hbsc-cal-1-nl-nl.html @@ -0,0 +1,107 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        111. varia comes in many forms:
        112. +
        113. mailinglist
        114. +
        115. RSS feed
        116. + +
        117. Nederlands
        118. +
        119. English
        120. +
          +
          +
          + +
          + + + + +
          +
          + homebrewserver.club, kalenders sessie 1 +
          +
          + +
          +
          2017-11-16 19:00
          +
          09 November 2017
          +
          + +
          +
          +
          +

          Een eerste ontmoeting rondom zelf-gehoste kalenders.

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/hbsc-cal-2-nl-nl.html b/old/output/en/drafts/hbsc-cal-2-nl-nl.html new file mode 100644 index 0000000..36e859b --- /dev/null +++ b/old/output/en/drafts/hbsc-cal-2-nl-nl.html @@ -0,0 +1,108 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        121. varia comes in many forms:
        122. +
        123. mailinglist
        124. +
        125. RSS feed
        126. + +
        127. Nederlands
        128. +
        129. English
        130. +
          +
          +
          + +
          + + + + +
          +
          + homebrewserver.club, kalenders sessie 2 +
          +
          + +
          +
          2017-11-30 19:00
          +
          22 November 2017
          +
          + +
          +
          +
          +

          De tweede ontmoeting rondom zelf-gehoste kalenders.

          +

          Locatie: Varia

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/kettle-nl.html b/old/output/en/drafts/kettle-nl.html new file mode 100644 index 0000000..d7d200a --- /dev/null +++ b/old/output/en/drafts/kettle-nl.html @@ -0,0 +1,129 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        131. varia comes in many forms:
        132. +
        133. mailinglist
        134. +
        135. RSS feed
        136. + +
        137. Nederlands
        138. +
        139. English
        140. +
          +
          +
          + +
          + + + + +
          +
          + The Call Of The Kettle +
          +
          + +
          +
          2019-03-15 20:00
          +
          15 March 2019
          +
          + +
          +
          +
          +

          Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven aan te gaan. Dit alles onder het mom van ‘The Call Of The Kettle’; de eerste object georienteerde muziekavond bij Varia! Tijdens dit evenement zullen er optredens te zien zijn van de volgende artiesten:

          +

          Agente Costura en Stephen Doyle is een duo dat geïmproviseerde geluiden speelt met behulp van versterkte naaimachine en drums. Constura speelt al sinds 2003 op de Singer. Overdag werkt ze met ongewenste kleding en transformeert die in nieuwe draagbare vormen. 's Nachts sluit de Singer zich aan bij haar medemuzikanten en naait zij op het ritme van de muziek. Zo improviseert zij kleding op basis van ritme en geluid. Costura heeft onder meer opgetreden in The Vancouver Art Gallery, de Month of Performance Art Berlin, het Bimhuis Amsterdam en de Curitiba Fashion Week. Stephen Doyle is een drummer die woont en werkt in Amsterdam. Costura en Doyle creëren samen een percussieve upcycled stortvloed van uniek gebeeldhouwd geluid.

          +

          Agente Costura Online
          +Stephen Doyle op Soundcloud

          + + +

          Watt's Cookin' bestaat uit Zeynep Aslan, Tamara van Suylekom en Inge Hoonte, die elkaar hebben leren kennen via re#sister en repeteren bij Worm. Voor deze performance gaan ze knallen en klooien met dagelijkse objecten. Ze repeteren momenteel in de keuken met hun orkestleden, waaronder waterkokers en koffiepercolators, een mes en een snijplank, een paar potten met noten, rijst en maïs, een mini-oven, twee pannen, twee theelepels en een eierklopper. Een broodrooster en een blik kokosmelk aarzelen nog of mee willen doen, maar waarschijnlijk loopt dat wel los!

          +

          De Brut is een nieuw project van Marijn Verbiesen, die volgens bronnen "een van de krachten is die de Rotterdamse underground bij elkaar houdt!" Ze heeft deelgenomen aan tal van projecten (Sweat Tongue, Red Brut) en is actief als een van de organisatoren van de beruchte Herman concertreeks. Daarnaast staat Verbiesen bekend om haar tapecollages die zeer persoonlijk zijn en hoog aangeschreven staan door bladen als The Wire.

          +

          De Website van Red Brut

          + + +

          Beachcombartband is een "one-man-sea-trash-band" uit Rotterdam met kunstenaar Bart Koppe aan het roer. Het mechanisch en met de hand bespeelde afval van het schoongeveegde strand zal door hem op uw hoofd worden geloosd, in een netwerk van audio-galactische bevrediging!

          +

          The Singing Toaster is niet zoals andere broodroosters, omdat niet elke broodrooster kan zingen. Daarom is deze bijdrage aan "The Call Of The Kettle" nu al een beetje bijzonder. Zullen de verbrande kruimels tussen zijn verwarmingselementen ook uw hart kunnen verwarmen?

          +

          Datum: Vrijdag, 15 Maart 2019
          +Entree: 5 euro
          +Deur: 20:00
          +Start: 20:30

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/red-nl-nl.html b/old/output/en/drafts/red-nl-nl.html new file mode 100644 index 0000000..cbb7096 --- /dev/null +++ b/old/output/en/drafts/red-nl-nl.html @@ -0,0 +1,158 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        141. varia comes in many forms:
        142. +
        143. mailinglist
        144. +
        145. RSS feed
        146. + +
        147. Nederlands
        148. +
        149. English
        150. +
          +
          +
          + +
          + + + + +
          +
          + Rotterdams Electronica Depot +
          +
          + +
          +
          09 April 2017
          +
          + +
          +
          +
          +
          +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
          +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
          +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
          +┌─────────────────┬───────────────┐
          +│div. onderdelen  │div. onderd.   │
          +│                 │               │
          +│                 │               │
          +│                 │               │
          +│                 │               │
          +│                 │               │
          +│                 │               │
          +├─────────────────┼───────────────┼────────────────────┐
          +│IC's             │trim pots,     │octo couplers       │
          +│                 │               │EEPROMS             │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +├─────────────────┼───────────────┼────────────────────┤
          +│transistoren,    │weerstanden    │weerstanden,        │
          +│lege lades,      │>0.25W         │lege lades,         │
          +│                 │               │FTDI,               │
          +│                 │               │arduino             │
          +│                 │               │oscilloscope onderd │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +├─────────────────┼───────────────┼────────────────────┤
          +│transistoren,    │weerstande     │condensatoren,      │
          +│diodes           │=<0.25W        │transducers         │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +│                 │               │                    │
          +└─────────────────┴───────────────┴────────────────────┘
          + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
          + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
          + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
          +
          +
          + +

          Het Rotterdams Electronica Depot

          +

          Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd vrijwel niet meer mogelijk om een fysieke electronica winkel te bezoeken in Rotterdam. Op deze manier is het onmogelijk om even op de fiets te springen om wat ontbrekende onderdelen te hallen. Daarom heeft een collectief electronica depot opgericht waar deelnemers van tegen kostprijs onderdelen kunnen komen ophalen.

          +

          Lid worden:

          +

          Neem contact op met varia via de mailinglijst

          +

          Openingstijden en ophalen

          +

          Het depot kent geen vaste openingstijden. Ophalen kan aan de Gouwstraat 3, 3082 BA, te Rotterdam

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/samenscholing.html b/old/output/en/drafts/samenscholing.html new file mode 100644 index 0000000..8383464 --- /dev/null +++ b/old/output/en/drafts/samenscholing.html @@ -0,0 +1,107 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        151. varia comes in many forms:
        152. +
        153. mailinglist
        154. +
        155. RSS feed
        156. + +
        157. Nederlands
        158. +
        159. English
        160. +
          +
          +
          + +
          + + + + +
          +
          + De Samenscholing: A Collective look at Moocs and learning +
          +
          + +
          +
          2017-12-31 19:30
          +
          Published at 12 September 2017
          +
          + +
          +
          +
          +

          (To be translated)

          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/sdr-intro.html b/old/output/en/drafts/sdr-intro.html new file mode 100644 index 0000000..f876edf --- /dev/null +++ b/old/output/en/drafts/sdr-intro.html @@ -0,0 +1,117 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        161. varia comes in many forms:
        162. +
        163. mailinglist
        164. +
        165. RSS feed
        166. + +
        167. Nederlands
        168. +
        169. English
        170. +
          +
          +
          + +
          + + + + +
          +
          + Introduction To Software Defined Radio +
          +
          + +
          +
          2017-12-31 12:00
          +
          Published at 09 September 2017
          +
          + +
          +
          +
          +

          Thee air that surrounds us is filled with signals ranging from cell phone packets, commercial radio stations, wireless internet modems, airplane tracking signals, satellite broadcasts and many more...

          +

          The advent of Software-Defined Radio (SDR) has made it much easier and cheaper to learn how to receive these signals and use them for a variety of projects. This course will introduce participants to this relatively new set of open source tools known as Software Defined Radio.

          +

          The workshop is hosted by Dennis de Bel (PD0WND) and Roel Roscam Abbing. SDR Hardware is included in the course fee.

          +
            +
          • +

            The course will be held weekly on Tuesday evenings. Depending on the interest, we aim to start in December.

            +
          • +
          • +

            Costs are 80 euros pp. (SDR hardware are included).

            +
          • +
          +

          +
          +
          +
          + + + \ No newline at end of file diff --git a/old/output/en/drafts/sm-critique-next-steps.html b/old/output/en/drafts/sm-critique-next-steps.html new file mode 100644 index 0000000..2be6b32 --- /dev/null +++ b/old/output/en/drafts/sm-critique-next-steps.html @@ -0,0 +1,132 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + +
          + home + about +
          +
          +
        171. varia comes in many forms:
        172. +
        173. mailinglist
        174. +
        175. RSS feed
        176. + +
        177. Nederlands
        178. +
        179. English
        180. +
          +
          +
          + +
          + + + + +
          +
          + re: social media critique: next steps? +
          +
          + +
          +
          28 January 2018
          +
          + +
          +
          +
          +

          In january of 2018 a discussion on Nettime took place on the question what next steps for social media critique could be. As criticism of large social media platforms becomes increasingly commonplace in popular media and even from within Silicon Valley itself, the discussion centered around the question of what the role of critical communities like nettime could be. Since the discussion missed some context on recent developments from the non-GAFA1[1] Google/Amazon/Facebook/Apple/Free Software developments in this field media I've replied with some comments.

          +
          +

          This is in the end what Silicon Valley tries to prevent at all cost: +resistance and exodus. How can such a momentum be unleashed?

          +
          +

          So aside from the discussion of who listens (or didn't listen) to whose opinion it can be interesting to have a closer look at action and momentum.

          +

          Three projects caught my attention and I think could be an interesting case for this 'next steps' discussion:

          +

          Mastodon (2016) en Conversations (2014) and Peertube (2015)2[2] These are the dates of the project's source code first appearing in public, they are still actively updated and used.

          +

          All three are projects that during the past twelve months have somehow reinvigorated (the work on, attention for) their underlying protocols. Protocols that have been proclaimed dead or unsuccessful for many years. And probably will be for more to come.

          +

          The first one, Mastodon 3[3] https://joinmastodon.org/, you may have read about or even tried out. It is essentially a twitter clone / alternative. Technically it is based on Ostatus, which is a protocol to distribute status updates across networks. Ostatus is the protocol that powered early 'alternative 2.0 style' social networks such as Friendica and Lorea. The latter was a product of and important site of organization for the Spanish Indignados and 15M movements. Mastodon also supports ActivityPub which is the likely successor of Ostatus as a protocol for +further ongoing work on so-called federated publishing. The interesting thing is that Mastodon managed to attract a good chunk of the recent Twitter refugees. These where mostly voices which aren't white, loud or extreme right wing and for those reasons felt themselves increasingly out of place on twitter. Mastodon communities managed to involve so many of these people by focusing on developing tools for community moderation, content warnings and the ability to block other instances in the network. As a result (the english language) Mastodon became a site that is predominantly populated by the queer, PoC, left and artistic, or anyone that would otherwise be at risk of being on the receiving end of the Gamergate-style interactions on twitter. The decentralized nature of +Mastodon has created a culture of 'thematic mastodon servers (see https://instances.social/list) that have become a large part of what makes the network interesting and relevant to its several hundredthousand users.

          +

          Conversations 4[4] https://conversations.im is a messaging application that is based on the very old XMPP protocol. This is a chat protocol +which has at one point also been the underlying technology of both Google and Facebook chat before they closed it down and made it proprietary. From the onset Conversations focused on a combination of user friendliness, security and ultimately visual design to be on par with mobile messengers such as whatsapp and telegram. The work of Conversations has reinvigorated the XMPP protocol. Partly because it focused on implementing the double-ratchett encryption algorithm almost immediately after it was open-sourced. This is the modern userfriendly end-to-end encryption algorithm developed by Moxie Marlinspike for Signal and licensed to companies like Whatsapp. Another effect of the work of Conversations is that the decades old protocol has been updated in the span of a few years to work very well for mobile usage. For me one of the interesting aspects of the development of Conversations is the role that modern thinking on UIs, design and user friendliness played in its popularity. This especially becomes apparent in the very technical and awkward world of XMPP software. The developer has mentioned multiple times that he 'bases' his design on that of his GAFA 'competitors'. Apropos tactical media, this project's appropriation of corporate design, yet very clear and solid political stance (see https://gultsch.de/objection.html) leading to an increase in popularity and community involvement is an interesting development.

          +

          Lastly, Peertube 5[5] Peertube website is an attempt at making the hosting of video content accessible to small organizations. The sheer amount of infrastructure and thus capital required to set up an alternative to the monopoly position of Youtube, forces any project trying to replace Youtube to use peer-to-peer technologies. Peertube does so by trying to implement WebTorrents. Like the older 'BitTorrent' protocol it is based on, WebTorrent tries to mitigate the sheer amount of data and bandwith involved with exchanging online media, by making sure these are streamed from many sources at once. Unlike torrents, which need separate applications, WebTorrents run in familiar web browsers. One could say the conceptual forbearer of this approach was a project called Popcorn Time (2014). An app that convinced many with its good UI and design to do 'Netflix-like' streaming on top of the torrent network. Again this is something that lead to a reinvigoration of the decaying (use-wise) torrenting protocol. (I'd also argue though, that Popcorn Time was simultaneously the nail in the coffin for torrenting because of the individualistic streaming mentality built into it. This also meant the definite end of what remained of -collectivist?- seeding/sharing culture on public trackers.)

          +

          The position of the Peertube as a viable alternative or successful project is the most tenuous of the three. However, one might argue that our definition of success in this context should also be readjusted - away from the Silicon Valley, venture capitalist sense of success using metrics like usage counts, market cap, patent value etc. By nature of being built upon open, compatible and federative technologies, developments happening in all three projects could, and probably will, end up supporting one another. They do so to the extent that one project could even become an integral part of the other. As an example both Mastodon and Peertube use the same underlying ActivityPub, allowing one to become the underlying video delivery function of the other. As was the case with Friendica, Lorea and Mastodon, projects might stop but then become stepping stones and inspirations for newer generations of projects. In this sense definitions of success should consider the quality of longer term technological ecosystems within larger socio-political contexts.

          +

          So the striking things for me to take away from these projects are:

          +

          All three projects have managed to reinvigorate 'decaying' protocols in large part through their focus on UX, language and interestingly design. Which seems to me a huge opportunity for the arts which has been left largely unused in the first round of social media critique. Perhaps the model of artistic production in this domain should move away from the artists being on the forefront, sensing out emerging tendencies and taking the spotlight by creating mostly harmless critical and speculative works around these tendencies. Next steps for artistic social media critique should instead take a much more humble and supportive role contributing expertise, time and exposure to people working in and with these ecosystems.

          +

          All three projects are based on federation. Which is the idea that various actors maki g up a network decide to cooperate in a collective fashion. Distributing responsibility and power as they do so. The future of social media has to be federated or there won't be any (for those privileged enough to retreat..). I think the case of Mastodon, where +servers in the Ostatus federation are experimenting with blocking hostile content altogether from other servers in the federation (while still maintaining technical compatibility) are interesting experiments. For one, the debates over on-line harassment and fake news show that the grand 'electronic agoras', where one can find anyone and everyone +clearly aren't conducive to productive interchange of ideas. Perhaps smallish, self caring communities are a good answer to the profit driven model of infinite interconnectedness.

          +

          Lastly, I think it is no coincidence that two out of three of the projects have Germans leading development and all three are European based projects. I guess the following is anecdotal and partial evidence. Yet, I've not seen Google and Facebook run full page advertorials in leading daily newspapers except in the German ones. Ostensibly, part of +an attempt on their side to prevent mass user exodus out of discomfort with the platform. It is in part German historical sensibility that leads to this kind of sensitivity on the issues of privacy, but it is also a sensitivity that is actively nurtured in public discourse. No Silicon Valley apologies are required for there to be scepsis. At the +same time the European context apparently provides good enough living conditions for people to risk investing time in this kind of work. Risk which is also partly mitigated by initiatives such as German Prototype Fund and other European funding streams. However, testament to the fact that these projects have healthy communities and are part of wider ecosystems of support is that all projects finance themselves from diverse revenue streams, user contributions being the main one.

          +

          So I'd say next steps for a social media critique would be to be more involved in (and involve more) these communities. To use positions of power to create opportunities for people working on these projects. While the center of development of these projects is Western-Europe they have many contributors outside of Europe as well, that could benefit even more from such opportunities. At the same time, doing close readings of the technical underpinnings of these media will also improve understanding of what is (not) going on. Now obviously all this was a news flash from within a very specific filter bubble, but actually from there 2017 was a very promising year for alternative media.

          +
          +

          I still believe in vital methods to mass delete Facebook accounts.

          +
          +

          I'd say start doing so, but help your friends. Use your network effect +to transition together to different kind of media. This is slow and +laborious so mutual support is important. The time is always right, but +now more than ever.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/drafts/sounduncloud.html b/old/output/en/drafts/sounduncloud.html new file mode 100644 index 0000000..4184c25 --- /dev/null +++ b/old/output/en/drafts/sounduncloud.html @@ -0,0 +1,107 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1. varia comes in many forms:
          2. +
          3. mailinglist
          4. +
          5. RSS feed
          6. + +
          7. Nederlands
          8. +
          9. English
          10. +
            +
            +
            + +
            + + + + +
            +
            + Sounduncloud: A Rogue Archiving Workshop +
            +
            + +
            +
            2017-12-01 12:00
            +
            Published at 11 March 2020
            +
            + +
            +
            +
            +

            Soundcloud has narrowly avoided bankruptcy. The online platform where mixes are shared and genres such as 'soundcloud rap' emerged is in dire straits. In this short workshop we will look at rogue archival practices, help you download all your mixes and saved collcetions using Free Software tools and finally make and publish a mixtape together.

            +
              +
            • Dates: December 1st
            • +
            • Max participants: 15
            • +
            • Costs: 35 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/drafts/the-secret-life-3-nl.html b/old/output/en/drafts/the-secret-life-3-nl.html new file mode 100644 index 0000000..1698978 --- /dev/null +++ b/old/output/en/drafts/the-secret-life-3-nl.html @@ -0,0 +1,114 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          11. varia comes in many forms:
          12. +
          13. mailinglist
          14. +
          15. RSS feed
          16. + +
          17. Nederlands
          18. +
          19. English
          20. +
            +
            +
            + +
            + + + + +
            +
            + The Secret Life Of Machine screenings, seizoen 3 (afgelast) +
            +
            + +
            +
            2017-12-10 19:30
            +
            23 November 2017
            +
            + +
            +
            +
            +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

            +

            data

            +

            10 december: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)

            +
              +
            • Aanvang: 19:30
            • +
            • Start: 20:00
            • +
            • Eind 23:00
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/drafts/the-secret-life-3.2-nl.html b/old/output/en/drafts/the-secret-life-3.2-nl.html new file mode 100644 index 0000000..2d4f921 --- /dev/null +++ b/old/output/en/drafts/the-secret-life-3.2-nl.html @@ -0,0 +1,115 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          21. varia comes in many forms:
          22. +
          23. mailinglist
          24. +
          25. RSS feed
          26. + +
          27. Nederlands
          28. +
          29. English
          30. +
            +
            +
            + +
            + + + + +
            +
            + The Secret Life Of Machine screenings, seizoen 3 +
            +
            + +
            +
            2017-12-20 19:30
            +
            15 December 2017
            +
            + +
            +
            +
            +

            Nieuwe poging! Nu zonder sneeuwstorm.

            +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

            +

            data

            +

            20 december: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)

            +
              +
            • Aanvang: 19:30
            • +
            • Start: 20:00
            • +
            • Eind 23:00
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/drafts/the-secret-life-seizoen-1-nl.html b/old/output/en/drafts/the-secret-life-seizoen-1-nl.html new file mode 100644 index 0000000..4231808 --- /dev/null +++ b/old/output/en/drafts/the-secret-life-seizoen-1-nl.html @@ -0,0 +1,121 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          31. varia comes in many forms:
          32. +
          33. mailinglist
          34. +
          35. RSS feed
          36. + +
          37. Nederlands
          38. +
          39. English
          40. +
            +
            +
            + +
            + + + + +
            +
            + The Secret Life Of Machine screenings, seizoen 1 +
            +
            + +
            +
            2017-11-05 19:30
            +
            29 October 2017
            +
            + +
            +
            +
            +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

            +

            data

            +

            5 november: seizoen 1 - huishoudelijke apparatuur (stofzuiger, naaimachine, centrale verwarming, wasmachine, vriezer en televisie)

            +
              +
            • Aanvang: 19:30
            • +
            • Start: 20:00
            • +
            • Eind 23:00
            • +
            +

            19 november: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)

            +
              +
            • Door: 16:30
            • +
            • Start: 17:00
            • +
            • End: 20:00
            • +
            +

            Prijs: donatie

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/druk-cantos-bohman-evening.html b/old/output/en/druk-cantos-bohman-evening.html new file mode 100644 index 0000000..a903233 --- /dev/null +++ b/old/output/en/druk-cantos-bohman-evening.html @@ -0,0 +1,136 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          41. varia comes in many forms:
          42. +
          43. mailinglist
          44. +
          45. RSS feed
          46. + +
          47. Nederlands
          48. +
          49. English
          50. +
            +
            +
            + +
            + + + + +
            +
            + Druk: An Evening With Cantos Deus & Bohman Family +
            +
            + +
            +
            2018-11-24 20:00:00
            +
            Published at 24 November 2018
            +
            + +
            +
            +
            +

            Because we can't always keep the pressure on, we've added a musical intermezzo during Woodstone Kugelblitz: Druk In Varia.

            +

            And what an intermezzo it is!

            +

            Bohman Family

            +

            +

            For more than two decades the English Bohman Brothers have been summoning a mix of unique and impure experimental music from a table stuffed with ordinary day to day objects. The mix contains fluxus elements, musique concrete and free improv. For this one evening the Bohman Brothers become a Bohman Family as they will adopt a bunch of local musicians and perform together as a nonet.

            +

            Cantos Deus

            + + +

            2018 • cantos deus from arnold schalks on Vimeo.

            + +

            Cantos Deus will play a selection of no-wave, gospel, reli-pop en psychedelica worship, all in the form of an entertaining revival show. Plenty of opportunity for the audience to dance, sing and worship. The company consists of Bruno Xavier da Silva, Lukas Simonis en Jacco Weener.

            +

            Date: Saturday, 24th of November 2018
            +Door: 20:00
            +Start: 20:30
            +Entrance: 3 euros

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/extratonaliteit.html b/old/output/en/extratonaliteit.html new file mode 100644 index 0000000..6288c81 --- /dev/null +++ b/old/output/en/extratonaliteit.html @@ -0,0 +1,145 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          51. varia comes in many forms:
          52. +
          53. mailinglist
          54. +
          55. RSS feed
          56. + +
          57. Nederlands
          58. +
          59. English
          60. +
            +
            +
            + +
            + + + + +
            +
            + Solutions and problems in Extratonality +
            +
            + +
            +
            2018-02-16 20:00:00
            +
            Published at 16 February 2018
            +
            + +
            +
            +
            +

            Solutions and problems in Extratonality 4
            +“Extratonality - Opening Doors Is Not Enough”

            +

            The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be solutions, and industrialised rubbish predominates our everyday life, there is an urgent need for another extratonal conference that digs deeper in the current state of affairs of the "extra" tendencies. "Solutions and problems in extratonality" (SAPIE) is the international conference on solutions and problems in the field of extratonality for smaller and larger institutes, as well as independent composers and scholars. They will explore advanced obstacles in their daily routines with the support of custom-made instruments, obsolete writing techniques, special notation systems and alternative applications of existing technologies.

            +

            On Friday, February 16, 2018, the fourth edition will take place in Rotterdam at "varia - the center of everyday technology". SAPIE4 is about applying extratonal solutions to everyday problems and everyday solutions to extratonal problems. SAPIE4 is a must attend for those who want to know more about working strategies and cases around extratonality. After SAPIE1 in Vienna on 28th April 2017, SAPIE2 in Zagreb on 30th September 2017 and SAPIE3 in Rotterdam on the 6th February 2018 the next edition will catch up on the latest debates in the field and trigger new input for the future ongoings around extratonality. More than 250 years after its discovery and justification the field is now recognized worldwide as a significant inquiry in its discipline, therefore this edition consists of several different tracks and presentations.

            +

            The approximately 300 SAPIE visitors rated the conference with a 9.8 and more than 98% of the visitors recommends the conference to others or would like to come back in the next edition.

            +

            This event is made possible by the kind support of the Institute of Extratonal Composition, WORM pirate bay, varia and nothing more.

            +

            Food, drinks and entrance are available on donation!

            +

            Program:
            +19:30 Registration, meet and greet & welcome drinks
            +20:00 Official Opening: Welcome by Danny van der Kleij (NL, Chairman varia - center of everyday technology / ArtEZ hogeschool voor de kunsten)
            +20:05 Introduction by the Conference Chairs; Niek Hilkmann (NL, varia - center of everyday technology / Institute of Extratonal Composition) and Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)

            +

            20:15 - 20:45
            +Applications: Imagination and Extratonlity
            +Chair: Christina Cochior (RO/NL, Wikipedia Bot Memorial Foundation)
            +"The imagination of storing" - Thomas Walskaar (NO, Save as.media) - Presentation of an imaginary medium
            +"how to build a drum" - Teun de Graaf (NL, fanfare voor vooruitstrevende muziek / woodstone kugelblitz)

            +

            20:45 - 21:15
            +Extratonality and Labour:
            +Chair: Lidia Pereira (PT/NL, PLU - pervasive labour union)
            +"full range orchestra tonal system" - a. tangram poets (INT, no institution)
            +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - center for everyday technology)

            +

            21:15 - 21:45
            +the extra in the everyday surroundings:
            +Chair: TBA
            +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)
            +"solitaire - eurorack edition"- Dennis de Bel (NL, varia - center of everyday technology / Willem de Kooning Academy / Design Academy Eindhoven)
            +"Remote Fulfillment" - Moritz (NL, Random Creations)

            +

            21:45 - 22:15
            +extra and beyond:
            +Chair: TBA
            +"walking through objects - an intratonal approach" - Michael J. Muik (AT, nothing more - Association for the Promotion of Art, Irritation and Commons)
            +"Quasitonality - Towards a circulatory practice of disagreement" - oyo (BG/NL, LOFO, Willem de Kooning Academy) & mths (AT/NL, LOFO)

            +

            22:15 - 24:00
            +Extra Presentations:
            +DJ Pattex (varia - center for everyday technology)

            +

            http://extratonality.nothingmore.work/
            +http://varia.zone/
            +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/
            +https://www.facebook.com/events/167517747195086/

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/feeds/all-en.rss.xml b/old/output/en/feeds/all-en.rss.xml new file mode 100644 index 0000000..8d861e1 --- /dev/null +++ b/old/output/en/feeds/all-en.rss.xml @@ -0,0 +1,1248 @@ + +Variavaria.zone/en/Centre for Everyday TechnologySat, 21 Mar 2020 00:00:00 +0100Sensible World Of Soccer - Varia Cup 2020varia.zone/en/sensible-soccer.html<p>Become a goal scoring superstar hero at the <strong>Sensible World of Soccer Varia Cup 2020</strong>! After two competitive events at WORM it's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play (literally; in contrast with modern football simulators you only need a joystick with one button!). Although the last official release of the game was in 96 (not counting the terrible 3d attempts that became the downfall of Sensible Software), Sensible Soccer never went away thanks to its highly addictive gameplay and vast database of teams from around the world, creating possibilities to become champion infinite. SWOS has become part of the gaming canon as stated by Stanford University, amongst games as Tetris and Super Mario Bros 3. The Royal Mail celebrated its part in British video game history by releasing a Sensible Stamp last month.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +A strong community (check out <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) made sure the ball kept on rolling, with ways to play against each other online, rankings, as well as hosting the annual Sensible Days: the World Cup where players decide who's best. The highlight of this year though is the launch of <strong>Sensible World of Soccer 2020</strong>! Not only does it provide an up-to-date database with around 1,500 teams from all over the world (from The Netherlands to El Salvador; a huge community effort), it is also the first time that the game can be played on modern operating systems without using DOS- or Amiga-emulators. This time you can run the game straight from your Windows-desktop (of course, the database has also been released for the original Amiga version). You can even switch live between DOS and Amiga-gameplay, and choose for a beautiful wide screen mode on UltraHD resolutions. The game is available for free through below link (you do need to own the original version of the game though, but online search machines will help, or check out <a href="http://www.gog.com">www.gog.com </a>for a legal way to buy the game).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +We will play the cup in SWOS2020, which means you can play with your favourite team of the moment! Both experienced and unexperienced players are welcome. After a first qualifying round, the top half of the field will go and compete in the Pro Cup, the bottom half in the Amateur Cup; both cup winners will win a prize.</p> +<p><strong>Timetable</strong> (depending on amount of players participating)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Qualifying rounds (amateurs + pros mixed: best continu to the Pro Cup, worst to the Amateur Cup)<br> +<strong>14:30 </strong>- onwards Pro Cup and Amateur Cup (on separate systems)<br> +<strong>+/- 17:30</strong> Dinner time<br> +<strong>19:00</strong> Awards ceremony<br> +<strong>20:00/21:00</strong> Closing down<br></p> +<p><strong>entry:</strong> donation</p> +<p>The amount of players is limited. You can enroll between 12:00 and 13:00 but if you want to be sure of a spot, write to: sebatosh@gmail.com. Be sure to write down the club you want to play with. Not participating in the tournament? Feel free to come along and play on one of the practice systems. You can also stop by to support your local heroes while enjoying the live Brazilian commentary we will have during selected games or the Amiga-tunes that <strong>DJ Newk</strong> will be playing!</p> +<p><strong>Useful Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:None,2020-03-21:varia.zone/en/sensible-soccer.htmleventsensiblesoccereventgamingRadio on the radiovaria.zone/en/radio-on-radio.html<p>Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.</p> +<p><strong> door:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entry:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>A radio relaxation mixtape performance. A mix of meditative samples and nature with noise and social/political anxieties into an uncanny hypno-magnetic-tape audiopiece. It is performed live with multiple cassette tape players and spacial cassette tape loops spread across the space and modulated by a modular synthesizer. </p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Angeliki D. uses her voice, as well as an online sound archive she built to play, layer and gradually distort into chaos. The female voice becoming the male voice, becoming the monster, the otherworldly voice. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Did you ever wonder what it would be like to have your very own ASMR boyfriend, one that talks really soft and only about radio? During this performance by Pradapony69 will send chills down your spine while explaining the difference between long waves and microwaves.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad investigates the possibilities of re-appropriating analogue radio technologies into the realm of live electronic music, creating malleable sonic artefacts from a topography of broadcasted local radio stations. </p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radio waves are not constrained by geo-political nor ideological borders. Thus we tried. A close listening of cold war radio interference featuring original vinyl recordings, still being broadcast around the globe today.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:None,2020-03-14:varia.zone/en/radio-on-radio.htmlconcertradioonconcertFeminist Hack Meetings: Serversvaria.zone/en/feminist-hack-meetings-feb-servers.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>Let's talk about <strong>feminist servers</strong>! In this meeting, we invite you to discuss questions like:<br> +What does it mean for a server to be feminist, and how could it look like? What and who does it serve? What does it take to create and maintain it?<br> +We would like to map and draw collectively our ideas and consider the possibility of setting up a feminist server at Varia, as a base for our practice.<br> +We will bring material (like RPis and computers) to start experimenting and trying things out. <br> +Join us!<br></p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.<br> +January meeting: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 29 Feb 2020</em></p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:None,2020-02-29:varia.zone/en/feminist-hack-meetings-feb-servers.htmleventRead & Repair feat. readings & listings: open licenses editionvaria.zone/en/rr-open-licences.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Varia's doors are open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 23rd of February, Varia has a special guest: Manetta Berends will host the first edition of a <strong><em>readings &amp; listings</em> session around open licenses</strong>. </p> +<p><strong>What to bring?</strong></p> +<p>A computer could be useful for working on the <em>readings &amp; listings</em> together.</p> +<p><strong>What will we do?</strong></p> +<p>We will take an hour or two to talk about open licenses, read snippets of these techno-legal documents, discuss examples and tendencies of this field, and together work on a small reading list around this topic.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 23 Feb 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenses edition</p> +<p>13:00 - 17:00 (ongoing time to read and repair)</p> +<p>Tea and coffee will be bountiful. This event is open to all and the entrance is free.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:None,2020-02-23:varia.zone/en/rr-open-licences.htmleventCtrl-Alt-Savevaria.zone/en/ctrl-alt-save-first.html<p>Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects everyone and many so-called solutions exist but +are they really solutions?</p> +<p>At the first Ctrl-Alt-Save meetup at Varia, many of these +questions might become more clear for you.</p> +<p>The focus of the first meetup will be on your data and +how you can manage it better and more securely based on +your interests and current issues. No solution +guaranteed, but a possible better understanding of the +topic.</p> +<p>Ctrl-Alt-S will be a series of events and meet-ups at +Varia in 2020 and will be shaped by the feedback and +comments of the attendees. The meet-ups will be in +English.</p> +<p><strong>Date:</strong> February 21, 2020<br> +<strong>Time:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:None,2020-02-21:varia.zone/en/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageHeath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypsevaria.zone/en/heath-bunting-apocalypse.html<p><strong>Heath Bunting</strong> is an artist based in the UK who, for more than thirty years, has questioned and undermined systems of control and communication. He began as a street artist putting up fly posters in public spaces, belonged to the first generation of net.artists in the 1990s where he found (and ran the server of) <a href="http://www.irational.org/">irational.org</a>, but turned away from the Internet in 1998, seeing its corporate takeover as early as in that year. </p> +<p>He set up several radio stations, collaborated with Kate Rich on alternative distribution systems for goods and workshops for trespassing private property. For his "Identity Bureau', he investigated ways for people to legally obtain a new names and identities using loopholes in the bureaucracies of Western countries (and gave an Identity Bureau workshop in 2014 at Wlfrt Projectspace Rotterdam). In his daily life and travels, he strictly avoids use of electronic systems that make him traceable, including bank cards and mobile phones. </p> +<p>The above is only a small fraction of his activities in working against control systems. <strong>Florian Cramer </strong>will have a two-hour conversation with Heath Bunting on his past and present projects, with the aim to share Heath's knowledge and experience with the audience. This will be followed, at 16.00, by heath's critical feedback on the current activities of <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong>the Voluntary Fire Brigade of the Apocalypse</strong></a> in Rotterdam.</p> +<p>Program:</p> +<p><strong> 14.00-16.00:</strong> Thirty years of researching and working against control systems - conversation &amp; project review with Heath Bunting<br> +<strong> 16.00-17.00:</strong> Feedback on the Voluntary Fire Brigade of the Apocalypse<br> +<strong> 17.00-19.00:</strong> break with coffee, tea, soup<br> +<strong> 19.00:</strong> DJ set by Jacco Weener<br></p> +<p><strong> date:</strong> February 17, 2020 +<strong> entry:</strong> free or donation</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:None,2020-02-17:varia.zone/en/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopAlles Flex? Call me Intern, City Dragonvaria.zone/en/alles-flex-call-me-intern-city-dragon.html<p>Varia would like to invite you to an evening of documentary watching, thoughtful debate and a musical performance!</p> +<p>On the February we will be screening the documentaries "Alles Flex?" and "Call me Intern", both of which reflect on the devastating consequences caused by the ongoing flexibilization of both housing and work. To further clarify and present these topics, Abel Heijkamp, one of the filmmakers responsible for "Alles Flex?" and member of Bondprecaire Woonvormen, has kindly agreed to be present for a Q&amp;A and conversation.</p> +<p>The second part of the program will be secured by Sam Kreuk, who will be presenting his solo project, City Dragon.</p> +<p><strong>Location:</strong> Varia, Gouwstraat 3 (Rotterdam)<br> +<strong>Date:</strong> Saturday 8th of February<br> +<strong>Time:</strong> 17:30 - 21:30<br> +<strong>Entry:</strong> Donation</p> +<p><strong>City Dragon</strong><br> +City Dragon is the solo project of <em>Max Kaario aka. Sam Kreuk</em>. Using saxophone, recorders, toys and percussion he creates improvised collages and loops. Expect diva vocalization, power ballads, street trance, a collapsing assemblage of garbage rhythms, Celine Dion mesmer mantra's and much more!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In the documentary ‘Alles Flex?’ (All Flex?) filmmakers <em>Abel Heijkamp</em> (NL) and <em>Julij Borštnik</em> (SI) explore the possible consequences of the current flexibilisation of our life-world. It draws upon the personal accounts of flex workers and flex tenants of different ages and walks of life. What kind of society are we fostering when existential security is no longer a right, but a privilege for those who can afford it?</p> +<p>‘Alles Flex?’ is the first episode of a 4 part web documentary series The Future of Work. +Filmed in the Netherlands, Slovenija, Germany and Europe.</p> +<p><strong>Call me Intern</strong><br> +Young, unemployed and frustrated, Filmmakers <em>David Leo Hyde</em> and <em>Nathalie Berger</em> set out to land an internship so they can examine the system from the inside in an act of millenial gonzo-film making.</p> +<p>After David accepts an internship at the United Nations, they move into a small blue tent on the Geneva lakefront and begin documenting his unpaid intern experience. Their action sparks a global press storm, challenging their roles as filmmakers.</p> +<p>Meanwhile, Marisa works for a US presidential election campaign, while fending off harassment from her supervisors. Kyle interns for a fortune-500 company, while living in a New York homeless shelter.</p> +<p>Each of these interns faces a choice: accept the system the way it is or put their careers on the line to speak out against it. Their actions help give visibility and strength to a growing global intern movement. Their journeys reveal the pressures which lead so many millennials to work for free while pop-culture extracts and testimonies from academics, politicians and employers give us a sense of how wide the internship phenomenon has spread.</p> +<p><strong>Schedule:</strong><br> +17:30: Doors open<br> +18:00: Alles Flex + Q&amp;A with filmmaker Abel Heijkamp<br> +19:45: Break<br> +20:00: Call Me Intern<br> +21:15: Break<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:None,2020-02-08:varia.zone/en/alles-flex-call-me-intern-city-dragon.htmlmisceventRead & Repair feat. The Bootleg Libraryvaria.zone/en/rr-bootleg.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Starting in January 2020, Varia will have their doors open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 26th of January, Varia has a special guest: Simon Browne will be introducing the “bootleg library”, which is a shared digital and physical library of bootlegged texts. </p> +<div class="highlight"><pre><span></span><code> <span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + + <span class="n">what</span> <span class="k">to</span> <span class="n">bring</span><span class="o">?</span> + <span class="n">a</span> <span class="n">computer</span> <span class="k">and</span> <span class="k">some</span> <span class="k">of</span> <span class="n">your</span> <span class="n">favourite</span> <span class="n">ebooks</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">whatever</span><span class="p">)</span> + + <span class="n">what</span> <span class="n">will</span> <span class="n">we</span> <span class="k">do</span><span class="o">?</span> + <span class="n">we</span><span class="err">’</span><span class="n">ll</span> <span class="n">have</span> <span class="n">an</span> <span class="n">introduction</span> <span class="k">to</span> <span class="n">the</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> + <span class="n">which</span> <span class="k">is</span> <span class="n">a</span> <span class="n">shared</span> <span class="n">digital</span> <span class="k">and</span> <span class="n">physical</span> <span class="n">library</span> <span class="k">of</span> + <span class="n">bootlegged</span> <span class="n">texts</span><span class="p">.</span> <span class="n">let</span><span class="err">’</span><span class="n">s</span> <span class="n">make</span> <span class="k">user</span> <span class="n">accounts</span><span class="p">,</span> <span class="n">download</span> + <span class="k">and</span> <span class="n">upload</span> <span class="k">some</span> <span class="n">texts</span><span class="p">,</span> <span class="n">talk</span> <span class="n">about</span> <span class="n">what</span> <span class="n">we</span><span class="err">’</span><span class="n">re</span> <span class="n">reading</span> + <span class="k">and</span> <span class="n">how</span> <span class="n">we</span> <span class="k">like</span> <span class="k">to</span> <span class="n">organise</span> <span class="n">our</span> <span class="n">bookshelves</span><span class="p">,</span> <span class="k">and</span> + <span class="n">together</span> <span class="n">discuss</span> <span class="n">ways</span> <span class="n">the</span> <span class="n">library</span> <span class="n">can</span> <span class="n">develop</span><span class="p">.</span> +</code></pre></div> + + +<p>Tea and coffee will be bountiful. +This event is open to all and the entrance is free.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 26 Jan 2020</em></p> +<p>11:00 - 17:00 (ongoing sessions, you can come or go anytime)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:None,2020-01-26:varia.zone/en/rr-bootleg.htmleventFeminist Hack Meetingsvaria.zone/en/feminist-hack-meetings-jan.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations. </p> +<p>A feminist approach to technology takes into consideration the social and political context around it. It pushes the boundaries of technological circles, in order to include gender-diverse people, amateurs, or others who have experienced low or high levels of exclusion in tech environments. They also include cultural, artistic and educational practices that are approaching technology, not as an end in itself. </p> +<p>The idea started after participating in <strong>/ETC (Eclectic Tech Carnival)</strong> in Athens, which is a gathering of feminists, who critically use/study/share/improve everyday information technologies in the context of the free software and open hardware movements. </p> +<p>In this first gathering we will give an overview and an introduction to this series of meetings. We will discuss on how this proposal may grow in time.</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 25 Jan 2020</em></p> +<p>17:00 - 19:00</p> +<p><em>The event image is part of an illustration made by an /ETC member for /ETC Athens 2019</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:None,2020-01-25:varia.zone/en/feminist-hack-meetings-jan.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/en/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Dear all,</p> +<p>Bond Precaire Woonvormen (BPW) organizes another round of their <em>tenant consultation</em> plus <em>meet and greet</em> at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:None,2019-11-25:varia.zone/en/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventMusic: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneervaria.zone/en/music-niek-hilkmann.html<p>Another musical night at Varia! Join us on November 16th for an evening full of singers, songwriters, noise and cardboard!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>"Your empty milk bottle", "Hey, that's strange ... There is a bug in your hair" and "Zaamslag, never again"; those are not just some random words, but songtitles that Niek Hilkmann is considering for his new EP. To commemorate the fact that they will be recording this very soon, he will perform these songs at Varia with his band, De Puls. Expect a colorful succession of unprecedented scoops and perhaps even some old acquaintances.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is a twoheaded, feminine beast with a mouth so big that you usually only see it in fairy tales and fables. This doesn’t stop them from visiting Varia however! Expect a lot of noise, some theatrical escapades and an abundance of shouting, We will witness Vulva erupt!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>One does not easily describe the life and times of Rowan Van As. This artist-troubadour sings, draws, sculpts and records like there is no tomorrow with the help of an abundance of props and home-made instruments (such as his famous organ mussel). At Varia he will perform some brand new songs for us and warm your heart!</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, as his name suggests, a true Singer-Songwriter; a solo musician who knows how to move and amaze an audience with just his guitar and voice. His songs are raw like the paving stones of Rotterdam and his guitar sound is unquestionably unique.</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>No evening of entertainment is complete without a proper DJ and that is why we are very to have DJ Wanneer on the line-up. This individual combines the best of Scheveningen, Rotterdam and Zoeterwoude by playing an eclectic mix of little crooners, dissonant girl bands and overall hysterical music. </p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>entry: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:None,2019-11-16:varia.zone/en/music-niek-hilkmann.htmlconcertniekhilkmannconcertCentury 21 Calling - Camp Centuryvaria.zone/en/21-Camp-Century.html<p>With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil and gas deposits, a new rush for the artic has started.</p> +<p>In the late 1950s, during the height of the Cold War, the US military constructed a secret base in the arctic, hidden from the populations of Greenland and Denmark. This base was a nuclear power facility and part of the secret <strong>Project Iceworm</strong>. During this edition of <strong>Century 21 Calling</strong> we will be screening the documentary <strong>Camp Century</strong>, which is about the construction of the base "Camp Century", the first of many envisioned bases on Greenland, to give you more context about the topic. Before the lecture there will be a lecture by David Young on the topic of Greenland, American politics and control and command strutter of the cold war.</p> +<p><strong>David Young</strong> is a researcher interested in archiving media technologies, the history of computing, and the discourses of defence research in the United States during the Cold War. He is currently a M3C/AHRC-funded doctoral researcher at the University of Nottingham; his PhD topic is an examination of the technological administration of command and control systems, the forms of disciplinary practices they depend on in order to operate, and the strategic rationalities which shape their development over time. He has a background in digital media art, and has collaborated with artists, designers, and scientists in the production of experimental, research-oriented artworks funded by the Arts Trust Scotland, New Scotland's Alt-W award, and Creative Scotland.</p> +<p><strong>Century 21 Calling</strong> is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam. Together, we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Door open:</strong> 20:30<br> +<strong>David Young lecture starts:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entry:</strong> Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/en/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launchvaria.zone/en/Entrepecariat-Book-Launch.html<p>Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.</p> +<p>Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in perennial start-up phase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> guides us through the entreprecariat, a world where change is natural and healthy, whatever it may bring. A world populated by motivational posters, productivity tools, mobile offices and self-help techniques. A world in which a mix of entrepreneurial ideology and widespread precarity is what regulates professional social media, online marketplaces for self-employment and crowdfunding platforms for personal needs. The result? A life in permanent beta, with sometimes tragic implications.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Time:</strong> 18:00h - 19:00h</p> +<p><strong> Entry:</strong> Free/Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/en/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchTHE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD)varia.zone/en/the-social-in-the-media.html<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p> +<p>In June 2019, a delegation of Varia traveled to Bucharest to meet and exchange with <a href="https://www.oddweb.org/">ODD</a>, a space for theoretical discussion and social gatherings of all kinds founded and run by Cristina Bogdan. On the 19th, we gave a presentation entitled "The Social in the Media: On Digital Interdependencies". This was the abstract of the talk:</p> +<blockquote> +<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.</p> +<p>The evening will touch upon alternative tools and approaches, from federated and community-owned social media platforms, and other types of infrastructures that Varia, a space in the South of Rotterdam (the Netherlands), is experimenting with. Departing from discussions on this situation and its causes, we will try to imagine and formulate the affective infrastructures that shape everyday cultural practices and online socialities.</p> +</blockquote> +<p><img alt="Attendants reading Constant's &quot;Dear Cultural Institution, There's an Elephant in the Room&quot; letter. Photo by Florian Cramer." src="/images/the-social-in-the-media-01.jpg"> +<small>Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer.</small></p> +<p>We started the session by briefly mentioning our individual practices and how Varia came from a dissatisfaction with existing models for self-run spaces, such as the makerspace (lack of critical theory involved), the hackerspace (technology for technology's own sake), the co-working space (sociality as a a service), the fablab, etc.</p> +<p>After this introduction, the topic of the evening was more precisely expounded through a collective reading of "Dear Cultural Institution, There's an Elephant in the Room", a letter by Brussels based organisation Constant which addresses the troublesome relationship that independent cultural institutions maintain with corporate tools and social media. The letter was written as a reaction to multiple organisations' request for "help to degooglify". Following the reading, a short discussion took place, during which we invited the audience to exchange with us the intricacies of their relationship to corporate social media, but also their experiences, or lack thereof, and the obstacles they encountered while attempting to establish some distance.</p> +<p>Obviously, Varia hasn't found any definitive solution to this issue, but the question does connect to a lot of the practices in and around Varia. To explain how we tried to address some of the concerns raised in the letter we created a map of the broad Varia digital ecosystem. With this map, we wanted to stress that our current strategy consists in a combination of self-hosted tools and services (such as the website, the collaborative note taking software Etherpad, the on-line calendar and the git-based code sharing repository), but also some that are run by solidary organizations (such as mailing lists, chat, individual fediverse micro-blogging accounts) and some that are paid for (email). Our wish was to emphasize that a cultural organization doesn't necessarilily need to do everything by themselves, but can make use of what is already available.</p> +<p>We then spoke about our use of bots in chat systems, both to communicate and to document our exchanges. Our initial idea was to develop new forms of note-taking based on our interaction habits. We share a lot of different types of information in group chats, from news to recommendations of articles to instigations to clean the fridge. Starting from the conversational nature of our exchanges, we are experimenting with two different bot-users in the chat: one that gathers images shared on the main Varia channel and displays them online, and another one, focused specifically on the topic of digital interdependencies, that gathers images, quotes and looks for books' citations.</p> +<p>Beyond these internal initiatives, we also try to reach out and collaborate with people involved in the development of the tools we are interested in. Last year we invited Daniel Gultsch, the developer of Conversations, an open source application for self-hosted chat that is used in Varia. Daniel introduced his work and reflections before animating a worksession organised as part of the <em>Welcome to the Federation</em> project. This example was mentioned as one of the ways in which Varia tries not only to use, but also to contribute to and engage more broadly with free software tools and culture.</p> +<p><img alt="Varia delegation presenting at ODD. Photo by Florian Cramer." src="/images/the-social-in-the-media-02.jpg"> +<small>Varia delegation presenting at ODD. Photo by Florian Cramer.</small></p> +<p>An other thing we mentioned is the centrality of Etherpad, the collaborative note-taking software, in our practice. The main reason for that is its flexibility and the tools one can build on top of it, such as Etherdump, a command line tool written by Michael Murtaugh that converts etherpad pages to files. Our use of this tool turned our collaborative writing practice into a collaborative publishing practice. As the pads are driving us to write, edit, add and remove text all the time collectively, most content can be described as traces or fragments rather than "properly" edited essays. Reflecting on this tendency, we discussed the possibility of publishing <em>through</em> leaking. This idea became the departure point for the development of a new Etherdump feature allowing us to collect only the pads featuring a "<em>PUBLISH</em>" mention. As a result, the Etherdump became a fuzzy field of documents, that can speak to others in the group.</p> +<p>For the last part of the presentation, we spoke about collaborative projects initiated within Varia which make explicit the importance of tools within our members respective practices. The project <a href="http://pushingscores.deplayer.nl/">Pushing Scores</a>, developed by Cristina and Julie, was mentioned because its development was heavily influenced by our familiarity with software, including its vulnerabilities. Pushing scores, an archive for a research project about experimental score making, was commissioned by De Player, a Rotterdam based organisation dedicated to experimental music and performance. The outcome is a database free lightweight website made using Python (Flask, Jinja and nltk) in which all the content is interlinked through the vocabulary used by De Player themselves to describe it. Each word submitted by de Player is a clickable link, offering the possibility to chose from a list of sentences containing this specific word within the whole collection to access an other item.</p> +<p><img alt="Varia XMPP federation nodes with other chat providers." src="/images/varia_s2s_federation.svg"> +<small>Varia XMPP federation nodes with other chat providers.</small></p> +<p>Ultimately, we tried to introduce and discuss our own experience to point out to strategies that can be adopted by other organizations, such as using the resources of hosting associations or solidary organizations, rather than corporate ones. Furthermore, we also tried to emphasize how the adoption of such tools have provided us with the freedom to implement some custom elements, from bots to publishing tools. We explained our attachment to free software and what other types of hosting can be (such as the ones inspired by the <a href="https://feministhacktivism.noblogs.org/post/2015/02/03/what-is-a-feminist-server/">Feminist Server Manifesto</a>). We discussed as well the value and perils of federation against the private silos of the GAFAM and the need for trusted intermediaries. Together with ODD and the audience we discussed the politics of adoption of free software and self-hosting, the issue of time investment and the issues around delegating control over services and instruments.</p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:None,2019-10-21:varia.zone/en/the-social-in-the-media.htmlarticlereportFloppy Totaal: Double Densityvaria.zone/en/floppy-totaal-DD.html<p>Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine, presentations and conversations with Joak and Jason Scott and a long distance contribution by Michael Ridge. </p> +<p>The emphasis of the event lies on the concept of the floppy disk as comfort food in a "future/present shocked" digital age. In what way does working with floppy disks help us cope in a time preoccupied with "new" media and planned obsolescence? Does the floppy disk hold more content than just 1,44 MB of data? Join us to find out!</p> +<ul> +<li>workshop: 14:00 / free</li> +<li>evening: 20:00 / 5 euro</li> +</ul> +<p>Full Program:</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:None,2019-10-19:varia.zone/en/floppy-totaal-DD.htmleventfloppytotaaleventOne evening, Two launches, Three takesvaria.zone/en/networks-of-ones-own.html<p>We are all very glad to invite you to the launch of the second issue of <strong>Networks of One's Own: three takes on taking care</strong> and <strong>Fed Up!</strong>, the 13th issue of the <em>Pervasive Labour Union zine</em>. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.</p> +<p><strong>Location</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Date</strong>: Saturday 28th of September <br> +<strong>Time</strong>: 19:30h - 21:30h</p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is a para-nodal<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodic publication that is itself collectively written in a network. Each of the episodes is thought of as the ‘release’ of a specific software stack, contextualised in its specific practice. The series aims to document a set of tools, experiences, ways of working that are diverse in terms of their temporality, granularity and persistence. <strong>Three takes on taking care</strong> is the second volume of this series.</p> +<p>In our activity as artists, designers and researchers working with and around free/libre open source technology based projects, we often encounter situations where collective authorship gives rise to complicated interrelationships of ownership. Specifically, these involve the practical aspects of care, maintenance, documentation and overall commitment. </p> +<p>Three of these projects, <em>homebrewserver.club</em>, <em>Bibliotecha</em> and <em>Relearn</em>, have been influential for the individual practices of those involved, but also for a wider international network of actors, including exhibition spaces, festivals, collective and both formal and informal learning communities. The maintenance of those projects, however, which is long-term and requires ongoing engagement, often lags behind since it is taken up by individuals on the basis of their ability and time.</p> +<p>This publication is the result of an act of active documentation of the networked projects developed in and around Varia. Active documentation means that we not only documented, but also revisited these projects, spending time on their maintenance and consolidation:</p> +<ul> +<li><em>homebrewserver.club</em>, a periodic gathering where people learn together and reflect on self-hosting digital content. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, a project centered on the development of local offline digital libraries for the distribution of electronic publications within small communities. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, a self-organised 'summer school' reflecting upon collective learning, that has as many teachers as it has participants. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>With this publication we hope to improve their resilience, portability, long-term sustainability and accessibility.</p> +<p>The first issue in the series was initiated by <a href="http://constantvzw.org">Constant</a> and documents the project 'Etherbox', a <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collaborative writing and documentation environment</a>. The publication included a genealogy of the events, ideas and practices in the Constant network that influenced or reversely were influenced by what eventually became known as Etherbox. This way of documenting stresses how a project like Etherbox is the work of a heterogenous network of practices that each in their way contribute to its formation.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is the 13th edition of the <strong>The Pervasive Labour Union</strong> and explores topics and issues relating to federated social networks such as Mastodon, Pleroma and Funkwhale. It was made possible by the contributions of Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p><strong>The Pervasive Labour Union</strong> zine is a project initiated by Lídia Pereira in 2015. It not only offers a low-barrier entry level for contributors wishing to express their views on corporate social networking labour, but also a low-barrier entry level for those wishing to become acquainted with these debates. It tries to gather existing knowledge and conversations, while opening up that debate and creating new discourses of user organisation and expression.</p> +<p>It brings together personal rants, academic texts, poetry, photo montages, collages, drawing, etc. Each issue represents a smaller particle pertaining to labour on social networking platforms and attempts to establish an interconnecting discourse around topics such as labour on corporate social networks, algorithmic governance, resistance and alternatives.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.en.gif" width="150px" height="auto"></p> +<p><small>This event is made possible with the kind support of the <em>Creative Industries Fund NL</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>See: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:None,2019-09-28:varia.zone/en/networks-of-ones-own.htmleventBPW Rotterdam Tenant Consultation Hours + Meet & Greetvaria.zone/en/bpw-consultation-plus-meet-and-greet.html<p>Dear all,</p> +<p>We are very happy to announce that a second <em>tenant consultation</em> plus <em>meet and greet</em> by Bond Precaire Woonvormen (BPW) will take place at Varia on Monday the 23rd of September. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:None,2019-09-13:varia.zone/en/bpw-consultation-plus-meet-and-greet.htmleventMusic: Able Noise, Goldblum and Piyojovaria.zone/en/music-able-noise.html<p>A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.</p> +<p>Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of Alex and George. They indecisively balance themselves on the border between pop rock and noisy free jazz. With the help of tapes and by employing less consistent ways of playing their instruments, they create a somewhat minimal and rather visual musical performance.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is the monikor of Dutch artist Rik Möhlmann. The music he makes has a distinct, liberating sound, characterized by a modest and direct way of recording musical sessions in which different textures are explored. Sounds appear from left to right, as if hidden behind trees or emerging from rivers. Möhlmann uses his eccentric and inquisitive approach to music to make songs that don't necessarily behave in a narrative way. Instead, his tracks expose themselves like little paintings</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is an eye blinding duo from Middelland messing around with flea market cassette tapes and analogue synthesizers. Expect fragments of golden oldies, crippled rhythms and synthesized sounds buried in tape hiss. The duo has cut their teeth in acts like Sweat Tongue and Red Brut.</p> +<ul> +<li>door: 20:30</li> +<li>start: 21:00</li> +<li>price: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:None,2019-09-12:varia.zone/en/music-able-noise.htmlconcertablenoiseconcertCentury 21 Calling - Crystals Go To Warvaria.zone/en/21-Crystals-War.html<p>Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<p>This evening we will be screening the documentary Crystal Go To War from 1943. Created by the U.S. Army Signal Corps in 1943, it shows the processes that quartz crystals have to go through before they are ready to be inserted into radios and communication equipment.</p> +<p>Quartz crystals have been part of human life for decades and since the discovery of its piezoelectric properties in the 1880's it has been a key component in modern technology.</p> +<p>Before the screening, there will be a small introduction the usage of crystals in technology. So join us on the 24 for the first screening of the 2 seasons of Century 21 Calling!</p> +<p>“Century 21 Calling” is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam.</p> +<ul> +<li>door: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>price: Donation</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:None,2019-08-24:varia.zone/en/21-Crystals-War.htmlscreeningcrystalswar21st centuryBibliotecha, building and maintaining an off-line digital libraryvaria.zone/en/curriculum-bibliotecha.html<h2 id="building-and-maintaining-an-off-line-digital-library">Building and maintaining an off-line digital library</h2> +<p>Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source software to serve digital publications on an open Wi-fi hotspot. Using a laptop, phone or tablet visitors can connect to it and books can be retrieved or donated via the browser. Since it is a low-power device you can power it with a USB powerbank and take it with you everywhere.</p> +<p>During the workshop we will guide participants through the installation process of a Bilbiotecha node. Participants will get introduced to the open source software stack, working with a RaspberryPi and Calibre the library management tool. This will be followed by a book sharing session and conversation where we exchange knowledge on taking care of a off-line digital community library.</p> +<ul> +<li>At the end of the workshop participants will have a basic working understanding of the command line interface, working with Linux and the RaspberryPi. </li> +<li>In addition participants will get an understanding of the ins and outs of managing collections of digital books. </li> +<li>Last but not least, participants will take home a working Bibliotecha node, ready to distribute books!</li> +</ul> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised as part of the Varia curriculum.</p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations. </p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 04 of July the latest!</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)<br> +<strong>💶</strong> Bring your own Raspberry pi workshop price: 50 euros or All materials incuded (Raspberry pi 3, power supply, sd card) price: 100 euros +(coffee, tea and cookies included)<em> <br> +</em><em>💶</em><em> Bring ebooks and pdfs you would like to share with the group<br> +</em><em>💶</em>* The workshop will be conducted in English </p> +<p><sup>*</sup> Lack of funds should not preclude participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:None,2019-05-30:varia.zone/en/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfRelearn 2019 curvedvaria.zone/en/relearn-2019.html<p>For the Rotterdam control point on this year's curved edition of Relearn, we propose to together attend to a <strong>subject zone</strong> (•) where different digital network practices intersect. This subject zone can morph into multiple directions throughout the session. Our specific interest is in how <strong>publishing formats</strong> (••) operate with/on/through this zone.</p> +<p>• There are many questions in the air when we start to speak about digital infrastructures, hosters, servers, services, networks and their technical realities. Instead of picking one and diving deeper, we thought it would be more interesting to present a range and explore different vocabularies, protocols, technologies, infrastructures. We invite you to join Relearn to stretch this zone, starting from or moving towards:</p> +<ul> +<li>digital interdependencies</li> +<li>affective infrastructures</li> +<li>homebrew networks</li> +<li>networked entanglements</li> +<li>feminist servers</li> +<li>federated networks</li> +<li>and-and-networks</li> +<li>digital autonomy</li> +<li>transitional infrastructures</li> +<li>digital selves-organisations</li> +<li>so-and-sovereignty networks</li> +<li>out-of-the-cloud thinking</li> +<li>…</li> +</ul> +<p>•• We’re curious about learning through publishing formats. The different publishing formats serve as an invitation to embed ourselves within the subject zone of digital networks. How can these formats be our morphable lenses, that we use to relearn digital networks? Starting from or moving towards:</p> +<ul> +<li>multiple readers</li> +<li>cross-readings created through algorithms</li> +<li>logbooks</li> +<li>syllabi</li> +<li>documentation</li> +<li>annotations</li> +<li>cookbooks</li> +<li>tutorials</li> +<li>README</li> +<li>bug reports</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Many sub-trajectories can emerge from here during the days, without the need of taking the same path or agreeing about vocabularies or geometries altogether.</p> +<p>The session will take place in Rotterdam and starts on Friday evening (the 7th) in a public setting, followed by two full days of relearning together.</p> +<p><strong>Friday 7th June 20:00 - 22:00</strong><br> +Relearn public evening program: embed yourself into Relearn</p> +<p><strong>Saturday/Sunday 8-9th June 10:00 - 18:00</strong><br> +Relearn sub-zone-trajectories</p> +<p>If you would like to join this Relearn session, please send an email to <a href="mailto:info@varia.zone">info@varia.zone</a> with a short motivation of your interest. We will reply to subscriptions on a regular basis, up to the <strong>26th of May</strong>.</p> +<p>Our capacities allow us to have a group of 30 relearners. Our preference goes out to people that can join the whole session (Friday evening, Saturday and Sunday). We will take care of a <em>daily vegetarian lunch</em> (please let us know about allergies or other dietary preferences). Following a tradition from previous years, we will arrange a <em>hosting network</em> in the city and find a place to stay for everyone. Please mention in the email if you need to be hosted or could host one or more relearners in your house.</p> +<p>If you would like to join us only on the Friday evening, there is no need to subscribe, just come over! :)</p> +<p><strong>Practical info</strong><br> +Date: 7th-9th June 2019<br> +Location: Varia - Gouwstraat 3, Rotterdam, The Netherlands<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Resources &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">subscribe to the Relearn mailinglist </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC channel: #relearn on Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Photographs of previous Relearn editions can be found in Constant’s gallery</a></p> +<hr> +<p><small>This event is made possible with the support of the Gemeente Rotterdam &amp; Stimuleringsfonds Creatieve Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:None,2019-05-29:varia.zone/en/relearn-2019.htmllearning situationActivating an archivevaria.zone/en/pushing-the-score-end.html<h3 id="publication-launch-and-performance-evening">Publication launch and performance evening</h3> +<p>At the end of last year, <strong>De Player</strong> approached <strong>Varia</strong> to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.</p> +<p>Varia contributed by developing an archival web publication where the vernacular vocabulary of De Player creates the possibilities of text-based navigation across the collection of items. The material is embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Navigating within the data structure of the archive becomes an act of score notation.</p> +<p>To test this De Player and Varia asked several artists to work with the tool and use the result as a starting point for a performance.</p> +<p><strong>Julie Boschat Thorez</strong> and <strong>Cristina Cochior</strong> will give a brief introduction to the tool, followed by <strong>Niek Hilkmann</strong>, <strong>Christine Cornwell</strong> and <strong>Robert Kroos</strong>'s score interpretations. </p> +<p>The performances will be ongoing throughout the night, you are welcome to join in at any moment.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is a Rotterdam based artist, musician and researcher with a background in art history, media design and musicology. He has a particular interest in the abstruse technological condition we are living in and the insufficient intellectual methodologies that seek to justify, or explain it. During the presentation of Pushing Scores he will utilize the spatial dimensions of Varia and recontextualize the scores created by the archive. In an ongoing performance unexpected correlations will be produced between the items in the archive and the physical surroundings in which they are represented.</p> +<p><strong>Christine Cornwell</strong> is a composer and violinist working between NL/UK with projects involving improvisation and collaborative work often combined with visual artists, dancers, opera companies or experimental TV. She is currently completing a Composition MA at Codarts with Hans Koolmees/René Uijlenhoet and her freelance work includes presenting new works for violin, collaborative residencies, workshop leading and producing/curating events in this field. From her first experiments, such as 2011’s interdisciplinary collaboration with visual artist Eddie Peake/LuckyPDF TV at London’s Barbican to 2019's experimental event 'Invitation (x)', collective creation practises are a vital meeting point which can be traced through all of her creative work between performance, production and management. </p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is a Rotterdam based musician, sound-artist and DJ working on all kinds of sound- and music related projects. For this special event he will be using the guzheng and electronics as instruments of choice.</p> +<p><strong>Date:</strong> Friday, 31 May 2019<br> +<strong>Start:</strong> 20:00<br> +<strong>Entrance:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:None,2019-05-28:varia.zone/en/pushing-the-score-end.htmleventBPW Rotterdam Tenant Consultation & Introductionvaria.zone/en/bpw-consultation-introduction.html<p>Dear all,</p> +<p>We are very happy to announce that members of the Union of Precarious Dwellings +(Bond Precaire Woonvormen, BPW) are organising a tenant consultation and an +introduction session at Varia on the 6th of May between 15:00 and 20:00.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other +based on the conviction that housing is a fundamental right that must be +protected.</p> +<p>Please feel welcome to join us for a day of discussion, co-learning and +reflection on the housing situation in Rotterdam, our rights as tenants and how +we can support each other to work towards solutions for more safe, secure and +affordable housing.</p> +<p>For more information on the event, please see <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">this announcement</a>.</p> +<p>To learn more about the union, please see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGreets,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:None,2019-05-02:varia.zone/en/bpw-consultation-introduction.htmleventCentury 21 Calling - Safety Firstvaria.zone/en/C21C.html<p>During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in the traffic? What are the dangers around the office? Where can your children play safely? These questions and many more will be addressed during this informative evening. </p> +<p>During “Century 21 Calling”, an series of screenings started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we observe the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>price: donation</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:None,2019-04-20:varia.zone/en/C21C.htmlscreeninghealthsafety21st centuryOpen Day @ Variavaria.zone/en/openday2019.html<p>During the next edition of <a href="http://southexplorer.nl/">South Explorer</a> Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include <a href="https://iodinedynamics.com/">Idione Dynamic’s</a> ‘What Remains’ and Mathijs van Oosterhoudt’s <a href="https://vimeo.com/241442224">‘Strange Fruits’</a>. Furthermore, Thomas Walskaar will conduct interviews for his new project <a href="https://walskaar.com/gaming/index.html">‘Hidden Levels’</a> and Niek Hilkmann will present a new sound installation ‘Venice on the Maas’ in Varia's basement. Join us from 12 till 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:None,2019-04-13:varia.zone/en/openday2019.htmleventDear Cultural Intitiative, there is an Elephant in the Roomvaria.zone/en/there-is-an-elephant-in-the-room.html<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group. </p> +<p>This workshop is a moment for some out-of-the-cloud thinking. Departing from a discussion on this situation and its causes, we will try to imagine and formulate the digital infrastructures that shape our everyday cultural practices and online socialities. The workshop will touch upon alternative tools and approaches, from federated and community-owned social media platforms, to hosting cooperatives, free software philosophy and feminist understandings of the internet.</p> +<p><strong>Date</strong>: Friday 12 April, 13:00h - 17:00h</p> +<p>This workshop is part of the Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:None,2019-04-12:varia.zone/en/there-is-an-elephant-in-the-room.htmlworkshopThe Network We (de)Served, (XPUB Special Issue #08)varia.zone/en/the-network-we-de-served.html<p>Dear guest,</p> +<p>We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of the group. </p> +<p>While self-hosting together we questioned our understandings of networks, autonomy, online publishing and social infrastructures, where each of us departed from a different question. We would like to share our personal (yet interconnected) routes with you, tell you a story, present our web- and printed zines, and invite you to explore our homebrewed network.</p> +<p><strong>Date</strong>: Thursday, 04 April 2019<br> +<strong>Location</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entrance</strong>: Free<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Contributors: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Brought to you by the Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) of the Piet Zwart Institute, and Varia, Centre for Everyday Technology, Rotterdam, April 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:None,2019-04-04:varia.zone/en/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Call Of The Kettlevaria.zone/en/kettle_MD.html<p>There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under the guise of 'The Call Of The Kettle'; the first object oriented music evening at Varia! During this event there will be performances by the following artists:</p> +<p><strong> Agente Costura and Stephen Doyle </strong> are a duo playing improvised sounds, on amplified sewing machine and drums. Constura has been playing the Singer since 2003. In the daytime she tackles unwanted clothing, transforming them into new wearable shapes. At night, the Singer joins her fellow musicians and Lisa sews to the beat of the music, improvising on clothing based on rhythm and sound. Lisa has performed extensively, for instance at The Vancouver Art Gallery, the Month of Performance Art Berlin, the Bimhuis Amsterdam, and Curitiba Fashion Week. Stephen Doyle is a drummer, living and working in Amsterdam. His sounds have previously graced the creations of Dagora, 78rpm, and many more. Together, Costura and Doyle create a percussive upcycled torrent of uniquely sculpted sound.</p> +<p><a href="www.agentecostura.blogspot.de/">Agente Costura Online</a><br> +<a href="https://soundcloud.com/stephen-doyle-drummer">Stephen Doyle on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/oey80a-7CQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Watt’s Cookin’ </strong> is composed of Zeynep Aslan, Tamara van Suylekom and Inge Hoonte who met through re#sister and rehearse at Worm. For this performance, the three have teamed up to bang, clang and tinker with everyday household items. They are currently rehearsing in Inge's kitchen with the orchestra members they’ve interested to participate, such as water cookers and coffee percolators, a knife and a cutting board, a few jars with nuts, rice, and corn, and a couple of empty jars, a mini oven, two pans, two tea spoons and an egg beater. A bread toaster and a coconut milk can are hesitant if they want to join this upbeat troupe, but they will probably fit right in!</p> +<p><strong> De Brut </strong> is a new project by Marijn Verbiesen who, according to sources, is "one of the forces that keeps the Rotterdam underground together!" She has participated in numerous projects (Sweat Tongue, Red Brut) and is active as one of the organizers of the infamous Herman concert series. Besides that Verbiesen is renowned for her tape collages that are highly personal and highly regarded by magazines like The Wire.</p> +<p><a href="https://redbrut.com/">Red Brut Online</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/pa066-UzitY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Beachcombartband </strong> is a one-man-sea-trash-band from Rotterdam, helmed by none other than Bart Koppe. He performs with a collection of marine debris, played by mechanics and by hand. He will sweep the beach and throw its garbage on your head, in a maze of audio galactic joyfulness.</p> +<p><strong> The Singing Toaster </strong> is not like other toasters, because not every toaster is able to sing. Therefore the inclusion of this one during ‘the call of the kettle’ is somewhat of an occasion. Will the burned crumbs between its heating elements be enough to warm your heart? </p> +<p><strong>Date:</strong> Friday, 15 March 2019<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30 </p>VariaFri, 15 Mar 2019 00:00:00 +0100tag:None,2019-03-15:varia.zone/en/kettle_MD.htmleventeventConversas at variavaria.zone/en/conversas-february.html<p>On the <strong><em>6th of February from 19:30 to 21:30</em></strong>, Varia has the pleasure to host one of the nomadic Conversas evenings.</p> +<p>Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests. </p> +<p>During the event, three Conversadores (those who start the conversation) bring something to share with the gathered group, for thirty minutes each. As the title suggests, Conversas (Conversations in Portuguese) aim at an equal set up from which both the Conversadores and the group benefit. In this series, we are challenging our guests to not use a beamer, try to be creative and use only words and/or other objects to tell their story.</p> +<p>The three Conversadores for the session at Varia are:</p> +<ul> +<li>Karla de Witte (Dutch Love Letters)</li> +<li>Clara Mendes (Nude models, postcolonialism and museums)</li> +<li>Ludovic Lacreuse (Digressions around a flag)</li> +</ul> +<p><strong>Karla</strong> is designer and educator of visual arts. <a href="www.facebook.com/pg/dutchloveletters/ +">DLL</a> started when two mothers met at a colorful schoolyard in Rotterdam. Both born and grown up in different parts of the world, sharing similar memories of New Year's Eve with waffles. Delicate and very thin made with great patience by their grandmothers. +www.instagram.com/dutch_love_letters/</p> +<p><strong>Clara</strong> has recently moved from Portugal to The Netherlands to pursue her wish to learn more about how art impacts the lives of different people. She will talk about the projects she jumped into throughout her master's program in Arts and Society whilst she was still struggling to find her way around a new city.</p> +<p>After a 3 month artist residency (State of the City, in Paviljoen aan het Water, in Rotterdam), <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> will present a flag which will be hoisted on top of the varia zone building. His conversation will be filled by digressions about different subjects more or less related to the flag.</p> +<p>The 13th series of ten <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> starts on the 7th of November and runs every other Wednesday until the 20th of March. This series is happening in different locations spread through the city of Rotterdam. It is organized by Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said and Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is a project initiated in Lisbon by Constança Saraiva and Mafalda Fernandes, in 2012. Nowadays, it's a project of many people and cities.</p> +<p>Events are open to all and the entrance is free.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:None,2019-02-06:varia.zone/en/conversas-february.htmleventConversasinformalmeetingsVaria New Year's Receptionvaria.zone/en/borrel2019.html<p>It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.</p> +<p>This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music.</p> +<p>Woodstone Kugelblitz will also be presenting the latest issue of L'Intolerant #18: A Really Useful Cookbook.</p> +<p>Almost everyone is welcome and the entrance is free. However, a voluntary donation of 5 euros will help us replace our window and is greatly appreciated!</p> +<p>See you there!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:None,2019-01-11:varia.zone/en/borrel2019.htmleventeventChristmas at Varia - With adammmmmmmmmmmm and Logosamphiavaria.zone/en/christmas.html<p>A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday themed music, warm your heart up with a hot cup of glühwein and discuss your new years resolutions like there is no tomorrow! There will be performances by:</p> +<p><strong>adammmmmmmmmmmm</strong>, also known as Adam Tuch, is an artist/musician based out of Boston. He is part of a collective called media_rins that creates and publishes work in the fields of electronic music, new media, and performance art. They organize events in the Boston area for adventurous and contemporary artists working with Hi-Fi digital tools, analogue electronics, and information media. In his work he focuses on absurdity within online/digital identities and reflexivity.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">adammmmmmmmmmmm on Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website of media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong>Logosamphia</strong> is a project of Sadra Hemati. With one foot in the French underground party scene, and another in Netherlands’ avant-garde noise performance &amp; arts world, he represents one of the few Iranian musicians active in non-mainstream electronic music. Hemati has a penchant for combining influences from both traditional &amp; modern techniques in unique and catchy arrangements.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>DJ The Sound of C</strong> brings you a dirt cheap Christmas extravaganza selected at your local thrift store. Records will be wrapped and gifts will get scratched. Everything is for free, after it’s being played. Santa comes early this year. Warm hearts only!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>See you at Varia!</p> +<p><strong>Date:</strong> Saturday, 22 December 2018<br> +<strong>Entrance:</strong> 4 euro<br> +<strong>Door:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:None,2018-12-22:varia.zone/en/christmas.htmlconcertCentury 21 Calling - I'd Buy That For A Dollar!varia.zone/en/id-buy-that-for-a-dollar.html<p>During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and refund instruction video’s. This will surely get you in the shopping mood!</p> +<p><strong>Century 21 Calling</strong> is a series by the collective Save_as and hosted at Varia in Rotterdam. During these screenings we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Save_as</strong> is a platform for 360 degrees media exploration by Thomas Walskaar and Léna Robin, initiated in 2017. Save_as investigates media and alternative publishing practices, to observe tensions which emanate from them. Save_as is also an independent publisher of printed and non-printed matter.</p> +<p><strong>Date:</strong> Saturday, 15 December 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> Donation</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:None,2018-12-15:varia.zone/en/id-buy-that-for-a-dollar.htmleventWelcome to the � Federation - Mastodon and The Fediversevaria.zone/en/mastodon-and-fediverse.html<p>In recent years there has been a lot of dissatisfaction about social media. At the same time there has been a new platform, Mastodon, which has been gaining popularity in the way it seeks to address the sources of this unease. It looks and behaves like similar platforms, but under the hood it works substantially different ways. </p> +<p>Rather than a single service, <a href="https://joinmastodon.org/">Mastodon</a> is part of a collection of community-owned independent services that interoperate with each other. This larger set of projects is also known as the Fediverse and is compromised of vastly different softwares, cultures and attitudes.</p> +<h2 id="public-conversation">Public conversation</h2> +<p><em>A general introduction into Mastodon and the Fediverse</em><br> +Saturday 8 December 2018<br> +20:00h - 21:30h </p> +<p>On the Saturday 8th of December <a href="https://varia.zone/wttf/">Wtt�F</a> will host an evening roundtable as a general introduction into Mastodon and the Fediverse. How does it work? What are the underlying concepts? Who made it? What has been the history behind it? What kind of different communities inhabit this Fediverse? What does it mean to host such a community?</p> +<p>It will be hosted together by an administrator of a large Mastodon community and an administrator of a small Mastodon community. Both are also contributors to the fediverse. </p> +<h2 id="worksession">Worksession</h2> +<p><em>Translating and documentation of the Mastodon project</em><br> +Saturday 8 December 2018<br> +14:00h - 18:00h </p> +<p>As part of this edition of Wtt�F we will also spend the afternoon together to look at the documentation and translation of the Mastodon project. How does the translation of open source projects work? How are projects communicated? How can the technical concepts be made accessible for larger audiences without diluting their significance? </p> +<p>If you would like to join the worksession, please register in advance by sending a mail to <code>info[at]varia.zone</code>.</p> +<h2 id="practical">Practical</h2> +<p>This gathering takes place in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> and <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:None,2018-12-08:varia.zone/en/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubMaximum Velocityvaria.zone/en/velocity.html<p>Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both speed and movement in their compositions and performances!</p> +<p>The event is comprised of the following elements:</p> +<p><strong>Bismuth</strong> is a two-man formation, made up of experimental instrument builder Yuri Landman and multi-instrumentalist Arnold van de Velde (ex-Feverdream). Together they play a space-filling amount of self-built instruments made of wood, steel, strings, motors and electronics. This colorful collection of instruments leads to a rhythmic amalgamation of experimental noise rock, dance and gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> make instant electronic compositions with self-programmed software and self-made controllers. They aim for a physical approach towards electronic music (and in particular realtime synthesis) by using objects such as bicycles, radios, FM transmitters and little solar cell synths in their performances. Their music – sometimes described as ‘improvised noise ambient’ – is influenced by the music and ideas of artists like John Cage, Tim Hecker, John Zorn and Captain Beefheart. Current members are composer/sound artist Sjoerd Leijten and ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten on the web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is a performer, artist and theologist working between Charlois and Scheveningen. For the last 10 years he has performed continuously under various monikors (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) and in a variety of setups. At Maximum Velocity he will perform a dance inspired by the concept of meditative sufi whirling, practiced by the Sufi Dervishes of the Mevlevi order. </p> +<p><a href="http://jaccoweener.nl/">More on Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> will display the hypnotic effect of rotating disks made out of vinyl at various speeds, coming into contact with a more or less stable needle. You might be surprised by the results!</p> +<p><strong>Date:</strong> Friday, 7 December 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:None,2018-12-07:varia.zone/en/velocity.htmlconcertPushing Scores with De Playervaria.zone/en/pushing-the-score.html<p>During this evening we focus on the archiving of the Pushing Scores project by <strong><a href="https://www.deplayer.nl/">DE PLAYER</a></strong>; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?</p> +<p>To communicate the project to a larger audience DE PLAYER asked <strong>Varia</strong> to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Julie Boschat Thorez, Cristina Cochior and Niek Hilkmann will explain their ideas and approach to this matter.</p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records.</p> +<p><strong>Niek Hilkmann</strong> (part of Varia) will present his <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics.</p> +<h2 id="about-pushing-scores">about Pushing Scores</h2> +<p>What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? </p> +<p>In an attempt to redefine this concept, DE PLAYER compiles a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. </p> +<p>Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.</p> +<p><strong>Date:</strong> Thursday, 29 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:None,2018-11-29:varia.zone/en/pushing-the-score.htmleventDruk: An Evening With Cantos Deus & Bohman Familyvaria.zone/en/druk-cantos-bohman-evening.html<p>Because we can't always keep the pressure on, we've added a musical intermezzo during <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.en.md">Woodstone Kugelblitz: Druk In Varia</a>.</p> +<p>And what an intermezzo it is!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>For more than two decades the English <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> have been summoning a mix of unique and impure experimental music from a table stuffed with ordinary day to day objects. The mix contains fluxus elements, musique concrete and free improv. For this one evening the Bohman Brothers become a Bohman Family as they will adopt a bunch of local musicians and perform together as a nonet.</p> +<h1 id="cantos-deus">Cantos Deus</h1> +<iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p> + +<p><a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> will play a selection of no-wave, gospel, reli-pop en psychedelica worship, all in the form of an entertaining revival show. Plenty of opportunity for the audience to dance, sing and worship. The company consists of Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Saturday, 24th of November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euros</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:None,2018-11-24:varia.zone/en/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalWoodstone Kugelblitz: Druk in Variavaria.zone/en/woodstone-kugelblitz-druk-in-varia.html<p>Some things are more useful to know than others. </p> +<p>On the 23rd, 24th and 25th of November during <em>Woodstone Kugelblitz: Druk in Varia</em> we will make a Really Useful Knowledge Cookbook. A manual to be more an actor and less a consumer in your day to day affairs. The cookbook brings together recipes and instructions from the practice and theory of daily life. </p> +<p>This three day convivial book sprint is about exchanging knowledge on analog printing techniques, eating together, sharing of recipes for and from daily life, discussing Really Useful Knowledge, hanging out and editing and designing the publication.</p> +<blockquote> +<p>'What we want to be informed about is how to get out of our present trouble' +<small>Poor Man's Guardian</small></p> +</blockquote> +<h2 id="a-call-for-really-useful-recipes">A Call For Really Useful Recipes!</h2> +<p>For this event we are looking for DIY-advice, tips and tricks, that need to be inscribed in our collective memory as part of this recipebook. We already have recipes about raising toddlers without diapers, blocking online advertising and making of hot sauce based on lactic fermentation!</p> +<p>All of your recipes for daily life are very welcome! </p> +<p>These can be submitted just as text or as already designed pages.</p> +<p>Please send us recipes for the book by email(info[at]varia.zone) or by post (Gouwstraat 3, 3082 BA, Rotterdam) before <strong>November 15th</strong>.</p> +<p>You can also submit via this Really Useful Etherpad: <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="about-the-book-sprint">About the book sprint</h2> +<p>If you are interested in participating in the book sprint you can also drop us an email (info[at]varia.zone). Please note that to ensure continuity we prefer you to join the full three days. </p> +<p>We will have the following machines on site:</p> +<ul> +<li>Riso automatic A3 with black and blue ink</li> +<li>A0 Roll inkjet plotter </li> +<li>A0 Roll pen plotter</li> +<li>A4 b/w laser printer</li> +<li>Dot matrix printer</li> +<li>automatic stencil copy printer -&gt; yellow and black ink </li> +<li>manual stenciling machines -&gt; red, green, blue, black ink </li> +<li>Fax machine (can be used to make stencil masters)</li> +<li>Telex FS200 Teletypewriters</li> +<li>Thermal receipt sprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:None,2018-11-23:varia.zone/en/woodstone-kugelblitz-druk-in-varia.htmleventprintcollaborationreally useful knowledgerecipe bookRecycleReduceReuse and where is Repair Workshop (full)varia.zone/en/recycle-reduce-reuse.html<p>Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each have their own impact on the economy and environment. Among others, some relevant questions arise from this matter:</p> +<ul> +<li>What values construct our contemporary attitude towards waste? </li> +<li>Is it perhaps an obsession with utility? </li> +<li>What are the artistic merits of repair?</li> +</ul> +<p>In this workshop, hosted by Yoana Buzova and Niek Hilkmann, we will take a look at the implications of recycling (electronic) waste. This will happen in a hands-on workshop in which we will visit places where ‘waste’ is being gathered and turn the concept of repair and recycle upside down. Departing from the idea that uselessness, like a haiku poem, contains a certain subversive potential, we will rework a utility object into something quite useless.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address before the 19th of November!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 22 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:None,2018-11-22:varia.zone/en/recycle-reduce-reuse.htmlcurriculumrepairChoreo-Graphic-Hypothesis Book Launchvaria.zone/en/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Find here a sneak preview of the publication at: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Come dance along ~</p> +<hr> +<p><strong>Date</strong>: Thursday, 15th of November 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is a graphic designer, coder, researcher - with background in dance. Her trans-disciplinary project interweaves media design and web environments with choreographic practices. Chicau has been researching the intersection of the body with the constructed, designed, programmed environment, aiming at in widening the ways in which digital sciences is presented and made accessible to the public. She has been actively participating and organizing events with performances involving multi- location collaborative algorithmic improvisation, open discussions on gender equality and activism. +She is a member of Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:None,2018-11-15:varia.zone/en/choreographic.htmleventLooking Back - Varia Anniversaryvaria.zone/en/anniversary.html<p>It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat. </p> +<p>You are welcome to join us, feast on our exclusive varia drinks and enjoy nostalgic memories of varia's past and future! </p> +<p>Thanks to the DJ skills of Newk and DJ USB, plus the rare appearance of the varia karaoke set, this will surely be a night to help you remember!</p> +<p><strong>Date:</strong> Friday, 9 November 2018<br> +<strong>Door:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:None,2018-11-09:varia.zone/en/anniversary.htmlpartyInter-Planetary File System unearthedvaria.zone/en/curriculum-ipfs.html<h2 id="off-the-centralitarian-http-path">Off the centralitarian HTTP path.</h2> +<p>In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary File System (IPFS) protocol constitutes one of these attempts: a distributed file system that seeks all computing devices with the same system of files for storing and sharing.</p> +<p>IPFS has raised the interest of many communities, from archivists to activists. Versioning, resiliency and availability make it a useful infrastructure builder for digital archivists, while its distributed nature has enabled groups of people to circumvent censorship. For instance, the 2017 referendum website of Catalonia, which was mirrored on IPFS after the original website was shut down by the Spanish government. </p> +<p>During this workshop, we will look at the successes, the pitfalls and the potential of this protocol. We will install it, go through the basics, discuss how it differs from other P2P protocols like dat and what types of usage it enables.</p> +<ul> +<li>This workshop will last for 8 hours and a laptop will be necessary.</li> +<li>Prior knowledge of command line would be good, but is not obligatory. </li> +</ul> +<p>This workshop is an initiative by Julie Boschat Thorez, Silvio Lorusso and Cristina Cochior.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 29th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 01 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:None,2018-11-01:varia.zone/en/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyLife Hacks: Spacevaria.zone/en/lifehacks.html<p>What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or yet another burden? Together with author and designer François Girard-Meunier, the WORKNOT! collective (Arvand Pourabbasi and Golnar Abbasi), Varia, the Centre for Everyday Technology (represented by Roel Roscam Abbing, Manetta Berends and Niek Hilkmann) and XPUB (the Experimental Publishing program of the Piet Zwart Institute), we will tackle these and more questions during an evening dedicated to spaces that are at once entrepreneurial and precarious.</p> +<p>Life Hacks is part of Het Nieuwe Instituut’s fellowship program around the theme of ‘burn out’. As 2017 fellow Ramon Amaro states, <em>“on the one hand, to ‘burn out’ is to stall, break, or become otherwise unusable. In other words, processes, procedure and participation simply stop working. On the other hand, ‘burn out’ is an opportunity to break open, promote action and catalyse change towards new structures and relations.”</em> </p> +<p>Life Hacks manifests in a series of gatherings that respond to this ambivalence by exploring the approaches and techniques adopted to design or redesign life against the backdrop of growing precarity and an intensified entrepreneurial regime. </p> +<p>Together with theorists, practitioners and XPUB, the Experimental Publishing program of the Piet Zwart Institute, Life Hacks looks into the tensions and releases that emerge from the constant reinvention and progressive self-optimization necessary to inhabit public and private space, manage time and productivity, and tweak one's own thoughts and feelings.</p> +<p>Life Hacks is curated by Silvio Lorusso, and jointly organized by HNI’s Research Department and XPUB.</p> +<hr> +<p><strong>Date</strong>: Wednesday, 31st of October 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Donation</p> +<hr> +<p>Roel Roscam Abbing (NL) is an artist and researcher whose work engages with the issues and cultures surrounding networked computation. He engages with themes such as network infrastructures, the politics of technology and do-it-yourself approaches. He holds an MA Networked Media from the Piet Zwart Institute in Rotterdam and a Fine Arts BA from the Willem De Kooning Academy. Currently he also works as a teacher in Digital Media at the department of Graphic Design in Artez, Arnhem. He is also a member of the homebrewserver.club and Varia. <a href="https://roelof.info">https://roelof.info</a></p> +<p>Manetta Berends (NL) is a graphic designer with an interest in networked publishing &amp; free software. Her practice is rooted in practical investigations into the sociality of software related to publishing infrastructures. Besides working on commissions, projects and workshops, Manetta is also member of Varia. <a href="https://www.manettaberends.nl">https://www.manettaberends.nl</a></p> +<p>François Girard-Meunier (CA/NL) is interested by the performativity and politics of labour in the contemporary western post-fordist context. Graduated from the Graphic Design department of the Gerrit Rietveld Academie (2015) and the Critical Studies department of the Sandberg Instituut (2018), he works mainly in the cultural field as a designer, web developer, writer and so on. Recent projects include <em>Flexible Bodies</em> (2017), at the Tallinn Photomonth 17, and <em>Talent at Work</em> (2017), in collaboration with Mirjam Reili and re-published in the context of Signals From The Periphery (EE). He is based in Amsterdam, where he runs the Office for Workspace Studies and self-publishes. <a href="http://www.francoisgm.com/">http://www.francoisgm.com/</a></p> +<p>Niek Hilkmann (NL) is an artist with a background in media design, art history and musicology. After graduating from the Piet Zwart Institute in Rotterdam, he started collaborating with various institutes, designers and artists on the fringe of speculative design, science fiction, media archeology and extratonal music. Besides being the curator of events such as "Floppy Totaal" and "De Grote Hoop", he is also one of the core members of Varia, the conductor of an amateur avant-garde orchestra, the editor of the UNI Graphical Notation System, a part-time dodologist and the creator of one of the first moving panoramas since the nineteenth century. <a href="https://niekhilkmann.nl/">https://niekhilkmann.nl/</a></p> +<p>Varia (NL) is a Rotterdam based initiative focused on working with, on and through everyday technology. At its core the initiative aims to be a social infrastructure from which to collaboratively facilitate critical understandings on the technologies that surround us. The initiative is a membership-based organisation striving to become a space for questions, opinions, modifications, help and action. <a href="http://varia.zone/">http://varia.zone/</a></p> +<p>WORKNOT! (NL/IR) is a Rotterdam-based independent open collective that works to create a platform for the representation of the life and work of today’s cognitarians. It works with seemingly banal, yet extreme (and political) conditions that shape our today’s contemporary forms of living and working. The collective consists of Arvand Pourabbasi and Golnar Abbasi, researchers/designers/makers with a background in architecture and art. Since its foundation in Tehran (2012), it has worked in a variety of context through a broad range of collaborations, and has created workshops, exhibitions, performances, images, writings, lectures and publications. <a href="https://worknot.info/">https://worknot.info/</a></p> +<hr> +<p><em>Cover image: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:None,2018-10-31:varia.zone/en/lifehacks.htmleventThe Big Bounce - Century 21 Callingvaria.zone/en/the-big-bounce_century-21-calling.html<p>During our third screening of Century 21 Calling, we will be taking a +look at the development of satellite communications. From the shiny orbs +of the 1950s to our present day SATCOM systems.</p> +<p>How do they work? How do they get into space? What happens when the +systems break down? Why are there no more shiny orb satellites in space?</p> +<p>This and many more questions will put into the light of today, via the +present.</p> +<p>Later in the evening you can join mmths on a trip through the radio +spectrum, to listen to the satellite pirates in GEO Oribt and drown in +the noise of the static and signals of ghost satellites.</p> +<p>mmths is a sound artist currently based in Rotterdam. In his practice, +he often is fascinated by outer space activities. His current research +deals with harvesting satellite transmissions and signal hunting as a +tool for exploring live performance and composition.</p> +<p>In a series of screenings called “Century 21 Calling” we will have a +look at archival industrial films, corporate infomercials, tv reports +and historical documentary of yesterday that shaped the imagination of +tomorrow and we hold it up to the light of the present.</p> +<p>“Century 21 Calling” is an event by the collective <em>Save_as</em> and hosted at +Varia in Rotterdam.</p> +<p><strong>Date</strong>: Saturday 20th of October 2018<br> +<strong>Doors open</strong>: 20:00h<br> +<strong>Start screening</strong>: 20:30h<br> +<strong>Performance</strong>: 21:30h<br> +<strong>End of the evening</strong>: 23:00h<br></p> +<p><strong>Entree</strong>: Donation</p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:None,2018-10-20:varia.zone/en/the-big-bounce_century-21-calling.htmlscreeningIn the Beginning ... Was the Commandlinevaria.zone/en/curriculum-command-lines.html<h2 id="on-text-encodings-and-command-lines">On text, encodings and command lines.</h2> +<p>The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing one thing and doing it well. These small programmes can be 'chained' together into pipelines capable of processing any type of data or text. These pipelines are a way of quickly producing unique and custom toolsets providing a wide range of creative opportunities.</p> +<p>In this workshop we will focus on command line tools in relation to plain text. During the day we will dive into the social-cultural history of the command line interface, explore the materiality of plain text on a computer and discover a wide range of command line tools.</p> +<ul> +<li>No prior knowledge of programming is required, but note taking skills are essential. </li> +<li>Computer / Laptop is necessary. </li> +</ul> +<p>This workshop is initiated by Roel Roscam Abbing and Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? There is still space for a few participants. Please send us a short email on the info[a]varia.zone email address at the 15th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 18 October, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of funds should not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:None,2018-10-18:varia.zone/en/curriculum-command-lines.htmlcurriculuminterfacingThe Key to Casio (and Yamaha too)varia.zone/en/casio.html<p>In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio’s Rapman</a> to <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio’s Dadada</a>! </p> +<p>The event is comprised of the following elements:</p> +<p><strong>Dion &amp; The Magic Chords</strong> is the lovechild of casio freaks Dion Woestenburg and Griffin Stuip and sounds like the toybox equivalent to your favourite progressive acts, such as Jean Michelle Jarre and Yes. With the help of stunning visuals and a wild arrangement of casio’s and yamahama’s they will bring your mind towards the next level of levitation</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>ZOONTOON</strong> is een Nederlands muzikant/kunstenaar. Hij maakt gebruik van een loopstation en de presets op een kleine zelf bewerkte SK-1 Casio keyboard om te experimenteren met Noord-Afrikaanse ritmes, geluid verstoringen en melodieen.</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>M. Klein</strong> is also known for his work in Sweat Tongue, Lewsberg, Eklin and his label De Hef. Inspired by Satie and Fauré he decided to compose some minimalist electronic piano compositions. At Varia M. Klein will perform these with the help of his Yamaha PSS-170 and who knows what else? </p> +<p><strong>Listentomerijn</strong> is the pseudonym of Merijn van Ham. What has not been said about him? This renowned Rotterdam DJ will prove his skills once more; this time behind the keys and maybe some drumpads too. What kind of drumpads? Those of the Casio MT205 course! Would you expect anything less? </p> +<p><strong>Casio Show and tell</strong>; Interluding the way, there will be a series of keyboard presentations that showcase the many shapes and sizes these instruments have taken throughout the years. The show and tell will be presented by none other than Lídia Pereira and her assistant, Niek Hilkmann. Want to present a keyboard yourself? Send an email to: info@varia.zone</p> +<p><strong>Date:</strong> Friday, 12 October 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:None,2018-10-12:varia.zone/en/casio.htmlconcertConsiderate Cake Confection (full)varia.zone/en/considerate-cake.html<p>In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we be analysing the origins of specific ingredients and recipes, we will also focus on the political economy and class dynamics that engender taste and ingredient accessibility. The actual confection of this cake will provide us with an opportunity to hack into the requirments involved in such practices and turn the table around.</p> +<p>The workshop will be divided into two practical phases: the recipe analysis phase and the cake baking phase. During the recipe analysis phase we will be looking at each of the required ingredients of our cake of choice and evaluate whether they meet our 'considerate' standards. If they don't, we will consider possible alternatives. During the cake baking phase participants will actually bake the cake, according to our new considerate recipe.</p> +<p>Considerate Cake Confection is an initiative by Lídia Pereira and Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 8th of October the latest!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 11 oktober, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:None,2018-10-11:varia.zone/en/considerate-cake.htmlcurriculumcakeConcert: Crimson Butterfly, Evamuss and St. Fractaliumvaria.zone/en/crimson.html<p><strong>Crimson Butterfly (Russia)</strong> is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop with two lead singers, and currently the band returned to what it had started with: improvisational abstract electronic. The band makes very intense and hypnotic music with dance and ambient elements, improvisational by nature. People often call it "experimental". Crimson Butterfly love to give concerts and play at any venues from vaults to museums in any cities from Balashikha to Barcelona. Their faces are so beautiful that they hide them behind the masks and all their unforgettable shows are always accompanied by hipnotic visual sequences.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>Evamuss (Peru/The Netherlands)</strong> was a project of the Peruvian Chrs Galarreta (aka: Sajjra, DiosMeHaViolado, Tica, among others alias). This project was very active in the underground Lima scene between 1997-2003. Evamuss have 9 solo albums published on very limited editions, also appears in a lot of collaborations and compilations of that period. At the beginning Evamuss used home made amps, oscillators, pedal effects and toy keywords , last years it will include the misuse of computer and the pirate software. Error and non-functionality were welcome in its process. On November 2017, Evamuss resurrects with a pair of self-hacked synth toys, some effects, hand made sequencers furbished in collaboration with some hackers in Paruro (the legendary electronic black market's in Lima City). In the current days its sounds mutated towards a warm and humid analog jungle. Its recent - 2018- assaults included tours between Portugal, Spain, Lithuania, Russia, The Netherlands and a publication of a release in Favela Discos (Porto).</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>St. Fractalium (Russia)</strong> St.Fractalium is an audio-visual duo from Nizhniy Novgorod, Russia, residents of local cult place Black Ho. Inspired by bands like Autechre and Coil, and having impressive experience in various musical projects, the guys bring the light of Saint Fractalium, an enlightening nectar for those are tired of conventional music, using only computers and controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Organized by <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Date</strong>: Friday, 14 September 2018<br> +<strong>Entrance</strong>: 3 euro (donation) <br> +<strong>Door</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:None,2018-09-14:varia.zone/en/crimson.htmlconcertStreaming The Techno-Galactic Guide to Software Observation Stream @ variavaria.zone/en/techno-galactic-guide-book-launch-streaming.html<p>"<em>The Techno-Galactic Guide to Software Observation</em> is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and improvisational service architectures, of any and all things that you can and cannot imagine needing in a techno-galaxy." </p> +<p><em>The Techno-Galactic Guide to Software Observation</em> gathers methods from the <em>Techno-Galactic Software Observatory</em>, a worksession that took place in June 2017 at the Constant headquarters in Brussels. It was collectively edited by Carlin Wing, Martino Morandi, Peggy Pierrot, Anita Burato, Christoph Haag, Michael Murtaugh, Femke Snelting, Seda Gürses and designed by Christoph Haag.</p> +<p>The book-launch can be attended online at <a href="http://observatory.constantvzw.org/stream">http://observatory.constantvzw.org/stream</a> or offline at the WTC25 in Brussels. </p> +<p>For those who are not able to go to Brussels to attend the book launch, we will be projecting the event in varia!</p> +<p>Original announcement: <a href="http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html">http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html</a></p> +<ul> +<li>Date: Friday, 07 September 2018</li> +<li>Start: 19:00 (sharp)</li> +<li>End: 20:30</li> +</ul>VariaFri, 07 Sep 2018 00:00:00 +0200tag:None,2018-09-07:varia.zone/en/techno-galactic-guide-book-launch-streaming.htmlnewsstreamingbook launchConstantConcert: Matheus Silva and Theo Krantz Album Releasevaria.zone/en/Silva-and-Krantz.html<p>Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which blends ambient synthesizer work with tape sounds and the human voice.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's bandcamp page</a></p> +<p>Matheus Silva is an electronic artist originating from Brazil. From his start as a musician in the Florida hardcore punk scene in 2011, he eventually moved onto producing electronic music as a solo artist. With an eclectic musical background, he draws inspiration from various genres of music such as ambient drone and hip hop to produce a unique sound.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva on Soundcloud</a></p> +<p><strong>Date</strong>: 17 August 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Door</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:None,2018-08-09:varia.zone/en/Silva-and-Krantz.htmlconcertWhat Remains - Final Playtestvaria.zone/en/what-remains-final-playtest.html<p><em>It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p>What Remains is a new darkly humorous 8-bit homebrew adventure video game for the 1985 Nintendo Entertainment System (NES), and developed by Iodine Dynamics. The game is currently in final development and will be released for free in 2018. By free we mean a free of charge NES ROM download, and we will publish the source code and assets of the game and tools we used. A limited edition of physical cartridges for the NES and the Famicom, using recycled hardware, will be also be produced.</p> +<p>During the development of the game Iodine Dynamics has worked with Het Nieuwe Instituut for preliminary research, and V2_ for hosting the early playtests. +On June 22, Varia will host the last playtest for the game, and we are looking for players to come and give us feedback one last time!</p> +<p>Come save the planet and join us the evening of June 22!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>Starting at 19:00h<br> +Ending around 22:30h</p> +<hr> +<p><small>What Remains is made possible with the support from creative industries fund nl.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:None,2018-06-14:varia.zone/en/what-remains-final-playtest.htmleventvideo gameWhat a website can bevaria.zone/en/what-a-website-can-be.html<p>When considering how to design a website for varia, our<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> mutual but implicit understanding was not to <em>just</em> make a site. But rather that there was a potential for the process of site-making to become a process of exploring what a website can be. Exploring how one could do web publishing in a self-hosted<sup id="fnref:2"><a class="footnote-ref" href="#fn:2">2</a></sup>, minimal<sup id="fnref:3"><a class="footnote-ref" href="#fn:3">3</a></sup>, portable<sup id="fnref:4"><a class="footnote-ref" href="#fn:4">4</a></sup>, documented<sup id="fnref:5"><a class="footnote-ref" href="#fn:5">5</a></sup>, FLOSS<sup id="fnref:6"><a class="footnote-ref" href="#fn:6">6</a></sup> and playfull<sup id="fnref:6b"><a class="footnote-ref" href="#fn:6b">7</a></sup> way. In a way that connects to the multiplicity of practices that varia consists of. This text is the beginning of an attempt to make explicit and put to words some of the ideas and questions that drove this process. In the spirit of release early, release often we will publish a series of texts as we develop this site. Hopefully this can trigger questions on web design in the conceptual sense, not as a practice only involved with visual language, but as a practice considering on-line publishing ecosystems. One of the fundamental choices we made early on was to use a static site generator as our publishing tool, so we'll start by introducing the concepts of both 'static site' and 'generator'.</p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>The varia website unfolding over time.</small></p> +<h2 id="static-site">Static site</h2> +<p>Varia.zone is a <em>static</em> website. A static website is a 'traditional' website where all the content consists of HTML documents on the server's hard disk. In our case these are generated through Pelican<sup id="fnref:7"><a class="footnote-ref" href="#fn:7">8</a></sup>, which is a collection of Python<sup id="fnref:8"><a class="footnote-ref" href="#fn:8">9</a></sup> scripts and plugins<sup id="fnref:9"><a class="footnote-ref" href="#fn:9">10</a></sup> to turn unstyled plain text into HTML pages. </p> +<p><img alt="varia.zone" src="/images/static-dynamic.svg"> +<small>Schematic overview of the main differences between a static and a dynamic website.</small></p> +<p>This way of working can be understood to be different to 'more modern' websites. These modern methods use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits the site, it gets generated on demand. </p> +<p>A static website instead gets generated once and exists as a set of documents. They are always there, not only when a visitor visits the page. Like the tree in the forest that also falls when nobody is there to hear it. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. A website based on storage has some advantages for performance, security, portability and reproducibility that we will address in detail later in the series. </p> +<p>The static website is supportive to another idea we would like to push for: independent, self-hosted services. Since a static website requires less resources, one can do with a not-so-powerful, energy efficient server to host them. This opens up the possibility to (economically) serve the site directly from our space, which we currently do. </p> +<p><img alt="The varia server in the space, where various self-hosted services are installed." src="/images/varia.server.jpg"> +<small>The varia server in the space, where various self-hosted services are installed.</small></p> +<p>In general hosting a server from one's own space introduces some security concerns. These are however partly mitigated by a static site, because it doesn't use server side languages. That also means the web server doesn't become a liability in terms of exploitable plug-ins or databases like in popular systems such as Wordpress. Once it has been generated, it is very much a case of set and forget.</p> +<p>In essence the minimal file-based website is contrary to a cloud mentality, where the material circumstances of the hardware and hosting location are made irrelevant (for the cloud/vps customer) meaning that any 'service' can be 'deployed', 'scaled' 'migrated' etc. Our approach instead informs what can be hosted based on the material circumstances of the server. The choice to self-host this website is a start for us to think about what it means to base web design decisions on a specific situation in terms of hardware and hosting location. </p> +<h2 id="generator">Generator</h2> +<p>The static HTML documents that together make the varia website are not manually written in the html language, but are generated out of a set 'plain text'<sup id="fnref:10"><a class="footnote-ref" href="#fn:10">11</a></sup> documents. This <em>generating</em> aspect allows for multiple ways to engage with the texts and images that we publish. It is a promising way to think about possible transformations of plain text into not just web pages but different media altogether. </p> +<p>One of the needs for transformability comes from the fact that our website exists in a context where usage of the web has atrophied to the point where one is required to publish on or via social media in order to reach an audience at all. However, politically we are not interested in dedicated profiles on social media platforms for our organization. This is a clear decision driven by a strong desire to self-host and own our content, yet allowing to let that content be referred to comfortably within social media as well. The technique of the generator allows us to do this<sup id="fnref:11"><a class="footnote-ref" href="#fn:11">12</a></sup>. </p> +<p>Working with generative processes also triggers our interest and enthusiasm for exploring other publishing tools. One can imagine a single text or article morphing into widely different media such as calendar entries, RSS feeds, email newsletters, posters, etc. Each of these introducing their own potentials for playful aesthetics, reading experiences and publics. This is on the one hand interesting as a form of automation that reduces (or better: re-uses) work, but more importantly as a process which necessarily will introduce new 'forms' and aesthetics.</p> +<p><img alt="This article in its plain text 'view', showing the markdown mark-up language." src="/images/what-a-website-can-be.markdown.png"> +<small>This article in its plain text 'view', showing the markdown mark-up language.</small></p> +<p>At the center this processes relies heavily on the habit of writing in markdown, a mark-up language that allows one to add styling information to plain text, so that it can be read by both people and a variety of tools. The markdown files can be archived using versioning tools<sup id="fnref:12"><a class="footnote-ref" href="#fn:12">13</a></sup> or easily converted into different formats using generators. The content of the website, in its 'raw' form, can therefore be read by many other softwares across (historical) operating systems or included in other workflows, and thus stay open for potential reuse and long-term re-accesibility. Using this process makes it possible for our source files to remain simple, fluid and archivable. </p> +<h2 id="concluding">Concluding</h2> +<p>Revisiting static sites and taking all these small steps feels like going back in time. However, revisiting web-development basics in this sense becomes a vehicle for understanding the web of these days. To get a sense of the compound choices that have sedimented over time into 'web design' practices and that remain opaque when using ready made frameworks. Creating an on-line publishing work flow from ground up instead allows one to explore the potentials and challenge the conventions of what a website should be. </p> +<hr> +<p><strong> To unpack the website ... </strong></p> +<p>This folder of Pelican scripts, markdown documents, images, template and css files ...</p> +<p><a href="https://git.vvvvvvaria.org/varia/varia.website">varia.website.git</a><br> +├── content/<br> +|&nbsp;&nbsp;&nbsp;└── post1.en.md<br> +|&nbsp;&nbsp;&nbsp;└── post1.nl.md<br> +├── LICENSE<br> +├── Makefile<br> +├── output<br> +├── pelicanconf.py<br> +├── pelican-plugins<br> +├── plugins-custom<br> +├── publishconf.py<br> +├── README.md<br> +└── themes<br></p> +<p>... generates the following output folder ...</p> +<p>output/<br> +├── author/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/author/varia.html">varia.html</a><br> +├── <a href="https://varia.zone/categories.html">categories.html</a><br> +├── category/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/category/event.html">event.html</a><br> +├── <a href="https://varia.zone/en/">en/</a><br> +|&nbsp;&nbsp;&nbsp;└── feeds/<br> +|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/feeds/all-en.rss.xml">all-en.rss.xml</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/century-21-calling.html">post1.en.html</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/algologs.html">post2.en.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/itisasif.html">post3.en.html</a><br> +├── <a href="http://varia.zone/events.ics">events.ics</a><br> +├── feeds/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/feeds/all.rss.xml">all.rss.xml</a><br> +├── images/<br> +├── <a href="https://varia.zone/">index.html</a><br> +├── pages/<br> +│&nbsp;&nbsp;&nbsp;├── <a href="http://varia.zone/pages/about.html">about.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/pages/stream.html">stream.html</a><br> +├── <a href="http://varia.zone/century-21-calling.html">post1.nl.html</a><br> +├── <a href="http://varia.zone/algologs.html">post2.nl.html</a><br> +├── <a href="http://varia.zone/itisasif.html">post3.nl.html</a><br> +└── theme/<br></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Varia works via different thematic work groups, one which is concerned with its website. We use the word 'group' here, which only works if you consider two people to be a group already. Current website work group members are Roel Roscam Abbing &amp; Manetta Berends.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +<li id="fn:2"> +<p><em>Self-hosting culture</em> as a way to speak about network infrastructures and preferences. This is also the main subject of the <a href="https://homebrewserver.club">homebrewserver.club</a>, a group for discussions, learning and reflection on the practice of hosting a server from home.&#160;<a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">&#8617;</a></p> +</li> +<li id="fn:3"> +<p><em>Minimal</em> not as in minimalism in design but rather understood as simple/low-tech/appropriate technologies, understood in (some) aspects of <a href="http://go-dh.github.io/mincomp/">Minimal Computing</a>.&#160;<a class="footnote-backref" href="#fnref:3" title="Jump back to footnote 3 in the text">&#8617;</a></p> +</li> +<li id="fn:4"> +<p><em>Portable</em> in the sense that it allows for multiple transformations and media, generated by various tools and distributed to various contexts and publics.&#160;<a class="footnote-backref" href="#fnref:4" title="Jump back to footnote 4 in the text">&#8617;</a></p> +</li> +<li id="fn:5"> +<p>What does a <em>documented</em> process mean? For whom? Currently the varia website is translated into two different languages (dual NL/EN), but documenting can also refer to other types of languages like explanatory articles such as this one, to accompany a work-in-progress to enable further reading than rather just 'reading the code'.&#160;<a class="footnote-backref" href="#fnref:5" title="Jump back to footnote 5 in the text">&#8617;</a></p> +</li> +<li id="fn:6"> +<p><em>FLOSS</em>, or Free Libre and Open Source Software, refers to free culture communities and the use of free licenses.&#160;<a class="footnote-backref" href="#fnref:6" title="Jump back to footnote 6 in the text">&#8617;</a></p> +</li> +<li id="fn:6b"> +<p>The context of varia creates a <em>playful</em> space that enables us to experiment with different tools, modes of address and publishing work flows.&#160;<a class="footnote-backref" href="#fnref:6b" title="Jump back to footnote 7 in the text">&#8617;</a></p> +</li> +<li id="fn:7"> +<p>Pelican is static site generator software written in Python, <a href="https://blog.getpelican.com/">getpelican.com</a>.&#160;<a class="footnote-backref" href="#fnref:7" title="Jump back to footnote 8 in the text">&#8617;</a></p> +</li> +<li id="fn:8"> +<p>Python is a commonly used object-oriented programming language, <a href="https://python.org">Python</a>.&#160;<a class="footnote-backref" href="#fnref:8" title="Jump back to footnote 9 in the text">&#8617;</a></p> +</li> +<li id="fn:9"> +<p>We use both <a href="https://github.com/getpelican/pelican-plugins">the plugins made by the pelican community</a> and <a href="https://git.vvvvvvaria.org/varia/plugins-custom">our own custom ones</a>.&#160;<a class="footnote-backref" href="#fnref:9" title="Jump back to footnote 10 in the text">&#8617;</a></p> +</li> +<li id="fn:10"> +<p><em>"Plain text identifies a file format and a frame of mind. (...) [A] kind of a systematic minimalism when it comes to our use of computers, a minimalism that privileges access to source materials, ensuring legibility and comprehension."</em> - A quote from: Plain Text, the poetics of Computation (2017), by Dennis Tenen - Stanford University Press&#160;<a class="footnote-backref" href="#fnref:10" title="Jump back to footnote 11 in the text">&#8617;</a></p> +</li> +<li id="fn:11"> +<p>For example by generating meta tags in our web page following <a href="http://ogp.me/">Open Graph</a> or <a href="https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards.html">Twitter Cards</a>. These provide previews of one's page when a link is published on social media or in mobile apps. Right click on any page and view source to have a look. The OG headers are at the beginning in the <code>&lt;meta&gt;</code> tags.&#160;<a class="footnote-backref" href="#fnref:11" title="Jump back to footnote 12 in the text">&#8617;</a></p> +</li> +<li id="fn:12"> +<p>The source files of the varia website are stored in and tracked by a Git versioning system. You can access these files through this <a href="https://git.vvvvvvaria.org/varia/varia.website/commits/branch/master">Gitea interface</a>, where you can read the markdown documents and follow the changes that are being made. For example: this article can be found <a href="https://git.vvvvvvaria.org/varia/varia.website/src/branch/master/content/what-a-website-can-be.en.md">here</a>.&#160;<a class="footnote-backref" href="#fnref:12" title="Jump back to footnote 13 in the text">&#8617;</a></p> +</li> +</ol> +</div>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:None,2018-06-13:varia.zone/en/what-a-website-can-be.htmlarticleworkgroupwebpublishingMoving Monument - Presentationvaria.zone/en/monument.html<p>Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or some other historical event, donated by the municipality or a patron. Unfortunately, Charlois currently has no working fountain. Niek Hilkmann and Anne Kolbe want to remedy this shortcoming and temporarily give Charlois a mobile fountain that is not tied to a single place or interpretation. After an opening ceremony, held on the 2nd June around 13:00, next to Varia, the fountain can be seen during the weekends of the Charlois Speciaal festival, in search of new meaning and appreciation.</p> +<p>Opening Ceremony: 2 June / 13:00-14:00<br> +On Display: 2,3, 9 and 10 June / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:None,2018-05-28:varia.zone/en/monument.htmlpresentationfountainarchitecturepresentationWelcome to the � Federation - The Ecosystem is Movingvaria.zone/en/the-ecosystem-is-moving.html<p>On the 1st and 2nd of June Varia will host <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, a lecture by and worksession with Daniel Gultsch about federated instant messaging, open source software and the sustainability of open systems.</p> +<ul> +<li>June 1st, 19.00 - 22.00 - introduction to XMPP and lecture by Daniel Gultsch</li> +<li>June 2nd, 10.00 - 18.00 - hands on worksession on design and federated chat systems. <br>Please register for the worksession via <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is the developer behind <a href="https://conversations.im">Conversations</a>, an open source instant messaging application for Android. In 2014, he decided to work full time on Conversations and try to make a living from it. Rather than starting from scratch with Conversations, he built it as a client for the existing federated messaging protocol XMPP.</p> +<p>Since an XMPP messenger can, in a way, only be as good as the entire ecosystem, Daniels work on Conversations also meant work on expanding and improving that larger XMPP ecosystem. This work includes helping to draft and implement protocol standards, such as OMEMO, a modern and user-friendly end-to-end encryption based on Signal's protocol. He also contributed code to other XMPP servers and clients in the ecosystem to bring them up to speed with modern uses. Additionally, <a href="https://gultsch.de/xmpp_2016.html">through his critical essays</a> he is a vocal defender of XMPP and open standards in general.</p> +<p>Conversations is notable because, through its continuous focus on user experience, design and security it has garnered a lot of interest for both itself and the XMPP ecosystem as a whole. This makes it an interesting example to talk about what the design field could potentially contribute to critical software practices.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support of <a href="https://varia.zone">Varia</a> and <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:None,2018-05-20:varia.zone/en/the-ecosystem-is-moving.htmleventfederationsoftwarepresentationworksessionCentury 21 Calling - Rising to the High-Risevaria.zone/en/21-High-Rise.html<p>During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the past? Where is the paperless office? What happened to the phone exchange when we cut the cord? What takes place at the office after work? And how do you react to customers when they complain about your product? All of this and more will the answered at the next edition of Century 21 Calling.</p> +<p>In a series of screenings called “Century 21 Calling”, an initiative started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we look at the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>intro: 20:15</li> +<li>screening: 20:30</li> +<li>price: Donation</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:None,2018-05-02:varia.zone/en/21-High-Rise.htmlscreeningindustrial propagandaoffices21st centuryWojtek Szustak - Space Junk Workshopvaria.zone/en/Space-Junk-Workshop.html<p>Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results will be presented during the evening.</p> +<h2 id="want-to-join">Want to join?</h2> +<p>Please sign up through: info@varia.zone. +There's only limited capacity, so don't wait too long! </p> +<ul> +<li>door: 10:00</li> +<li>start: 10:30</li> +<li>end: 18:00</li> +<li>price: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:None,2018-04-23:varia.zone/en/Space-Junk-Workshop.htmlworkshopewastesynthsInfinite Outwardnessvaria.zone/en/Infinite-Outwardness.html<p>Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable space junk to cosmic toilets, this will be an evening to remember!</p> +<p>Door: 20:00 +Start: 20:30 +Price: Donation</p> +<p><a href="http://varia.zone/">http://varia.zone/</a></p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is one of Belgium's hidden gems. On a time travel from the sixties, this man single-handedly, or together with his band the Shovels, transforms the universe of music as we know it into a trip to the boundaries of sonic belief. He will perform songs from 2016's 'Spaced Out In Outer Space' and his brand new album 'Beat The System'.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is an inventive composer from Krakow who works with and around space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop in Charlois where he will make new electronic instruments from old stuff he finds on the streets. The results will be presented during the event.</p> +</li> +<li> +<p>Niek Hilkmann is a topsy-turvy polymath who conducted an amateur avant-garde orchestra, created a one hundred meter long moving panorama, constructed the Universal Notation Ideal (UNI) system and curated events such as "Will VHS Save The Universe?" and "Floppy Totaal”. During ‘Infinite Outwardness’ he will exhibit the debris of his current projects 'Galaxico; Christmas between the stars' and 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is a Rotterdam based artist working predominantly in the field of sound as a jumping off point for new projects. He will present an audible exploration of cosmological phenomena and take us into space via Google’s colonisation of virtual space. Digital and/or virtual mapping of Earth, claiming territory via mapping and viewing Earth from orbit have been the subject of his recent work.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is the moniker of the international research designer team that brought you Toilettronic; a stress free toilet experience in space. It is a gamified toilet navigation system for space habitats. During 'Infinite Outwardness' the team will present a musical sequel to this project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 and DJ Naam are household names in the global space DJ scene. In May they will team up to bring you music from the fourth dimension and beyond that will take your mind to another level of conscienceless.</li> +</ul> +<p>This event is made possible with the kind support of Popunie Rotterdam, WORM Pirate Bay and of course... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:None,2018-04-20:varia.zone/en/Infinite-Outwardness.htmlconcertspacetimemusicOpen Day @ Variavaria.zone/en/varia-open-day.html<p>On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> </p> +<p>We will have the following activities throughout the day:</p> +<h2 id="linux-presentation-day-all-day">Linux Presentation Day (All day)</h2> +<p>Bored Windows or Apple? Unable to update your operating system? Time to try linux, an operating system that comes in all shapes and flavors! Linux runs on the latest macbooks, your Playstation, possibly on your brand new fridge, but also on very old computers. Don't throw your old computer away yet. Bring your old and new laptops and breathe new life into them. Have a try or get help installing Linux on it. The Leeszaal West group that have been organising Linux Presentation Day in the previous years will be around to help you with your installation or with any other questions.</p> +<h2 id="adblockers-for-beginners-all-day">Adblockers for beginners (all day)</h2> +<p>Are you tired of looking at online ads? Are you tired of on-line ads looking at you? Bring your computer or smartphone and we'll show you how to enjoy the tranquility and privacy of an ad-free internet. </p> +<h2 id="introduction-to-soldering-1400-1600-12">Introduction to soldering (14:00 - 16:00), 12+</h2> +<p>Learn how to make a pocket boombox using only a few electronic components, a soldering iron and a steady hand. Bring your favourite tune(s) as mp3 files and a (disposable) memory card (micro)SD!. There is space for a maximum of 6 participants. Participation fee: €5. Please sign up by writing us an email.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Tired of having to crack yet another version of Photoshop? Tired of Microsoft Publisher? What about Microsoft Paint :-(? Come and play around with a series of graphic tools such as Gimp and ImageMagick (image editors), Laidout, or self-built ones: make a zine with <a href="http://www.publishorperish.pro/about">Publish or Perish!</a>, a Desktop Publishing tool that is also a game. We will group together in an intense one-hour tool-test-party to make visual reviews of these tools and print them on one of Varia's printers.</p> +<p>We speak Dutch/English/Italian/French/Norwegian/Spanish and Portuguese!</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Free software refers to a movement around(in?) computer cultures. Thanks to a (open/)free license, a user is given the freedom to run, study, modify and share it. Grounded in communities of people writing and maintaining all different kinds of software. Free software lies at the heart of Varia's activities and way of working.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:None,2018-04-12:varia.zone/en/varia-open-day.htmleventopen daylinux presentation dayworkshopsConcert: CLM and Maria Violenzavaria.zone/en/CLM-and-Violenza.html<p>Varia presents two concerts by three incredible musicians from Italy.</p> +<p>CLM (formerly known as Cascao &amp; Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion and poppy art melodies: evoking talking heads, the residents, and proto 70's &amp; 80's wave stuff. In 2016 they released their first LP 'Spleenism' on vinyl and digital through the San Francisco based Cochon records.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM on Soundcloud</a></p> +<p>Sicilian born and Rome based Maria Violenza plays dark synth punk music under the influence of her homelands’ mixed cultural heritage. Besides her rousing solo-work, she is also a member of French music collective Grand Triple Alliance Internationale De L’Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy and Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza's bandcamp page</a></p> +<p>Date: 17 April 2018 +Entrance: 3 euro +Doors: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:None,2018-03-31:varia.zone/en/CLM-and-Violenza.htmlconcertCentury 21 Callingvaria.zone/en/century-21-calling.html<p>Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?</p> +<p>In a series of screenings called “Century 21 Calling”, an event started by the collective Save_as and hosted at Varia in Rotterdam, we will have a look at archival industrial films and corporate informercials/propaganda that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p>During our first event we will have a general look at films from world fairs and the their dreams for todays tomorrow.</p> +<p><strong>Date</strong>: 14th April 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Doors open</strong>: 19:00<br> +<strong>Presentation</strong>: 19:30<br> +<strong>Screening starts</strong>: 20:00<br></p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:None,2018-03-07:varia.zone/en/century-21-calling.htmlscreeningAlgologsvaria.zone/en/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet. Algologs is part of a series of occurances meant to open up the usually Brussels-based Algolit meetings by inviting external speakers, presenters and participants to join the conversation. During Algologs, we will increase the % of engagement with everyday algorithms.</p> +<p>On Friday evening we explore a multiplication of Algoliterary ways of converting words to numbers x infrapunctural reliefs x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Together we will log algorithmic attitudes, voices and practices.</p> +<p>The presentations on Friday are followed by an Algolit session on Saturday, where we will host a collective dive into the clustering techniques of word-embeddings. We propose to look at a specific implementation of word-embeddings step-by-step, to use it as a source for recipies for small (code or non-code based) experiments.</p> +<p>Calling all extra-amateurs, protoprofessionals and circumstantial algologgers.</p> +<hr> +<p><strong>Algolit</strong> is a Brussels-based group of artists, designers, programmers and activists that meet once a month to write textual code experiments together.</p> +<p><strong>Cristina Cochior</strong> is a Rotterdam-based researcher, designer and enthusiast media aggregator who is currently interested in algorithmic stress relief.</p> +<p><strong>the XPUB practitioners</strong> are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.</p> +<p><strong>Marloes de Valk</strong> is a software artist and writer in the post-despair stage of coping with the threat of global warming and being spied on by the devices surrounding her.</p> +<hr> +<h2 id="program">Program</h2> +<p><strong>Friday 16th of March, 19:00 - 21:30+</strong><br> +Introductions, infrapunctures, bookscanner samples, big data promises</p> +<p>18:45 - 19:00 doors are open</p> +<p>19:00 - 19:20 Algoliterary introductions<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +21:30 onwards Drinks &amp; Discussion</p> +<p><strong>Saturday 17th of March, 10:00 - 18:00</strong><br> +Algolit session: From words to numbers through word-embeddings</p> +<p>This session is special edition and part of a longer timeline of monthly Algolit gatherings organised by Constant in the WTC25 in Brussels. In 2018 Algolit decided to open the sessions, to allow incisive jump-in jump-out participation. More information &amp; material around Algolit can be found on <a href="http://algolit.net">algolit.net</a>.</p> +<p>We will start the day with going step-by-step through the script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a>, and slowly slide into both code-based and non-code based experiments, depending on what the attendants are inclined towards. This work session is a moment to try things out yourself.</p> +<p>Note to attendants: It would be good to bring a laptop. Not per se for the reason of working with code or digital tools (we are big enthusiasts of non-coding experiments!), but we usually take notes collectively or look at references. For that reason a laptop is a nice companion!</p> +<p>If you are interested to attend this session, please email info@varia.zone at any point in advance.</p> +<p><strong>Location</strong><br> +Varia - Gouwstraat 3, Rotterdam<br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong>Links to previous exercises around these topics</strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, a multi-day event in November 2017 around machine learning &amp; word-embeddings with guided tours, presented tools, two lectures and two workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, step-by-step</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, graphs generated by word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, a first-step into a case study of applied word-embeddings</li> +</ul> +<hr> +<p>The research project of Cristina Cochior is kindly supported by <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:None,2018-02-28:varia.zone/en/algologs.htmleventworksessionalgorithmsloggingIt Is As If We Were Doing Workvaria.zone/en/itisasif.html<p>A few months have passed since the 11th issue of the <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> by Pippin Barr and <a href="http://thefounder.biz/">"The Founder"</a> by Francis Tseng.</p> +<p>Food, drinks and entrance are available on donation.</p> +<p>Program:<br/> +18:45 Open Doors and Welcome +19:00 Introduction of the <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL) +20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng</p> +<p><a href="http://varia.zone/">http://varia.zone/</a> +<!-- link to event on fb >:( --></p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is an okay programmer from Monday to Thursday and a lethargic writer from Friday to Sunday.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is an independent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is a designer without qualities, an artist without a gallery and a writer without spell checker.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:None,2018-02-18:varia.zone/en/itisasif.htmleventSolutions and problems in Extratonalityvaria.zone/en/extratonaliteit.html<p>Solutions and problems in Extratonality 4<br> +“Extratonality - Opening Doors Is Not Enough”</p> +<p>The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be solutions, and industrialised rubbish predominates our everyday life, there is an urgent need for another extratonal conference that digs deeper in the current state of affairs of the "extra" tendencies. "Solutions and problems in extratonality" (SAPIE) is the international conference on solutions and problems in the field of extratonality for smaller and larger institutes, as well as independent composers and scholars. They will explore advanced obstacles in their daily routines with the support of custom-made instruments, obsolete writing techniques, special notation systems and alternative applications of existing technologies.</p> +<p>On Friday, February 16, 2018, the fourth edition will take place in Rotterdam at "varia - the center of everyday technology". SAPIE4 is about applying extratonal solutions to everyday problems and everyday solutions to extratonal problems. SAPIE4 is a must attend for those who want to know more about working strategies and cases around extratonality. After SAPIE1 in Vienna on 28th April 2017, SAPIE2 in Zagreb on 30th September 2017 and SAPIE3 in Rotterdam on the 6th February 2018 the next edition will catch up on the latest debates in the field and trigger new input for the future ongoings around extratonality. More than 250 years after its discovery and justification the field is now recognized worldwide as a significant inquiry in its discipline, therefore this edition consists of several different tracks and presentations.</p> +<p>The approximately 300 SAPIE visitors rated the conference with a 9.8 and more than 98% of the visitors recommends the conference to others or would like to come back in the next edition.</p> +<p>This event is made possible by the kind support of the Institute of Extratonal Composition, WORM pirate bay, varia and nothing more.</p> +<p>Food, drinks and entrance are available on donation!</p> +<p>Program:<br> +19:30 Registration, meet and greet &amp; welcome drinks <br> +20:00 Official Opening: Welcome by Danny van der Kleij (NL, Chairman varia - center of everyday technology / ArtEZ hogeschool voor de kunsten) <br> +20:05 Introduction by the Conference Chairs; Niek Hilkmann (NL, varia - center of everyday technology / Institute of Extratonal Composition) and Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition) </p> +<p>20:15 - 20:45<br> +Applications: Imagination and Extratonlity<br> +Chair: Christina Cochior (RO/NL, Wikipedia Bot Memorial Foundation) <br> +"The imagination of storing" - Thomas Walskaar (NO, Save as.media) - Presentation of an imaginary medium <br> +"how to build a drum" - Teun de Graaf (NL, fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonality and Labour: <br> +Chair: Lidia Pereira (PT/NL, PLU - pervasive labour union)<br> +"full range orchestra tonal system" - a. tangram poets (INT, no institution) <br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - center for everyday technology)</p> +<p>21:15 - 21:45<br> +the extra in the everyday surroundings:<br> +Chair: TBA <br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition"- Dennis de Bel (NL, varia - center of everyday technology / Willem de Kooning Academy / Design Academy Eindhoven) <br> +"Remote Fulfillment" - Moritz (NL, Random Creations) </p> +<p>21:45 - 22:15<br> +extra and beyond:<br> +Chair: TBA<br> +"walking through objects - an intratonal approach" - Michael J. Muik (AT, nothing more - Association for the Promotion of Art, Irritation and Commons) <br> +"Quasitonality - Towards a circulatory practice of disagreement" - oyo (BG/NL, LOFO, Willem de Kooning Academy) &amp; mths (AT/NL, LOFO)</p> +<p>22:15 - 24:00<br> +Extra Presentations:<br> +DJ Pattex (varia - center for everyday technology)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:None,2018-02-16:varia.zone/en/extratonaliteit.htmleventNew Year's receptionvaria.zone/en/nieuwjaarsborrel.html<p>Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance. </p> +<p>date: Friday, 19th of January +start: 18:00h<br> +performance: 21:00h</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:None,2018-01-19:varia.zone/en/nieuwjaarsborrel.htmlevent34c3 screening sessionvaria.zone/en/ccc-screening.html<p>For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia: </p> +<ul> +<li>Wednesday 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Bring your own beer and add your whishes to the list of talks<sup id=sf-ccc-screening-1-back class=simple-footnote>1</sup><span class=simple-footnote-container><span class=simple-footnote-content>[1] <a href="https://pad.vvvvvvaria.org/34c3">https://pad.vvvvvvaria.org/34c3</a></span></span>, we only have one projector and make the livestream programme on the spot!</p> +<p>Download the CCC progam<sup id=sf-ccc-screening-2-back class=simple-footnote>2</sup><span class=simple-footnote-container><span class=simple-footnote-content>[2] <a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a></span></span></p><ol class=simple-footnotes></ol>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/en/ccc-screening.htmleventScreening: The Secret Life Of Machines, season 3varia.zone/en/the-secret-life-screening-3.2.html<p>New attempt! Now without snowstorm.</p> +<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p>20 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p>Price: Donation</p>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/en/the-secret-life-screening-3.2.htmlscreeningSoup & Talk - Inox Kapellvaria.zone/en/inox-kapell.html<p>Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.</p> +<p>Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today he takes people on insect excursions, for example in castle Freudenberg. He makes films, music and art from and about them, including his work with the Dadaist band 'Ordnungsamt et la politesse’. Besides that he is the founder of the 'Insektium', an insect-related museum / gallery / happeningraum in Berlin. According to him, insects are often wrongly condemned, but he can mediate between humans and insects as a sort of ambassador.</p> +<p>A few of his words:</p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:None,2017-11-26:varia.zone/en/inox-kapell.htmleventScreening: The Secret Life Of Machines, season 3 (cancelled)varia.zone/en/the-secret-life-screening-3.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p>10 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p>Price: Donation</p>VariaThu, 23 Nov 2017 00:00:00 +0100tag:None,2017-11-23:varia.zone/en/the-secret-life-screening-3.htmlscreeninghomebrewserver.club, kalenders sessie 2varia.zone/en/hbsc-cal-2-en.html<p>A second gathering around self-hosted calendars.</p> +<p>Location: Varia</p>VariaWed, 22 Nov 2017 00:00:00 +0100tag:None,2017-11-22:varia.zone/en/hbsc-cal-2-en.htmlgatheringScreening: The Secret Life Of Machines, season 2varia.zone/en/the-secret-life-2.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:None,2017-11-12:varia.zone/en/the-secret-life-2.htmlscreeninghomebrewserver.club, calendars session 1varia.zone/en/hbsc-cal-1-en.html<p>A first gathering around self-hosted calendars. </p>VariaThu, 09 Nov 2017 00:00:00 +0100tag:None,2017-11-09:varia.zone/en/hbsc-cal-1-en.htmlgatheringScreening: The Secret Life Of Machines, season 1varia.zone/en/the-secret-life-season-1.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p><strong>5 November</strong>: season 1 - household appliances </p> +<p>(vacuum cleaner, sewing machine, central heating, washing machine, refrigiator and television)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 29 Oct 2017 00:00:00 +0200tag:None,2017-10-29:varia.zone/en/the-secret-life-season-1.htmlscreeningOpening Spacevaria.zone/en/opening.html<p>After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:None,2017-10-26:varia.zone/en/opening.htmleventhomebrewserver.clubvaria.zone/en/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:None,2017-09-14:varia.zone/en/homebrewserver.club.htmlwork groupself-hostingRelearn Rotterdamvaria.zone/en/relearn.html<p>Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.</p> +<p>During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we call "tracks". Relearn outlines the idea of resetting thinking modes, for a diverse set of approaches that we can reconsider, that come out of the development of our cultures towards and through digital entities.</p> +<p>While Relearn is an experiment in collective learning, it grows from an interest in Free / Libre Open Source Software culture and practices as a way to address and acknowledge the production processes and frameworks involving technology and cultur</p> +<p>29th of August - 2nd of September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:None,2017-08-29:varia.zone/en/relearn.htmlprojectsRotterdams Electronica Depotvaria.zone/en/red-en.html<pre> + ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐ + ╠╦╝│ │ │ │ ├┤ ├┬┘ ││├─┤│││ + ╩╚═└─┘ ┴ ┴ └─┘┴└──┴┘┴ ┴┴ ┴ +┌─────────────────┬───────────────┐ +│misc parts │misc parts │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +├─────────────────┼───────────────┼────────────────────┐ +│IC's │trim pots, │octo couplers │ +│ │ │EEPROMS │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistors, │resistors │big resistors, │ +│empty boxes, │big │empty boxes, │ +│ │ │FTDI, │ +│ │ │arduino │ +│ │ │oscilloscope parts │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistors, │resistors │capacitors, │ +│diodes │small │transducers │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +└─────────────────┴───────────────┴────────────────────┘ + ╔═╗┬ ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐ ╔╦╗┌─┐┌─┐┌─┐┌┬┐ + ║╣ │ ├┤ │ │ ├┬┘│ ││││││ ├─┤ ║║├┤ ├─┘│ │ │ + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴ ═╩╝└─┘┴ └─┘ ┴ +</pre> + +<h1 id="rotterdam-electronics-depot">Rotterdam Electronics Depot</h1> +<p>Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this <em>Varia</em> started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost. </p> +<h1 id="become-a-member">Become a member:</h1> +<p>get in touch with us via the varia list</p> +<h1 id="opening-and-picking-up">Opening and picking up</h1> +<p>Opening times are dependent on the members. Pick up location is: Gouwstraat 3, 3082 BA, in Rotterdam</p>VariaSun, 09 Apr 2017 00:00:00 +0200tag:None,2017-04-09:varia.zone/en/red-en.htmlwork groupelectronics \ No newline at end of file diff --git a/old/output/en/feeds/all.rss.xml b/old/output/en/feeds/all.rss.xml new file mode 100644 index 0000000..f91e849 --- /dev/null +++ b/old/output/en/feeds/all.rss.xml @@ -0,0 +1,2251 @@ + +Variavaria.zone/en/Centre for Everyday TechnologySat, 21 Mar 2020 00:00:00 +0100Sensible World Of Soccer - Varia Cup 2020varia.zone/en/sensible-soccer.html<p>Become a goal scoring superstar hero at the <strong>Sensible World of Soccer Varia Cup 2020</strong>! After two competitive events at WORM it's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play (literally; in contrast with modern football simulators you only need a joystick with one button!). Although the last official release of the game was in 96 (not counting the terrible 3d attempts that became the downfall of Sensible Software), Sensible Soccer never went away thanks to its highly addictive gameplay and vast database of teams from around the world, creating possibilities to become champion infinite. SWOS has become part of the gaming canon as stated by Stanford University, amongst games as Tetris and Super Mario Bros 3. The Royal Mail celebrated its part in British video game history by releasing a Sensible Stamp last month.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +A strong community (check out <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) made sure the ball kept on rolling, with ways to play against each other online, rankings, as well as hosting the annual Sensible Days: the World Cup where players decide who's best. The highlight of this year though is the launch of <strong>Sensible World of Soccer 2020</strong>! Not only does it provide an up-to-date database with around 1,500 teams from all over the world (from The Netherlands to El Salvador; a huge community effort), it is also the first time that the game can be played on modern operating systems without using DOS- or Amiga-emulators. This time you can run the game straight from your Windows-desktop (of course, the database has also been released for the original Amiga version). You can even switch live between DOS and Amiga-gameplay, and choose for a beautiful wide screen mode on UltraHD resolutions. The game is available for free through below link (you do need to own the original version of the game though, but online search machines will help, or check out <a href="http://www.gog.com">www.gog.com </a>for a legal way to buy the game).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +We will play the cup in SWOS2020, which means you can play with your favourite team of the moment! Both experienced and unexperienced players are welcome. After a first qualifying round, the top half of the field will go and compete in the Pro Cup, the bottom half in the Amateur Cup; both cup winners will win a prize.</p> +<p><strong>Timetable</strong> (depending on amount of players participating)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Qualifying rounds (amateurs + pros mixed: best continu to the Pro Cup, worst to the Amateur Cup)<br> +<strong>14:30 </strong>- onwards Pro Cup and Amateur Cup (on separate systems)<br> +<strong>+/- 17:30</strong> Dinner time<br> +<strong>19:00</strong> Awards ceremony<br> +<strong>20:00/21:00</strong> Closing down<br></p> +<p><strong>entry:</strong> donation</p> +<p>The amount of players is limited. You can enroll between 12:00 and 13:00 but if you want to be sure of a spot, write to: sebatosh@gmail.com. Be sure to write down the club you want to play with. Not participating in the tournament? Feel free to come along and play on one of the practice systems. You can also stop by to support your local heroes while enjoying the live Brazilian commentary we will have during selected games or the Amiga-tunes that <strong>DJ Newk</strong> will be playing!</p> +<p><strong>Useful Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:None,2020-03-21:varia.zone/en/sensible-soccer.htmleventsensiblesoccereventgamingSensible World Of Soccer - Varia Cup 2020varia.zone/sensible-soccer.html<p>Wordt een 'goal scoring superstar hero' tijdens de <strong>Sensible World of Soccer Varia Cup 2020</strong>! Na twee competitieve toernooien bij WORM brengen we dit klassieke voetbalspel nu naar Rotterdam-Zuid. Bij Varia organiseren we zowel een amateurcup als een pro-cup - iedereen kan meedoen (letterlijk: in tegenstelling tot moderne voetbalsimulators kan je het spel spelen met een joystick en slechts één knop)! Alhoewel de laatste officiële versie alweer dateert uit 1996 (de matige 3d pogingen laten we maar buiten beschouwing), is Sensible Soccer nooit weggeweest. Dankzij een uiterst verslavende gameplay en een uitgebreide database van wereldwijde teams zijn de mogelijkheden om kampioen te worden oneindig. SWOS maakt volgens de Stanford universiteit deel uit van het spelkanon, samen met bijvoorbeeld Tetris en Super Mario Bros 3. De Royal Mail heeft zijn aandeel in de Britse spelgeschiedenis beloond met een Sensible postzegel afgelopen maand.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +Het komt mede door een sterke community (zie ook <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) dat de bal bleef rollen. Denk aan mogelijkheden om online tegen elkaar te spelen, ranglijsten, en de jaarlijkse Sensible Days: het WK waar uitgemaakt wordt wie de beste speler is. Het hoogtepunt van dit jaar is de release van Sensible World of Soccer 2020! Deze nieuwe versie biedt niet alleen een geupdate database met +/- 1.500 teams (van Nederland tot El Salvador!), het is ook de eerste keer dat het spel op huidige besturingssystemen gespeeld kan worden zonder gebruik te maken van DOS- of Amiga-emulatoren. Deze editie kan rechstreeks vanaf je Windows-desktop opgestart worden (natuurlijk is er ook een database voor de originele Amiga-versie beschikbaar voor de die-hards). Het is zelfs mogelijk te switchen tussen DOS en Amiga-gameplay en om te kiezen voor een fraaie breedbeeld-modus in UltraHD-resolutie. Het spel is als freeware te downloaden via onderstaande link (wel is het nodig het originele spel in bezit te hebben; online zoekmachines bieden uitkomt, of ga naar <a href="http://www.gog.com">www.gog.com </a>waar het spel verkocht wordt).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +Het toernooi wordt gespeeld in SWOS2020, wat betekent dat je met de favoriete club van dit moment kan spelen. Zowel ervaren als onervaren spelers zijn welkom. Na een selectieronde gaan de beste spelers strijden om de pro-cup, terwijl de andere helft strijdt om de amateurcup. Voor beide toernooien zijn er prijzen!</p> +<p><strong>Tijdschema</strong> (afhankelijk van het aantal deelnemers)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Selectieronde (amateurs + pros gemengd)<br> +<strong>vanaf 14:30</strong> Pro Cup and Amateur Cup (op aparte systemen)<br> +<strong>+/- 17:30</strong> Avondeten<br> +<strong>19:00</strong> Prijsuitreiking<br> +<strong>20:00/21:00</strong> Slot<br></p> +<p><strong>entree:</strong> donatie</p> +<p>Het aantal deelnemers is beperkt. Tussen 12:00 en 13:00 kan je je inschrijven, maar als je zeker wilt zijn van een plekje is het verstandig een e-mail te sturen naar: sebatosh@gmail.com. Vergeet niet de club op te schrijven waarmee je wilt gaan spelen. Doe je niet mee aan het toernooi? Er zullen computers aanwezig zijn om zelf een wedstrijd te spelen. Of kom de deelnemers aanmoedigen. De belangrijke wedstrijden krijgen live wedstrijdverslag van onze Braziliaanse commentator en daarnaast is er Amiga-muziek van <strong>DJ Newk</strong>!</p> +<p><strong>Nuttige Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:None,2020-03-21:varia.zone/sensible-soccer.htmleventsensiblesoccereventgamingRadio on the radiovaria.zone/en/radio-on-radio.html<p>Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.</p> +<p><strong> door:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entry:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>A radio relaxation mixtape performance. A mix of meditative samples and nature with noise and social/political anxieties into an uncanny hypno-magnetic-tape audiopiece. It is performed live with multiple cassette tape players and spacial cassette tape loops spread across the space and modulated by a modular synthesizer. </p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Angeliki D. uses her voice, as well as an online sound archive she built to play, layer and gradually distort into chaos. The female voice becoming the male voice, becoming the monster, the otherworldly voice. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Did you ever wonder what it would be like to have your very own ASMR boyfriend, one that talks really soft and only about radio? During this performance by Pradapony69 will send chills down your spine while explaining the difference between long waves and microwaves.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad investigates the possibilities of re-appropriating analogue radio technologies into the realm of live electronic music, creating malleable sonic artefacts from a topography of broadcasted local radio stations. </p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radio waves are not constrained by geo-political nor ideological borders. Thus we tried. A close listening of cold war radio interference featuring original vinyl recordings, still being broadcast around the globe today.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:None,2020-03-14:varia.zone/en/radio-on-radio.htmlconcertradioonconcertRadio on the radiovaria.zone/radio-on-radio.html<p>Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.</p> +<p><strong> deur:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entree:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>Een radio-relaxation mixtape-performance. Een mix van meditatieve monsters en de natuur, met lawaai en socio-politieke angsten in een griezelig hypno-magnetisch magnetic-tape stuk. Dit alles wordt live uitgevoerd met meerdere cassettespelers en tapeloops, verspreid door de ruimte en gemoduleerd door een modulaire synthesizer.</p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Tijdens haar optreden 'Radio-active female monstrosity' gebruikt ze haar stem, evenals een online geluidsarchief dat ze heeft gebouwd om mee te spelen, te stapelen en te vervormen tot chaos. De vrouwelijke stem wordt de mannelijke stem, wordt het monster, de buitenaardse stem. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Heb je je ooit afgevraagd hoe het zou zijn om je eigen ASMR-vriendje te hebben, eentje die heel zacht praat en alleen maar over radio? Tijdens deze uitvoering van Pradapony69 zullen de rillingen over je ruggegraat lopen, terwijl hij je het verschil tussen lange golven en magnetrons uitlegt.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad onderzoekt nieuwe toepassingen van analoge radiotechnologieën binnen elektronische live-muziek. Zo ontstaan kneedbare sonische artefacten uit een topografie van lokale radiostations.</p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radiogolven worden niet beperkt door geopolitieke of ideologische grenzen. Samen met de Bel luisteren we, met behulp van originele vinylopnamen, naar radiostoringen uit de koude oorlog die nog steeds over de hele wereld worden uitgezonden.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:None,2020-03-14:varia.zone/radio-on-radio.htmlconcertradioonconcertFeminist Hack Meetings: Serversvaria.zone/en/feminist-hack-meetings-feb-servers.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>Let's talk about <strong>feminist servers</strong>! In this meeting, we invite you to discuss questions like:<br> +What does it mean for a server to be feminist, and how could it look like? What and who does it serve? What does it take to create and maintain it?<br> +We would like to map and draw collectively our ideas and consider the possibility of setting up a feminist server at Varia, as a base for our practice.<br> +We will bring material (like RPis and computers) to start experimenting and trying things out. <br> +Join us!<br></p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.<br> +January meeting: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 29 Feb 2020</em></p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:None,2020-02-29:varia.zone/en/feminist-hack-meetings-feb-servers.htmleventFeministische Hack Bijeenkomsten: Serversvaria.zone/feminist-hack-meetings-feb-servers.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>Laten we het over <strong>feministische servers</strong> hebben! In deze vergadering nodigen we u uit om te discussiëren over vragen als:<br> +Wat betekent het voor een server om feministisch te zijn, en hoe zou het eruit kunnen zien? Wat en wie dient het? Wat is er nodig om het te creëren en te onderhouden?<br> +We willen graag onze ideeën in kaart brengen en de mogelijkheid overwegen om een feministische server op te zetten bij Varia.<br> +Wij brengen materiaal zoals RPis en computers mee. Dan kunnen we samen experimenteren en dingen uitproberen. <br> +Doe met ons mee!<br></p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops. Ze zijn gericht op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken op het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. +Januari bijeenkomst: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 29 februari 2020</p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:None,2020-02-29:varia.zone/feminist-hack-meetings-feb-servers.htmleventRead & Repair feat. readings & listings: open licenses editionvaria.zone/en/rr-open-licences.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Varia's doors are open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 23rd of February, Varia has a special guest: Manetta Berends will host the first edition of a <strong><em>readings &amp; listings</em> session around open licenses</strong>. </p> +<p><strong>What to bring?</strong></p> +<p>A computer could be useful for working on the <em>readings &amp; listings</em> together.</p> +<p><strong>What will we do?</strong></p> +<p>We will take an hour or two to talk about open licenses, read snippets of these techno-legal documents, discuss examples and tendencies of this field, and together work on a small reading list around this topic.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 23 Feb 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenses edition</p> +<p>13:00 - 17:00 (ongoing time to read and repair)</p> +<p>Tea and coffee will be bountiful. This event is open to all and the entrance is free.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:None,2020-02-23:varia.zone/en/rr-open-licences.htmleventRead & Repair feat. readings & listings: open licenses editionvaria.zone/rr-open-licences.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong> +Varia's deuren zijn elke laatste zondag van de maand open. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 23 februari heeft Varia een speciale gast: Manetta Berends zal de eerste editie van een <strong><em>readings &amp; listings</em> sessie rond open licenties</strong> organiseren. </p> +<p><strong>Wat moet ik meenemen?</strong></p> +<p>Een computer kan nuttig zijn om samen aan de <em>readings &amp; listings</em> te werken.</p> +<p><strong>Wat gaan we doen?</strong></p> +<p>We nemen een uur of twee de tijd om over open licenties te praten, stukjes van deze techno-juridische documenten te lezen, voorbeelden en tendensen op dit gebied te bespreken, en samen te werken aan een kleine leeslijst rond dit onderwerp.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 23 februari 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenties editie</p> +<p>13:00 - 17:00 (doorlopende tijd om te lezen en te repareren)</p> +<p>Thee en koffie zullen genoeg aanwezig zijn. Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:None,2020-02-23:varia.zone/rr-open-licences.htmleventCtrl-Alt-Savevaria.zone/en/ctrl-alt-save-first.html<p>Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects everyone and many so-called solutions exist but +are they really solutions?</p> +<p>At the first Ctrl-Alt-Save meetup at Varia, many of these +questions might become more clear for you.</p> +<p>The focus of the first meetup will be on your data and +how you can manage it better and more securely based on +your interests and current issues. No solution +guaranteed, but a possible better understanding of the +topic.</p> +<p>Ctrl-Alt-S will be a series of events and meet-ups at +Varia in 2020 and will be shaped by the feedback and +comments of the attendees. The meet-ups will be in +English.</p> +<p><strong>Date:</strong> February 21, 2020<br> +<strong>Time:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:None,2020-02-21:varia.zone/en/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageCtrl-Alt-Savevaria.zone/ctrl-alt-save-first.html<p>Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en +er bestaan veel zogenaamde oplossingen, maar zijn het +echt oplossingen?</p> +<p>Bij de eerste Ctrl-Alt-Save-bijeenkomst op Varia kunnen +veel van deze vragen voor u duidelijker worden.</p> +<p>De focus van de eerste bijeenkomst ligt op uw gegevens en +hoe u deze beter en veiliger kunt beheren op basis van uw +interesses en actuele problemen. Geen oplossing +gegarandeerd, maar een mogelijk beter begrip van het +onderwerp.</p> +<p>Ctrl-Alt-S zal een reeks evenementen en ontmoetingen zijn +bij Varia in 2020 en zal worden gevormd door de feedback +en opmerkingen van de aanwezigen. De meet-ups zullen in +het Engels zijn.</p> +<p><strong>Datum:</strong> February 21, 2020<br> +<strong>Tijd:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:None,2020-02-21:varia.zone/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageHeath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypsevaria.zone/en/heath-bunting-apocalypse.html<p><strong>Heath Bunting</strong> is an artist based in the UK who, for more than thirty years, has questioned and undermined systems of control and communication. He began as a street artist putting up fly posters in public spaces, belonged to the first generation of net.artists in the 1990s where he found (and ran the server of) <a href="http://www.irational.org/">irational.org</a>, but turned away from the Internet in 1998, seeing its corporate takeover as early as in that year. </p> +<p>He set up several radio stations, collaborated with Kate Rich on alternative distribution systems for goods and workshops for trespassing private property. For his "Identity Bureau', he investigated ways for people to legally obtain a new names and identities using loopholes in the bureaucracies of Western countries (and gave an Identity Bureau workshop in 2014 at Wlfrt Projectspace Rotterdam). In his daily life and travels, he strictly avoids use of electronic systems that make him traceable, including bank cards and mobile phones. </p> +<p>The above is only a small fraction of his activities in working against control systems. <strong>Florian Cramer </strong>will have a two-hour conversation with Heath Bunting on his past and present projects, with the aim to share Heath's knowledge and experience with the audience. This will be followed, at 16.00, by heath's critical feedback on the current activities of <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong>the Voluntary Fire Brigade of the Apocalypse</strong></a> in Rotterdam.</p> +<p>Program:</p> +<p><strong> 14.00-16.00:</strong> Thirty years of researching and working against control systems - conversation &amp; project review with Heath Bunting<br> +<strong> 16.00-17.00:</strong> Feedback on the Voluntary Fire Brigade of the Apocalypse<br> +<strong> 17.00-19.00:</strong> break with coffee, tea, soup<br> +<strong> 19.00:</strong> DJ set by Jacco Weener<br></p> +<p><strong> date:</strong> February 17, 2020 +<strong> entry:</strong> free or donation</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:None,2020-02-17:varia.zone/en/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopHeath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypsevaria.zone/heath-bunting-apocalypse.html<p><strong> Heath Bunting </strong> is een in Engeland gevestigde kunstenaar die al meer dan dertig jaar controle- en communicatiesystemen in twijfel trekt en ondermijnt. Hij begon als street artist door posters op te hangen in de openbare ruimte, behoorde tot de eerste generatie van net.artists in de jaren negentig, waar hij <a href="http: //www.irational.org">irational.org</a> oprichtte (en de server runde), maar keerde zich in 1998 van het internet af toen hij diens bedrijfsovername daarvan voorzag.</p> +<p>Hij richtte verschillende radiostations op en werkte samen met Kate Rich aan workshops voor het betreden van privébezit en aan alternatieve distributiesystemen voor goederen. Voor zijn 'Identity Bureau' project onderzocht hij manieren voor individuën om legaal een nieuwe naam en identiteit te verkrijgen via de bureaucratische mazen van westerse landen (in 2014 gaf hij een Identity Bureau workshop in Wlfrt Projectspace Rotterdam). In zijn dagelijkse leven, vermijdt Bunting strikt het gebruik van elektronische systemen die hem traceerbaar maken, waaronder bankkaarten en mobiele telefoons.</p> +<p>Het bovenstaande is slechts een klein deel van zijn activiteiten en strijd tegen controlesystemen. <strong> Florian Cramer </strong> zal een gesprek van twee uur met Heath Bunting voeren over zijn vroegere en huidige projecten, met als doel de kennis en ervaring van Heath met het publiek te delen. Hierop volgt om 16.00 uur kritische feedback van Heath op de huidige activiteiten van <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong> the Voluntary Fire Brigade of the Apocalypse </strong></a> in Rotterdam.</p> +<p>Programma:</p> +<p><strong> 14.00-16.00: </strong> Dertig jaar onderzoek naar en activisme tegen controlesystemen - gesprek- en projectevaluatie met Heath Bunting <br> +<strong> 16.00-17.00: </strong> Feedback op the Voluntary Fire Brigade of the Apocalypse <br> +<strong> 17.00-19.00: </strong> pauze met koffie, thee en soep <br> +<strong> 19.00: </strong> DJ set van Jacco Weener <br></p> +<p><strong> datum: </strong> 17 Februari, 2020 +<strong> toegang: </strong> gratis of donatie</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:None,2020-02-17:varia.zone/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopAlles Flex? Call me Intern, City Dragonvaria.zone/en/alles-flex-call-me-intern-city-dragon.html<p>Varia would like to invite you to an evening of documentary watching, thoughtful debate and a musical performance!</p> +<p>On the February we will be screening the documentaries "Alles Flex?" and "Call me Intern", both of which reflect on the devastating consequences caused by the ongoing flexibilization of both housing and work. To further clarify and present these topics, Abel Heijkamp, one of the filmmakers responsible for "Alles Flex?" and member of Bondprecaire Woonvormen, has kindly agreed to be present for a Q&amp;A and conversation.</p> +<p>The second part of the program will be secured by Sam Kreuk, who will be presenting his solo project, City Dragon.</p> +<p><strong>Location:</strong> Varia, Gouwstraat 3 (Rotterdam)<br> +<strong>Date:</strong> Saturday 8th of February<br> +<strong>Time:</strong> 17:30 - 21:30<br> +<strong>Entry:</strong> Donation</p> +<p><strong>City Dragon</strong><br> +City Dragon is the solo project of <em>Max Kaario aka. Sam Kreuk</em>. Using saxophone, recorders, toys and percussion he creates improvised collages and loops. Expect diva vocalization, power ballads, street trance, a collapsing assemblage of garbage rhythms, Celine Dion mesmer mantra's and much more!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In the documentary ‘Alles Flex?’ (All Flex?) filmmakers <em>Abel Heijkamp</em> (NL) and <em>Julij Borštnik</em> (SI) explore the possible consequences of the current flexibilisation of our life-world. It draws upon the personal accounts of flex workers and flex tenants of different ages and walks of life. What kind of society are we fostering when existential security is no longer a right, but a privilege for those who can afford it?</p> +<p>‘Alles Flex?’ is the first episode of a 4 part web documentary series The Future of Work. +Filmed in the Netherlands, Slovenija, Germany and Europe.</p> +<p><strong>Call me Intern</strong><br> +Young, unemployed and frustrated, Filmmakers <em>David Leo Hyde</em> and <em>Nathalie Berger</em> set out to land an internship so they can examine the system from the inside in an act of millenial gonzo-film making.</p> +<p>After David accepts an internship at the United Nations, they move into a small blue tent on the Geneva lakefront and begin documenting his unpaid intern experience. Their action sparks a global press storm, challenging their roles as filmmakers.</p> +<p>Meanwhile, Marisa works for a US presidential election campaign, while fending off harassment from her supervisors. Kyle interns for a fortune-500 company, while living in a New York homeless shelter.</p> +<p>Each of these interns faces a choice: accept the system the way it is or put their careers on the line to speak out against it. Their actions help give visibility and strength to a growing global intern movement. Their journeys reveal the pressures which lead so many millennials to work for free while pop-culture extracts and testimonies from academics, politicians and employers give us a sense of how wide the internship phenomenon has spread.</p> +<p><strong>Schedule:</strong><br> +17:30: Doors open<br> +18:00: Alles Flex + Q&amp;A with filmmaker Abel Heijkamp<br> +19:45: Break<br> +20:00: Call Me Intern<br> +21:15: Break<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:None,2020-02-08:varia.zone/en/alles-flex-call-me-intern-city-dragon.htmlmisceventAlles Flex? Call me Intern, City Dragonvaria.zone/alles-flex-call-me-intern-city-dragon.html<p>Varia nodigt je uit voor een avond vol documentaires, muziek en goede gesprekken!</p> +<p>Op 8 februari vertonen we de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Om dit onderwerp te verduidelijken heeft Abel Heijkamp, een van de filmmakers van "Alles Flex?" en lid van de Bond Precaire Woonvormen, ermee ingestemd aanwezig te zijn voor een gesprek voor- en achteraf.</p> +<p>Het tweede deel van het programma wordt verzorgd door Sam Kreuk, die zijn solo-project City Dragon zal presenteren.</p> +<p><strong>Locatie:</strong> Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum:</strong> Zaterdag, 8 Februari<br> +<strong>Tijd:</strong> 17:30 - 21:30 <br> +<strong>Entree:</strong> Donatie</p> +<p><strong>City Dragon</strong><br> +City Dragon is het soloproject van <em>Max Kaario aka. Sam Kreuk</em>. Met behulp van saxofoon, blokfluit, speelgoed en percussie maakt hij geïmproviseerde collages en loops. Verwacht de stem van een diva, power ballads, street trance, een verzameling aan afvalritmes, Celine Dion mesmer mantra's en nog veel meer!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In de documentaire ‘Alles Flex?’ (All Flex?) verkennen filmmakers <em>Abel Heijkamp</em> (NL) en <em>Julij Borštnik</em> (SI) de mogelijke gevolgen van de huidige flexibilisering van onze leefwereld. De film is gebaseerd op de persoonlijke verhalen van flexwerkers en flexhuurders met verschillende leeftijden en levenswijzen. Wat voor soort samenleving creëren we wanneer existentiële veiligheid niet langer een recht is, maar een voorrecht voor hen die het zich kunnen veroorloven?</p> +<p>‘Alles Flex?’ Is de eerste aflevering van een 4-delige webdocumentaire serie 'The Future of Work' en gefilmd in Nederland, Slovenija, Duitsland en Europa.</p> +<p><strong>Call me Intern</strong><br> +Jong, werkloos en gefrustreerd; filmmakers <em>David Leo Hyde</em> en <em>Nathalie Berger</em> gingen in het kader van een millennial gonzo-filmproductie op stage om het systeem van binnenuit te bekijken.</p> +<p>Nadat David een stage bij de Verenigde Naties heeft aanvaard, verhuizen Nathalie en hij naar een kleine blauwe tent aan het meer van Genève om zijn onbetaalde stage-ervaring te documenteren. Deze actie veroorzaakt een wereldwijde persstorm en daagt hun rol als filmmaker uit.</p> +<p>Ondertussen werkt Marisa voor een Amerikaanse presidentsverkiezingencampagne, terwijl ze de intimidatie van haar toezichthouders afweert. Kyle neemt een stage voor een fortuin-500 bedrijf, terwijl hij in een daklozenopvang in New York woont.</p> +<p>Elk van deze stagiaires staat voor een keuze: het systeem accepteren zoals deze is of hun carrière op het spel zetten door ertegen in te gaan. Hun acties helpen zichtbaarheid en kracht te geven aan een groeiende internationale stage-beweging. Hun verhalen onthullen de druk die zoveel millennials ertoe brengt om gratis te werken, terwijl uittreksels uit popcultuur en getuigenissen van academici, politici en werkgevers ons een idee geven van hoe breed het stage-fenomeen zich al heeft verspreid.</p> +<p><strong>Schema:</strong><br> +17:30: Deuren open<br> +18:00: Alles Flex? + Q&amp;A met filmmaker Abel Heijkamp<br> +19:45: Breuk<br> +20:00: Call Me Intern<br> +21:15: Breuk<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:None,2020-02-08:varia.zone/alles-flex-call-me-intern-city-dragon.htmlmisceventRead & Repair feat. The Bootleg Libraryvaria.zone/en/rr-bootleg.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Starting in January 2020, Varia will have their doors open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 26th of January, Varia has a special guest: Simon Browne will be introducing the “bootleg library”, which is a shared digital and physical library of bootlegged texts. </p> +<div class="highlight"><pre><span></span><code> <span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + + <span class="n">what</span> <span class="k">to</span> <span class="n">bring</span><span class="o">?</span> + <span class="n">a</span> <span class="n">computer</span> <span class="k">and</span> <span class="k">some</span> <span class="k">of</span> <span class="n">your</span> <span class="n">favourite</span> <span class="n">ebooks</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">whatever</span><span class="p">)</span> + + <span class="n">what</span> <span class="n">will</span> <span class="n">we</span> <span class="k">do</span><span class="o">?</span> + <span class="n">we</span><span class="err">’</span><span class="n">ll</span> <span class="n">have</span> <span class="n">an</span> <span class="n">introduction</span> <span class="k">to</span> <span class="n">the</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> + <span class="n">which</span> <span class="k">is</span> <span class="n">a</span> <span class="n">shared</span> <span class="n">digital</span> <span class="k">and</span> <span class="n">physical</span> <span class="n">library</span> <span class="k">of</span> + <span class="n">bootlegged</span> <span class="n">texts</span><span class="p">.</span> <span class="n">let</span><span class="err">’</span><span class="n">s</span> <span class="n">make</span> <span class="k">user</span> <span class="n">accounts</span><span class="p">,</span> <span class="n">download</span> + <span class="k">and</span> <span class="n">upload</span> <span class="k">some</span> <span class="n">texts</span><span class="p">,</span> <span class="n">talk</span> <span class="n">about</span> <span class="n">what</span> <span class="n">we</span><span class="err">’</span><span class="n">re</span> <span class="n">reading</span> + <span class="k">and</span> <span class="n">how</span> <span class="n">we</span> <span class="k">like</span> <span class="k">to</span> <span class="n">organise</span> <span class="n">our</span> <span class="n">bookshelves</span><span class="p">,</span> <span class="k">and</span> + <span class="n">together</span> <span class="n">discuss</span> <span class="n">ways</span> <span class="n">the</span> <span class="n">library</span> <span class="n">can</span> <span class="n">develop</span><span class="p">.</span> +</code></pre></div> + + +<p>Tea and coffee will be bountiful. +This event is open to all and the entrance is free.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 26 Jan 2020</em></p> +<p>11:00 - 17:00 (ongoing sessions, you can come or go anytime)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:None,2020-01-26:varia.zone/en/rr-bootleg.htmleventRead & Repair feat. The Bootleg Libraryvaria.zone/rr-bootleg.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong></p> +<p>Vanaf januari 2020 zal Varia elke laatste zondag van de maand haar deuren openen. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 26 januari heeft Varia een speciale gast: +Simon Browne introduceert de "bootleg library", een gedeelde digitale en fysieke bibliotheek van gebootlegde teksten. </p> +<div class="highlight"><pre><span></span><code><span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + +<span class="n">wat</span> <span class="n">mee</span> <span class="n">te</span> <span class="n">nemen</span><span class="o">?</span> + <span class="n">een</span> <span class="n">computer</span> <span class="n">en</span> <span class="n">een</span> <span class="n">paar</span> <span class="n">van</span> <span class="n">je</span> <span class="n">favoriete</span> <span class="n">digitale</span> <span class="n">boeken</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">welk</span> <span class="n">bestandsformaat</span> <span class="n">dan</span> <span class="n">ook</span><span class="p">)</span> + +<span class="n">wat</span> <span class="n">gaan</span> <span class="n">we</span> <span class="n">doen</span><span class="o">?</span> + <span class="n">Een</span> <span class="n">introductie</span> <span class="n">over</span> <span class="n">de</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> <span class="n">een</span> <span class="n">gedeelde</span> + <span class="n">digitale</span> <span class="n">en</span> <span class="n">fysieke</span> <span class="n">bibliotheek</span> <span class="n">met</span> <span class="err">“</span><span class="n">bootlegged</span><span class="err">”</span> <span class="n">teksten</span><span class="p">.</span> + <span class="n">we</span> <span class="n">kunnen</span> <span class="n">gebruikersaccounts</span> <span class="n">aanmaken</span><span class="p">,</span> <span class="n">teksten</span> <span class="n">up</span><span class="o">-</span> <span class="n">en</span> + <span class="n">downloaden</span><span class="p">,</span> <span class="n">gesprekken</span> <span class="n">hebben</span> <span class="n">over</span> <span class="n">wat</span> <span class="n">we</span> <span class="n">lezen</span><span class="p">,</span> <span class="n">over</span> <span class="n">hoe</span> + <span class="n">we</span> <span class="n">onze</span> <span class="n">eigen</span> <span class="n">boekenplank</span> <span class="n">organiseren</span> <span class="k">of</span> <span class="n">samen</span> <span class="n">een</span> <span class="n">gesprek</span> + <span class="n">voeren</span> <span class="n">over</span> <span class="n">mogelijke</span> <span class="n">ontwikkelingen</span> <span class="n">van</span> <span class="n">deze</span> <span class="n">bibliotheek</span><span class="p">.</span> +</code></pre></div> + + +<p>Thee en koffie zullen genoeg aanwezig zijn. +Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 26 januari 2020</em></p> +<p>11:00 - 17:00 uur (lopende sessies, u kunt altijd komen of gaan)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:None,2020-01-26:varia.zone/rr-bootleg.htmleventFeminist Hack Meetingsvaria.zone/en/feminist-hack-meetings-jan.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations. </p> +<p>A feminist approach to technology takes into consideration the social and political context around it. It pushes the boundaries of technological circles, in order to include gender-diverse people, amateurs, or others who have experienced low or high levels of exclusion in tech environments. They also include cultural, artistic and educational practices that are approaching technology, not as an end in itself. </p> +<p>The idea started after participating in <strong>/ETC (Eclectic Tech Carnival)</strong> in Athens, which is a gathering of feminists, who critically use/study/share/improve everyday information technologies in the context of the free software and open hardware movements. </p> +<p>In this first gathering we will give an overview and an introduction to this series of meetings. We will discuss on how this proposal may grow in time.</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 25 Jan 2020</em></p> +<p>17:00 - 19:00</p> +<p><em>The event image is part of an illustration made by an /ETC member for /ETC Athens 2019</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:None,2020-01-25:varia.zone/en/feminist-hack-meetings-jan.htmleventFeministische Hack Bijeenkomstenvaria.zone/feminist-hack-meetings-jan.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken on het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. </p> +<p>Een feministische benadering van technologie houdt rekening met de samenhangende sociale en politieke context. Het verlegt de grenzen van technologische kringen, met inbegrip van gender-diverse mensen, amateurs of anderen, die in minder of meerdere mate een uitsluiting hebben ervaren in technische omgevingen. Ze omvatten ook culturele, artistieke en educatieve praktijken die technologie benaderen, maar niet als een doel op zich. </p> +<p>Het idee begon na de deelname aan het <strong>ETC (Eclectic Tech Carnival)</strong> in Athene, een bijeenkomst van feministen, die alledaagse informatie technologieën kritisch gebruiken / bestuderen / delen / verbeteren in de context van de gratis software en open hardware stromingen.</p> +<p>In deze eerste bijeenkomst zullen we een overzicht en een inleiding geven over deze reeks vergaderingen. We zullen bespreken hoe dit voorstel in de loop van de tijd zich kan ontwikkelen .</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 25 januari 2020</p> +<p>17:00 - 19:00</p> +<p><em>De afbeelding is onderdeel van een illustratie gemaakt door een / ETC-lid voor / ETC Athene 2019.</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:None,2020-01-25:varia.zone/feminist-hack-meetings-jan.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/en/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Dear all,</p> +<p>Bond Precaire Woonvormen (BPW) organizes another round of their <em>tenant consultation</em> plus <em>meet and greet</em> at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:None,2019-11-25:varia.zone/en/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Beste allemaal,</p> +<p>Bond Precaire Woonvormen (BPW) organiseert wederom een <em>huurdersspreekuur</em> en <em>meet and greet</em> bij Varia.</p> +<p>Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen is onzeker en duur, en dat lijkt alleen maar erger te worden. Gezien deze situatie leek het ons goed idee om een huurdersspreekuur te houden. Tijdens het huurdersspreekuur kunnen specialisten je vragen beantwoorden over wonen en uitgezet worden, huurrecht / -onrecht.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? of heb vragen of ideeën omtrent dit onderwerp? Wil je met anderen van gedachten wisselen over waar je mee bezig bent op dit gebied? Wees dan van harte welkom!</em></p> +<p><strong>Datum: Maandag 25 November 2019</strong> <br> +<strong>Locatie: Gouwstraat 3, Rotterdam</strong></p> +<p>Planning:</p> +<p><strong>15:00-17:00 Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke)huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30-21:00: BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:None,2019-11-25:varia.zone/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventMusic: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneervaria.zone/en/music-niek-hilkmann.html<p>Another musical night at Varia! Join us on November 16th for an evening full of singers, songwriters, noise and cardboard!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>"Your empty milk bottle", "Hey, that's strange ... There is a bug in your hair" and "Zaamslag, never again"; those are not just some random words, but songtitles that Niek Hilkmann is considering for his new EP. To commemorate the fact that they will be recording this very soon, he will perform these songs at Varia with his band, De Puls. Expect a colorful succession of unprecedented scoops and perhaps even some old acquaintances.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is a twoheaded, feminine beast with a mouth so big that you usually only see it in fairy tales and fables. This doesn’t stop them from visiting Varia however! Expect a lot of noise, some theatrical escapades and an abundance of shouting, We will witness Vulva erupt!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>One does not easily describe the life and times of Rowan Van As. This artist-troubadour sings, draws, sculpts and records like there is no tomorrow with the help of an abundance of props and home-made instruments (such as his famous organ mussel). At Varia he will perform some brand new songs for us and warm your heart!</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, as his name suggests, a true Singer-Songwriter; a solo musician who knows how to move and amaze an audience with just his guitar and voice. His songs are raw like the paving stones of Rotterdam and his guitar sound is unquestionably unique.</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>No evening of entertainment is complete without a proper DJ and that is why we are very to have DJ Wanneer on the line-up. This individual combines the best of Scheveningen, Rotterdam and Zoeterwoude by playing an eclectic mix of little crooners, dissonant girl bands and overall hysterical music. </p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>entry: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:None,2019-11-16:varia.zone/en/music-niek-hilkmann.htmlconcertniekhilkmannconcertMuziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneervaria.zone/music-niek-hilkmann.html<p>Een nieuwe muzikale avond in Varia! Wees erbij op 16 november voor een evenement vol singers, songwriters, herrie en karton!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>“Je lege melkfles”, “Hey, wat raar… Er zit een beestje in je haar” en “Nooit meer terug naar Zaamslag”; dat zijn niet zomaar wat bij elkaar geraapte woorden, maar enkele titels die Niek Hilkmann in gedachten heeft voor een gloednieuwe EP. Ter gelegenheid van de opnames hiervan speelt hij bij Varia met zijn band, De Puls, deze en vele andere Nederlandstalige liederen. Verwacht een bonte aaneenschakeling van ongehoorde primeurs en misschien zelfs wat oude bekenden.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is een tweehoofdig, feminiem beest met een grote bek zoals je die eigenlijk alleen in sprookjes en fabels ziet. Maar nu dus ook bij Varia! Verwacht een flinke bak herrie, theaterale escapades en een hoop geschreeuw, waarvan het de vraag is of het eigenlijk wel op het podium thuis hoort. Vulva zal zeker uitbarsten!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>Men geeft niet zomaar een beschrijving van het leven en werk van Rowan Van As. Deze kunstenaar-troubadour zingt, tekent en beeldhouwt alsof er geen morgen is en gebruikt daarbij een overvloed aan rekwisieten en zelfgemaakte instrumenten (zoals zijn beroemde mosselorgel). Bij Varia zal hij een aantal gloednieuwe nummers voor ons uitvoeren.</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, zoals zijn naam al doet vermoeden, niet zomaar een muzikant, maar een heuse Singer-Songwriter; een solist die slechts met gitaar en stem de mensen weet te verbazen, ontroeren en verwonderen. Zijn liederen zijn rauw als de Rotterdamse straatstenen en zijn gitaarsound is ongeknutseld uniek!</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>Geen enkele muziekavond is compleet zonder goede DJ en daarom zijn we erg blij om DJ Wanneer op de line-up te hebben. Deze DJ combineert het beste van Scheveningen, Rotterdam en Zoeterwoude door een eclectische mix van kleine crooners, dissonante meidenbands en algehele hysterische muziek te draaien.</p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>entree: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:None,2019-11-16:varia.zone/music-niek-hilkmann.htmlconcertniekhilkmannconcertCentury 21 Calling - Camp Centuryvaria.zone/en/21-Camp-Century.html<p>With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil and gas deposits, a new rush for the artic has started.</p> +<p>In the late 1950s, during the height of the Cold War, the US military constructed a secret base in the arctic, hidden from the populations of Greenland and Denmark. This base was a nuclear power facility and part of the secret <strong>Project Iceworm</strong>. During this edition of <strong>Century 21 Calling</strong> we will be screening the documentary <strong>Camp Century</strong>, which is about the construction of the base "Camp Century", the first of many envisioned bases on Greenland, to give you more context about the topic. Before the lecture there will be a lecture by David Young on the topic of Greenland, American politics and control and command strutter of the cold war.</p> +<p><strong>David Young</strong> is a researcher interested in archiving media technologies, the history of computing, and the discourses of defence research in the United States during the Cold War. He is currently a M3C/AHRC-funded doctoral researcher at the University of Nottingham; his PhD topic is an examination of the technological administration of command and control systems, the forms of disciplinary practices they depend on in order to operate, and the strategic rationalities which shape their development over time. He has a background in digital media art, and has collaborated with artists, designers, and scientists in the production of experimental, research-oriented artworks funded by the Arts Trust Scotland, New Scotland's Alt-W award, and Creative Scotland.</p> +<p><strong>Century 21 Calling</strong> is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam. Together, we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Door open:</strong> 20:30<br> +<strong>David Young lecture starts:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entry:</strong> Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/en/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launchvaria.zone/en/Entrepecariat-Book-Launch.html<p>Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.</p> +<p>Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in perennial start-up phase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> guides us through the entreprecariat, a world where change is natural and healthy, whatever it may bring. A world populated by motivational posters, productivity tools, mobile offices and self-help techniques. A world in which a mix of entrepreneurial ideology and widespread precarity is what regulates professional social media, online marketplaces for self-employment and crowdfunding platforms for personal needs. The result? A life in permanent beta, with sometimes tragic implications.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Time:</strong> 18:00h - 19:00h</p> +<p><strong> Entry:</strong> Free/Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/en/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchCentury 21 Calling - Camp Centuryvaria.zone/21-Camp-Century.html<p>Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale, olie- en gasafzettingen, is een nieuwe stormloop op het poolgebied een feit.</p> +<p>In de late jaren 1950, op het hoogtepunt van de Koude Oorlog, bouwde het Amerikaanse leger een geheime basis in het noordpoolgebied, verborgen voor de bevolking van Groenland en Denemarken. Deze basis werd een kerncentrale en was onderdeel van het geheime <strong> Project Iceworm </strong>.Tijdens deze editie van <strong> Century 21 Calling </strong> zullen we de documentaire <strong> Camp Century </strong> bekijken om meer context te geven over dit onderwerp. De film gaat over de bouw van de basis "Camp Century", de eerste van vele voorgestelde bases op Groenland. Voor de lezing geeft David Young een lezing over Groenland, de Amerikaanse politiek en de controle en commando strutter van de koude oorlog.</p> +<p><strong> David Young </strong> is een onderzoeker die geïnteresseerd is in het archiveren van mediatechnologieën, de geschiedenis van informatica en het discours van defensie-onderzoek in de Verenigde Staten tijdens de Koude Oorlog. Hij is momenteel een M3C / AHRC-gefinancierd doctoraatsonderzoeker aan de Universiteit van Nottingham; zijn doctoraatsthema is een onderzoek naar de technologische administratie van commando- en controlesystemen, de vormen van disciplinaire praktijken waarvan ze afhankelijk zijn om te opereren, en de strategische rationaliteiten die hun ontwikkeling in de loop van de tijd bepalen. Hij heeft een achtergrond in digitale mediakunst en heeft samengewerkt met kunstenaars, ontwerpers en wetenschappers bij de productie van experimentele, op onderzoek gerichte kunstwerken gefinancierd door de Arts Trust Scotland, de Alt-W Award van New Scotland en Creative Scotland.</p> +<p><strong> Century 21 Calling </strong> is een initiatief van het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt georganiseerd bij Varia in Rotterdam. Samen kijken we naar de industriële archieffilms, infomercials, tv-rapporten en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken deze om het heden te doorgronden.</p> +<p><strong>Deur open:</strong> 20:30<br> +<strong>David Young lezing begint:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatievaria.zone/Entrepecariat-Book-Launch.html<p>Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een wereld die bevolkt wordt door motiverende posters, productiviteitstools, mobiele kantoren en zelfhulptechnieken. Een wereld waarin een mengeling van ondernemersideologie en wijdverbreide precariteit de professionele sociale media, online marktplaatsen voor zelfstandig ondernemerschap en crowdfundingplatforms voor persoonlijke behoeften reguleert. Het resultaat? Een leven in permanente bèta, met soms tragische implicaties.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Tijden:</strong> 18:00h - 19:00h</p> +<p><strong> Entree:</strong> Gratis/Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchTHE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD)varia.zone/en/the-social-in-the-media.html<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p> +<p>In June 2019, a delegation of Varia traveled to Bucharest to meet and exchange with <a href="https://www.oddweb.org/">ODD</a>, a space for theoretical discussion and social gatherings of all kinds founded and run by Cristina Bogdan. On the 19th, we gave a presentation entitled "The Social in the Media: On Digital Interdependencies". This was the abstract of the talk:</p> +<blockquote> +<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.</p> +<p>The evening will touch upon alternative tools and approaches, from federated and community-owned social media platforms, and other types of infrastructures that Varia, a space in the South of Rotterdam (the Netherlands), is experimenting with. Departing from discussions on this situation and its causes, we will try to imagine and formulate the affective infrastructures that shape everyday cultural practices and online socialities.</p> +</blockquote> +<p><img alt="Attendants reading Constant's &quot;Dear Cultural Institution, There's an Elephant in the Room&quot; letter. Photo by Florian Cramer." src="/images/the-social-in-the-media-01.jpg"> +<small>Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer.</small></p> +<p>We started the session by briefly mentioning our individual practices and how Varia came from a dissatisfaction with existing models for self-run spaces, such as the makerspace (lack of critical theory involved), the hackerspace (technology for technology's own sake), the co-working space (sociality as a a service), the fablab, etc.</p> +<p>After this introduction, the topic of the evening was more precisely expounded through a collective reading of "Dear Cultural Institution, There's an Elephant in the Room", a letter by Brussels based organisation Constant which addresses the troublesome relationship that independent cultural institutions maintain with corporate tools and social media. The letter was written as a reaction to multiple organisations' request for "help to degooglify". Following the reading, a short discussion took place, during which we invited the audience to exchange with us the intricacies of their relationship to corporate social media, but also their experiences, or lack thereof, and the obstacles they encountered while attempting to establish some distance.</p> +<p>Obviously, Varia hasn't found any definitive solution to this issue, but the question does connect to a lot of the practices in and around Varia. To explain how we tried to address some of the concerns raised in the letter we created a map of the broad Varia digital ecosystem. With this map, we wanted to stress that our current strategy consists in a combination of self-hosted tools and services (such as the website, the collaborative note taking software Etherpad, the on-line calendar and the git-based code sharing repository), but also some that are run by solidary organizations (such as mailing lists, chat, individual fediverse micro-blogging accounts) and some that are paid for (email). Our wish was to emphasize that a cultural organization doesn't necessarilily need to do everything by themselves, but can make use of what is already available.</p> +<p>We then spoke about our use of bots in chat systems, both to communicate and to document our exchanges. Our initial idea was to develop new forms of note-taking based on our interaction habits. We share a lot of different types of information in group chats, from news to recommendations of articles to instigations to clean the fridge. Starting from the conversational nature of our exchanges, we are experimenting with two different bot-users in the chat: one that gathers images shared on the main Varia channel and displays them online, and another one, focused specifically on the topic of digital interdependencies, that gathers images, quotes and looks for books' citations.</p> +<p>Beyond these internal initiatives, we also try to reach out and collaborate with people involved in the development of the tools we are interested in. Last year we invited Daniel Gultsch, the developer of Conversations, an open source application for self-hosted chat that is used in Varia. Daniel introduced his work and reflections before animating a worksession organised as part of the <em>Welcome to the Federation</em> project. This example was mentioned as one of the ways in which Varia tries not only to use, but also to contribute to and engage more broadly with free software tools and culture.</p> +<p><img alt="Varia delegation presenting at ODD. Photo by Florian Cramer." src="/images/the-social-in-the-media-02.jpg"> +<small>Varia delegation presenting at ODD. Photo by Florian Cramer.</small></p> +<p>An other thing we mentioned is the centrality of Etherpad, the collaborative note-taking software, in our practice. The main reason for that is its flexibility and the tools one can build on top of it, such as Etherdump, a command line tool written by Michael Murtaugh that converts etherpad pages to files. Our use of this tool turned our collaborative writing practice into a collaborative publishing practice. As the pads are driving us to write, edit, add and remove text all the time collectively, most content can be described as traces or fragments rather than "properly" edited essays. Reflecting on this tendency, we discussed the possibility of publishing <em>through</em> leaking. This idea became the departure point for the development of a new Etherdump feature allowing us to collect only the pads featuring a "<em>PUBLISH</em>" mention. As a result, the Etherdump became a fuzzy field of documents, that can speak to others in the group.</p> +<p>For the last part of the presentation, we spoke about collaborative projects initiated within Varia which make explicit the importance of tools within our members respective practices. The project <a href="http://pushingscores.deplayer.nl/">Pushing Scores</a>, developed by Cristina and Julie, was mentioned because its development was heavily influenced by our familiarity with software, including its vulnerabilities. Pushing scores, an archive for a research project about experimental score making, was commissioned by De Player, a Rotterdam based organisation dedicated to experimental music and performance. The outcome is a database free lightweight website made using Python (Flask, Jinja and nltk) in which all the content is interlinked through the vocabulary used by De Player themselves to describe it. Each word submitted by de Player is a clickable link, offering the possibility to chose from a list of sentences containing this specific word within the whole collection to access an other item.</p> +<p><img alt="Varia XMPP federation nodes with other chat providers." src="/images/varia_s2s_federation.svg"> +<small>Varia XMPP federation nodes with other chat providers.</small></p> +<p>Ultimately, we tried to introduce and discuss our own experience to point out to strategies that can be adopted by other organizations, such as using the resources of hosting associations or solidary organizations, rather than corporate ones. Furthermore, we also tried to emphasize how the adoption of such tools have provided us with the freedom to implement some custom elements, from bots to publishing tools. We explained our attachment to free software and what other types of hosting can be (such as the ones inspired by the <a href="https://feministhacktivism.noblogs.org/post/2015/02/03/what-is-a-feminist-server/">Feminist Server Manifesto</a>). We discussed as well the value and perils of federation against the private silos of the GAFAM and the need for trusted intermediaries. Together with ODD and the audience we discussed the politics of adoption of free software and self-hosting, the issue of time investment and the issues around delegating control over services and instruments.</p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:None,2019-10-21:varia.zone/en/the-social-in-the-media.htmlarticlereportTHE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD)varia.zone/the-social-in-the-media.html<p>Afgelopen zomer bezochten we ODD in Boekarest, om een presentatie te geven over collectieve infrastructuren en tools. Het verslag van ons bezoek is geschreven in het Engels, <a href="/en/the-social-in-the-media.html">klik hier om het te lezen</a>!</p> +<hr> +<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:None,2019-10-21:varia.zone/the-social-in-the-media.htmlarticlereportFloppy Totaal: Double Densityvaria.zone/en/floppy-totaal-DD.html<p>Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine, presentations and conversations with Joak and Jason Scott and a long distance contribution by Michael Ridge. </p> +<p>The emphasis of the event lies on the concept of the floppy disk as comfort food in a "future/present shocked" digital age. In what way does working with floppy disks help us cope in a time preoccupied with "new" media and planned obsolescence? Does the floppy disk hold more content than just 1,44 MB of data? Join us to find out!</p> +<ul> +<li>workshop: 14:00 / free</li> +<li>evening: 20:00 / 5 euro</li> +</ul> +<p>Full Program:</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:None,2019-10-19:varia.zone/en/floppy-totaal-DD.htmleventfloppytotaaleventFloppy Totaal: Double Densityvaria.zone/floppy-totaal-DD.html<p>Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld met optredens van Kisszántó en Eoforwine, presentaties en gesprekken met Joak en Jason Scott en een bijdrage op lange afstand van Michael Ridge.</p> +<p>De nadruk van dit evenement ligt op het concept van de diskette als comfortfood in een "future / present shocked" tijdperk. Op welke manier helpt de omgang met diskettes ons om te overleven in een tijd die vooral wordt gekenmerkt door "nieuwe media" en "planned obsolescence"? Bevat de diskette meer inhoud dan enkel 1,44 MB aan data? Op 19 oktober zoeken we het uit!</p> +<ul> +<li>workshop: 14:00 / gratis</li> +<li>avondprogramma: 20:00 / 5 euro</li> +</ul> +<p>Full Program (in het Engels):</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:None,2019-10-19:varia.zone/floppy-totaal-DD.htmleventfloppytotaaleventOne evening, Two launches, Three takesvaria.zone/en/networks-of-ones-own.html<p>We are all very glad to invite you to the launch of the second issue of <strong>Networks of One's Own: three takes on taking care</strong> and <strong>Fed Up!</strong>, the 13th issue of the <em>Pervasive Labour Union zine</em>. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.</p> +<p><strong>Location</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Date</strong>: Saturday 28th of September <br> +<strong>Time</strong>: 19:30h - 21:30h</p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is a para-nodal<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodic publication that is itself collectively written in a network. Each of the episodes is thought of as the ‘release’ of a specific software stack, contextualised in its specific practice. The series aims to document a set of tools, experiences, ways of working that are diverse in terms of their temporality, granularity and persistence. <strong>Three takes on taking care</strong> is the second volume of this series.</p> +<p>In our activity as artists, designers and researchers working with and around free/libre open source technology based projects, we often encounter situations where collective authorship gives rise to complicated interrelationships of ownership. Specifically, these involve the practical aspects of care, maintenance, documentation and overall commitment. </p> +<p>Three of these projects, <em>homebrewserver.club</em>, <em>Bibliotecha</em> and <em>Relearn</em>, have been influential for the individual practices of those involved, but also for a wider international network of actors, including exhibition spaces, festivals, collective and both formal and informal learning communities. The maintenance of those projects, however, which is long-term and requires ongoing engagement, often lags behind since it is taken up by individuals on the basis of their ability and time.</p> +<p>This publication is the result of an act of active documentation of the networked projects developed in and around Varia. Active documentation means that we not only documented, but also revisited these projects, spending time on their maintenance and consolidation:</p> +<ul> +<li><em>homebrewserver.club</em>, a periodic gathering where people learn together and reflect on self-hosting digital content. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, a project centered on the development of local offline digital libraries for the distribution of electronic publications within small communities. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, a self-organised 'summer school' reflecting upon collective learning, that has as many teachers as it has participants. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>With this publication we hope to improve their resilience, portability, long-term sustainability and accessibility.</p> +<p>The first issue in the series was initiated by <a href="http://constantvzw.org">Constant</a> and documents the project 'Etherbox', a <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collaborative writing and documentation environment</a>. The publication included a genealogy of the events, ideas and practices in the Constant network that influenced or reversely were influenced by what eventually became known as Etherbox. This way of documenting stresses how a project like Etherbox is the work of a heterogenous network of practices that each in their way contribute to its formation.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is the 13th edition of the <strong>The Pervasive Labour Union</strong> and explores topics and issues relating to federated social networks such as Mastodon, Pleroma and Funkwhale. It was made possible by the contributions of Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p><strong>The Pervasive Labour Union</strong> zine is a project initiated by Lídia Pereira in 2015. It not only offers a low-barrier entry level for contributors wishing to express their views on corporate social networking labour, but also a low-barrier entry level for those wishing to become acquainted with these debates. It tries to gather existing knowledge and conversations, while opening up that debate and creating new discourses of user organisation and expression.</p> +<p>It brings together personal rants, academic texts, poetry, photo montages, collages, drawing, etc. Each issue represents a smaller particle pertaining to labour on social networking platforms and attempts to establish an interconnecting discourse around topics such as labour on corporate social networks, algorithmic governance, resistance and alternatives.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.en.gif" width="150px" height="auto"></p> +<p><small>This event is made possible with the kind support of the <em>Creative Industries Fund NL</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>See: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:None,2019-09-28:varia.zone/en/networks-of-ones-own.htmleventEén avond, Twee lanceringen, Drie opvattingenvaria.zone/networks-of-ones-own.html<p>Op 28 september lanceert Varia de tweede editie van <strong>Networks of One's Own: Three takes on taking care</strong> en <strong>Fed Up!</strong>, de 13e editie van de <em>Pervasive Labour Union zine</em>. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.</p> +<p><strong>Locatie</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum</strong>: zaterdag 28 september <br> +<strong>Tijd</strong>: 19:30u - 21:30u </p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is een para-nodale<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodieke publicatie die wordt geschreven in een netwerk. Elk van de uitgaven is tegelijk een <em>release</em> van een specifieke software bundel, die gecontextualiseerd is in zijn eigen praktijk. De serie documenteert gereedschappen, ervaringen en manieren van werken die divers zijn in hun tijdsduur, volledigheid en volharding. <strong>Three takes on taking care</strong> is de tweede uitgave in deze reeks. </p> +<p>In onze praktijken als kunstenaars, ontwerpers en onderzoekers werkend aan vrije software projecten, komen we vaak situaties tegen waar collectief auteurschap leidt tot ingewikkelde relaties tot eigenaarschap. In zulke collectieve projecten vallen er snel gaten bij praktische aspecten rondom zorg, onderhoud, documentatie en algemene betrokkenheid. </p> +<p>Drie van deze projecten, <em>homebrewserver.club</em>, <em>Bibliotecha</em> en <em>Relearn</em>, hebben een grote invloed gehad op de individuele praktijken van de betrokkenen, maar ook op een breder internationaal netwerk van actoren. Daaronder vallen expositieruimtes, festivals, en zowel formele als informele leergemeenschappen. Het onderhoud van deze projecten, wat over langere periodes gaat en een voortdurende inzet vereist, blijft echter vaak achter. Dat omdat het door individuen wordt opgepakt op basis van hun capaciteiten en tijd.</p> +<p>Deze publicatie is het resultaat van een actieve documentatie van de netwerkprojecten die in en rond Varia zijn ontwikkeld. Actieve documentatie betekent dat we deze projecten niet alleen hebben gedocumenteerd, maar dat we ze ook opnieuw hebben bekeken en tijd hebben besteed aan onderhoud, verdere ontwikkeling en de consolidatie ervan:</p> +<ul> +<li><em>Homebrewserver.club</em>, een periodieke bijeenkomst waar mensen samen leren en reflecteren over het zelf hosten van digitale inhoud. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, een project gericht op de ontwikkeling van lokale off-line digitale bibliotheken voor de distributie van elektronische publicaties binnen kleine gemeenschappen. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, een 'zomerschool' die reflecteert op collectief leren met evenveel leerkrachten als deelnemers. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>Met deze publicatie hopen we de veerkracht, draagbaarheid, duurzaamheid en herbruikbaarheid voor de langere termijn te verbeteren.</p> +<p>De eerste editie in de serie is geinitieerd door <a href="http://constantvzw.org">Constant</a> en documenteert het project 'Etherbox', een <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collectieve schrijf- en documentatie-omgeving</a>. Die publicatie behelste een genealogie van de evenementen, ideeen en praktijken in het bredere netwerk van Constant die enerzijds de ontwikkeling van Etherbox beinvloed hebben of anderszijds er zelf door beinvloed zijn. Deze manier van documenteren benadrukt hoe een project als Etherbox het werk is van een heterogeen netwerk van praktijken waarin het project kan ontstaan.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is de 13e editie van de <strong>Pervasive Labour Union</strong> en is dit keer gewijd aan gefedereerde sociale netwerken zoals Mastodon, Pleroma, Funkwhale. Met bijdragen van Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p>De <strong>Pervasive Labour Union</strong> zine is in 2015 opgericht door Lídia Pereira. De zine is niet alleen een laagdrempelig publicatie project voor mensen die willen schrijven over arbeid in en rondom sociale netwerken, maar ook een toegankelijke plek om bekend te raken met discusses rondom deze onderwerpen. De periodieke publicaties van de PLU verzamelen kennis en discussies, terwijl ze een debat initiëren en ruimte geven aan nieuwe discoursen waar sociale-media gebruikers zich binnen kunnen organiseren en uiten.</p> +<p>De PLU brengt een diversiteit aan bijdragen samen, waaronder persoonlijke tirades, academische artikelen, poëzie, foto montages, collages en illustraties. Elke uitgave richt zich op een specifiek onderwerp van sociale netwerken vanuit arbeidsperspectief. Vanuit verschillende invalshoeken, zoals algoritmische bestuursvormen, weerbaarheid en alternatieve houdingen, worden zo verbanden gelegd tussen verschillende werkgebieden rondom sociale netwerken.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.nl.gif" width="150px" height="auto"></p> +<p><small>Dit evenement is mede mogelijk gemaakt door het <em>Stimuleringsfonds Creatieve Industrie</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Zie: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:None,2019-09-28:varia.zone/networks-of-ones-own.htmleventBPW Rotterdam Tenant Consultation Hours + Meet & Greetvaria.zone/en/bpw-consultation-plus-meet-and-greet.html<p>Dear all,</p> +<p>We are very happy to announce that a second <em>tenant consultation</em> plus <em>meet and greet</em> by Bond Precaire Woonvormen (BPW) will take place at Varia on Monday the 23rd of September. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:None,2019-09-13:varia.zone/en/bpw-consultation-plus-meet-and-greet.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/bpw-consultation-plus-meet-and-greet.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te mogen kondigen dat een tweede <em>huurdersspreekuur</em> en <em>meet and greet</em> van de Bond Precaire Woonvormen (BPW) bij Varia plaats zal vinden.</p> +<p>Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen word ook daar onzeker en duur. Omdat de BPW in deze regio relatief onbekend is en er lokaal ook een aantal mensen actief zijn, leek het ons goed idee om een huurdersspreekuur te houden.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? Of heb je vragen of ideeën omtrent dit onderwerp? Wees dan van harte welkom!</em></p> +<p><strong>15:00 - 17:00, Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke) huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30 - 21:00, BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:None,2019-09-13:varia.zone/bpw-consultation-plus-meet-and-greet.htmleventMusic: Able Noise, Goldblum and Piyojovaria.zone/en/music-able-noise.html<p>A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.</p> +<p>Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of Alex and George. They indecisively balance themselves on the border between pop rock and noisy free jazz. With the help of tapes and by employing less consistent ways of playing their instruments, they create a somewhat minimal and rather visual musical performance.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is the monikor of Dutch artist Rik Möhlmann. The music he makes has a distinct, liberating sound, characterized by a modest and direct way of recording musical sessions in which different textures are explored. Sounds appear from left to right, as if hidden behind trees or emerging from rivers. Möhlmann uses his eccentric and inquisitive approach to music to make songs that don't necessarily behave in a narrative way. Instead, his tracks expose themselves like little paintings</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is an eye blinding duo from Middelland messing around with flea market cassette tapes and analogue synthesizers. Expect fragments of golden oldies, crippled rhythms and synthesized sounds buried in tape hiss. The duo has cut their teeth in acts like Sweat Tongue and Red Brut.</p> +<ul> +<li>door: 20:30</li> +<li>start: 21:00</li> +<li>price: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:None,2019-09-12:varia.zone/en/music-able-noise.htmlconcertablenoiseconcertMuziek: Able Noise, Goldblum en Piyojovaria.zone/music-able-noise.html<p>Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:</p> +<p>Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex en George. Ze balanceren op de grens tussen poprock en lawaaierige free jazz. Met behulp van tapes en misbruik van hun instrumenten, creëren ze een ietwat minimale en vrij visuele muzikale beleving.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is de naam waaronder de Nederlandse kunstenaar Rik Möhlmann onderscheidende bevrijdende geluiden maakt die worden gekenmerkt door bescheiden, doch directe texturen. Geluiden verplaatsen zich in zijn muziek van links naar rechts, alsof ze zich verschuilen achter bomen of opduiken uit rivieren. Möhlmann gebruikt zijn excentrieke en nieuwsgierige benadering van muziek om liedjes te maken die zich niet noodzakelijk verhalend gedragen. In plaats daarvan openbaren ze zich als kleine schilderijen</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is een oogverblindend duo uit Middelland dat rommelt met cassettes van de rommelmarkt en analoge synthesizers. Verwacht fragmenten van gouden oudjes, kreupele ritmes en gesynthetiseerde geluiden, begraven in sissende tape. Het duo heeft hun tanden eerder geslepen in acts als Sweat Tongue en Red Brut.</p> +<ul> +<li>deur: 20:30</li> +<li>start: 21:00</li> +<li>entree: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:None,2019-09-12:varia.zone/music-able-noise.htmlconcertablenoiseconcertCentury 21 Calling - Crystals Go To Warvaria.zone/en/21-Crystals-War.html<p>Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<p>This evening we will be screening the documentary Crystal Go To War from 1943. Created by the U.S. Army Signal Corps in 1943, it shows the processes that quartz crystals have to go through before they are ready to be inserted into radios and communication equipment.</p> +<p>Quartz crystals have been part of human life for decades and since the discovery of its piezoelectric properties in the 1880's it has been a key component in modern technology.</p> +<p>Before the screening, there will be a small introduction the usage of crystals in technology. So join us on the 24 for the first screening of the 2 seasons of Century 21 Calling!</p> +<p>“Century 21 Calling” is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam.</p> +<ul> +<li>door: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>price: Donation</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:None,2019-08-24:varia.zone/en/21-Crystals-War.htmlscreeningcrystalswar21st centuryCentury 21 Calling - Crystals Go To Warvaria.zone/21-Crystals-War.html<p>Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.</p> +<p>Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S. Army Signal Corps in 1943, toont de film de processen die kwartskristallen moeten doorlopen voordat ze klaar zijn om in radio's en communicatieapparatuur te worden ingebracht.</p> +<p>Kwartskristallen maken al tientallen jaren deel uit van het daglijks leven en vormen sinds de ontdekking van hun piëzo-elektrische eigenschappen in de jaren 1880 een belangrijk onderdeel van onze moderne technologie.</p> +<p>Voorafgaand aan de screening zal er een korte introductie worden gegeven van het gebruik van kristallen in technologie. Een mooi begin van het tweede seizoen van Century 21 Calling!</p> +<p>"Century 21 Calling" is een reeks screenings die is geïnitieerd door het collectief <a href="(http://www.save-as.media/)">Save_as</a> en wordt gehost door Varia.</p> +<ul> +<li>deur: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>prijs: donatie</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:None,2019-08-24:varia.zone/21-Crystals-War.htmlscreeningcrystalswar21st centuryBibliotecha, building and maintaining an off-line digital libraryvaria.zone/en/curriculum-bibliotecha.html<h2 id="building-and-maintaining-an-off-line-digital-library">Building and maintaining an off-line digital library</h2> +<p>Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source software to serve digital publications on an open Wi-fi hotspot. Using a laptop, phone or tablet visitors can connect to it and books can be retrieved or donated via the browser. Since it is a low-power device you can power it with a USB powerbank and take it with you everywhere.</p> +<p>During the workshop we will guide participants through the installation process of a Bilbiotecha node. Participants will get introduced to the open source software stack, working with a RaspberryPi and Calibre the library management tool. This will be followed by a book sharing session and conversation where we exchange knowledge on taking care of a off-line digital community library.</p> +<ul> +<li>At the end of the workshop participants will have a basic working understanding of the command line interface, working with Linux and the RaspberryPi. </li> +<li>In addition participants will get an understanding of the ins and outs of managing collections of digital books. </li> +<li>Last but not least, participants will take home a working Bibliotecha node, ready to distribute books!</li> +</ul> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised as part of the Varia curriculum.</p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations. </p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 04 of July the latest!</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)<br> +<strong>💶</strong> Bring your own Raspberry pi workshop price: 50 euros or All materials incuded (Raspberry pi 3, power supply, sd card) price: 100 euros +(coffee, tea and cookies included)<em> <br> +</em><em>💶</em><em> Bring ebooks and pdfs you would like to share with the group<br> +</em><em>💶</em>* The workshop will be conducted in English </p> +<p><sup>*</sup> Lack of funds should not preclude participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:None,2019-05-30:varia.zone/en/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfBibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheekvaria.zone/curriculum-bibliotecha.html<h2 id="maak-en-onderhoud-een-off-line-digitale-gemeenschapsbibliotheek">Maak en onderhoud een off-line digitale gemeenschapsbibliotheek</h2> +<p>Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis van vrije software door middel van een speciale open Wi-fi hotspot het mogelijk maakt de collectie in te zien. Gebruikers kunnen met een laptop, telefoon of tablet verbinding maken met deze hotspot en via de browser publicaties uitnemen of doneren. Aangezien het stroomverbruik zeer gering is kan Bibliotecha draaien vanaf een USB powerbank zodat het overal mee te nemen is.</p> +<p>Tijdens de workshop leren wordt er veel aandacht besteed aan het process van het installeren van Bibliotecha. Zodoende krijg je als deelnemer een grondige introductie in de onderliggende vrije software, het werken met de RaspberryPi en een introductie in Calibre, het de software om je collectie mee te beheren. Het tweede deel van de workshop is een sessie waarin we met elkaar boeken delen en kennis uitwisselen op het gebied van het beginnen en onderhouden van een off-line digitale bibliotheek voor een gemeenschap.</p> +<p><em>Tegen het einde van de workshop hebben deelnemers een grondige introductie gehad in het werken met de 'command line', het werken met Linux-gebaseerde systemen en het werken met de RaspberryPi. +</em>Bovendien zul je de ins- en outs van het beheren van een digitale collectie meekrijgen met o.a metadatabeheer en bestandsformaten. +*En niet het minste: deelnemers kunnen een werkende Bibliotecha mee naar huis nemen.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop maakt onderdeel uit van het Varia curriculum.</p> +<p>Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in Varia. De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas die tengrondslag kunnen liggen aan verder eigen onderzoek. </p> +<p>Zou je willen deelnemen aan deze workshop? Stuur ons dan <strong>voor 04 juli</strong> een korte mail op info[a]varia.zone</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)<br> +<strong>💶</strong> Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)<em> <br> +</em><em>💶</em><em> Neem ebooks of pdfs mee die je met de groep zou willen delen<br> +</em><em>💶</em>* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk. </p> +<p><sup>*</sup> Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:None,2019-05-30:varia.zone/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfRelearn 2019 curvedvaria.zone/en/relearn-2019.html<p>For the Rotterdam control point on this year's curved edition of Relearn, we propose to together attend to a <strong>subject zone</strong> (•) where different digital network practices intersect. This subject zone can morph into multiple directions throughout the session. Our specific interest is in how <strong>publishing formats</strong> (••) operate with/on/through this zone.</p> +<p>• There are many questions in the air when we start to speak about digital infrastructures, hosters, servers, services, networks and their technical realities. Instead of picking one and diving deeper, we thought it would be more interesting to present a range and explore different vocabularies, protocols, technologies, infrastructures. We invite you to join Relearn to stretch this zone, starting from or moving towards:</p> +<ul> +<li>digital interdependencies</li> +<li>affective infrastructures</li> +<li>homebrew networks</li> +<li>networked entanglements</li> +<li>feminist servers</li> +<li>federated networks</li> +<li>and-and-networks</li> +<li>digital autonomy</li> +<li>transitional infrastructures</li> +<li>digital selves-organisations</li> +<li>so-and-sovereignty networks</li> +<li>out-of-the-cloud thinking</li> +<li>…</li> +</ul> +<p>•• We’re curious about learning through publishing formats. The different publishing formats serve as an invitation to embed ourselves within the subject zone of digital networks. How can these formats be our morphable lenses, that we use to relearn digital networks? Starting from or moving towards:</p> +<ul> +<li>multiple readers</li> +<li>cross-readings created through algorithms</li> +<li>logbooks</li> +<li>syllabi</li> +<li>documentation</li> +<li>annotations</li> +<li>cookbooks</li> +<li>tutorials</li> +<li>README</li> +<li>bug reports</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Many sub-trajectories can emerge from here during the days, without the need of taking the same path or agreeing about vocabularies or geometries altogether.</p> +<p>The session will take place in Rotterdam and starts on Friday evening (the 7th) in a public setting, followed by two full days of relearning together.</p> +<p><strong>Friday 7th June 20:00 - 22:00</strong><br> +Relearn public evening program: embed yourself into Relearn</p> +<p><strong>Saturday/Sunday 8-9th June 10:00 - 18:00</strong><br> +Relearn sub-zone-trajectories</p> +<p>If you would like to join this Relearn session, please send an email to <a href="mailto:info@varia.zone">info@varia.zone</a> with a short motivation of your interest. We will reply to subscriptions on a regular basis, up to the <strong>26th of May</strong>.</p> +<p>Our capacities allow us to have a group of 30 relearners. Our preference goes out to people that can join the whole session (Friday evening, Saturday and Sunday). We will take care of a <em>daily vegetarian lunch</em> (please let us know about allergies or other dietary preferences). Following a tradition from previous years, we will arrange a <em>hosting network</em> in the city and find a place to stay for everyone. Please mention in the email if you need to be hosted or could host one or more relearners in your house.</p> +<p>If you would like to join us only on the Friday evening, there is no need to subscribe, just come over! :)</p> +<p><strong>Practical info</strong><br> +Date: 7th-9th June 2019<br> +Location: Varia - Gouwstraat 3, Rotterdam, The Netherlands<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Resources &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">subscribe to the Relearn mailinglist </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC channel: #relearn on Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Photographs of previous Relearn editions can be found in Constant’s gallery</a></p> +<hr> +<p><small>This event is made possible with the support of the Gemeente Rotterdam &amp; Stimuleringsfonds Creatieve Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:None,2019-05-29:varia.zone/en/relearn-2019.htmllearning situationRelearn 2019 curvedvaria.zone/relearn-2019.html<p>Voor de Rotterdamse sessie op de Relearn curve stellen we voor om samen een <strong>onderwerpszone</strong> te betreden (•) waar verschillende digitale netwerkpraktijken elkaar kruizen. Deze subject zone kan tijdens deze sessie meerdere gedaantes aannemen en allerlei kanten op bewegen. Onze specifieke interesse in dit onderwerp is gericht op hoe <strong>publicatie vormen</strong> (••) functioneren binnen/met deze zone. </p> +<p>• Wanneer het gaat over digitale infrastructuur, hosting, servers, online diensten, netwerken en hun technische realiteiten hangen er heel veel vragen in de lucht. Voor deze sessie wilden we niet een enkel vraagstuk uitlichten, maar juist een reeks aan vocabulair, protocollen, technologieën en infrastructuren naast elkaar zetten. We nodigen je uit om deel te nemen aan Relearn en deze <em>zone</em> verder op te rekken, te beginnen bij of toewerkend naar:</p> +<ul> +<li>digitale inter-afhankelijkheden</li> +<li>affectieve infrastructuur</li> +<li>homebrew netwerken</li> +<li>genetwerkte knopen</li> +<li>feministische servers</li> +<li>gefedereerde netwerken</li> +<li>en-en-netwerken</li> +<li>digitale autonomie</li> +<li>transitionele infrastructuren</li> +<li>digitale zelf-organisaties</li> +<li>so-en-soevereiniteits netwerken</li> +<li>buiten-de-cloud denken</li> +<li>…</li> +</ul> +<p>•• We zijn nieuwsgierig om te leren van/via publiceer processen. De volgende vormen van publiceren nodigen uit om vanuit een geïntegreerde positie te werken met/aan de onderwerpszone van digitale netwerken. Kunnen we deze bestandstypes als een morfische lens inzetten, om te leren over digitale netwerken? Of kunnen we datgene dat we al kennen over digitale netwerken opnieuw proberen te leren, zoals de naam <em>relearn</em> suggereert? Te beginnen bij of toewerkend naar:</p> +<ul> +<li>meervoudige readers</li> +<li>logboeken</li> +<li>syllabi</li> +<li>documentatie</li> +<li>annotaties</li> +<li>kookboeken</li> +<li>tutorials</li> +<li>README's</li> +<li>error rapporten</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Meerdere sub-trajecten kunnen tijdens dit weekend ontwikkeld worden, zonder dat er een noodzaak bestaat om allemaal hetzelfde pad te nemen of het eens te zijn over vocabulair of geometrie.</p> +<p>De sessie zal plaats vinden in Rotterdam en begint op vrijdag avond (7e) in een publieke setting, gevolgd door twee volle dagen samen <em>relearnen</em>.</p> +<p><strong>vrijdag 7 juni 20:00 - 22:00</strong><br> +Relearn publiek avond programma: <em>embed yourself into Relearn</em></p> +<p><strong>zaterdag/zondag 8 - 9 juni 10:00 - 18:00</strong><br> +Relearn sub-zone-trajecten</p> +<p>Als je mee wilt doen aan Relearn, stuur ons dan een mail op <a href="mailto:info@varia.zone">info@varia.zone</a> met een korte motivatie om je interesse toe te lichten. We zullen met enige regelmaat op inschrijvingen antwoorden, tot <strong>26 mei</strong>.</p> +<p>Onze capaciteiten zijn beperkt, waardoor we maximaal 30 relearners kunnen verwelkomen. Onze voorkeur gaat uit naar deelnemers die de hele sessie mee komen doen (vrijdag avond, zaterdag en zondag). We zullen zorgen voor een dagelijkse <em>vegetarische lunch</em> (laat het ons weten als je allergisch bent of speciale dieet voorkeuren hebt). Ook zullen we de traditie van vorige jaren Relearn voortzetten en hard ons best doen om een <em>hosting netwerk</em> te organiseren in de stad, om zo iedereen onder te brengen. Laat alsjeblieft weten in je email of je een plek nodig hebt om te slapen in Rotterdam, of hoeveel mensen je thuis zou kunnen hosten tijdens dit weekend. </p> +<p>Als je alleen op vrijdag avond mee wilt doen dan kan dat natuurlijk ook, je hoeft je dan niet in te schrijven, kom gewoon langs! :)</p> +<p><strong>Practische informatie</strong><br> +Datum: 7-9 juni 2019<br> +Locatie: Varia - Gouwstraat 3, Rotterdam<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Bronnen &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">schrijf je in op de Relearn mailinglijst </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC kanaal: #relearn op Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Foto's van vorige edities van Relearn kunnen gevonden worden in de gallerie van Constant</a></p> +<hr> +<p><small>Dit project wordt mogelijk gemaakt met de steun van Gemeente Rotterdam &amp; Stimuleringsfonds Creative Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:None,2019-05-29:varia.zone/relearn-2019.htmllearning situationActivating an archivevaria.zone/en/pushing-the-score-end.html<h3 id="publication-launch-and-performance-evening">Publication launch and performance evening</h3> +<p>At the end of last year, <strong>De Player</strong> approached <strong>Varia</strong> to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.</p> +<p>Varia contributed by developing an archival web publication where the vernacular vocabulary of De Player creates the possibilities of text-based navigation across the collection of items. The material is embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Navigating within the data structure of the archive becomes an act of score notation.</p> +<p>To test this De Player and Varia asked several artists to work with the tool and use the result as a starting point for a performance.</p> +<p><strong>Julie Boschat Thorez</strong> and <strong>Cristina Cochior</strong> will give a brief introduction to the tool, followed by <strong>Niek Hilkmann</strong>, <strong>Christine Cornwell</strong> and <strong>Robert Kroos</strong>'s score interpretations. </p> +<p>The performances will be ongoing throughout the night, you are welcome to join in at any moment.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is a Rotterdam based artist, musician and researcher with a background in art history, media design and musicology. He has a particular interest in the abstruse technological condition we are living in and the insufficient intellectual methodologies that seek to justify, or explain it. During the presentation of Pushing Scores he will utilize the spatial dimensions of Varia and recontextualize the scores created by the archive. In an ongoing performance unexpected correlations will be produced between the items in the archive and the physical surroundings in which they are represented.</p> +<p><strong>Christine Cornwell</strong> is a composer and violinist working between NL/UK with projects involving improvisation and collaborative work often combined with visual artists, dancers, opera companies or experimental TV. She is currently completing a Composition MA at Codarts with Hans Koolmees/René Uijlenhoet and her freelance work includes presenting new works for violin, collaborative residencies, workshop leading and producing/curating events in this field. From her first experiments, such as 2011’s interdisciplinary collaboration with visual artist Eddie Peake/LuckyPDF TV at London’s Barbican to 2019's experimental event 'Invitation (x)', collective creation practises are a vital meeting point which can be traced through all of her creative work between performance, production and management. </p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is a Rotterdam based musician, sound-artist and DJ working on all kinds of sound- and music related projects. For this special event he will be using the guzheng and electronics as instruments of choice.</p> +<p><strong>Date:</strong> Friday, 31 May 2019<br> +<strong>Start:</strong> 20:00<br> +<strong>Entrance:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:None,2019-05-28:varia.zone/en/pushing-the-score-end.htmleventEen archief activerenvaria.zone/pushing-the-score-end.html<h3 id="pushing-scores-presentatie-publicatie-en-performanceavond">Pushing Scores - Presentatie publicatie en performanceavond</h3> +<p>Eind vorige jaar benaderde <strong>De Player</strong> <strong>Varia</strong> met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores. </p> +<p>Varia heeft hier aan bijgedragen door een archiefpublicatie te ontwikkelen waarin de spreektaal uit het archief de basis vormt waarop men door de verzameling kan navigeren. Het materiaal heeft uiteindelijk de vorm gekregen van een dynamisch, toegankelijk en daardoor levend archief. Hiermee wordt het mogelijk nieuwe verbanden, perspectieven en wie weet zelfs wel concepten voor nieuwe scores te zien. Op deze manier wordt de handeling van het navigeren door de datastructuur van het archief het componeren van een nieuwe score.</p> +<p>Om deze aanname op de proef te stellen hebben de Player en Varia enkele kunstenaars uitgenodig om aan de deze publicatie uit te proberen en aan de hand daarvan een performance te ontwikkelen.</p> +<p>Je bent van harte uitgenodigd om langs te komen op vrijdag 31 Mei in Varia. Waar <strong>Julie Boschat Thorez</strong> en <strong>Cristina Cochior</strong> de archiefpublicatie zullen introduceren. Daarna volgen er performances van <strong>Niek Hilkmann</strong>, <strong>Robert Kroos</strong> en <strong>Christine Cornwell</strong>.</p> +<p>De uitvoeringen zullen de hele nacht doorgaan, je bent van harte welkom om op elk moment deel te nemen.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is een Rotterdamse kunstenaar, onderzoeker en muzikant met een interesse in de verwarrende technologische toestand waarin we allemaal momenteel verkeren, en de ontoereikende intellectuele methodologieën die deze proberen uit te leggen of te rechtvaardigen. Tijdens de presentatie van Pushing Scores zal hij de ruimtelijke dimensies van Varia verkennen en de scores die voortkomen uit het nieuwe archief hercontextualiseren. Gedurende een doorlopende performance zullen onverwachte verbanden ontstaan tussen het archiefmateriaal en de fysieke omgeving waarin deze worden gerepresenteerd.</p> +<p><strong>Christine Cornwell</strong> is een componist en violiste die tussen NL/UK werkt met projecten met improvisatie- en samenwerkingsverbanden, vaak in combinatie met beeldend kunstenaars, dansers, operagezelschappen of experimentele TV. Momenteel voltooit ze samen met Hans Koolmees/René Uijlenhoet een MA Compositie bij Codarts en haar freelance werk omvat onder meer het presenteren van nieuw werk voor viool, residenties, het leiden van workshops en het produceren/cureren van evenementen op dit gebied. Vanaf haar eerste experimenten, zoals de interdisciplinaire samenwerking in 2011 met beeldend kunstenaar Eddie Peake/LuckyPDF TV op de Londense Barbicanen tot het experimentele evenement 'Invitation (x)' in 2019, zijn collectieve creatiepraktijken een belangrijk ontmoetingspunt dat terug te vinden is in al haar creatieve werk tussen performance, productie en management.</p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is een Rotterdamse muzikant, geluidskunstenaar en DJ die werkt aan allerlei soorten geluids- en muziekgerelateerde projecten. Voor deze speciale gebeurtenis zal hij de guzheng en elektronica als instrumenten naar keuze gebruiken.</p> +<p><strong>Datum:</strong> Vrijdag 31 May 2019<br> +<strong>Aanvang:</strong> 20:00<br> +<strong>Toegang:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:None,2019-05-28:varia.zone/pushing-the-score-end.htmleventBPW Rotterdam Tenant Consultation & Introductionvaria.zone/en/bpw-consultation-introduction.html<p>Dear all,</p> +<p>We are very happy to announce that members of the Union of Precarious Dwellings +(Bond Precaire Woonvormen, BPW) are organising a tenant consultation and an +introduction session at Varia on the 6th of May between 15:00 and 20:00.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other +based on the conviction that housing is a fundamental right that must be +protected.</p> +<p>Please feel welcome to join us for a day of discussion, co-learning and +reflection on the housing situation in Rotterdam, our rights as tenants and how +we can support each other to work towards solutions for more safe, secure and +affordable housing.</p> +<p>For more information on the event, please see <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">this announcement</a>.</p> +<p>To learn more about the union, please see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGreets,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:None,2019-05-02:varia.zone/en/bpw-consultation-introduction.htmleventBPW Rotterdam Huurdersspreekuur & Introductievaria.zone/bpw-consultation-introduction.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te kondigen dat de leden van Bond Precaire Woonvormen +(BPW) een introductie en huurdersspreekuur organiseren in Varia op 6 mei tussen +15:00 en 20:00 uur.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar +steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor +moeten opstaan.</p> +<p>Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te +reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we +elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en +betaalbare wonen.</p> +<p>Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGroetjes,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:None,2019-05-02:varia.zone/bpw-consultation-introduction.htmleventCentury 21 Calling - Safety Firstvaria.zone/en/C21C.html<p>During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in the traffic? What are the dangers around the office? Where can your children play safely? These questions and many more will be addressed during this informative evening. </p> +<p>During “Century 21 Calling”, an series of screenings started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we observe the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>price: donation</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:None,2019-04-20:varia.zone/en/C21C.htmlscreeninghealthsafety21st centuryCentury 21 Calling - Safety Firstvaria.zone/C21C.html<p>Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren op kantoor? Waar kunnen je kinderen veilig spelen? Deze vragen en vele andere komen tijdens deze informatieve avond aan bod.</p> +<p>Tijdens "Century 21 Calling", een reeks screenings die is geïnitieerd door het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt gehost door Varia, bekijken we de industriële archieven, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen vormden en houden deze tegen het licht van het heden.</p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>prijs: donatie</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:None,2019-04-20:varia.zone/C21C.htmlscreeninghealthsafety21st centuryOpen Day @ Variavaria.zone/en/openday2019.html<p>During the next edition of <a href="http://southexplorer.nl/">South Explorer</a> Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include <a href="https://iodinedynamics.com/">Idione Dynamic’s</a> ‘What Remains’ and Mathijs van Oosterhoudt’s <a href="https://vimeo.com/241442224">‘Strange Fruits’</a>. Furthermore, Thomas Walskaar will conduct interviews for his new project <a href="https://walskaar.com/gaming/index.html">‘Hidden Levels’</a> and Niek Hilkmann will present a new sound installation ‘Venice on the Maas’ in Varia's basement. Join us from 12 till 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:None,2019-04-13:varia.zone/en/openday2019.htmleventOpen Dag @ Variavaria.zone/openday2019.html<p>Tijdens de volgende editie van <a href="http://southexplorer.nl/">South Explorer</a> zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld <a href="https://iodinedynamics.com/">Idione Dynamic's</a> 'What Remains' en Mathijs van Oosterhoudt's <a href="https://vimeo.com/241442224">'Strange Fruits'</a>. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project <a href="https://walskaar.com/gaming/index.html">'Hidden Levels'</a> en presenteert Niek Hilkmann een nieuwe geluidsinstallatie 'Venetië aan de Maas' in de kelder van Varia . Iedereen is welkom tussen 12 tot 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:None,2019-04-13:varia.zone/openday2019.htmleventDear Cultural Intitiative, there is an Elephant in the Roomvaria.zone/en/there-is-an-elephant-in-the-room.html<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group. </p> +<p>This workshop is a moment for some out-of-the-cloud thinking. Departing from a discussion on this situation and its causes, we will try to imagine and formulate the digital infrastructures that shape our everyday cultural practices and online socialities. The workshop will touch upon alternative tools and approaches, from federated and community-owned social media platforms, to hosting cooperatives, free software philosophy and feminist understandings of the internet.</p> +<p><strong>Date</strong>: Friday 12 April, 13:00h - 17:00h</p> +<p>This workshop is part of the Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:None,2019-04-12:varia.zone/en/there-is-an-elephant-in-the-room.htmlworkshopDear Cultural Intitiative, there is an Elephant in the Room.varia.zone/there-is-an-elephant-in-the-room.html<p><em>Dear Cultural Intitiative, there is an Elephant in the Room</em> is een workshop waarin de afhankelijk van globale commerciële digitale tools en sociale networken een uitgangspunt is voor een gesprek rondom digitale infrastructuren van zelf-georganiseerde culturele initiatieven in Rotterdam.</p> +<p>De aankondiging van onze workshop is niet vertaald naar het Nederlands. Klik <a href="https://varia.zone/en/there-is-an-elephant-in-the-room.html">hier</a> om de Engelse versie te lezen. </p> +<p>De workshop is onderdeel van het Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:None,2019-04-12:varia.zone/there-is-an-elephant-in-the-room.htmlworkshopThe Network We (de)Served, (XPUB Special Issue #08)varia.zone/en/the-network-we-de-served.html<p>Dear guest,</p> +<p>We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of the group. </p> +<p>While self-hosting together we questioned our understandings of networks, autonomy, online publishing and social infrastructures, where each of us departed from a different question. We would like to share our personal (yet interconnected) routes with you, tell you a story, present our web- and printed zines, and invite you to explore our homebrewed network.</p> +<p><strong>Date</strong>: Thursday, 04 April 2019<br> +<strong>Location</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entrance</strong>: Free<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Contributors: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Brought to you by the Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) of the Piet Zwart Institute, and Varia, Centre for Everyday Technology, Rotterdam, April 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:None,2019-04-04:varia.zone/en/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Network We (de)Served - (XPUB Special Issue #08)varia.zone/the-network-we-de-served.html<p>Geachte bezoeker,</p> +<p>Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke <em>homebrew</em> netwerk te installeren. Terwijl onze <em>host</em> een kop thee voor ons zette, onderzochten we op deze <em>infrastructour</em> onze routers en hoe die ons aan het internet verbonden. In de huizen waar het mogelijk was installeerden we een server, maar dat lukte niet overal. Het maakte sommigen van ons afhankelijk van een ander lid van de groep. </p> +<p>Gedurende het project was gezamenlijk werken aan vormen van <em>self-hosting</em> een manier om het te hebben over netwerken, autonomie, online publiceren en sociale infrastructuren, waarbij we elk van ons vertrok vanuit een andere vraag. We willen graag onze persoonlijke (en toch onderling verbonden) zoektochten met je delen, je een verhaal vertellen, je onze on-line en geprinte zines presenteren en je uitnodigen om ons zelfgebouwde netwerk te verkennen.</p> +<p><strong>Datum</strong>: Donderdag 04 april 2019<br> +<strong>Locatie</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entree</strong>: Gratis<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Met bijdragen van: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Dit project is ontwikkeld in de context van de <em>Master of Arts in Fine Art and Design: Experimental Publishing (XPUB)</em> van het Piet Zwart Instituut, en <em>Varia, Centrum voor Alledaagse Technologie</em>, Rotterdam - april 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:None,2019-04-04:varia.zone/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Call Of The Kettlevaria.zone/en/kettle_MD.html<p>There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under the guise of 'The Call Of The Kettle'; the first object oriented music evening at Varia! During this event there will be performances by the following artists:</p> +<p><strong> Agente Costura and Stephen Doyle </strong> are a duo playing improvised sounds, on amplified sewing machine and drums. Constura has been playing the Singer since 2003. In the daytime she tackles unwanted clothing, transforming them into new wearable shapes. At night, the Singer joins her fellow musicians and Lisa sews to the beat of the music, improvising on clothing based on rhythm and sound. Lisa has performed extensively, for instance at The Vancouver Art Gallery, the Month of Performance Art Berlin, the Bimhuis Amsterdam, and Curitiba Fashion Week. Stephen Doyle is a drummer, living and working in Amsterdam. His sounds have previously graced the creations of Dagora, 78rpm, and many more. Together, Costura and Doyle create a percussive upcycled torrent of uniquely sculpted sound.</p> +<p><a href="www.agentecostura.blogspot.de/">Agente Costura Online</a><br> +<a href="https://soundcloud.com/stephen-doyle-drummer">Stephen Doyle on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/oey80a-7CQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Watt’s Cookin’ </strong> is composed of Zeynep Aslan, Tamara van Suylekom and Inge Hoonte who met through re#sister and rehearse at Worm. For this performance, the three have teamed up to bang, clang and tinker with everyday household items. They are currently rehearsing in Inge's kitchen with the orchestra members they’ve interested to participate, such as water cookers and coffee percolators, a knife and a cutting board, a few jars with nuts, rice, and corn, and a couple of empty jars, a mini oven, two pans, two tea spoons and an egg beater. A bread toaster and a coconut milk can are hesitant if they want to join this upbeat troupe, but they will probably fit right in!</p> +<p><strong> De Brut </strong> is a new project by Marijn Verbiesen who, according to sources, is "one of the forces that keeps the Rotterdam underground together!" She has participated in numerous projects (Sweat Tongue, Red Brut) and is active as one of the organizers of the infamous Herman concert series. Besides that Verbiesen is renowned for her tape collages that are highly personal and highly regarded by magazines like The Wire.</p> +<p><a href="https://redbrut.com/">Red Brut Online</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/pa066-UzitY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Beachcombartband </strong> is a one-man-sea-trash-band from Rotterdam, helmed by none other than Bart Koppe. He performs with a collection of marine debris, played by mechanics and by hand. He will sweep the beach and throw its garbage on your head, in a maze of audio galactic joyfulness.</p> +<p><strong> The Singing Toaster </strong> is not like other toasters, because not every toaster is able to sing. Therefore the inclusion of this one during ‘the call of the kettle’ is somewhat of an occasion. Will the burned crumbs between its heating elements be enough to warm your heart? </p> +<p><strong>Date:</strong> Friday, 15 March 2019<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30 </p>VariaFri, 15 Mar 2019 00:00:00 +0100tag:None,2019-03-15:varia.zone/en/kettle_MD.htmleventeventConversas at variavaria.zone/en/conversas-february.html<p>On the <strong><em>6th of February from 19:30 to 21:30</em></strong>, Varia has the pleasure to host one of the nomadic Conversas evenings.</p> +<p>Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests. </p> +<p>During the event, three Conversadores (those who start the conversation) bring something to share with the gathered group, for thirty minutes each. As the title suggests, Conversas (Conversations in Portuguese) aim at an equal set up from which both the Conversadores and the group benefit. In this series, we are challenging our guests to not use a beamer, try to be creative and use only words and/or other objects to tell their story.</p> +<p>The three Conversadores for the session at Varia are:</p> +<ul> +<li>Karla de Witte (Dutch Love Letters)</li> +<li>Clara Mendes (Nude models, postcolonialism and museums)</li> +<li>Ludovic Lacreuse (Digressions around a flag)</li> +</ul> +<p><strong>Karla</strong> is designer and educator of visual arts. <a href="www.facebook.com/pg/dutchloveletters/ +">DLL</a> started when two mothers met at a colorful schoolyard in Rotterdam. Both born and grown up in different parts of the world, sharing similar memories of New Year's Eve with waffles. Delicate and very thin made with great patience by their grandmothers. +www.instagram.com/dutch_love_letters/</p> +<p><strong>Clara</strong> has recently moved from Portugal to The Netherlands to pursue her wish to learn more about how art impacts the lives of different people. She will talk about the projects she jumped into throughout her master's program in Arts and Society whilst she was still struggling to find her way around a new city.</p> +<p>After a 3 month artist residency (State of the City, in Paviljoen aan het Water, in Rotterdam), <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> will present a flag which will be hoisted on top of the varia zone building. His conversation will be filled by digressions about different subjects more or less related to the flag.</p> +<p>The 13th series of ten <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> starts on the 7th of November and runs every other Wednesday until the 20th of March. This series is happening in different locations spread through the city of Rotterdam. It is organized by Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said and Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is a project initiated in Lisbon by Constança Saraiva and Mafalda Fernandes, in 2012. Nowadays, it's a project of many people and cities.</p> +<p>Events are open to all and the entrance is free.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:None,2019-02-06:varia.zone/en/conversas-february.htmleventConversasinformalmeetingsConversas bij variavaria.zone/conversas-february.html<p>Op de <strong><em>6 februari van 19.30 tot 21.30 uur</em></strong> heeft Varia het genoegen om een van de nomadische Conversas-avonden te ontvangen.</p> +<p>Conversas is een reeks van tweewekelijkse informele ontmoetingen om elkaar te leren kennen, projecten, verhalen of interesses te delen.</p> +<p>Tijdens het evenement brengen drie Conversadores (degenen die het gesprek beginnen) gedurende dertig minuten elk iets te delen met de verzamelde groep. Zoals de titel al doet vermoeden, streeft Conversas (Conversations in Portuguese) naar een gelijkwaardige opzet waar zowel de Conversadores als de groep baat bij hebben. In deze serie dagen we onze gasten uit om geen beamer te gebruiken, creatief te zijn en alleen woorden en/of andere objecten te gebruiken om hun verhaal te vertellen.</p> +<p>De drie Conversadores voor de sessie bij Varia zijn dat wel:</p> +<ul> +<li>Karla de Witte (Nederlandse liefdesbrieven)</li> +<li>Clara Mendes (Naakt modellen, postkolonialisme en musea)</li> +<li>Ludovic Lacreuse (Digressies rond een vlag)</li> +</ul> +<p><strong>Karla</strong> is ontwerper en docent beeldende kunst. <a href="www.facebook.com/pg/dutchloveletters/">DLL</a> begon toen twee moeders elkaar ontmoetten op een kleurrijk schoolplein in Rotterdam. Zowel geboren als opgegroeid in verschillende delen van de wereld, met wafels die soortgelijke herinneringen aan oud en nieuw delen. Delicaat en zeer dun gemaakt met veel geduld door hun grootmoeders. +www.instagram.com/dutch_love_letters/liefdebrieven/</p> +<p><strong>Clara</strong> is onlangs verhuisd van Portugal naar Nederland om haar wens na te streven om meer te weten te komen over de impact van kunst op het leven van verschillende mensen. Ze zal vertellen over de projecten waar ze tijdens haar masteropleiding Kunst en Maatschappij in is gesprongen terwijl ze nog worstelde om haar weg te vinden in een nieuwe stad.</p> +<p>Na een residentie van 3 maanden (Staat van de Stad, in Paviljoen aan het Water, in Rotterdam), presenteert <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> een vlag die bovenop het varia-zonegebouw wordt gehesen. Zijn gesprek wordt gevuld met uitweidingen over verschillende onderwerpen die min of meer met de vlag te maken hebben.</p> +<p>De 13e serie van tien <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> begint op 7 november en loopt elke andere woensdag tot 20 maart. Deze serie vindt plaats op verschillende locaties verspreid door de stad Rotterdam. Het wordt georganiseerd door Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said en Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is een project geïnitieerd in Lissabon door Constança Saraiva en Mafalda Fernandes, in 2012. Tegenwoordig is het een project van veel mensen en steden.</p> +<p>Evenementen zijn voor iedereen toegankelijk en de toegang is gratis.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:None,2019-02-06:varia.zone/conversas-february.htmleventConversasinformeelontmoetingenVaria New Year's Receptionvaria.zone/en/borrel2019.html<p>It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.</p> +<p>This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music.</p> +<p>Woodstone Kugelblitz will also be presenting the latest issue of L'Intolerant #18: A Really Useful Cookbook.</p> +<p>Almost everyone is welcome and the entrance is free. However, a voluntary donation of 5 euros will help us replace our window and is greatly appreciated!</p> +<p>See you there!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:None,2019-01-11:varia.zone/en/borrel2019.htmleventeventVaria's Nieuwjaarsborrelvaria.zone/borrel2019.html<p>Varia's Nieuwjaarsborrel</p> +<p>Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!</p> +<p>Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van DJ Listentomerijn.</p> +<p>Woodstone Kugelblitz zal dan de nieuwste editie van L'Intolerant presenteren: Nummer 18, A Really Useful Cookbook.</p> +<p>Iedereen is welkom en de toegang is uiteraard vrij. Echter, vrijwillige donatie van 5 euro helpen ons bij het vervangen van de ruit en worden zeer gewaardeerd!</p> +<p>Tot dan!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:None,2019-01-11:varia.zone/borrel2019.htmleventeventChristmas at Varia - With adammmmmmmmmmmm and Logosamphiavaria.zone/en/christmas.html<p>A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday themed music, warm your heart up with a hot cup of glühwein and discuss your new years resolutions like there is no tomorrow! There will be performances by:</p> +<p><strong>adammmmmmmmmmmm</strong>, also known as Adam Tuch, is an artist/musician based out of Boston. He is part of a collective called media_rins that creates and publishes work in the fields of electronic music, new media, and performance art. They organize events in the Boston area for adventurous and contemporary artists working with Hi-Fi digital tools, analogue electronics, and information media. In his work he focuses on absurdity within online/digital identities and reflexivity.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">adammmmmmmmmmmm on Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website of media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong>Logosamphia</strong> is a project of Sadra Hemati. With one foot in the French underground party scene, and another in Netherlands’ avant-garde noise performance &amp; arts world, he represents one of the few Iranian musicians active in non-mainstream electronic music. Hemati has a penchant for combining influences from both traditional &amp; modern techniques in unique and catchy arrangements.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>DJ The Sound of C</strong> brings you a dirt cheap Christmas extravaganza selected at your local thrift store. Records will be wrapped and gifts will get scratched. Everything is for free, after it’s being played. Santa comes early this year. Warm hearts only!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>See you at Varia!</p> +<p><strong>Date:</strong> Saturday, 22 December 2018<br> +<strong>Entrance:</strong> 4 euro<br> +<strong>Door:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:None,2018-12-22:varia.zone/en/christmas.htmlconcertKerst bij Varia - Met adammmmmmmmmmmm en Logosamphiavaria.zone/christmas.html<p>Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje, warm je hart op met een kop glühwein en bespreek al je goede voornemens zolang ze nog goed zijn! Er zullen optredens zijn van:</p> +<p><strong> adammmmmmmmmmmm</strong>, ook bekend als Adam Tuch, is een artiest / muzikant uit Boston. Hij maakt deel uit van een collectief met de naam media_rins dat werk creëert en publiceert op het gebied van elektronische muziek, nieuwe media en performance art. Zij organiseren evenementen in de omgeving van Boston voor avontuurlijke en hedendaagse kunstenaars die werken met digitale Hi-Fi-tools, analoge elektronica en informatiemedia. In zijn werk richt hij zich op de absurditeit binnen online/digitale identiteiten en reflexiviteit.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">Adam Tuch op Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website van media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong> Logosamphia </strong> is een project van Sadra Hemati. Met een voet in de Franse underground party scene, en een andere in de Nederlandse avant-garde noise performance &amp; kunstwereld, vertegenwoordigt hij een van de weinige Iraanse muzikanten die actief is in niet-mainstream elektronische muziek. Hemati heeft een voorliefde voor het combineren van invloeden uit zowel traditionele als moderne technieken in unieke en pakkende arrangementen.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> DJ The Sound of C </strong> brengt je een spotgoedkoop kerst extravaganza, geselecteerd bij je lokale kringloopwinkel. Platen worden ingepakt en cadeaus brkrast. Alles is gratis nadat het is afgespeeld. De kerstman komt vroeg dit jaar!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>Tot in Varia!</p> +<p><strong>Datum:</strong> Zaterdag, 22 December 2018<br> +<strong>Entree:</strong> 4 euro<br> +<strong>Deur:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:None,2018-12-22:varia.zone/christmas.htmlconcertCentury 21 Calling - I'd Buy That For A Dollar!varia.zone/en/id-buy-that-for-a-dollar.html<p>During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and refund instruction video’s. This will surely get you in the shopping mood!</p> +<p><strong>Century 21 Calling</strong> is a series by the collective Save_as and hosted at Varia in Rotterdam. During these screenings we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Save_as</strong> is a platform for 360 degrees media exploration by Thomas Walskaar and Léna Robin, initiated in 2017. Save_as investigates media and alternative publishing practices, to observe tensions which emanate from them. Save_as is also an independent publisher of printed and non-printed matter.</p> +<p><strong>Date:</strong> Saturday, 15 December 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> Donation</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:None,2018-12-15:varia.zone/en/id-buy-that-for-a-dollar.htmleventCentury 21 Calling - I'd Buy That For A Dollar!varia.zone/id-buy-that-for-a-dollar.html<p>Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen van je spelcomputer naar de winkel. </p> +<p><strong>Century 21 Calling</strong> gebruikt archiefmateriaal uit de industrie, infomercials van bedrijven, tv uitzendingen en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken die om het heden te doorgronden. Het is een initiatief van Save_as en vindt plaats in Varia in Rotterdam.</p> +<p><strong>Datum:</strong> Zaterdag, 15 December 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:None,2018-12-15:varia.zone/id-buy-that-for-a-dollar.htmleventWelcome to the � Federation - Mastodon and The Fediversevaria.zone/en/mastodon-and-fediverse.html<p>In recent years there has been a lot of dissatisfaction about social media. At the same time there has been a new platform, Mastodon, which has been gaining popularity in the way it seeks to address the sources of this unease. It looks and behaves like similar platforms, but under the hood it works substantially different ways. </p> +<p>Rather than a single service, <a href="https://joinmastodon.org/">Mastodon</a> is part of a collection of community-owned independent services that interoperate with each other. This larger set of projects is also known as the Fediverse and is compromised of vastly different softwares, cultures and attitudes.</p> +<h2 id="public-conversation">Public conversation</h2> +<p><em>A general introduction into Mastodon and the Fediverse</em><br> +Saturday 8 December 2018<br> +20:00h - 21:30h </p> +<p>On the Saturday 8th of December <a href="https://varia.zone/wttf/">Wtt�F</a> will host an evening roundtable as a general introduction into Mastodon and the Fediverse. How does it work? What are the underlying concepts? Who made it? What has been the history behind it? What kind of different communities inhabit this Fediverse? What does it mean to host such a community?</p> +<p>It will be hosted together by an administrator of a large Mastodon community and an administrator of a small Mastodon community. Both are also contributors to the fediverse. </p> +<h2 id="worksession">Worksession</h2> +<p><em>Translating and documentation of the Mastodon project</em><br> +Saturday 8 December 2018<br> +14:00h - 18:00h </p> +<p>As part of this edition of Wtt�F we will also spend the afternoon together to look at the documentation and translation of the Mastodon project. How does the translation of open source projects work? How are projects communicated? How can the technical concepts be made accessible for larger audiences without diluting their significance? </p> +<p>If you would like to join the worksession, please register in advance by sending a mail to <code>info[at]varia.zone</code>.</p> +<h2 id="practical">Practical</h2> +<p>This gathering takes place in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> and <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:None,2018-12-08:varia.zone/en/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubWelcome to the � Federation - Mastodon en de Fediversevaria.zone/mastodon-and-fediverse.html<p>De laatste jaren is er veel discussie en ontevredenheid over sociale media. Tegelijkertijd is er een nieuw platform, Mastodon, dat aan populariteit wint door de manier waarop het de kern van dit ongemakkelijke gevoel probeert aan te pakken. Mastodon ziet er uit en gedraagt zich als soortgelijke platforms, maar achter de schermen functioneert het op en totaal andere manier. </p> +<p><a href="https://joinmastodon.org/">Mastodon</a> is geen eigen gesloten platform, maar maakt deel uit van een verzameling onafhankelijke platforms die met elkaar samenwerken. Deze grotere verzameling projecten wordt ook wel <em>de Fediverse</em> genoemd en bestaat uit een grote diversiteit van softwares, gemeenschappen, culturen en houdingen.</p> +<h2 id="publiek-gesprek">Publiek gesprek</h2> +<p><em>Een algemene inleiding in Mastodon en het Fediverse</em><br> +Zaterdag 8 december 2018<br> +20:00u - 21:30u </p> +<p>Op zaterdag 8 december zal <a href="https://varia.zone/wttf/">Wtt�F</a> een rond-de-tafel gesprek organiseren als algemene introductie over Mastodon en de Fediverse. Hoe werkt het? Wat zijn de onderliggende concepten? Wie heeft het gemaakt? Wat is de geschiedenis erachter? Wat voor soort verschillende gemeenschappen leven er in dit ecosysteem? Wat betekent het om een gemeenschap te hosten?</p> +<p>De introductie en het rondetafelgesprek worden gefaciliteerd door een beheerder van een grote Mastodon gemeenschap en een beheerder van een kleine Mastodon gemeenschap. Beiden hebben ook bijgedragen aan het vertalen van Fediverse software. </p> +<h2 id="werksessie">Werksessie</h2> +<p><em>Vertaling en documentatie van het Mastodon-project</em><br> +Zaterdag 8 december 2018<br> +14:00 uur - 18:00 uur </p> +<p>Als onderdeel van deze editie van Wtt�F zullen we ook de middag samen doorbrengen om de documentatie en vertaling van het Mastodon-project te bekijken. Hoe worden open-source projecten vertaald? In welke taal worden projecten gecommuniceerd? Hoe kunnen de technische concepten toegankelijk worden gemaakt voor een groter publiek zonder hun betekenis te verliezen? </p> +<p>Als je wilt deelnemen aan deze werksessie, schrijf je dan vooraf in door een korte mail te sturen naar <code>info[at]varia.zone</code>.</p> +<h2 id="praktisch">Praktisch</h2> +<p>Deze bijeenkomst vindt plaats in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op de constatering van een hernieuwde interesse in 'alternatieve' online diensten zoals sociale media en chat. Door middel van presentaties en werksessies wordt er aandacht besteed aan de softwareprojecten die deel uit maken van deze ecosystemen. Een bijzondere focus zal liggen op projecten die (op)nieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, door veel aandacht te besteden aan ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a> (engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> en <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:None,2018-12-08:varia.zone/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubMaximum Velocityvaria.zone/en/velocity.html<p>Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both speed and movement in their compositions and performances!</p> +<p>The event is comprised of the following elements:</p> +<p><strong>Bismuth</strong> is a two-man formation, made up of experimental instrument builder Yuri Landman and multi-instrumentalist Arnold van de Velde (ex-Feverdream). Together they play a space-filling amount of self-built instruments made of wood, steel, strings, motors and electronics. This colorful collection of instruments leads to a rhythmic amalgamation of experimental noise rock, dance and gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> make instant electronic compositions with self-programmed software and self-made controllers. They aim for a physical approach towards electronic music (and in particular realtime synthesis) by using objects such as bicycles, radios, FM transmitters and little solar cell synths in their performances. Their music – sometimes described as ‘improvised noise ambient’ – is influenced by the music and ideas of artists like John Cage, Tim Hecker, John Zorn and Captain Beefheart. Current members are composer/sound artist Sjoerd Leijten and ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten on the web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is a performer, artist and theologist working between Charlois and Scheveningen. For the last 10 years he has performed continuously under various monikors (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) and in a variety of setups. At Maximum Velocity he will perform a dance inspired by the concept of meditative sufi whirling, practiced by the Sufi Dervishes of the Mevlevi order. </p> +<p><a href="http://jaccoweener.nl/">More on Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> will display the hypnotic effect of rotating disks made out of vinyl at various speeds, coming into contact with a more or less stable needle. You might be surprised by the results!</p> +<p><strong>Date:</strong> Friday, 7 December 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:None,2018-12-07:varia.zone/en/velocity.htmlconcertMaximum Velocityvaria.zone/velocity.html<p>Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die met snelheid en beweging werken in hun composities en uitvoeringen!</p> +<p>Ditevenement bestaat uit de volgende elementen:</p> +<p><strong>Bismuth</strong> is een tweemansformatie, opgebouwd uit experimenteel instrumentenbouwer Yuri Landman en multi-instrumentalist Arnold van de Velde (ex-Feverdream). Samen bespelen zij een ruimtevullende hoeveelheid zelfgebouwde instrumenten, gemaakt uit hout, staal, snaren, motoren en electronica. Dzee bonte collectie instrumenten leidt tot een ritmische samensmelting van experimentele noise rock, dance en gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> maak directe elektronische composities met zelfgeprogrammeerde software en zelf gemaakte controllers. Ze streven naar een fysieke benadering van elektronische muziek (en in het bijzonder realtime synthese) door het gebruik van objecten als fietsen, radio's, FM-zenders en kleine zonnecelsynths bij hun uitvoeringen. Hun muziek - soms omschreven als 'geïmproviseerde noise ambient' - wordt beïnvloed door de muziek en ideeën van artiesten als John Cage, Tim Hecker, John Zorn en Captain Beefheart. De huidige leden zijn componist/geluidskunstenaar Sjoerd Leijten en ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten op het web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is een performer, kunstenaar en theoloog die werkt tussen Charlois en Scheveningen. De laatste 10 jaar heeft hij onafgebroken opgetreden onder verschillende namen (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) en in verschillende gelegenheden. Op Maximum Velocity zal hij een dans uitvoeren die is geïnspireerd door de meditatieve wervelen van de Sufi-derwisjen van de Mevlevi-orde.</p> +<p><a href="http://jaccoweener.nl/">Meer over Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> toont het hypnotiserende effect van roterende schijven gemaakt van vinyl die op verschillende snelheden in contact komen met een min of meer stabiele naald. Het effect is verrassend!</p> +<p><strong>Datum:</strong> Vrijdag, 7 December 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:None,2018-12-07:varia.zone/velocity.htmlconcertPushing Scores with De Playervaria.zone/en/pushing-the-score.html<p>During this evening we focus on the archiving of the Pushing Scores project by <strong><a href="https://www.deplayer.nl/">DE PLAYER</a></strong>; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?</p> +<p>To communicate the project to a larger audience DE PLAYER asked <strong>Varia</strong> to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Julie Boschat Thorez, Cristina Cochior and Niek Hilkmann will explain their ideas and approach to this matter.</p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records.</p> +<p><strong>Niek Hilkmann</strong> (part of Varia) will present his <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics.</p> +<h2 id="about-pushing-scores">about Pushing Scores</h2> +<p>What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? </p> +<p>In an attempt to redefine this concept, DE PLAYER compiles a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. </p> +<p>Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.</p> +<p><strong>Date:</strong> Thursday, 29 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:None,2018-11-29:varia.zone/en/pushing-the-score.htmleventPushing Scores met De Playervaria.zone/pushing-the-score.html<p>Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door <strong><a href="https://www.deplayer.nl/">De Player</a></strong> uitgevoerd. Zij heeft aan <strong>Varia</strong> gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een online archiefuitgave van het project. Julie Boschat Thorez, Cristina Cochior en Niek Hilkmann zal deze aanpak toelichten, tijdens een avond met verschillende presentaties. </p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> zal een liveset spelen. Zij benadert computers met 'transducers' die elektromagnetische straling in geluid transformeren via choreografisch opstellingen. De 'runtime' van uitgevoerde software wordt geënsceneerd voor een publiek om een akoestische ervaring te bieden.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> introduceert haar project 'Untitled Records'; een performatieve geluidsinstallatie die historische en emotionele vertellingen verweeft door middel van de 'instrumentalisatie' van een verzameling platen.</p> +<p><strong>Niek Hilkmann</strong> (onderdeel van Varia) presenteert zijn <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universele Notatie Ideaal); een Pay2Print verkenning van de simultane productie en distributie van gestandaardiseerde grafische notatie gemedieerd door automatiek. Deze is ontwikkelt in samenwerking met Joseph Knierzinger en gebaseerd op een nieuw notatiesysteem dat conceptuele componisten kan helpen in de ontwikkeling en uitwisseling van conceptuele muziek in een uniforme taal. Het daadwerkelijke afdrukken van de composities op papier kan gelezen worden als een stochastische compositie in zichzelf. Door dit aspect te benadrukken, waardoor de machine een muzikale entrepeneur wordt die zijn eigen inkomen verdient, verkennen we de voorwaarden van mechanische arbeid in de creatieve industrie en de daarbij horende ethische kwesties.</p> +<h2 id="over-pushing-scores">Over Pushing Scores</h2> +<p>Wat zijn de mogelijkheden van grafische partituren, in een tijd waarin grafische notatie meestal als een 'tekening' wordt gezien en als een soort bladmuziek dienst doet? </p> +<p>In een poging om dit concept te herdefiniëren, stelde DE PLAYER een programma samen waarvoor artiesten, muzikanten en theoretici werden uitgenodigd. Het collectieve doel is om nieuwe audiovisuele en media-technische vormen van grafische notatie te ontwikkelen en te presenteren door middel van artistiek onderzoek. </p> +<p>De meest eigentijdse en innovatieve grafische notatiepraktijken op het gebied van muziek, geluidskunst, performancekunst, e-cultuur, nieuwe mediakunst, grafisch ontwerp en mediao-ntwerp introduceerde De Player zo aan een nationaal en internationaal publiek.</p> +<p><strong>Datum:</strong> Donderdag, 29 November 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:None,2018-11-29:varia.zone/pushing-the-score.htmleventDruk: An Evening With Cantos Deus & Bohman Familyvaria.zone/en/druk-cantos-bohman-evening.html<p>Because we can't always keep the pressure on, we've added a musical intermezzo during <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.en.md">Woodstone Kugelblitz: Druk In Varia</a>.</p> +<p>And what an intermezzo it is!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>For more than two decades the English <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> have been summoning a mix of unique and impure experimental music from a table stuffed with ordinary day to day objects. The mix contains fluxus elements, musique concrete and free improv. For this one evening the Bohman Brothers become a Bohman Family as they will adopt a bunch of local musicians and perform together as a nonet.</p> +<h1 id="cantos-deus">Cantos Deus</h1> +<iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p> + +<p><a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> will play a selection of no-wave, gospel, reli-pop en psychedelica worship, all in the form of an entertaining revival show. Plenty of opportunity for the audience to dance, sing and worship. The company consists of Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Saturday, 24th of November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euros</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:None,2018-11-24:varia.zone/en/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalDruk: Een avond met Cantos Deus & Bohman Familyvaria.zone/druk-cantos-bohman-evening.html<p>Omdat de boog niet altijd gespannen kan staan, lassen we tijdens het evenement <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.nl.md">Woodstone Kugelblitz: Druk In Varia</a> een muzikale pauze in.</p> +<p>En wat voor een pauze!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>De Engelse <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> toveren al meer dan twee decenia unieke en impure experimentele muziek uit een tafel vol huis, tuin en keuken-rommel. Er zijn sporen van fluxus ongein, musique concrete, en vrije improvisatie. Voor deze avond worden de Bohman Brothers een Bohman Family: ze adopteren een aantal lokale muzikanten en zullen als een nonet optreden. </p> +<h1 id="cantos-deus">Cantos Deus</h1> +<p><iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p></p> +<p>Door <a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> zal een selectie van no-wave, gospel, reli-pop en psychedelica worship gespeeld worden, dit alles verpakt in een amusante revival show. Voor het publiek is er mogelijkheid tot dans, zang en aanbidding. Het gezelschap bestaat uit Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Zaterdag, 24 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euro</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:None,2018-11-24:varia.zone/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalWoodstone Kugelblitz: Druk in Variavaria.zone/en/woodstone-kugelblitz-druk-in-varia.html<p>Some things are more useful to know than others. </p> +<p>On the 23rd, 24th and 25th of November during <em>Woodstone Kugelblitz: Druk in Varia</em> we will make a Really Useful Knowledge Cookbook. A manual to be more an actor and less a consumer in your day to day affairs. The cookbook brings together recipes and instructions from the practice and theory of daily life. </p> +<p>This three day convivial book sprint is about exchanging knowledge on analog printing techniques, eating together, sharing of recipes for and from daily life, discussing Really Useful Knowledge, hanging out and editing and designing the publication.</p> +<blockquote> +<p>'What we want to be informed about is how to get out of our present trouble' +<small>Poor Man's Guardian</small></p> +</blockquote> +<h2 id="a-call-for-really-useful-recipes">A Call For Really Useful Recipes!</h2> +<p>For this event we are looking for DIY-advice, tips and tricks, that need to be inscribed in our collective memory as part of this recipebook. We already have recipes about raising toddlers without diapers, blocking online advertising and making of hot sauce based on lactic fermentation!</p> +<p>All of your recipes for daily life are very welcome! </p> +<p>These can be submitted just as text or as already designed pages.</p> +<p>Please send us recipes for the book by email(info[at]varia.zone) or by post (Gouwstraat 3, 3082 BA, Rotterdam) before <strong>November 15th</strong>.</p> +<p>You can also submit via this Really Useful Etherpad: <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="about-the-book-sprint">About the book sprint</h2> +<p>If you are interested in participating in the book sprint you can also drop us an email (info[at]varia.zone). Please note that to ensure continuity we prefer you to join the full three days. </p> +<p>We will have the following machines on site:</p> +<ul> +<li>Riso automatic A3 with black and blue ink</li> +<li>A0 Roll inkjet plotter </li> +<li>A0 Roll pen plotter</li> +<li>A4 b/w laser printer</li> +<li>Dot matrix printer</li> +<li>automatic stencil copy printer -&gt; yellow and black ink </li> +<li>manual stenciling machines -&gt; red, green, blue, black ink </li> +<li>Fax machine (can be used to make stencil masters)</li> +<li>Telex FS200 Teletypewriters</li> +<li>Thermal receipt sprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:None,2018-11-23:varia.zone/en/woodstone-kugelblitz-druk-in-varia.htmleventprintcollaborationreally useful knowledgerecipe bookWoodstone Kugelblitz: Druk in Variavaria.zone/woodstone-kugelblitz-druk-in-varia.html<p>Een Kookboek voor Écht Nuttige Kennis</p> +<p>Want, sommige dingen zijn nou eenmaal nuttiger om te weten dan andere.</p> +<p>Op 23, 24 en 25 november tijdens <em>Woodstone Kugelblitz Druk in Varia</em> gaan we een receptenboek maken. +Een handleiding om meer te ageren en minder te consumeren in het dagelijks leven. </p> +<p>Deze driedaagse gemoedelijke boeksprint gaat over het uitwisselen van kennis over analoge druktechniek, samen koken &amp; eten, het delen van recepten uit- en voor het dagelijkse leven, het bespreken van Écht Nuttige Kennis, samen zijn en het redigeren en vormgeven van de publicatie.</p> +<h2 id="een-oproep-voor-echt-nuttige-recepten">Een oproep voor Écht Nuttige Recepten!</h2> +<p>Voor de publicatie zijn we op zoek naar doe-het-zelf advies, tips en handleidingen die opgenomen moeten worden in het receptenboek zodat het onderdeel kan worden van ons collectieve geheugen. Zo hebben we bijvoorbeeld al recepten over het opvoeden van peuters zonder luiers, het blokkeren van online advertenties op de computer en het maken van sambal op basis van lactosefermentatie!</p> +<p>Alle soorten recepten uit het dagelijkse leven zijn hiervoor welkom. </p> +<p>Deze recepten kunnen gewoon als platte tekst worden ingediend of al reeds voorzien van een vormgeving.</p> +<p>Stuur het materiaal per post of email voor 15 november naar: +info[at]varia.zone of Gouwstraat 3, 3082 BA, Rotterdam vóór <strong>15 november</strong>.</p> +<p>Je kunt recepten ook toevoegen via deze Écht Nuttige Etherpad <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="over-de-boeksprint">Over de boeksprint</h2> +<p>Als je wilt meedoen met de boeksprint zelf, stuur ons dan een e-mailtje (info[at]varia.zone). Let wel dat we op zoek zijn naar mensen die er gedurende de drie dagen kunnen zijn om de continuïteit en concentratie te kunnen behouden voor het maken van de publicatie!</p> +<p>We hebben tijdens het evenement de volgende printapparatuur op locatie:</p> +<ul> +<li>Riso automatic A3 met zwarte en blauwe inkt</li> +<li>A0 rol inkt jet plotter op </li> +<li>A0 rol pen plotter</li> +<li>A4 zwart-wit laser printer</li> +<li>Dot matrix printer</li> +<li>automatische stencil kopieermachine -&gt; gele en zwarte inkt </li> +<li>handmatige stencilmachines -&gt; rood, groen, blauw en zwarte inkt </li> +<li>Fax machine (waar we sjablonen voor de stencils mee kunnen maken)</li> +<li>Telex FS200 Teletypewriter</li> +<li>Bonnetjesprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:None,2018-11-23:varia.zone/woodstone-kugelblitz-druk-in-varia.htmleventdruksamenwerkingécht nuttige kennisreceptenboek.RecycleReduceReuse and where is Repair Workshop (full)varia.zone/en/recycle-reduce-reuse.html<p>Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each have their own impact on the economy and environment. Among others, some relevant questions arise from this matter:</p> +<ul> +<li>What values construct our contemporary attitude towards waste? </li> +<li>Is it perhaps an obsession with utility? </li> +<li>What are the artistic merits of repair?</li> +</ul> +<p>In this workshop, hosted by Yoana Buzova and Niek Hilkmann, we will take a look at the implications of recycling (electronic) waste. This will happen in a hands-on workshop in which we will visit places where ‘waste’ is being gathered and turn the concept of repair and recycle upside down. Departing from the idea that uselessness, like a haiku poem, contains a certain subversive potential, we will rework a utility object into something quite useless.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address before the 19th of November!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 22 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:None,2018-11-22:varia.zone/en/recycle-reduce-reuse.htmlcurriculumrepairRecycleReduceReuse and waar is Repair Workshop (vol)varia.zone/recycle-reduce-reuse.html<p>In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden worden toegepast die elk hun eigen impact hebben op de economie en het milieu. Hieruit vloeien enkele relevante vragen:</p> +<ul> +<li>Welke waarden construeren onze hedendaagse houding tegenover afval?</li> +<li>Is het misschien een obsessie met nuttigheid?</li> +<li>Wat zijn de artistieke verdiensten van reparatie?</li> +</ul> +<p>In deze workshop, georganiseerd door Yoana Buzova en Niek Hilkmann, zullen we de implicaties van de recycling van (elektronisch) afval bekijken. Dit gebeurt in een praktische workshop waarin we plaatsen bezoeken waar 'afval' wordt verzameld om vervolgens het concept van reparatie en recyclage op zijn kop zet. Uitgaande van het idee dat nutteloosheid, net als een haiku-gedicht, een bepaald subversief potentieel bevat, zullen we een gebruiksvoorwerp reparen tot iets volkomen nutteloos.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 19 november!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 22 November, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:None,2018-11-22:varia.zone/recycle-reduce-reuse.htmlcurriculumrepairChoreo-Graphic-Hypothesis Book Launchvaria.zone/en/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Find here a sneak preview of the publication at: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Come dance along ~</p> +<hr> +<p><strong>Date</strong>: Thursday, 15th of November 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is a graphic designer, coder, researcher - with background in dance. Her trans-disciplinary project interweaves media design and web environments with choreographic practices. Chicau has been researching the intersection of the body with the constructed, designed, programmed environment, aiming at in widening the ways in which digital sciences is presented and made accessible to the public. She has been actively participating and organizing events with performances involving multi- location collaborative algorithmic improvisation, open discussions on gender equality and activism. +She is a member of Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:None,2018-11-15:varia.zone/en/choreographic.htmleventChoreo-Graphische-Hypothese Boeklanceringvaria.zone/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Zie hier een voorproef van de publicatie: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Kom en dans mee ~</p> +<hr> +<p><strong>Datum</strong>: Donderdag, 15th of November 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is grafisch ontwerper, coder, onderzoeker met een achtergrond in dans. Haar trans-disciplinaire project verweeft media ontwerp en web omgevingen met choreochrafische praktijken. Chicau heeft onderzoek gedaan naar het snijvlak van lichamelijkheid met geconstruuerde, vormgegeven en geprogrammeerde omgevingen. Daarme heeft ze voor ogen om de manieren waarop digitale kennis wordt gepresenteerd en toegankelijk gemaakt aan een groter publiek te verbreden. +Ze is actief in het organiseren en deelnemen aan evenementen waarbij performances op meerdere locaties gezamelijk algorithmisch geimproveerd wordt. Ook organiseert ze open discussies over gendergelijkwaardigheid en activisme.</p> +<p>Ze is ook lid van Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:None,2018-11-15:varia.zone/choreographic.htmleventLooking Back - Varia Anniversaryvaria.zone/en/anniversary.html<p>It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat. </p> +<p>You are welcome to join us, feast on our exclusive varia drinks and enjoy nostalgic memories of varia's past and future! </p> +<p>Thanks to the DJ skills of Newk and DJ USB, plus the rare appearance of the varia karaoke set, this will surely be a night to help you remember!</p> +<p><strong>Date:</strong> Friday, 9 November 2018<br> +<strong>Door:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:None,2018-11-09:varia.zone/en/anniversary.htmlpartyLooking Back - Varia Anniversaryvaria.zone/anniversary.html<p>Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat. </p> +<p>Je bent van harte uitgenodigd om te komen genieten van onze exclusieve varia-drankjes en nostalgische herinneringen aan Varia's verleden en toekomst!</p> +<p>Dankzij de DJ-vaardigheden van Newk en DJ USB, plus de zeldzame aanwezigheid van de varia karaoke-set, zal dit zeker een nacht worden die iedereen zal helpen herinneren!</p> +<p><strong>Datum:</strong> Vrijdag, 9 November 2018<br> +<strong>Deur:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:None,2018-11-09:varia.zone/anniversary.htmlpartyInter-Planetary File System unearthedvaria.zone/en/curriculum-ipfs.html<h2 id="off-the-centralitarian-http-path">Off the centralitarian HTTP path.</h2> +<p>In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary File System (IPFS) protocol constitutes one of these attempts: a distributed file system that seeks all computing devices with the same system of files for storing and sharing.</p> +<p>IPFS has raised the interest of many communities, from archivists to activists. Versioning, resiliency and availability make it a useful infrastructure builder for digital archivists, while its distributed nature has enabled groups of people to circumvent censorship. For instance, the 2017 referendum website of Catalonia, which was mirrored on IPFS after the original website was shut down by the Spanish government. </p> +<p>During this workshop, we will look at the successes, the pitfalls and the potential of this protocol. We will install it, go through the basics, discuss how it differs from other P2P protocols like dat and what types of usage it enables.</p> +<ul> +<li>This workshop will last for 8 hours and a laptop will be necessary.</li> +<li>Prior knowledge of command line would be good, but is not obligatory. </li> +</ul> +<p>This workshop is an initiative by Julie Boschat Thorez, Silvio Lorusso and Cristina Cochior.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 29th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 01 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:None,2018-11-01:varia.zone/en/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyInter-Planetary File System unearthedvaria.zone/curriculum-ipfs.html<h2 id="van-het-gecentraliseerde-http-pad-af">Van het gecentraliseerde HTTP pad af</h2> +<p>In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het aan elkaar doorgeven van bestanden op alle machines. Het InterPlanetary File System (IPFS) protocol is een van deze pogingen: een gedistribueerd bestandssysteem dat het mogelijk maakt in het hele netwerk bestanden te zoeken, verspreid op te slaan en te delen.</p> +<p>IPFS heeft de interesse van veel gemeenschappen gewekt, van archivisten tot activisten. De mogelijkheid verschillende versies van bestanden bij te houden, de weerbarstigheid van het netwerk en de toegenomen beschikbaarheid van bestanden maken het een nuttige bouwsteen voor zowel digitale archivarissen als groepen die censuur willen omzeilen. Een voorbeeld is de website voor het referendum van Catalonië in 2017, die op IPFS nog beschikbaar was nadat de oorspronkelijke website door de Spaanse regering werd gesloten. </p> +<p>Tijdens deze workshop kijken we naar de successen, de valkuilen en de mogelijkheden van dit protocol. We zullen IPFS installeren, de basis doornemen, bespreken hoe het verschilt van andere P2P protocollen en wat voor toepassingen mogelijk zijn.</p> +<ul> +<li>Deze workshop duurt 8 uur en een laptop is noodzakelijk.</li> +<li>Voorafgaande kennis van IPFS zou goed zijn, maar is niet verplicht. </li> +</ul> +<p>Deze workshop is geïnitieerd door Cristina Cochior, Silvio Lorusso en Julie Boschat Thorez.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 29 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag 1 November, 10:00h - 18:00h (Lunch tussen 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:None,2018-11-01:varia.zone/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyLife Hacks: Spacevaria.zone/en/lifehacks.html<p>What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or yet another burden? Together with author and designer François Girard-Meunier, the WORKNOT! collective (Arvand Pourabbasi and Golnar Abbasi), Varia, the Centre for Everyday Technology (represented by Roel Roscam Abbing, Manetta Berends and Niek Hilkmann) and XPUB (the Experimental Publishing program of the Piet Zwart Institute), we will tackle these and more questions during an evening dedicated to spaces that are at once entrepreneurial and precarious.</p> +<p>Life Hacks is part of Het Nieuwe Instituut’s fellowship program around the theme of ‘burn out’. As 2017 fellow Ramon Amaro states, <em>“on the one hand, to ‘burn out’ is to stall, break, or become otherwise unusable. In other words, processes, procedure and participation simply stop working. On the other hand, ‘burn out’ is an opportunity to break open, promote action and catalyse change towards new structures and relations.”</em> </p> +<p>Life Hacks manifests in a series of gatherings that respond to this ambivalence by exploring the approaches and techniques adopted to design or redesign life against the backdrop of growing precarity and an intensified entrepreneurial regime. </p> +<p>Together with theorists, practitioners and XPUB, the Experimental Publishing program of the Piet Zwart Institute, Life Hacks looks into the tensions and releases that emerge from the constant reinvention and progressive self-optimization necessary to inhabit public and private space, manage time and productivity, and tweak one's own thoughts and feelings.</p> +<p>Life Hacks is curated by Silvio Lorusso, and jointly organized by HNI’s Research Department and XPUB.</p> +<hr> +<p><strong>Date</strong>: Wednesday, 31st of October 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Donation</p> +<hr> +<p>Roel Roscam Abbing (NL) is an artist and researcher whose work engages with the issues and cultures surrounding networked computation. He engages with themes such as network infrastructures, the politics of technology and do-it-yourself approaches. He holds an MA Networked Media from the Piet Zwart Institute in Rotterdam and a Fine Arts BA from the Willem De Kooning Academy. Currently he also works as a teacher in Digital Media at the department of Graphic Design in Artez, Arnhem. He is also a member of the homebrewserver.club and Varia. <a href="https://roelof.info">https://roelof.info</a></p> +<p>Manetta Berends (NL) is a graphic designer with an interest in networked publishing &amp; free software. Her practice is rooted in practical investigations into the sociality of software related to publishing infrastructures. Besides working on commissions, projects and workshops, Manetta is also member of Varia. <a href="https://www.manettaberends.nl">https://www.manettaberends.nl</a></p> +<p>François Girard-Meunier (CA/NL) is interested by the performativity and politics of labour in the contemporary western post-fordist context. Graduated from the Graphic Design department of the Gerrit Rietveld Academie (2015) and the Critical Studies department of the Sandberg Instituut (2018), he works mainly in the cultural field as a designer, web developer, writer and so on. Recent projects include <em>Flexible Bodies</em> (2017), at the Tallinn Photomonth 17, and <em>Talent at Work</em> (2017), in collaboration with Mirjam Reili and re-published in the context of Signals From The Periphery (EE). He is based in Amsterdam, where he runs the Office for Workspace Studies and self-publishes. <a href="http://www.francoisgm.com/">http://www.francoisgm.com/</a></p> +<p>Niek Hilkmann (NL) is an artist with a background in media design, art history and musicology. After graduating from the Piet Zwart Institute in Rotterdam, he started collaborating with various institutes, designers and artists on the fringe of speculative design, science fiction, media archeology and extratonal music. Besides being the curator of events such as "Floppy Totaal" and "De Grote Hoop", he is also one of the core members of Varia, the conductor of an amateur avant-garde orchestra, the editor of the UNI Graphical Notation System, a part-time dodologist and the creator of one of the first moving panoramas since the nineteenth century. <a href="https://niekhilkmann.nl/">https://niekhilkmann.nl/</a></p> +<p>Varia (NL) is a Rotterdam based initiative focused on working with, on and through everyday technology. At its core the initiative aims to be a social infrastructure from which to collaboratively facilitate critical understandings on the technologies that surround us. The initiative is a membership-based organisation striving to become a space for questions, opinions, modifications, help and action. <a href="http://varia.zone/">http://varia.zone/</a></p> +<p>WORKNOT! (NL/IR) is a Rotterdam-based independent open collective that works to create a platform for the representation of the life and work of today’s cognitarians. It works with seemingly banal, yet extreme (and political) conditions that shape our today’s contemporary forms of living and working. The collective consists of Arvand Pourabbasi and Golnar Abbasi, researchers/designers/makers with a background in architecture and art. Since its foundation in Tehran (2012), it has worked in a variety of context through a broad range of collaborations, and has created workshops, exhibitions, performances, images, writings, lectures and publications. <a href="https://worknot.info/">https://worknot.info/</a></p> +<hr> +<p><em>Cover image: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:None,2018-10-31:varia.zone/en/lifehacks.htmleventLife Hacks:Spacevaria.zone/lifehacks.html<p>Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan <em>co-working</em> als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken <em>lifehacks</em> bevrijdend of zijn ze een extra last?</p> +<p>Samen met auteur en vormgever <a href="https://www.francoisgm.com/">François Girard-Meunier</a>, het <a href="https://worknot.info/">WORKNOT! collectief</a> (Arvand Pourabbasi and Golnar Abbasi), <a href="https://varia.zone">Varia</a> (vertegenwoordigd door Manetta Berends, Niek Hilkmann, Roel Roscam Abbing) en <a href="http://xpub.nl">XPUB</a> gaan we deze en meer vragen aan tijdens een avond gewijd aan ruimtes die zowel ondernemend als precair zijn.</p> +<p>Life Hacks is onderdeel van het fellowship-programma van Het Nieuwe Instituut met het thema 'burn out'. Zoals verwoord door <em>fellow</em> Ramon Amaro:</p> +<p><em>“aan de ene kant is een 'burn out' een moment van stilstand, van breken of van andersinds onbruikbaar worden. Met andere woorden, processesen, procedures en participatie werkt gewoon niet meer. Aan de andere kant is een 'burn out' een mogelijkheid om open te breken, om actie te bevorderen en verandering te catalyseren richting nieuwe structuren en relaties.”</em></p> +<p><em>Life Hacks</em> is een serie bijeenkomsten met die reageren op deze ambivalenties. Deze bijeenkomsten gaan over benaderingen en technieken die helpen bij het (hernieuwd) vormgeven van een leven in de context van toenemende onzekerheid en afgedwongen ondernemersmentaliteit.</p> +<p>Life Hacks wordt gecureerd door Silvio Lorusso en is een samenwerking tussen het Research Department van Het Nieuwe Instituut en XPUB.</p> +<hr> +<p><strong>Datum</strong>: Woensdag, 31 Oktober 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Donaties</p> +<p><em>Afbeelding: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:None,2018-10-31:varia.zone/lifehacks.htmleventThe Big Bounce - Century 21 Callingvaria.zone/en/the-big-bounce_century-21-calling.html<p>During our third screening of Century 21 Calling, we will be taking a +look at the development of satellite communications. From the shiny orbs +of the 1950s to our present day SATCOM systems.</p> +<p>How do they work? How do they get into space? What happens when the +systems break down? Why are there no more shiny orb satellites in space?</p> +<p>This and many more questions will put into the light of today, via the +present.</p> +<p>Later in the evening you can join mmths on a trip through the radio +spectrum, to listen to the satellite pirates in GEO Oribt and drown in +the noise of the static and signals of ghost satellites.</p> +<p>mmths is a sound artist currently based in Rotterdam. In his practice, +he often is fascinated by outer space activities. His current research +deals with harvesting satellite transmissions and signal hunting as a +tool for exploring live performance and composition.</p> +<p>In a series of screenings called “Century 21 Calling” we will have a +look at archival industrial films, corporate infomercials, tv reports +and historical documentary of yesterday that shaped the imagination of +tomorrow and we hold it up to the light of the present.</p> +<p>“Century 21 Calling” is an event by the collective <em>Save_as</em> and hosted at +Varia in Rotterdam.</p> +<p><strong>Date</strong>: Saturday 20th of October 2018<br> +<strong>Doors open</strong>: 20:00h<br> +<strong>Start screening</strong>: 20:30h<br> +<strong>Performance</strong>: 21:30h<br> +<strong>End of the evening</strong>: 23:00h<br></p> +<p><strong>Entree</strong>: Donation</p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:None,2018-10-20:varia.zone/en/the-big-bounce_century-21-calling.htmlscreeningThe Big Bounce - Century 21 Callingvaria.zone/the-big-bounce_century-21-calling.html<p>De derde editie van Century 21 Calling is gewijd aan de ontwikkeling van +satellietcommunicatie. Van de spiegelende kogels in de jaren 50 tot +hedendaagse SATCOM systemen.</p> +<p>Hoe werken deze dingen? Hoe krijgt men ze de ruimte in? Wat gebeurt er +als ze kapotgaan? En waarom zijn er geen kogelvormige satellieten meer?</p> +<p>Na de screening neemt mmths ons mee op een reis door het radiospectrum. +In zijn performance bezoeken we de ontmoetingsplekken van +satellietpiraten en worden we ondergedompeld in de ruis en signalen van +spooksatellieten.</p> +<p>mmths is een geluidskunstenaar in Rotterdam. Hij is gefascineerd door +wat er in het heelal gebeurt en zijn huidige werk gaat over de ontvangst +van onbekende radiosignalen en satellieten als basis voor live +performance en compositie.</p> +<p>“Century 21 Calling” gebruikt archiefmateriaal uit de industrie, +infomercials van bedrijven, tv uitzendingen en documentaires die in het +verleden ons beeld van de toekomst hebben gevormd en gebruikt die om het +heden te doorgronden. Het is een initiatief van <em>Save_as</em> en vindt plaats +in Varia in Rotterdam.</p> +<p><strong>Datum</strong>: Zaterdag 20 oktober 2018<br> +<strong>Deuren open</strong>: 20:00u<br> +<strong>Start screening</strong>: 20:30u<br> +<strong>Performance</strong>: 21:30u<br> +<strong>Einde van de avond</strong>: 23:00u<br></p> +<p><strong>Entree</strong>: Donatie</p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:None,2018-10-20:varia.zone/the-big-bounce_century-21-calling.htmlscreeningIn the Beginning ... Was the Commandlinevaria.zone/en/curriculum-command-lines.html<h2 id="on-text-encodings-and-command-lines">On text, encodings and command lines.</h2> +<p>The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing one thing and doing it well. These small programmes can be 'chained' together into pipelines capable of processing any type of data or text. These pipelines are a way of quickly producing unique and custom toolsets providing a wide range of creative opportunities.</p> +<p>In this workshop we will focus on command line tools in relation to plain text. During the day we will dive into the social-cultural history of the command line interface, explore the materiality of plain text on a computer and discover a wide range of command line tools.</p> +<ul> +<li>No prior knowledge of programming is required, but note taking skills are essential. </li> +<li>Computer / Laptop is necessary. </li> +</ul> +<p>This workshop is initiated by Roel Roscam Abbing and Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? There is still space for a few participants. Please send us a short email on the info[a]varia.zone email address at the 15th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 18 October, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of funds should not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:None,2018-10-18:varia.zone/en/curriculum-command-lines.htmlcurriculuminterfacingIn the Beginning ... Was the Commandlinevaria.zone/curriculum-command-lines.html<h2 id="over-tekst-encoderen-en-command-lines">Over tekst, encoderen en command lines.</h2> +<p>De <em>command line</em> is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen <em>command line tools</em> de filosofie om één ding te doen en dat goed te doen. Deze kleine programma's kunnen samen worden 'gebonden' tot <em>pipelines</em> die elk type data of tekst kunnen verwerken. Deze <em>pipelines</em> zijn een manier om snel unieke en specifieke gereedschappen te produceren die een breed scala aan creatieve mogelijkheden bieden.</p> +<p>In deze workshop zullen we ons concentreren op <em>command line tools</em> in relatie tot platte tekst (<em>plain text</em>). Gedurende de dag verkennen we de sociaal-culturele geschiedenis van de <em>command line interface</em>, onderzoeken we de materialiteit van tekst op een computer en proberen we een breed scala aan tools uit.</p> +<ul> +<li>Er is geen voorkennis van programmeren vereist, maar vaardigheden om notities te nemen zijn essentieel.</li> +<li>Computer / Laptop is noodzakelijk.</li> +</ul> +<p>Deze workshop is geïnitieerd door Roel Roscam Abbing en Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Er is nog plek voor een paar deelnemers. Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 15 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 18 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek mag geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:None,2018-10-18:varia.zone/curriculum-command-lines.htmlcurriculuminterfacingThe Key to Casio (and Yamaha too)varia.zone/en/casio.html<p>In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio’s Rapman</a> to <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio’s Dadada</a>! </p> +<p>The event is comprised of the following elements:</p> +<p><strong>Dion &amp; The Magic Chords</strong> is the lovechild of casio freaks Dion Woestenburg and Griffin Stuip and sounds like the toybox equivalent to your favourite progressive acts, such as Jean Michelle Jarre and Yes. With the help of stunning visuals and a wild arrangement of casio’s and yamahama’s they will bring your mind towards the next level of levitation</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>ZOONTOON</strong> is een Nederlands muzikant/kunstenaar. Hij maakt gebruik van een loopstation en de presets op een kleine zelf bewerkte SK-1 Casio keyboard om te experimenteren met Noord-Afrikaanse ritmes, geluid verstoringen en melodieen.</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>M. Klein</strong> is also known for his work in Sweat Tongue, Lewsberg, Eklin and his label De Hef. Inspired by Satie and Fauré he decided to compose some minimalist electronic piano compositions. At Varia M. Klein will perform these with the help of his Yamaha PSS-170 and who knows what else? </p> +<p><strong>Listentomerijn</strong> is the pseudonym of Merijn van Ham. What has not been said about him? This renowned Rotterdam DJ will prove his skills once more; this time behind the keys and maybe some drumpads too. What kind of drumpads? Those of the Casio MT205 course! Would you expect anything less? </p> +<p><strong>Casio Show and tell</strong>; Interluding the way, there will be a series of keyboard presentations that showcase the many shapes and sizes these instruments have taken throughout the years. The show and tell will be presented by none other than Lídia Pereira and her assistant, Niek Hilkmann. Want to present a keyboard yourself? Send an email to: info@varia.zone</p> +<p><strong>Date:</strong> Friday, 12 October 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:None,2018-10-12:varia.zone/en/casio.htmlconcertThe Key to Casio (and Yamaha too)varia.zone/casio.html<p>Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio's Rapman</a> tot <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio's Dadada</a>!</p> +<p>Het evenement bestaat uit de volgende elementen:</p> +<p><strong> Dion &amp; The Magic Chords </strong> is het liefdeskind van casio-freaks Dion Woestenburg en Griffin Stuip en klinkt als het mechaniche speeldoosje van je favoriete progressieve acts, zoals Jean Michelle Jarre en Yes. Met behulp van eleverende beelden en een wilde samenstelling van casio's en yamahama's brengen ze je geest naar het volgende bewustzijnsniveau.</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Zoontoon </strong> gebruikt een loopstation en een aangepast Casio SK-1-keyboard om te experimenteren met de eenvoud van elektronische trillingen. De trance van de natuur en de ritmes van oosterse muziek zijn hier de belangrijkste inspiratiebronnen. Zoontoon's uitvoeringen zitten vol met loops en deuntjes die je zullen laten dansen als Apollo!</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong> M. Klein </strong> is ook wel bekend van zijn werk in bands als Sweat Tongue, Lewsberg en Eklin en het label De Hef. Geïnspireerd door Satie en Fauré besloot hij om een aantal minimalistische elektronische pianocomposities samen te stellen. Daarbij kunnen wij als toeschouwer genieten van zijn organische toetsenbordspel, misschien wel op zijn Yamaha PSS-170, en wie weet wat nog meer?</p> +<p><strong> Listentomerijn </strong> is het pseudoniem van Merijn van Ham. Wat is er nog niet over hem gezegd? Deze gerenommeerde Rotterdamse DJ toont zijn talent bij Varia achter de toetsen en misschien ook enkele drumpads. Wat voor soort drumpads? Die van de Casio MT205FF natuurlijk! Zou je iets minder verwachten?</p> +<p><strong> Casio Show And Tell </strong>; Tussen de bedrijven door zal er een reeks toetsenbordpresentaties te zien zijn die de vele vormen en afmetingen die deze wonderlijke instrumenten door de loop der jaren hebben gehad, demonstreert. De show en vertel wordt gepresenteerd door niemand minder dan Lídia Pereira en haar assistent, Niek Hilkmann. Wil je zelf een keyboard presenteren? Stuur een e-mail naar: info@varia.zone</p> +<p><strong>Datum:</strong> Vrijdag, 12 October 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:None,2018-10-12:varia.zone/casio.htmlconcertConsiderate Cake Confection (full)varia.zone/en/considerate-cake.html<p>In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we be analysing the origins of specific ingredients and recipes, we will also focus on the political economy and class dynamics that engender taste and ingredient accessibility. The actual confection of this cake will provide us with an opportunity to hack into the requirments involved in such practices and turn the table around.</p> +<p>The workshop will be divided into two practical phases: the recipe analysis phase and the cake baking phase. During the recipe analysis phase we will be looking at each of the required ingredients of our cake of choice and evaluate whether they meet our 'considerate' standards. If they don't, we will consider possible alternatives. During the cake baking phase participants will actually bake the cake, according to our new considerate recipe.</p> +<p>Considerate Cake Confection is an initiative by Lídia Pereira and Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 8th of October the latest!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 11 oktober, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:None,2018-10-11:varia.zone/en/considerate-cake.htmlcurriculumcakeAttente Taart Confectie (vol)varia.zone/considerate-cake.html<p>Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de oorsprong van specifieke ingrediënten en recepten analyseren, we zullen ons ook richten op de politieke economie en klassendynamiek die toegankelijkheid van deze smaken en ingrediënten teweegbrengen. De daadwerkelijke confectie van een taart biedt ons de mogelijkheid om de voorwaarden van dergelijke praktijken ter discussie te stellen.</p> +<p>De workshop zal worden onderverdeeld in twee praktische fasen: de receptanalysefase en de taartbakfase. Tijdens de receptanalysefase zullen we elk van de vereiste ingrediënten van de door ons gekozen taart analyseren en evalueren of deze voldoen aan onze 'attente' normen. Als ze dat niet doen, zullen we mogelijke alternatieven overwegen. Tijdens de taartbakfase zullen de deelnemers aan de workshop de taart daadwerkelijk bakken, volgens ons nieuwe attente recept.</p> +<p>Considerate Cake Confection is een initiatief van Lídia Pereira en Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 8 oktober!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 11 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:None,2018-10-11:varia.zone/considerate-cake.htmlcurriculumcakeConcert: Crimson Butterfly, Evamuss and St. Fractaliumvaria.zone/en/crimson.html<p><strong>Crimson Butterfly (Russia)</strong> is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop with two lead singers, and currently the band returned to what it had started with: improvisational abstract electronic. The band makes very intense and hypnotic music with dance and ambient elements, improvisational by nature. People often call it "experimental". Crimson Butterfly love to give concerts and play at any venues from vaults to museums in any cities from Balashikha to Barcelona. Their faces are so beautiful that they hide them behind the masks and all their unforgettable shows are always accompanied by hipnotic visual sequences.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>Evamuss (Peru/The Netherlands)</strong> was a project of the Peruvian Chrs Galarreta (aka: Sajjra, DiosMeHaViolado, Tica, among others alias). This project was very active in the underground Lima scene between 1997-2003. Evamuss have 9 solo albums published on very limited editions, also appears in a lot of collaborations and compilations of that period. At the beginning Evamuss used home made amps, oscillators, pedal effects and toy keywords , last years it will include the misuse of computer and the pirate software. Error and non-functionality were welcome in its process. On November 2017, Evamuss resurrects with a pair of self-hacked synth toys, some effects, hand made sequencers furbished in collaboration with some hackers in Paruro (the legendary electronic black market's in Lima City). In the current days its sounds mutated towards a warm and humid analog jungle. Its recent - 2018- assaults included tours between Portugal, Spain, Lithuania, Russia, The Netherlands and a publication of a release in Favela Discos (Porto).</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>St. Fractalium (Russia)</strong> St.Fractalium is an audio-visual duo from Nizhniy Novgorod, Russia, residents of local cult place Black Ho. Inspired by bands like Autechre and Coil, and having impressive experience in various musical projects, the guys bring the light of Saint Fractalium, an enlightening nectar for those are tired of conventional music, using only computers and controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Organized by <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Date</strong>: Friday, 14 September 2018<br> +<strong>Entrance</strong>: 3 euro (donation) <br> +<strong>Door</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:None,2018-09-14:varia.zone/en/crimson.htmlconcertConcert: Crimson Butterfly, Evamuss en St. Fractaliumvaria.zone/crimson.html<p><strong> Crimson Butterfly (Rusland) </strong> is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze autistische zangeres, vervolgens synthpop met twee leadzangers, om daarna terug te keren naar waar alles mee begonnen was: improvisatie en abstracte elektronica. De band maakt zeer intense en hypnotiserende muziek met dans en ambient elementen, improviserend van aard. Mensen noemen het vaak 'experimenteel'. Crimson Butterfly houdt ervan om concerten te geven en te spelen op locaties zoals kluizen van musea, ergens tussen Balashikha en Barcelona. Hun gezichten zijn zo mooi dat ze zich achter maskers verbergen en al hun onvergetelijke shows worden vergezeld door heupnotische visuele sequenties.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Evamuss (Peru / Nederland) </strong> was een project van de Peruviaanse Chrs Galarreta (ook bekend als Sajjra, DiosMeHaViolado en Tica). Dit project was tussen 1997 en 2003 erg actief in de ondergrondse scene van Lima. Evamuss heeft 9 solo-albums gepubliceerd in zeer beperkte oplage en verscheen ook op veel samenwerkingen en compilaties uit die periode. In het begin gebruikte Evamuss zelfgemaakte versterkers, oscillatoren, pedaaleffecten en speelgoed-sleutelwoorden, later richtte hij zich ook op het misbruik van computers en piraten-software. Fouten en niet-functionaliteit zijn welkom in het proces. In november 2017 herrees Evamuss met een paar zelf-gehackte synthspeeltjes, een paar effecten en enkele met de hand gemaakte sequencers die in samenwerking met enkele hackers in Paruro (de legendarische elektronische zwarte markt in Lima City) zijn vervaardigd. De geluiden zijn nu gemuteerd in de richting van een warme en vochtige analoge jungle.</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> St. Fractalium (Rusland) </strong> St.Fractalium is een audiovisueel duo uit Nizhniy Novgorod, Rusland; bewoners van de plaatselijke cultusplaats Black Ho. Geïnspireerd door bands als Autechre en Coil, en met indrukwekkende ervaring in verschillende muzikale projecten, brengen de jongens het licht van Saint Fractalium, een verhelderende nectar voor degenen die de conventionele muziek beu zijn, alles met behulp van computers en controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Georganiseerd door <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Datum</strong>: Vrijdag, 14 September 2018<br> +<strong>Entree</strong>: 3 euro (donatie) <br> +<strong>Deur</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:None,2018-09-14:varia.zone/crimson.htmlconcertStreaming The Techno-Galactic Guide to Software Observation Stream @ variavaria.zone/en/techno-galactic-guide-book-launch-streaming.html<p>"<em>The Techno-Galactic Guide to Software Observation</em> is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and improvisational service architectures, of any and all things that you can and cannot imagine needing in a techno-galaxy." </p> +<p><em>The Techno-Galactic Guide to Software Observation</em> gathers methods from the <em>Techno-Galactic Software Observatory</em>, a worksession that took place in June 2017 at the Constant headquarters in Brussels. It was collectively edited by Carlin Wing, Martino Morandi, Peggy Pierrot, Anita Burato, Christoph Haag, Michael Murtaugh, Femke Snelting, Seda Gürses and designed by Christoph Haag.</p> +<p>The book-launch can be attended online at <a href="http://observatory.constantvzw.org/stream">http://observatory.constantvzw.org/stream</a> or offline at the WTC25 in Brussels. </p> +<p>For those who are not able to go to Brussels to attend the book launch, we will be projecting the event in varia!</p> +<p>Original announcement: <a href="http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html">http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html</a></p> +<ul> +<li>Date: Friday, 07 September 2018</li> +<li>Start: 19:00 (sharp)</li> +<li>End: 20:30</li> +</ul>VariaFri, 07 Sep 2018 00:00:00 +0200tag:None,2018-09-07:varia.zone/en/techno-galactic-guide-book-launch-streaming.htmlnewsstreamingbook launchConstantConcert: Matheus Silva and Theo Krantz Album Releasevaria.zone/en/Silva-and-Krantz.html<p>Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which blends ambient synthesizer work with tape sounds and the human voice.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's bandcamp page</a></p> +<p>Matheus Silva is an electronic artist originating from Brazil. From his start as a musician in the Florida hardcore punk scene in 2011, he eventually moved onto producing electronic music as a solo artist. With an eclectic musical background, he draws inspiration from various genres of music such as ambient drone and hip hop to produce a unique sound.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva on Soundcloud</a></p> +<p><strong>Date</strong>: 17 August 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Door</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:None,2018-08-09:varia.zone/en/Silva-and-Krantz.htmlconcertConcert: Matheus Silva and Theo Krantz Album Releasevaria.zone/Silva-and-Krantz.html<p>Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met tape-geluiden en de menselijke stem.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's op Bandcamp</a></p> +<p>Matheus Silva is een elektronische kunstenaar, afkomstig uit Brazilië. Na een begin als muzikant in de hardcore punkscene van Florida in 2011, stapte hij over op het produceren van elektronische muziek als soloartiest. Vanuit een eclectische muzikale achtergrond haalt hij inspiratie uit verschillende muziekgenres, zoals ambient, drone en hiphop, om een uniek geluid te produceren.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva op Soundcloud</a></p> +<p><strong>Datum</strong>: 17 Augustus 2018<br> +<strong>Entree</strong>: Gratis / Donatie <br> +<strong>Deur</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:None,2018-08-09:varia.zone/Silva-and-Krantz.htmlconcertWhat Remains - Final Playtestvaria.zone/en/what-remains-final-playtest.html<p><em>It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p>What Remains is a new darkly humorous 8-bit homebrew adventure video game for the 1985 Nintendo Entertainment System (NES), and developed by Iodine Dynamics. The game is currently in final development and will be released for free in 2018. By free we mean a free of charge NES ROM download, and we will publish the source code and assets of the game and tools we used. A limited edition of physical cartridges for the NES and the Famicom, using recycled hardware, will be also be produced.</p> +<p>During the development of the game Iodine Dynamics has worked with Het Nieuwe Instituut for preliminary research, and V2_ for hosting the early playtests. +On June 22, Varia will host the last playtest for the game, and we are looking for players to come and give us feedback one last time!</p> +<p>Come save the planet and join us the evening of June 22!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>Starting at 19:00h<br> +Ending around 22:30h</p> +<hr> +<p><small>What Remains is made possible with the support from creative industries fund nl.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:None,2018-06-14:varia.zone/en/what-remains-final-playtest.htmleventvideo gameWhat Remains - Final Playtestvaria.zone/what-remains-final-playtest.html<p><em>We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p><em>What Remains</em> is een gloednieuw, duister humoristisch computerspel voor de Nintendo Entertainment System (NES) uit 1985, ontwikkeld door Iodine Dynamics. De game is momenteel in haar laatste ontwikkelfase belandt en zal in 2018 vrij worden uitgebracht. Met 'vrij' bedoelen we een gratis NES ROM-download en we zullen de broncode en artworks van de game en tools die we hebben gebruikt publiceren. Tevens zal er een gelimiteerde oplage aan fysieke, NES en Famicom casettes van gerecyclede hardware worden geproduceerd.</p> +<p>Tijdens de ontwikkeling van het spel heeft Iodine Dynamics in samenwerking met Het Nieuwe Instituut voorzonderzoek gedaan en bij V2_ de eerste playtests georganiseerd. Op 22 juni organiseert Varia de laatste playtest voor het spel en we zijn op zoek naar spelers die ons nog één keer feedback willen geven!</p> +<p>Kom de planeet redden en doe met ons mee op 22 juni!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>We beginnen om 19:00u en stoppen rond 22:30u.</p> +<hr> +<p><small><em>What Remains</em> wordt mogelijk gemaakt door de steun van Stimuleringsfonds, Creatieve Industrie NL.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:None,2018-06-14:varia.zone/what-remains-final-playtest.htmleventvideo gameWhat a website can bevaria.zone/en/what-a-website-can-be.html<p>When considering how to design a website for varia, our<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> mutual but implicit understanding was not to <em>just</em> make a site. But rather that there was a potential for the process of site-making to become a process of exploring what a website can be. Exploring how one could do web publishing in a self-hosted<sup id="fnref:2"><a class="footnote-ref" href="#fn:2">2</a></sup>, minimal<sup id="fnref:3"><a class="footnote-ref" href="#fn:3">3</a></sup>, portable<sup id="fnref:4"><a class="footnote-ref" href="#fn:4">4</a></sup>, documented<sup id="fnref:5"><a class="footnote-ref" href="#fn:5">5</a></sup>, FLOSS<sup id="fnref:6"><a class="footnote-ref" href="#fn:6">6</a></sup> and playfull<sup id="fnref:6b"><a class="footnote-ref" href="#fn:6b">7</a></sup> way. In a way that connects to the multiplicity of practices that varia consists of. This text is the beginning of an attempt to make explicit and put to words some of the ideas and questions that drove this process. In the spirit of release early, release often we will publish a series of texts as we develop this site. Hopefully this can trigger questions on web design in the conceptual sense, not as a practice only involved with visual language, but as a practice considering on-line publishing ecosystems. One of the fundamental choices we made early on was to use a static site generator as our publishing tool, so we'll start by introducing the concepts of both 'static site' and 'generator'.</p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>The varia website unfolding over time.</small></p> +<h2 id="static-site">Static site</h2> +<p>Varia.zone is a <em>static</em> website. A static website is a 'traditional' website where all the content consists of HTML documents on the server's hard disk. In our case these are generated through Pelican<sup id="fnref:7"><a class="footnote-ref" href="#fn:7">8</a></sup>, which is a collection of Python<sup id="fnref:8"><a class="footnote-ref" href="#fn:8">9</a></sup> scripts and plugins<sup id="fnref:9"><a class="footnote-ref" href="#fn:9">10</a></sup> to turn unstyled plain text into HTML pages. </p> +<p><img alt="varia.zone" src="/images/static-dynamic.svg"> +<small>Schematic overview of the main differences between a static and a dynamic website.</small></p> +<p>This way of working can be understood to be different to 'more modern' websites. These modern methods use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits the site, it gets generated on demand. </p> +<p>A static website instead gets generated once and exists as a set of documents. They are always there, not only when a visitor visits the page. Like the tree in the forest that also falls when nobody is there to hear it. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. A website based on storage has some advantages for performance, security, portability and reproducibility that we will address in detail later in the series. </p> +<p>The static website is supportive to another idea we would like to push for: independent, self-hosted services. Since a static website requires less resources, one can do with a not-so-powerful, energy efficient server to host them. This opens up the possibility to (economically) serve the site directly from our space, which we currently do. </p> +<p><img alt="The varia server in the space, where various self-hosted services are installed." src="/images/varia.server.jpg"> +<small>The varia server in the space, where various self-hosted services are installed.</small></p> +<p>In general hosting a server from one's own space introduces some security concerns. These are however partly mitigated by a static site, because it doesn't use server side languages. That also means the web server doesn't become a liability in terms of exploitable plug-ins or databases like in popular systems such as Wordpress. Once it has been generated, it is very much a case of set and forget.</p> +<p>In essence the minimal file-based website is contrary to a cloud mentality, where the material circumstances of the hardware and hosting location are made irrelevant (for the cloud/vps customer) meaning that any 'service' can be 'deployed', 'scaled' 'migrated' etc. Our approach instead informs what can be hosted based on the material circumstances of the server. The choice to self-host this website is a start for us to think about what it means to base web design decisions on a specific situation in terms of hardware and hosting location. </p> +<h2 id="generator">Generator</h2> +<p>The static HTML documents that together make the varia website are not manually written in the html language, but are generated out of a set 'plain text'<sup id="fnref:10"><a class="footnote-ref" href="#fn:10">11</a></sup> documents. This <em>generating</em> aspect allows for multiple ways to engage with the texts and images that we publish. It is a promising way to think about possible transformations of plain text into not just web pages but different media altogether. </p> +<p>One of the needs for transformability comes from the fact that our website exists in a context where usage of the web has atrophied to the point where one is required to publish on or via social media in order to reach an audience at all. However, politically we are not interested in dedicated profiles on social media platforms for our organization. This is a clear decision driven by a strong desire to self-host and own our content, yet allowing to let that content be referred to comfortably within social media as well. The technique of the generator allows us to do this<sup id="fnref:11"><a class="footnote-ref" href="#fn:11">12</a></sup>. </p> +<p>Working with generative processes also triggers our interest and enthusiasm for exploring other publishing tools. One can imagine a single text or article morphing into widely different media such as calendar entries, RSS feeds, email newsletters, posters, etc. Each of these introducing their own potentials for playful aesthetics, reading experiences and publics. This is on the one hand interesting as a form of automation that reduces (or better: re-uses) work, but more importantly as a process which necessarily will introduce new 'forms' and aesthetics.</p> +<p><img alt="This article in its plain text 'view', showing the markdown mark-up language." src="/images/what-a-website-can-be.markdown.png"> +<small>This article in its plain text 'view', showing the markdown mark-up language.</small></p> +<p>At the center this processes relies heavily on the habit of writing in markdown, a mark-up language that allows one to add styling information to plain text, so that it can be read by both people and a variety of tools. The markdown files can be archived using versioning tools<sup id="fnref:12"><a class="footnote-ref" href="#fn:12">13</a></sup> or easily converted into different formats using generators. The content of the website, in its 'raw' form, can therefore be read by many other softwares across (historical) operating systems or included in other workflows, and thus stay open for potential reuse and long-term re-accesibility. Using this process makes it possible for our source files to remain simple, fluid and archivable. </p> +<h2 id="concluding">Concluding</h2> +<p>Revisiting static sites and taking all these small steps feels like going back in time. However, revisiting web-development basics in this sense becomes a vehicle for understanding the web of these days. To get a sense of the compound choices that have sedimented over time into 'web design' practices and that remain opaque when using ready made frameworks. Creating an on-line publishing work flow from ground up instead allows one to explore the potentials and challenge the conventions of what a website should be. </p> +<hr> +<p><strong> To unpack the website ... </strong></p> +<p>This folder of Pelican scripts, markdown documents, images, template and css files ...</p> +<p><a href="https://git.vvvvvvaria.org/varia/varia.website">varia.website.git</a><br> +├── content/<br> +|&nbsp;&nbsp;&nbsp;└── post1.en.md<br> +|&nbsp;&nbsp;&nbsp;└── post1.nl.md<br> +├── LICENSE<br> +├── Makefile<br> +├── output<br> +├── pelicanconf.py<br> +├── pelican-plugins<br> +├── plugins-custom<br> +├── publishconf.py<br> +├── README.md<br> +└── themes<br></p> +<p>... generates the following output folder ...</p> +<p>output/<br> +├── author/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/author/varia.html">varia.html</a><br> +├── <a href="https://varia.zone/categories.html">categories.html</a><br> +├── category/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/category/event.html">event.html</a><br> +├── <a href="https://varia.zone/en/">en/</a><br> +|&nbsp;&nbsp;&nbsp;└── feeds/<br> +|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/feeds/all-en.rss.xml">all-en.rss.xml</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/century-21-calling.html">post1.en.html</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/algologs.html">post2.en.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/itisasif.html">post3.en.html</a><br> +├── <a href="http://varia.zone/events.ics">events.ics</a><br> +├── feeds/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/feeds/all.rss.xml">all.rss.xml</a><br> +├── images/<br> +├── <a href="https://varia.zone/">index.html</a><br> +├── pages/<br> +│&nbsp;&nbsp;&nbsp;├── <a href="http://varia.zone/pages/about.html">about.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/pages/stream.html">stream.html</a><br> +├── <a href="http://varia.zone/century-21-calling.html">post1.nl.html</a><br> +├── <a href="http://varia.zone/algologs.html">post2.nl.html</a><br> +├── <a href="http://varia.zone/itisasif.html">post3.nl.html</a><br> +└── theme/<br></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Varia works via different thematic work groups, one which is concerned with its website. We use the word 'group' here, which only works if you consider two people to be a group already. Current website work group members are Roel Roscam Abbing &amp; Manetta Berends.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +<li id="fn:2"> +<p><em>Self-hosting culture</em> as a way to speak about network infrastructures and preferences. This is also the main subject of the <a href="https://homebrewserver.club">homebrewserver.club</a>, a group for discussions, learning and reflection on the practice of hosting a server from home.&#160;<a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">&#8617;</a></p> +</li> +<li id="fn:3"> +<p><em>Minimal</em> not as in minimalism in design but rather understood as simple/low-tech/appropriate technologies, understood in (some) aspects of <a href="http://go-dh.github.io/mincomp/">Minimal Computing</a>.&#160;<a class="footnote-backref" href="#fnref:3" title="Jump back to footnote 3 in the text">&#8617;</a></p> +</li> +<li id="fn:4"> +<p><em>Portable</em> in the sense that it allows for multiple transformations and media, generated by various tools and distributed to various contexts and publics.&#160;<a class="footnote-backref" href="#fnref:4" title="Jump back to footnote 4 in the text">&#8617;</a></p> +</li> +<li id="fn:5"> +<p>What does a <em>documented</em> process mean? For whom? Currently the varia website is translated into two different languages (dual NL/EN), but documenting can also refer to other types of languages like explanatory articles such as this one, to accompany a work-in-progress to enable further reading than rather just 'reading the code'.&#160;<a class="footnote-backref" href="#fnref:5" title="Jump back to footnote 5 in the text">&#8617;</a></p> +</li> +<li id="fn:6"> +<p><em>FLOSS</em>, or Free Libre and Open Source Software, refers to free culture communities and the use of free licenses.&#160;<a class="footnote-backref" href="#fnref:6" title="Jump back to footnote 6 in the text">&#8617;</a></p> +</li> +<li id="fn:6b"> +<p>The context of varia creates a <em>playful</em> space that enables us to experiment with different tools, modes of address and publishing work flows.&#160;<a class="footnote-backref" href="#fnref:6b" title="Jump back to footnote 7 in the text">&#8617;</a></p> +</li> +<li id="fn:7"> +<p>Pelican is static site generator software written in Python, <a href="https://blog.getpelican.com/">getpelican.com</a>.&#160;<a class="footnote-backref" href="#fnref:7" title="Jump back to footnote 8 in the text">&#8617;</a></p> +</li> +<li id="fn:8"> +<p>Python is a commonly used object-oriented programming language, <a href="https://python.org">Python</a>.&#160;<a class="footnote-backref" href="#fnref:8" title="Jump back to footnote 9 in the text">&#8617;</a></p> +</li> +<li id="fn:9"> +<p>We use both <a href="https://github.com/getpelican/pelican-plugins">the plugins made by the pelican community</a> and <a href="https://git.vvvvvvaria.org/varia/plugins-custom">our own custom ones</a>.&#160;<a class="footnote-backref" href="#fnref:9" title="Jump back to footnote 10 in the text">&#8617;</a></p> +</li> +<li id="fn:10"> +<p><em>"Plain text identifies a file format and a frame of mind. (...) [A] kind of a systematic minimalism when it comes to our use of computers, a minimalism that privileges access to source materials, ensuring legibility and comprehension."</em> - A quote from: Plain Text, the poetics of Computation (2017), by Dennis Tenen - Stanford University Press&#160;<a class="footnote-backref" href="#fnref:10" title="Jump back to footnote 11 in the text">&#8617;</a></p> +</li> +<li id="fn:11"> +<p>For example by generating meta tags in our web page following <a href="http://ogp.me/">Open Graph</a> or <a href="https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards.html">Twitter Cards</a>. These provide previews of one's page when a link is published on social media or in mobile apps. Right click on any page and view source to have a look. The OG headers are at the beginning in the <code>&lt;meta&gt;</code> tags.&#160;<a class="footnote-backref" href="#fnref:11" title="Jump back to footnote 12 in the text">&#8617;</a></p> +</li> +<li id="fn:12"> +<p>The source files of the varia website are stored in and tracked by a Git versioning system. You can access these files through this <a href="https://git.vvvvvvaria.org/varia/varia.website/commits/branch/master">Gitea interface</a>, where you can read the markdown documents and follow the changes that are being made. For example: this article can be found <a href="https://git.vvvvvvaria.org/varia/varia.website/src/branch/master/content/what-a-website-can-be.en.md">here</a>.&#160;<a class="footnote-backref" href="#fnref:12" title="Jump back to footnote 13 in the text">&#8617;</a></p> +</li> +</ol> +</div>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:None,2018-06-13:varia.zone/en/what-a-website-can-be.htmlarticleworkgroupwebpublishingWhat a website can bevaria.zone/what-a-website-can-be.html<p><em>Dit artikel is in het Engels geschreven, <a href="/en/what-a-website-can-be.html">klik hier voor de volledige versie</a>.</em></p> +<hr> +<p>Tijdens het maakproces van een website voor varia, werd het duidelijk dat we niet <em>alleen maar</em> een website wilden maken. Het werd een moment om het proces te onderzoeken en te verkennen wat een website kan zijn. </p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>De varia website in de loop der tijd.</small></p>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:None,2018-06-13:varia.zone/what-a-website-can-be.htmlartikelwerkgroepwebpublicerenMoving Monument - Presentationvaria.zone/en/monument.html<p>Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or some other historical event, donated by the municipality or a patron. Unfortunately, Charlois currently has no working fountain. Niek Hilkmann and Anne Kolbe want to remedy this shortcoming and temporarily give Charlois a mobile fountain that is not tied to a single place or interpretation. After an opening ceremony, held on the 2nd June around 13:00, next to Varia, the fountain can be seen during the weekends of the Charlois Speciaal festival, in search of new meaning and appreciation.</p> +<p>Opening Ceremony: 2 June / 13:00-14:00<br> +On Display: 2,3, 9 and 10 June / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:None,2018-05-28:varia.zone/en/monument.htmlpresentationfountainarchitecturepresentationMobiel Monument - Presentatievaria.zone/monument.html<p>Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag, pestepidemie of andere historische gebeurtenis, geschonken door een veldheer of mecenas. Helaas bezit Charlois momenteel geen werkende fontein. Niek Hilkmann en Anne Kolbe willen dit gebrek verhelpen door Charlois tijdelijk een mobiele fontein te geven die niet gebonden is aan een vaste plek of duiding. Deze fontein zal op 2 juni om 13:00 bij Varia gepresenteerd worden en is vervolgens tijdens de weekenden van Charlois Speciaal te zien, op zoek naar nieuwe betekenis en waardering.</p> +<p>Openingsceremonie: 2 Juni / 13:00-14:00<br> +Uitgestald: 2, 3, 9 en 10 Juni / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:None,2018-05-28:varia.zone/monument.htmlpresentationfountainarchitecturepresentationWelcome to the � Federation - The Ecosystem is Movingvaria.zone/en/the-ecosystem-is-moving.html<p>On the 1st and 2nd of June Varia will host <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, a lecture by and worksession with Daniel Gultsch about federated instant messaging, open source software and the sustainability of open systems.</p> +<ul> +<li>June 1st, 19.00 - 22.00 - introduction to XMPP and lecture by Daniel Gultsch</li> +<li>June 2nd, 10.00 - 18.00 - hands on worksession on design and federated chat systems. <br>Please register for the worksession via <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is the developer behind <a href="https://conversations.im">Conversations</a>, an open source instant messaging application for Android. In 2014, he decided to work full time on Conversations and try to make a living from it. Rather than starting from scratch with Conversations, he built it as a client for the existing federated messaging protocol XMPP.</p> +<p>Since an XMPP messenger can, in a way, only be as good as the entire ecosystem, Daniels work on Conversations also meant work on expanding and improving that larger XMPP ecosystem. This work includes helping to draft and implement protocol standards, such as OMEMO, a modern and user-friendly end-to-end encryption based on Signal's protocol. He also contributed code to other XMPP servers and clients in the ecosystem to bring them up to speed with modern uses. Additionally, <a href="https://gultsch.de/xmpp_2016.html">through his critical essays</a> he is a vocal defender of XMPP and open standards in general.</p> +<p>Conversations is notable because, through its continuous focus on user experience, design and security it has garnered a lot of interest for both itself and the XMPP ecosystem as a whole. This makes it an interesting example to talk about what the design field could potentially contribute to critical software practices.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support of <a href="https://varia.zone">Varia</a> and <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:None,2018-05-20:varia.zone/en/the-ecosystem-is-moving.htmleventfederationsoftwarepresentationworksessionWelcome to the � Federation - The Ecosystem is Movingvaria.zone/the-ecosystem-is-moving.html<p>Op 1 en 2 juni organiseert Varia <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, een lezing door en een werksessie met Daniel Gultsch over federatieve chat diensten, open source software en de duurzaamheid van open systemen.</p> +<ul> +<li>1 juni 19.00 - 22.00 uur - introductie tot XMPP en lezing door Daniel Gultsch</li> +<li>2 juni, 10.00 - 18.00 uur - werkessie rondom vormgeving en federatieve chat systemen. <br> Registreer voor deze werksessie door een mailtje te sturen naar <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is de ontwikkelaar achter <a href="https://conversations.im">Conversations</a>, een open source instant messaging-applicatie voor Android. In 2014 besloot hij om voltijds te werken aan Conversations en daar ook van proberen te leven. In plaats van helemaal opnieuw met Conversations te beginnen, bouwde hij een nieuwe client voor het bestaande gefedereerde chatprotocol XMPP.</p> +<p>Omdat een XMPP-applicatie in feite maar net zo goed kan zijn als het hele ecosysteem waar het onderdeel van is, was er voor Daniel een noodzaak om naast zijn werk aan Conversations ook bij te dragen aan het uitbreiden en verbeteren van dat grotere XMPP-ecosysteem. Deze werkzaamheden omvatten het helpen opstellen en implementeren van protocolstandaarden. OMEMO, een moderne en gebruiksvriendelijke end-to-end encryptie op basis van het protocol van Signal is daar een voorbeeld van. Hij draagt ook code bij aan andere XMPP-servers en -clients in het ecosysteem om ze te helpen te moderniseren. Daarnaast is hij <a href="https://gultsch.de/xmpp_2016.html">via zijn kritische essays</a> een uitgesproken voorstander van XMPP en open standaarden in het algemeen.</p> +<p>Conversations is een uitzonderlijk project, omdat het door de aanhoudende focus op gebruikerservaring, ontwerp en beveiliging veel belangstelling heeft vergaard voor zowel zichzelf als ook het XMPP-ecosysteem als geheel. Dit maakt het een interessant voorbeeld om vanuit te bevragen hoe het ontwerpveld zou kunnen bijdragen aan kritieke softwarepraktijken.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op een hernieuwde interesse in 'alternatieve' onlinediensten zoals sociale media en chat. Door middel van presenaties en werksessies worden in de context van dit project verschillende evenementen georganiseerd rond softwareprojecten die werken aan deze ecosystemen. Een bijzondere focus zal liggen op projecten die opnieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, deels door hun focus op ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a>(engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:None,2018-05-20:varia.zone/the-ecosystem-is-moving.htmleventfederationsoftwarepresentatieworksessieCentury 21 Calling - Rising to the High-Risevaria.zone/en/21-High-Rise.html<p>During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the past? Where is the paperless office? What happened to the phone exchange when we cut the cord? What takes place at the office after work? And how do you react to customers when they complain about your product? All of this and more will the answered at the next edition of Century 21 Calling.</p> +<p>In a series of screenings called “Century 21 Calling”, an initiative started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we look at the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>intro: 20:15</li> +<li>screening: 20:30</li> +<li>price: Donation</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:None,2018-05-02:varia.zone/en/21-High-Rise.htmlscreeningindustrial propagandaoffices21st centuryCentury 21 Calling - Rising to the High-Risevaria.zone/21-High-Rise.html<p>Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts een herhaling van het verleden? Wat is er met de telefooncentrale gebeurd toen we die verbinding verbraken? Wat gebeurt er op kantoor na het werk? En hoe reageer je op klanten als ze klagen over je product? Dit alles en meer zal worden beantwoord tijdens de volgende editie van Century 21 Calling.</p> +<p>In een reeks screenings genaamd 'Century 21 Calling', een initiatief gestart door het collectief <a href="http://www.save-as.media/">Save_as</a> en gehost door <em>varia</em> in Rotterdam, kijken we naar de industriële archieven, 'infomercials' van bedrijven en historische documentaires. Al dit materiaal heeft onze verbeelding van 'morgen' gevormd en dus is het tijd om deze voor het voetlicht van vandaag te werpen.</p> +<ul> +<li>deuren open: 20:00</li> +<li>introductie: 20:15</li> +<li>screening: 20:30</li> +<li>prijs: Donaties welkom</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:None,2018-05-02:varia.zone/21-High-Rise.htmlscreeningindustriële propagandakantoren21ste eeuwWojtek Szustak - Space Junk Workshopvaria.zone/en/Space-Junk-Workshop.html<p>Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results will be presented during the evening.</p> +<h2 id="want-to-join">Want to join?</h2> +<p>Please sign up through: info@varia.zone. +There's only limited capacity, so don't wait too long! </p> +<ul> +<li>door: 10:00</li> +<li>start: 10:30</li> +<li>end: 18:00</li> +<li>price: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:None,2018-04-23:varia.zone/en/Space-Junk-Workshop.htmlworkshopewastesynthsWojtek Szustak - Space Junk Workshopvaria.zone/Space-Junk-Workshop.html<p>Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd. </p> +<h2 id="wil-je-meedoen">Wil je meedoen?</h2> +<p>Meld je dan aan via: info@varia.zone. </p> +<p>Er is slechts ruimte voor een beperkt aantal deelnemers, dus wacht niet te lang!</p> +<ul> +<li>deur: 10:00</li> +<li>start: 10:30</li> +<li>eind: 18:00</li> +<li>prijs: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:None,2018-04-23:varia.zone/Space-Junk-Workshop.htmlworkshopsynthezisersafvalInfinite Outwardnessvaria.zone/en/Infinite-Outwardness.html<p>Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable space junk to cosmic toilets, this will be an evening to remember!</p> +<p>Door: 20:00 +Start: 20:30 +Price: Donation</p> +<p><a href="http://varia.zone/">http://varia.zone/</a></p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is one of Belgium's hidden gems. On a time travel from the sixties, this man single-handedly, or together with his band the Shovels, transforms the universe of music as we know it into a trip to the boundaries of sonic belief. He will perform songs from 2016's 'Spaced Out In Outer Space' and his brand new album 'Beat The System'.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is an inventive composer from Krakow who works with and around space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop in Charlois where he will make new electronic instruments from old stuff he finds on the streets. The results will be presented during the event.</p> +</li> +<li> +<p>Niek Hilkmann is a topsy-turvy polymath who conducted an amateur avant-garde orchestra, created a one hundred meter long moving panorama, constructed the Universal Notation Ideal (UNI) system and curated events such as "Will VHS Save The Universe?" and "Floppy Totaal”. During ‘Infinite Outwardness’ he will exhibit the debris of his current projects 'Galaxico; Christmas between the stars' and 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is a Rotterdam based artist working predominantly in the field of sound as a jumping off point for new projects. He will present an audible exploration of cosmological phenomena and take us into space via Google’s colonisation of virtual space. Digital and/or virtual mapping of Earth, claiming territory via mapping and viewing Earth from orbit have been the subject of his recent work.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is the moniker of the international research designer team that brought you Toilettronic; a stress free toilet experience in space. It is a gamified toilet navigation system for space habitats. During 'Infinite Outwardness' the team will present a musical sequel to this project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 and DJ Naam are household names in the global space DJ scene. In May they will team up to bring you music from the fourth dimension and beyond that will take your mind to another level of conscienceless.</li> +</ul> +<p>This event is made possible with the kind support of Popunie Rotterdam, WORM Pirate Bay and of course... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:None,2018-04-20:varia.zone/en/Infinite-Outwardness.htmlconcertspacetimemusicInfinite Outwardnessvaria.zone/Infinite-Outwardness.html<p>Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot kosmische toiletten, wordt dit een avond om niet snel te vergeten!</p> +<p>Deur: 20:00 +Start: 20:30 +Entree: Donatie</p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is een van de verborgen parels van België. Op een tijdreis uit de jaren zestig transformeert deze man in zijn eentje, of samen met zijn band the Shovels, het universum van muziek zoals we dat kennen tot een reis naar de grenzen van het sonische geloof. Hij zal nummers van 'Spaced Out In Outer Space' uit 2016 en zijn gloednieuwe album 'Beat The System' spelen.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is een inventieve componist uit Krakau die met en rond ruimteafval werkt. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-rommelworkshop geven in Charlois, waarbij hij nieuwe elektronische instrumenten zal maken van oude spullen die hij op straat vindt. De resultaten worden tijdens het evenement gepresenteerd.</p> +</li> +<li> +<p>Niek Hilkmann is een componist die een amateur avant-gardistisch orkest leidde, een honderd meter lang bewegend panorama creëerde, het Universal Notation Ideal (UNI)-systeem construeerde en evenementen organiseerde zoals "Will VHS Save The Universe?" en "Floppy Totaal". Tijdens 'Infinite Outwardness' toont hij het puin van zijn meer recente projecten 'Galaxico, kerst tussen de sterren' en 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is een Rotterdamse kunstenaar die voornamelijk op het gebied van geluid werkt als een startpunt voor nieuwe projecten. Hij presenteert een sonische verkenning van kosmologische verschijnselen en neemt ons mee naar de ruimte via Google's kolonisatie van virtuele ruimte. Digitale en / of virtuele mapping van de aarde, het claimen van territorium via mapping en het bekijken van de aarde vanuit een baan zijn het onderwerp geweest van zijn recente werk.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is de naam van het internationale onderzoeksteam dat u Toilettronic heeft geleverd; een stressvrije toiletervaring in de ruimte. Het is een gamified toiletnavigatiesysteem voor ruimtehabitats. Tijdens 'Infinite Outwardness' presenteert het team een muzikaal vervolg op dit project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 en DJ Naam zijn bekende namen in de wereldwijde ruimte-DJ-scene. In mei zullen ze samenwerken om muziek uit de vierde dimensie te brengen die je geest naar een ander niveau zal verplaatsen.</li> +</ul> +<p>Dit evenement wordt mogelijk gemaakt met de vriendelijke steun van Popunie Rotterdam, WORM Pirate Bay en natuurlijk ... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:None,2018-04-20:varia.zone/Infinite-Outwardness.htmlconcertruimtetijdmuziekOpen Day @ Variavaria.zone/en/varia-open-day.html<p>On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> </p> +<p>We will have the following activities throughout the day:</p> +<h2 id="linux-presentation-day-all-day">Linux Presentation Day (All day)</h2> +<p>Bored Windows or Apple? Unable to update your operating system? Time to try linux, an operating system that comes in all shapes and flavors! Linux runs on the latest macbooks, your Playstation, possibly on your brand new fridge, but also on very old computers. Don't throw your old computer away yet. Bring your old and new laptops and breathe new life into them. Have a try or get help installing Linux on it. The Leeszaal West group that have been organising Linux Presentation Day in the previous years will be around to help you with your installation or with any other questions.</p> +<h2 id="adblockers-for-beginners-all-day">Adblockers for beginners (all day)</h2> +<p>Are you tired of looking at online ads? Are you tired of on-line ads looking at you? Bring your computer or smartphone and we'll show you how to enjoy the tranquility and privacy of an ad-free internet. </p> +<h2 id="introduction-to-soldering-1400-1600-12">Introduction to soldering (14:00 - 16:00), 12+</h2> +<p>Learn how to make a pocket boombox using only a few electronic components, a soldering iron and a steady hand. Bring your favourite tune(s) as mp3 files and a (disposable) memory card (micro)SD!. There is space for a maximum of 6 participants. Participation fee: €5. Please sign up by writing us an email.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Tired of having to crack yet another version of Photoshop? Tired of Microsoft Publisher? What about Microsoft Paint :-(? Come and play around with a series of graphic tools such as Gimp and ImageMagick (image editors), Laidout, or self-built ones: make a zine with <a href="http://www.publishorperish.pro/about">Publish or Perish!</a>, a Desktop Publishing tool that is also a game. We will group together in an intense one-hour tool-test-party to make visual reviews of these tools and print them on one of Varia's printers.</p> +<p>We speak Dutch/English/Italian/French/Norwegian/Spanish and Portuguese!</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Free software refers to a movement around(in?) computer cultures. Thanks to a (open/)free license, a user is given the freedom to run, study, modify and share it. Grounded in communities of people writing and maintaining all different kinds of software. Free software lies at the heart of Varia's activities and way of working.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:None,2018-04-12:varia.zone/en/varia-open-day.htmleventopen daylinux presentation dayworkshopsOpen Dag @ Variavaria.zone/varia-open-day.html<p>Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> en elektronica.</p> +<p>Gedurende de dag vinden de volgende activiteiten plaats:</p> +<h2 id="linux-presentation-day-hele-dag">Linux Presentation Day (hele dag)</h2> +<p>Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of kun je de software niet meer bijwerken? Dan is het tijd om Linux te proberen! Het Linux Presentation Day team dat eerdere edities in Leeszaal West heeft georganiseerd staat nu voor je klaar in varia. Wil je jou oude computer nieuw leven inblazen? Vergeet deze dan niet mee te nemen. Dan kun je daar Linux op uit proberen of hulp te krijgen bij het installeren!</p> +<h2 id="adblocken-voor-beginners-hele-dag">Adblocken voor beginners (hele dag)</h2> +<p>Ben je het zat om naar online advertenties te kijken? Ben je het zat dat online advertenties naar jou terug kijken? Neem je computer of smartphone mee en dan laten wij zien hoe je van de rust en privacy van een advertentievrij internet kunt genieten. </p> +<h2 id="solderen-kan-je-leren-1400-1600">Solderen kan je leren (14:00 - 16:00)</h2> +<p>Maak kennis met elektronica door samen met wat onderdelen, een vaste hand en hulp van ons een mini boombox in elkaar te zetten! Neem je favoriete muziek, een oude (micro) SD-kaart en 5 euro voor materialen mee. 12 jaar en ouder. Geef je van tevoren op door ons een mail te sturen.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Ben je benieuwd naar andere grafische softwarepaketten dan Photoshop? Kom langs en probeer een set verschillende tools, zoals Gimp en ImageMagick (beeldbewerking), Laidout (een specifieke vector editor) of zelfgemaakte: maak een zine met Publish or Perish!, een Desktop Publishing tool en spel in één. Het idee is om gedurende de één uur intensieve tool-test-party beeldende recensies van deze tools te maken. We kunnen ze dan ook op een van de varia printers afdrukken.</p> +<p>De open dag begint om 12:00 en duurt tot 18:00. Ons adres is Gouwstraat 3, Rotterdam Charlois.</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Vrije software verwijst naar een beweging die door middel van vrije licenties gebruikers het recht geeft om software te gebruiken, bestuderen, aan te passen en te distribueren. Het is gestoeld in gemeenschappen die software gebruiken, schrijven en onderhouden. Van hele professionele server software tot hele experimentele grafische software. Vrije software is een gedeelde interesse en manier van werken voor varia die we graag laten zien!&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:None,2018-04-12:varia.zone/varia-open-day.htmleventopen daglinux presentation dayworkshopsConcert: CLM and Maria Violenzavaria.zone/en/CLM-and-Violenza.html<p>Varia presents two concerts by three incredible musicians from Italy.</p> +<p>CLM (formerly known as Cascao &amp; Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion and poppy art melodies: evoking talking heads, the residents, and proto 70's &amp; 80's wave stuff. In 2016 they released their first LP 'Spleenism' on vinyl and digital through the San Francisco based Cochon records.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM on Soundcloud</a></p> +<p>Sicilian born and Rome based Maria Violenza plays dark synth punk music under the influence of her homelands’ mixed cultural heritage. Besides her rousing solo-work, she is also a member of French music collective Grand Triple Alliance Internationale De L’Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy and Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza's bandcamp page</a></p> +<p>Date: 17 April 2018 +Entrance: 3 euro +Doors: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:None,2018-03-31:varia.zone/en/CLM-and-Violenza.htmlconcertConcert: CLM en Maria Violenzavaria.zone/CLM-and-Violenza.html<p>Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.</p> +<p>CLM (voorheen bekend als Cascao &amp; Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy art-melodieën: denk daarbij aan Talking Heads, The Residents en proto 70's &amp; 80's wave-dingen. In 2016 brachten ze hun eerste LP 'Spleenism' uit op vinyl en digitaal via Cochon-records in San Francisco.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM op Soundcloud</a></p> +<p>De in Sicilië geboren en in Rome wonende Maria Violenza speelt donkere synth punkmuziek onder de invloed van het gemengde culturele erfgoed van haar thuisland. Naast haar opzwepende solowerk is ze ook lid van het Franse muziekcollectief Grand Triple Alliance Internationale De L'Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy en Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza op bandcamp</a></p> +<p>Datum: 17 April 2018 +Entree: 3 euro +Deur: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:None,2018-03-31:varia.zone/CLM-and-Violenza.htmlconcertCentury 21 Callingvaria.zone/en/century-21-calling.html<p>Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?</p> +<p>In a series of screenings called “Century 21 Calling”, an event started by the collective Save_as and hosted at Varia in Rotterdam, we will have a look at archival industrial films and corporate informercials/propaganda that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p>During our first event we will have a general look at films from world fairs and the their dreams for todays tomorrow.</p> +<p><strong>Date</strong>: 14th April 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Doors open</strong>: 19:00<br> +<strong>Presentation</strong>: 19:30<br> +<strong>Screening starts</strong>: 20:00<br></p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:None,2018-03-07:varia.zone/en/century-21-calling.htmlscreeningCentury 21 Callingvaria.zone/century-21-calling.html<p>Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?</p> +<p>In een reeks screenings "Century 21 Calling", geïnitieerd door Save_as en gehost door Varia in Rotterdam, zullen we kijken naar industriële archieven en bedrijfs informercials/propaganda die het voorstellingsvermorgen van morgen hebben vormgegeven en het vol hebben gehouden tot aan de dag van vandaag.</p> +<p>Tijdens ons eerste evenement zullen we een algemene blik werpen op films van wereldtentoonstellingen en hun dromen voor morgen van vandaag.</p> +<p><strong>Datum</strong>: 14 April 2018<br> +<strong>Entree</strong>: Free / Donation<br> +<strong>Deuren open</strong>: 19:00<br> +<strong>Presentatie</strong>: 19:30<br> +<strong>Start screening</strong>: 20:00<br></p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:None,2018-03-07:varia.zone/century-21-calling.htmlscreeningAlgologsvaria.zone/en/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet. Algologs is part of a series of occurances meant to open up the usually Brussels-based Algolit meetings by inviting external speakers, presenters and participants to join the conversation. During Algologs, we will increase the % of engagement with everyday algorithms.</p> +<p>On Friday evening we explore a multiplication of Algoliterary ways of converting words to numbers x infrapunctural reliefs x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Together we will log algorithmic attitudes, voices and practices.</p> +<p>The presentations on Friday are followed by an Algolit session on Saturday, where we will host a collective dive into the clustering techniques of word-embeddings. We propose to look at a specific implementation of word-embeddings step-by-step, to use it as a source for recipies for small (code or non-code based) experiments.</p> +<p>Calling all extra-amateurs, protoprofessionals and circumstantial algologgers.</p> +<hr> +<p><strong>Algolit</strong> is a Brussels-based group of artists, designers, programmers and activists that meet once a month to write textual code experiments together.</p> +<p><strong>Cristina Cochior</strong> is a Rotterdam-based researcher, designer and enthusiast media aggregator who is currently interested in algorithmic stress relief.</p> +<p><strong>the XPUB practitioners</strong> are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.</p> +<p><strong>Marloes de Valk</strong> is a software artist and writer in the post-despair stage of coping with the threat of global warming and being spied on by the devices surrounding her.</p> +<hr> +<h2 id="program">Program</h2> +<p><strong>Friday 16th of March, 19:00 - 21:30+</strong><br> +Introductions, infrapunctures, bookscanner samples, big data promises</p> +<p>18:45 - 19:00 doors are open</p> +<p>19:00 - 19:20 Algoliterary introductions<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +21:30 onwards Drinks &amp; Discussion</p> +<p><strong>Saturday 17th of March, 10:00 - 18:00</strong><br> +Algolit session: From words to numbers through word-embeddings</p> +<p>This session is special edition and part of a longer timeline of monthly Algolit gatherings organised by Constant in the WTC25 in Brussels. In 2018 Algolit decided to open the sessions, to allow incisive jump-in jump-out participation. More information &amp; material around Algolit can be found on <a href="http://algolit.net">algolit.net</a>.</p> +<p>We will start the day with going step-by-step through the script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a>, and slowly slide into both code-based and non-code based experiments, depending on what the attendants are inclined towards. This work session is a moment to try things out yourself.</p> +<p>Note to attendants: It would be good to bring a laptop. Not per se for the reason of working with code or digital tools (we are big enthusiasts of non-coding experiments!), but we usually take notes collectively or look at references. For that reason a laptop is a nice companion!</p> +<p>If you are interested to attend this session, please email info@varia.zone at any point in advance.</p> +<p><strong>Location</strong><br> +Varia - Gouwstraat 3, Rotterdam<br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong>Links to previous exercises around these topics</strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, a multi-day event in November 2017 around machine learning &amp; word-embeddings with guided tours, presented tools, two lectures and two workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, step-by-step</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, graphs generated by word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, a first-step into a case study of applied word-embeddings</li> +</ul> +<hr> +<p>The research project of Cristina Cochior is kindly supported by <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:None,2018-02-28:varia.zone/en/algologs.htmleventworksessionalgorithmsloggingAlgologsvaria.zone/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten. Algologs maakt deel uit van een reeks ontmoetingen rondom de Algolit-bijeenkomsten (die normaal gesproken in Brussel plaatsvinden), om zo externe sprekers, presentatoren en deelnemers uit te nodigen om deel te nemen aan het gesprek. Tijdens Algologs verhogen we het % betrokkenheid bij alledaagse algoritmes.</p> +<p>Op vrijdagavond verkennen we een vermenigvuldiging van: Algoliteraire manieren om woorden te vertalen naar cijfers x infrapuncturele opluchtingen x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Om zo samen logs te maken van algoritmische standpunten, stemmen en werkwijzen.</p> +<p>De presentaties op vrijdag worden gevolgd door een Algolit-sessie op zaterdag, waar we een collectieve duik zullen introduceren in de clusteringstechnieken van word-embeddings. Door stap voor stap naar een specifieke implementatie van word-embeddings te kijken, ontstaat een bron voor recepten voor kleine (op code of niet op code gebaseerde) experimenten.</p> +<p>Oproep aan alle extra-amateurs, protoprofessionals en indirecte algologgers.</p> +<hr> +<p><strong> Algolit </strong> is een in Brussel gevestigde groep kunstenaars, ontwerpers, programmeurs en activisten die eenmaal per maand samenkomen om tekst &amp; code experimenten te schrijven.</p> +<p><strong> Cristina Cochior </strong> is een in Rotterdam gevestigde onderzoeker, ontwerper en enthousiaste verzamelaar die momenteel geïnteresseerd is in algoritmische stressverlichting.</p> +<p><strong> de XPUB practicioners </strong> werken momenteel aan OuNuPo: het 5e Special Issue rondom de cultuur van boekenscanners. XPUB is de Experimental Publishing-master van het Piet Zwart Instituut.</p> +<p><strong> Marloes de Valk </strong> is een softwarekunstenaar en -schrijfster in de post-wanhoopfase van het omgaan met de dreiging van het broeikaseffect terwijl zij bespied wordt door de apparaten om haar heen.</p> +<hr> +<h2 id="programma">Programma</h2> +<p><strong> Vrijdag 16 maart, 19:00 - 21:30 + </strong> <br> +Introducties, infrapunctures, voorbeelden van bookscanners, big data-beloften</p> +<p>18:45 - 19:00 Inloop</p> +<p>19:00 - 19:20 Algoliteraire introducties<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +vanaf 21:30 drinks &amp; discussie<br></p> +<p><strong> Zaterdag 17 maart, 10:00 - 18: 00 </strong> <br> +Algolit-sessie: van woorden naar cijfers via word-embeddings</p> +<p>Deze sessie is een speciale editie en maakt deel uit van een langere tijdslijn van maandelijkse Algolit-bijeenkomsten georganiseerd door Constant in het WTC25 in Brussel. In 2018 koos Algolit er voor om haar sessies een meer open karakter te geven, zodat een spontane jump-in jump-out-deelname mogelijk is. Meer informatie en materiaal rond Algolit is te vinden op <a href="http://algolit.net">algolit.net</a>.</p> +<p>We beginnen de dag met het stapsgewijs doorlopen van het script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a> en langzaam naar zowel op code gebaseerde als niet-code gebaseerde experimenten te werken, afhankelijk van waar de deelnemers een voorkeur voor hebben. Deze werksessie is een moment om zelf en samen dingen uit te proberen.</p> +<p>Opmerking voor deelnemers: het zou goed zijn om een ​​laptop mee te nemen. Niet per se om met code of digitale hulpmiddelen te werken (we zijn grote fans van analoge experimenten!), maar vanuit de gewoonte om gezamenlijk aantekeningen te maken of te kijken naar referenties. Daarom is een laptop een fijne metgezel!</p> +<p>Als je geïnteresseerd bent om deze sessie bij te wonen, e-mail dan info@varia.zone op elk gewenst moment van tevoren.</p> +<p><strong> Locatie </strong> <br> +Varia - Gouwstraat 3, Rotterdam <br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong> Links naar eerdere oefeningen rond deze onderwerpen </strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, een meerdaags evenement in november 2017 rond machine learning &amp; word-embeddings met rondleidingen, gepresenteerde tools, twee lezingen en twee workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, stap voor stap</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, grafieken gegenereerd door word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, een eerste stap naar een case study rondom toegepaste woordinbeddingen</li> +</ul> +<hr> +<p>Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiële bijdrage van CBK Rotterdam <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:None,2018-02-28:varia.zone/algologs.htmleventworksessionalgorithmsloggingIt Is As If We Were Doing Workvaria.zone/en/itisasif.html<p>A few months have passed since the 11th issue of the <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> by Pippin Barr and <a href="http://thefounder.biz/">"The Founder"</a> by Francis Tseng.</p> +<p>Food, drinks and entrance are available on donation.</p> +<p>Program:<br/> +18:45 Open Doors and Welcome +19:00 Introduction of the <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL) +20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng</p> +<p><a href="http://varia.zone/">http://varia.zone/</a> +<!-- link to event on fb >:( --></p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is an okay programmer from Monday to Thursday and a lethargic writer from Friday to Sunday.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is an independent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is a designer without qualities, an artist without a gallery and a writer without spell checker.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:None,2018-02-18:varia.zone/en/itisasif.htmleventIt Is As If We Were Doing Workvaria.zone/itisasif.html<p>Het is al een tijdje terug dat de 11de editie van de <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> is verschenen, maar de discussie over onderwerpen van die uitgave aansneed is echter nog niet uitgewoed. Centraal in die uitgave stond het idee van het <a href="http://networkcultures.org/entreprecariat/">'entreprecariat'</a> en de verschillende bijdragen boden allen verschillende inzichten over hoe om te gaan met de samenkomst van ondernemersideologie en precariteit. Om verder in te gaan op de bijdragen in van de zine organiseert Varia een avond met enkele van de auteurs. </p> +<p>De avond zal aanvangen met een introductie van het Pervasive Labour Union zine project door Lídia Pereira. Daarna volgt een gesprek tussen Alina Lupu, Gui Machiavelli dat wordt gemodereerd door Silvio Lorusso. Onderwerp van gesprek zullen de individuele bijdragen van de auteurs aan de zine zijn, alsmede de relatie tussen hun praktijk, ontwikkelingen op het vlak van hedendaagse arbeid en de huidige staat van het onderwijs. Daarnaast zal er mogelijkheid zijn om een aantal van de games te spelen die in de 11de editie van PLU zijn besproken, waaronder <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> van Pippin Barr en <a href="http://thefounder.biz/">"The Founder"</a> van Francis Tseng.</p> +<p>Entree en versnaperingen op basis van donatie</p> +<p>Programma:<br/> +18:45 Inloop</p> +<p>19:00 Introductie van de <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> door Lídia Pereira (PT/NL) en gesprek met Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), gemodereerd by Silvio Lorusso (IT/NL)</p> +<p>20:00 - 22:00 Gamesessie met "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng</p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is conceptueel kunstenaar en bezorgt maaltijden per fiets. Soms is ze echter ook projectmanager, schrijver, fotograaf of doet andere bijbaantjes. Op het moment heeft ze zich verkiesbaar gesteld voor een van de deelgemeenteraden in Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is van maandag tot donderdag een redelijke en van vrijdag tot zondag een lethargische schrijver.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is zelfstandig vormgever, kunstenaar en onderzoeker gevestigd in Rotterdam, NL. Haar huidige interesses gaan uit naar de politieke dimensie van arbeid op socialenetwerk-sites. Daarbinnen richt zij haar blik op hoe machtsstructuren online en offline gedrag beïnvloeden.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is een vormgever zonder specialisatie, een kunstenaar zonder galerie en een schrijver zonder spel-check.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:None,2018-02-18:varia.zone/itisasif.htmleventSolutions and problems in Extratonalityvaria.zone/en/extratonaliteit.html<p>Solutions and problems in Extratonality 4<br> +“Extratonality - Opening Doors Is Not Enough”</p> +<p>The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be solutions, and industrialised rubbish predominates our everyday life, there is an urgent need for another extratonal conference that digs deeper in the current state of affairs of the "extra" tendencies. "Solutions and problems in extratonality" (SAPIE) is the international conference on solutions and problems in the field of extratonality for smaller and larger institutes, as well as independent composers and scholars. They will explore advanced obstacles in their daily routines with the support of custom-made instruments, obsolete writing techniques, special notation systems and alternative applications of existing technologies.</p> +<p>On Friday, February 16, 2018, the fourth edition will take place in Rotterdam at "varia - the center of everyday technology". SAPIE4 is about applying extratonal solutions to everyday problems and everyday solutions to extratonal problems. SAPIE4 is a must attend for those who want to know more about working strategies and cases around extratonality. After SAPIE1 in Vienna on 28th April 2017, SAPIE2 in Zagreb on 30th September 2017 and SAPIE3 in Rotterdam on the 6th February 2018 the next edition will catch up on the latest debates in the field and trigger new input for the future ongoings around extratonality. More than 250 years after its discovery and justification the field is now recognized worldwide as a significant inquiry in its discipline, therefore this edition consists of several different tracks and presentations.</p> +<p>The approximately 300 SAPIE visitors rated the conference with a 9.8 and more than 98% of the visitors recommends the conference to others or would like to come back in the next edition.</p> +<p>This event is made possible by the kind support of the Institute of Extratonal Composition, WORM pirate bay, varia and nothing more.</p> +<p>Food, drinks and entrance are available on donation!</p> +<p>Program:<br> +19:30 Registration, meet and greet &amp; welcome drinks <br> +20:00 Official Opening: Welcome by Danny van der Kleij (NL, Chairman varia - center of everyday technology / ArtEZ hogeschool voor de kunsten) <br> +20:05 Introduction by the Conference Chairs; Niek Hilkmann (NL, varia - center of everyday technology / Institute of Extratonal Composition) and Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition) </p> +<p>20:15 - 20:45<br> +Applications: Imagination and Extratonlity<br> +Chair: Christina Cochior (RO/NL, Wikipedia Bot Memorial Foundation) <br> +"The imagination of storing" - Thomas Walskaar (NO, Save as.media) - Presentation of an imaginary medium <br> +"how to build a drum" - Teun de Graaf (NL, fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonality and Labour: <br> +Chair: Lidia Pereira (PT/NL, PLU - pervasive labour union)<br> +"full range orchestra tonal system" - a. tangram poets (INT, no institution) <br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - center for everyday technology)</p> +<p>21:15 - 21:45<br> +the extra in the everyday surroundings:<br> +Chair: TBA <br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition"- Dennis de Bel (NL, varia - center of everyday technology / Willem de Kooning Academy / Design Academy Eindhoven) <br> +"Remote Fulfillment" - Moritz (NL, Random Creations) </p> +<p>21:45 - 22:15<br> +extra and beyond:<br> +Chair: TBA<br> +"walking through objects - an intratonal approach" - Michael J. Muik (AT, nothing more - Association for the Promotion of Art, Irritation and Commons) <br> +"Quasitonality - Towards a circulatory practice of disagreement" - oyo (BG/NL, LOFO, Willem de Kooning Academy) &amp; mths (AT/NL, LOFO)</p> +<p>22:15 - 24:00<br> +Extra Presentations:<br> +DJ Pattex (varia - center for everyday technology)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:None,2018-02-16:varia.zone/en/extratonaliteit.htmleventOplossingen en problemen in extratonaliteitvaria.zone/extratonaliteit.html<p>Oplossingen en problemen in Extratonality 4<br> +"Extratonaliteit - Het openen van deuren is niet genoeg"</p> +<p>De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin problemen worden ontworpen om oplossingen te zijn, en industrieel afval ons dagelijks leven overneemt, is er een dringende behoefte aan een nieuwe extratonale conferentie die dieper graaft in de huidige stand van zaken van de "extra" tendensen. "Oplossingen en problemen in extratonaliteit" (OPIE) is de internationale conferentie over oplossingen en problemen op het gebied van extratonaliteit voor kleinere en grotere instituten, evenals onafhankelijke componisten en wetenschappers. We zullen geavanceerde obstakels in hun dagelijkse routine onderzoeken met de ondersteuning van op maat gemaakte instrumenten, verouderde schrijftechnieken, speciale notatiesystemen en alternatieve toepassingen van bestaande technologie.</p> +<p>Op vrijdag 16 februari 2018 vindt de vierde editie plaats in Rotterdam bij "varia - het centrum van de alledaagse technologie". OPIE4 gaat over het toepassen van extratonale oplossingen voor alledaagse problemen en alledaagse oplossingen voor extratonale problemen. OPIE4 is een must voor diegenen die meer willen weten over werkstrategieën rond extratonaliteit. Na OPIE1 in Wenen op 28 april 2017, OPIE2 in Zagreb op 30 september 2017 en OPIE3 in Rotterdam op 6 februari 2018, zal de volgende editie de laatste discussies in het veld behandelen en nieuwe input genereren voor de toekomstige onderhandelingen over extratonaliteit. Meer dan 250 jaar na zijn ontdekking en rechtvaardiging wordt het veld nu wereldwijd erkend als een belangrijk onderzoek in zijn vakgebied, daarom bestaat deze editie uit verschillende tracks en presentaties.</p> +<p>De ongeveer 300 OPIE-bezoekers beoordeelden de conferentie met een 9,8 en meer dan 98% van de bezoekers beveelt de conferentie aan bij anderen of zou graag terugkomen in de volgende editie.</p> +<p>Dit evenement wordt mogelijk gemaakt door de vriendelijke steun van het Institute of Extratonal Composition, WORM pirate bay, varia en Nothing More.</p> +<p>Eten, drinken en toegang zijn beschikbaar op donatie!</p> +<p>Programma:<br> +19:30 Registratie, meet &amp; greet &amp; welkomstdrankjes<br> +20:00 Officiële Opening: Welkom door Danny van der Kleij (NL, voorzitter varia - centrum voor alledaagse technologie / ArtEZ hogeschool voor de kunsten)<br> +20:05 Inleiding door de conferentievoorzitters; Niek Hilkmann (NL, varia - centrum voor alledaagse technologie / Institute of Extratonal Composition) en Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)</p> +<p>20:15 - 20:45<br> +Toepassingen: verbeelding en extratoniteit<br> +Voorzitter: Christina Cochior (RO / NL, Wikipedia Bot Memorial Foundation)<br> +"De verbeeldingskracht van opslaan" - Thomas Walskaar (NO, Save as.media) - Presentatie van een denkbeeldig medium<br> +"hoe een trommel te bouwen" - Teun de Graaf (fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonaliteit en arbeid:<br> +Voorzitter: Lidia Pereira (PT / NL, PLU - pervasive labor union / doordringende vakbond)<br> +"orkesttonaalsysteem met volledig bereik" - a. tangramdichters (int., geen instelling)<br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - centrum voor alledaagse technologie)</p> +<p>21:15 - 21:45<br> +de 'extra; in de dagelijkse omgeving:<br> +Voorzitter: TBA<br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition" - Dennis de Bel (NL, varia - centrum voor alledaagse technologie / Willem de Kooning Academie / Design Academy Eindhoven)<br> +"Remote Fulfillment" - Moritz (NL, Random Creations)</p> +<p>21:45 - 22:15 uur<br> +extra en verder:<br> +Voorzitter: TBA<br> +"door voorwerpen lopen - een intratonische benadering" - Michael J. Muik (AT, nothing more - Vereniging voor de promotie van kunst, irritatie en commons)<br> +"Quasitonaliteit - Op weg naar een circulatoire praktijk van onenigheid" - oyo (BG / NL, LOFO, Willem de Kooning Academie) &amp; mnd (AT / NL, LOFO)<br></p> +<p>22:15 - 24:00 uur<br> +Extra presentaties:<br> +DJ Pattex (varia - centrum voor alledaagse technologie)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:None,2018-02-16:varia.zone/extratonaliteit.htmleventNew Year's receptionvaria.zone/en/nieuwjaarsborrel.html<p>Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance. </p> +<p>date: Friday, 19th of January +start: 18:00h<br> +performance: 21:00h</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:None,2018-01-19:varia.zone/en/nieuwjaarsborrel.htmleventNieuwjaarsborrelvaria.zone/nieuwjaarsborrel.html<p>Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.</p> +<p>datum: vrijdag 19 januari +start: 18:00u<br> +performance: 21:00u</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:None,2018-01-19:varia.zone/nieuwjaarsborrel.htmlevent34c3 screening sessionvaria.zone/en/ccc-screening.html<p>For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia: </p> +<ul> +<li>Wednesday 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Bring your own beer and add your whishes to the list of talks<sup id=sf-ccc-screening-1-back class=simple-footnote>1</sup><span class=simple-footnote-container><span class=simple-footnote-content>[1] <a href="https://pad.vvvvvvaria.org/34c3">https://pad.vvvvvvaria.org/34c3</a></span></span>, we only have one projector and make the livestream programme on the spot!</p> +<p>Download the CCC progam<sup id=sf-ccc-screening-2-back class=simple-footnote>2</sup><span class=simple-footnote-container><span class=simple-footnote-content>[2] <a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a></span></span></p><ol class=simple-footnotes></ol>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/en/ccc-screening.htmleventScreening: The Secret Life Of Machines, season 3varia.zone/en/the-secret-life-screening-3.2.html<p>New attempt! Now without snowstorm.</p> +<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p>20 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p>Price: Donation</p>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/en/the-secret-life-screening-3.2.htmlscreening34c3 screening sessiesvaria.zone/ccc-screening.html<p>Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia: </p> +<ul> +<li>woensdag 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Neem je eigen eten en drinken mee en <a href="https://pad.vvvvvvaria.org/34c3">vul het lijstje aan van</a> van talks die we niet kunnen missen, we hebben maar één projector dus we maken het livestream programme ter plekke.</p> +<p>Download het CCC progamma[ref]<a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a>[/ref]</p>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/ccc-screening.htmleventSoup & Talk - Inox Kapellvaria.zone/en/inox-kapell.html<p>Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.</p> +<p>Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today he takes people on insect excursions, for example in castle Freudenberg. He makes films, music and art from and about them, including his work with the Dadaist band 'Ordnungsamt et la politesse’. Besides that he is the founder of the 'Insektium', an insect-related museum / gallery / happeningraum in Berlin. According to him, insects are often wrongly condemned, but he can mediate between humans and insects as a sort of ambassador.</p> +<p>A few of his words:</p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:None,2017-11-26:varia.zone/en/inox-kapell.htmleventSoep & Woorden - Inox Kapellvaria.zone/inox-kapell.html<p>Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.</p> +<p>Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij mensen mee op insectenexcursies, bijvoorbeeld in kasteel Freudenberg. Hij maakt films, muziek en kunst van en over insecten, onder andere in de dadaistische band ‘Ordnungsamt et la politesse’. Bovendien is hij de oprichter van het ‘Insektium’, een insect-gerelateerd museum/galerie/happeningraum in Berlijn. Naar eigen zeggen worden insecten vaak onterecht veroordeeld en is hij degene die tussen ambassadeur mens en insect kan mediëren.</p> +<p>Een paar van zijn woorden: </p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, +dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:None,2017-11-26:varia.zone/inox-kapell.htmleventScreening: The Secret Life Of Machines, season 3 (cancelled)varia.zone/en/the-secret-life-screening-3.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p>10 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p>Price: Donation</p>VariaThu, 23 Nov 2017 00:00:00 +0100tag:None,2017-11-23:varia.zone/en/the-secret-life-screening-3.htmlscreeninghomebrewserver.club, kalenders sessie 2varia.zone/en/hbsc-cal-2-en.html<p>A second gathering around self-hosted calendars.</p> +<p>Location: Varia</p>VariaWed, 22 Nov 2017 00:00:00 +0100tag:None,2017-11-22:varia.zone/en/hbsc-cal-2-en.htmlgatheringScreening: The Secret Life Of Machines, season 2varia.zone/en/the-secret-life-2.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:None,2017-11-12:varia.zone/en/the-secret-life-2.htmlscreeningThe Secret Life Of Machine screenings, seizoen 2varia.zone/the-secret-life-2.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:None,2017-11-12:varia.zone/the-secret-life-2.htmlscreeninghomebrewserver.club, calendars session 1varia.zone/en/hbsc-cal-1-en.html<p>A first gathering around self-hosted calendars. </p>VariaThu, 09 Nov 2017 00:00:00 +0100tag:None,2017-11-09:varia.zone/en/hbsc-cal-1-en.htmlgatheringScreening: The Secret Life Of Machines, season 1varia.zone/en/the-secret-life-season-1.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p><strong>5 November</strong>: season 1 - household appliances </p> +<p>(vacuum cleaner, sewing machine, central heating, washing machine, refrigiator and television)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 29 Oct 2017 00:00:00 +0200tag:None,2017-10-29:varia.zone/en/the-secret-life-season-1.htmlscreeningOpening Spacevaria.zone/en/opening.html<p>After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:None,2017-10-26:varia.zone/en/opening.htmleventOpening Ruimtevaria.zone/opening.html<p>Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level van de ruimte.</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:None,2017-10-26:varia.zone/opening.htmleventhomebrewserver.clubvaria.zone/en/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:None,2017-09-14:varia.zone/en/homebrewserver.club.htmlwork groupself-hostinghomebrewserver.clubvaria.zone/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn goedkope, energiezuinige, onderhoudsarme computers waarmee men in eigen beheer diensten online kan gebruiken.</p> +<p>De club is bedoeld voor zowel gevorderde als beginnende deelnemers. De resultaten van onze bijeekomsten verwerken we tot guides en artikels die de technieken contextualiseren en stap voor stap uitleggen hoe je ze zelf kan uitvoeren.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:None,2017-09-14:varia.zone/homebrewserver.club.htmlwork groupself-hostingRelearn Rotterdamvaria.zone/en/relearn.html<p>Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.</p> +<p>During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we call "tracks". Relearn outlines the idea of resetting thinking modes, for a diverse set of approaches that we can reconsider, that come out of the development of our cultures towards and through digital entities.</p> +<p>While Relearn is an experiment in collective learning, it grows from an interest in Free / Libre Open Source Software culture and practices as a way to address and acknowledge the production processes and frameworks involving technology and cultur</p> +<p>29th of August - 2nd of September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:None,2017-08-29:varia.zone/en/relearn.htmlprojectsRelearn Rotterdamvaria.zone/relearn.html<p>Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen. </p> +<p>Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week vormen. Relearn omarmt het resetten van denkmodi, om een uiteenlopende reeks aanpakken te heroverwegen, die voortkomen uit de ontwikkeling van onze culturen tot en via digitale entiteiten.</p> +<p>Naast een experiment in collectief leren, is Relearn ontstaan vanuit een interesse in Vrije en Open Source Software-cultuur en -praktijken als een manier om de productieprocessen en -kaders van technologie en cultuur te ondervragen.</p> +<p>29 Augustus - 2 September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:None,2017-08-29:varia.zone/relearn.htmlprojectsRotterdams Electronica Depotvaria.zone/en/red-en.html<pre> + ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐ + ╠╦╝│ │ │ │ ├┤ ├┬┘ ││├─┤│││ + ╩╚═└─┘ ┴ ┴ └─┘┴└──┴┘┴ ┴┴ ┴ +┌─────────────────┬───────────────┐ +│misc parts │misc parts │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +├─────────────────┼───────────────┼────────────────────┐ +│IC's │trim pots, │octo couplers │ +│ │ │EEPROMS │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistors, │resistors │big resistors, │ +│empty boxes, │big │empty boxes, │ +│ │ │FTDI, │ +│ │ │arduino │ +│ │ │oscilloscope parts │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistors, │resistors │capacitors, │ +│diodes │small │transducers │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +└─────────────────┴───────────────┴────────────────────┘ + ╔═╗┬ ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐ ╔╦╗┌─┐┌─┐┌─┐┌┬┐ + ║╣ │ ├┤ │ │ ├┬┘│ ││││││ ├─┤ ║║├┤ ├─┘│ │ │ + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴ ═╩╝└─┘┴ └─┘ ┴ +</pre> + +<h1 id="rotterdam-electronics-depot">Rotterdam Electronics Depot</h1> +<p>Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this <em>Varia</em> started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost. </p> +<h1 id="become-a-member">Become a member:</h1> +<p>get in touch with us via the varia list</p> +<h1 id="opening-and-picking-up">Opening and picking up</h1> +<p>Opening times are dependent on the members. Pick up location is: Gouwstraat 3, 3082 BA, in Rotterdam</p>VariaSun, 09 Apr 2017 00:00:00 +0200tag:None,2017-04-09:varia.zone/en/red-en.htmlwork groupelectronics \ No newline at end of file diff --git a/old/output/en/feminist-hack-meetings-feb-servers.html b/old/output/en/feminist-hack-meetings-feb-servers.html new file mode 100644 index 0000000..dbe3ac9 --- /dev/null +++ b/old/output/en/feminist-hack-meetings-feb-servers.html @@ -0,0 +1,117 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          61. varia comes in many forms:
          62. +
          63. mailinglist
          64. +
          65. RSS feed
          66. + +
          67. Nederlands
          68. +
          69. English
          70. +
            +
            +
            + +
            + + + + +
            +
            + Feminist Hack Meetings: Servers +
            +
            + +
            +
            2020-02-29 15:00:00
            +
            Published at 29 February 2020
            +
            + +
            +
            +
            +

            Artemis and Angeliki invite you to join the Feminist Hack Meetings.

            +

            Let's talk about feminist servers! In this meeting, we invite you to discuss questions like:
            +What does it mean for a server to be feminist, and how could it look like? What and who does it serve? What does it take to create and maintain it?
            +We would like to map and draw collectively our ideas and consider the possibility of setting up a feminist server at Varia, as a base for our practice.
            +We will bring material (like RPis and computers) to start experimenting and trying things out.
            +Join us!

            +

            The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.
            +January meeting: https://varia.zone/en/feminist-hack-meetings-jan.html

            +

            Program:

            +

            Saturday, 29 Feb 2020

            +

            15:00 - 18:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/feminist-hack-meetings-jan.html b/old/output/en/feminist-hack-meetings-jan.html new file mode 100644 index 0000000..8f18004 --- /dev/null +++ b/old/output/en/feminist-hack-meetings-jan.html @@ -0,0 +1,115 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          71. varia comes in many forms:
          72. +
          73. mailinglist
          74. +
          75. RSS feed
          76. + +
          77. Nederlands
          78. +
          79. English
          80. +
            +
            +
            + +
            + + + + +
            +
            + Feminist Hack Meetings +
            +
            + +
            +
            2020-01-25 17:00:00
            +
            Published at 25 January 2020
            +
            + +
            +
            +
            +

            Artemis and Angeliki invite you to join the Feminist Hack Meetings.

            +

            The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.

            +

            A feminist approach to technology takes into consideration the social and political context around it. It pushes the boundaries of technological circles, in order to include gender-diverse people, amateurs, or others who have experienced low or high levels of exclusion in tech environments. They also include cultural, artistic and educational practices that are approaching technology, not as an end in itself.

            +

            The idea started after participating in /ETC (Eclectic Tech Carnival) in Athens, which is a gathering of feminists, who critically use/study/share/improve everyday information technologies in the context of the free software and open hardware movements.

            +

            In this first gathering we will give an overview and an introduction to this series of meetings. We will discuss on how this proposal may grow in time.

            +

            Program:

            +

            Saturday, 25 Jan 2020

            +

            17:00 - 19:00

            +

            The event image is part of an illustration made by an /ETC member for /ETC Athens 2019

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/floppy-totaal-DD.html b/old/output/en/floppy-totaal-DD.html new file mode 100644 index 0000000..3ef85c4 --- /dev/null +++ b/old/output/en/floppy-totaal-DD.html @@ -0,0 +1,165 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          81. varia comes in many forms:
          82. +
          83. mailinglist
          84. +
          85. RSS feed
          86. + +
          87. Nederlands
          88. +
          89. English
          90. +
            +
            +
            + +
            + + + + +
            +
            + Floppy Totaal: Double Density +
            +
            + +
            +
            2019-10-19 14:00:00
            +
            Published at 19 October 2019
            +
            + +
            +
            +
            +

            Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine, presentations and conversations with Joak and Jason Scott and a long distance contribution by Michael Ridge.

            +

            The emphasis of the event lies on the concept of the floppy disk as comfort food in a "future/present shocked" digital age. In what way does working with floppy disks help us cope in a time preoccupied with "new" media and planned obsolescence? Does the floppy disk hold more content than just 1,44 MB of data? Join us to find out!

            +
              +
            • workshop: 14:00 / free
            • +
            • evening: 20:00 / 5 euro
            • +
            +

            Full Program:

            +

            Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.

            +

            Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott.

            +
              +
            • Floppy Kick Workshop
            • +
            +

            Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.

            +

            http://floppykickrecords.blogspot.com/ +https://floppykick.bandcamp.com/

            +
              +
            • Eoforwine
            • +
            +

            Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.

            +

            https://eoforwine.bandcamp.com/

            +
              +
            • Kisszántó
            • +
            +

            Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh & obscure +acid vinyl to mix further with.

            +

            https://kisszanto.bandcamp.com/

            +
              +
            • Joak
            • +
            +

            Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.

            +

            https://joak.nospace.at/

            +
              +
            • Michael Ridge
            • +
            +

            Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge & Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!

            +

            https://michaelridge.wordpress.com/

            +
              +
            • Jason Scott
            • +
            +

            Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.

            +

            https://en.wikipedia.org/wiki/Jason_Scott

            +
              +
            • Floppy Totaal
            • +
            +

            Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.

            +

            http://www.floppytotaal.org/

            +

            This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/hbsc-cal-1-en.html b/old/output/en/hbsc-cal-1-en.html new file mode 100644 index 0000000..734ea89 --- /dev/null +++ b/old/output/en/hbsc-cal-1-en.html @@ -0,0 +1,107 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          91. varia comes in many forms:
          92. +
          93. mailinglist
          94. +
          95. RSS feed
          96. + +
          97. Nederlands
          98. +
          99. English
          100. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club, calendars session 1 +
            +
            + +
            +
            2017-11-16 19:00:00
            +
            09 November 2017
            +
            + +
            +
            +
            +

            A first gathering around self-hosted calendars.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/hbsc-cal-2-en.html b/old/output/en/hbsc-cal-2-en.html new file mode 100644 index 0000000..107ca38 --- /dev/null +++ b/old/output/en/hbsc-cal-2-en.html @@ -0,0 +1,108 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          101. varia comes in many forms:
          102. +
          103. mailinglist
          104. +
          105. RSS feed
          106. + +
          107. Nederlands
          108. +
          109. English
          110. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club, kalenders sessie 2 +
            +
            + +
            +
            2017-11-30 19:00:00
            +
            22 November 2017
            +
            + +
            +
            +
            +

            A second gathering around self-hosted calendars.

            +

            Location: Varia

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/heath-bunting-apocalypse.html b/old/output/en/heath-bunting-apocalypse.html new file mode 100644 index 0000000..68d55e5 --- /dev/null +++ b/old/output/en/heath-bunting-apocalypse.html @@ -0,0 +1,131 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          111. varia comes in many forms:
          112. +
          113. mailinglist
          114. +
          115. RSS feed
          116. + +
          117. Nederlands
          118. +
          119. English
          120. +
            +
            +
            + +
            + + + + +
            +
            + Heath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypse +
            +
            + +
            +
            2020-02-17 14:00:00
            +
            Published at 17 February 2020
            +
            + +
            +
            +
            +

            Heath Bunting is an artist based in the UK who, for more than thirty years, has questioned and undermined systems of control and communication. He began as a street artist putting up fly posters in public spaces, belonged to the first generation of net.artists in the 1990s where he found (and ran the server of) irational.org, but turned away from the Internet in 1998, seeing its corporate takeover as early as in that year.

            +

            He set up several radio stations, collaborated with Kate Rich on alternative distribution systems for goods and workshops for trespassing private property. For his "Identity Bureau', he investigated ways for people to legally obtain a new names and identities using loopholes in the bureaucracies of Western countries (and gave an Identity Bureau workshop in 2014 at Wlfrt Projectspace Rotterdam). In his daily life and travels, he strictly avoids use of electronic systems that make him traceable, including bank cards and mobile phones.

            +

            The above is only a small fraction of his activities in working against control systems. Florian Cramer will have a two-hour conversation with Heath Bunting on his past and present projects, with the aim to share Heath's knowledge and experience with the audience. This will be followed, at 16.00, by heath's critical feedback on the current activities of the Voluntary Fire Brigade of the Apocalypse in Rotterdam.

            +

            Program:

            +

            14.00-16.00: Thirty years of researching and working against control systems - conversation & project review with Heath Bunting
            + 16.00-17.00: Feedback on the Voluntary Fire Brigade of the Apocalypse
            + 17.00-19.00: break with coffee, tea, soup
            + 19.00: DJ set by Jacco Weener

            +

            date: February 17, 2020 + entry: free or donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/homebrewserver.club.html b/old/output/en/homebrewserver.club.html new file mode 100644 index 0000000..a3b0f45 --- /dev/null +++ b/old/output/en/homebrewserver.club.html @@ -0,0 +1,128 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          121. varia comes in many forms:
          122. +
          123. mailinglist
          124. +
          125. RSS feed
          126. + +
          127. Nederlands
          128. +
          129. English
          130. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club +
            +
            + +
            +
            Published at 14 September 2017
            +
            + +
            +
            +
            +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.

            +

            homebrewserver.club

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/id-buy-that-for-a-dollar.html b/old/output/en/id-buy-that-for-a-dollar.html new file mode 100644 index 0000000..75b96d9 --- /dev/null +++ b/old/output/en/id-buy-that-for-a-dollar.html @@ -0,0 +1,113 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          131. varia comes in many forms:
          132. +
          133. mailinglist
          134. +
          135. RSS feed
          136. + +
          137. Nederlands
          138. +
          139. English
          140. +
            +
            +
            + +
            + + + + +
            +
            + Century 21 Calling -  I'd Buy That For A Dollar! +
            +
            + +
            +
            2018-12-15 20:00:00
            +
            Published at 15 December 2018
            +
            + +
            +
            +
            +

            During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and refund instruction video’s. This will surely get you in the shopping mood!

            +

            Century 21 Calling is a series by the collective Save_as and hosted at Varia in Rotterdam. During these screenings we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.

            +

            Save_as is a platform for 360 degrees media exploration by Thomas Walskaar and Léna Robin, initiated in 2017. Save_as investigates media and alternative publishing practices, to observe tensions which emanate from them. Save_as is also an independent publisher of printed and non-printed matter.

            +

            Date: Saturday, 15 December 2018
            +Door: 20:00
            +Start: 20:30
            +Entrance: Donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/images/thumb/20195.jpg b/old/output/en/images/thumb/20195.jpg new file mode 100644 index 0000000..4bffb5d Binary files /dev/null and b/old/output/en/images/thumb/20195.jpg differ diff --git a/old/output/en/images/thumb/8245264_1280x720.jpg b/old/output/en/images/thumb/8245264_1280x720.jpg new file mode 100644 index 0000000..3f6a173 Binary files /dev/null and b/old/output/en/images/thumb/8245264_1280x720.jpg differ diff --git a/old/output/en/images/thumb/Aloardi.jpg b/old/output/en/images/thumb/Aloardi.jpg new file mode 100644 index 0000000..507e4b3 Binary files /dev/null and b/old/output/en/images/thumb/Aloardi.jpg differ diff --git a/old/output/en/images/thumb/C212_05_safey.jpg b/old/output/en/images/thumb/C212_05_safey.jpg new file mode 100644 index 0000000..9dfce5d Binary files /dev/null and b/old/output/en/images/thumb/C212_05_safey.jpg differ diff --git a/old/output/en/images/thumb/C212_shopping.jpg b/old/output/en/images/thumb/C212_shopping.jpg new file mode 100644 index 0000000..a347477 Binary files /dev/null and b/old/output/en/images/thumb/C212_shopping.jpg differ diff --git a/old/output/en/images/thumb/CLM2.jpg b/old/output/en/images/thumb/CLM2.jpg new file mode 100644 index 0000000..8dc747b Binary files /dev/null and b/old/output/en/images/thumb/CLM2.jpg differ diff --git a/old/output/en/images/thumb/Cake.jpg b/old/output/en/images/thumb/Cake.jpg new file mode 100644 index 0000000..63fb742 Binary files /dev/null and b/old/output/en/images/thumb/Cake.jpg differ diff --git a/old/output/en/images/thumb/Camp Century.jpeg b/old/output/en/images/thumb/Camp Century.jpeg new file mode 100644 index 0000000..52a4aeb Binary files /dev/null and b/old/output/en/images/thumb/Camp Century.jpeg differ diff --git a/old/output/en/images/thumb/Casio.jpg b/old/output/en/images/thumb/Casio.jpg new file mode 100644 index 0000000..993f133 Binary files /dev/null and b/old/output/en/images/thumb/Casio.jpg differ diff --git a/old/output/en/images/thumb/ConversasEvento137-02.png b/old/output/en/images/thumb/ConversasEvento137-02.png new file mode 100644 index 0000000..6a27e83 Binary files /dev/null and b/old/output/en/images/thumb/ConversasEvento137-02.png differ diff --git a/old/output/en/images/thumb/Crystals_goes_to_war_poster.jpeg b/old/output/en/images/thumb/Crystals_goes_to_war_poster.jpeg new file mode 100644 index 0000000..2f5098b Binary files /dev/null and b/old/output/en/images/thumb/Crystals_goes_to_war_poster.jpeg differ diff --git a/old/output/en/images/thumb/Entrepecariat Book Launch.jpeg b/old/output/en/images/thumb/Entrepecariat Book Launch.jpeg new file mode 100644 index 0000000..0e3ad0b Binary files /dev/null and b/old/output/en/images/thumb/Entrepecariat Book Launch.jpeg differ diff --git a/old/output/en/images/thumb/Evamuss1.jpg b/old/output/en/images/thumb/Evamuss1.jpg new file mode 100644 index 0000000..52ebb02 Binary files /dev/null and b/old/output/en/images/thumb/Evamuss1.jpg differ diff --git a/old/output/en/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg b/old/output/en/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg new file mode 100644 index 0000000..8186e04 Binary files /dev/null and b/old/output/en/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg differ diff --git a/old/output/en/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg b/old/output/en/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg new file mode 100644 index 0000000..1037c09 Binary files /dev/null and b/old/output/en/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg differ diff --git a/old/output/en/images/thumb/Extra.jpg b/old/output/en/images/thumb/Extra.jpg new file mode 100644 index 0000000..9f67fb3 Binary files /dev/null and b/old/output/en/images/thumb/Extra.jpg differ diff --git a/old/output/en/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/output/en/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg new file mode 100644 index 0000000..84e55e0 Binary files /dev/null and b/old/output/en/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg differ diff --git a/old/output/en/images/thumb/Infinite-Outwardness-Web-2.jpg b/old/output/en/images/thumb/Infinite-Outwardness-Web-2.jpg new file mode 100644 index 0000000..ac666db Binary files /dev/null and b/old/output/en/images/thumb/Infinite-Outwardness-Web-2.jpg differ diff --git a/old/output/en/images/thumb/Infinite.jpg b/old/output/en/images/thumb/Infinite.jpg new file mode 100644 index 0000000..29ab323 Binary files /dev/null and b/old/output/en/images/thumb/Infinite.jpg differ diff --git a/old/output/en/images/thumb/Krantz.jpg b/old/output/en/images/thumb/Krantz.jpg new file mode 100644 index 0000000..ef1d436 Binary files /dev/null and b/old/output/en/images/thumb/Krantz.jpg differ diff --git a/old/output/en/images/thumb/Niek-At-Varia5hd.jpg b/old/output/en/images/thumb/Niek-At-Varia5hd.jpg new file mode 100644 index 0000000..3c26f48 Binary files /dev/null and b/old/output/en/images/thumb/Niek-At-Varia5hd.jpg differ diff --git a/old/output/en/images/thumb/Repair.jpg b/old/output/en/images/thumb/Repair.jpg new file mode 100644 index 0000000..5fd36e9 Binary files /dev/null and b/old/output/en/images/thumb/Repair.jpg differ diff --git a/old/output/en/images/thumb/SWOS - varia 2020.jpg b/old/output/en/images/thumb/SWOS - varia 2020.jpg new file mode 100644 index 0000000..45cc8e1 Binary files /dev/null and b/old/output/en/images/thumb/SWOS - varia 2020.jpg differ diff --git a/old/output/en/images/thumb/Santas.jpg b/old/output/en/images/thumb/Santas.jpg new file mode 100644 index 0000000..e843075 Binary files /dev/null and b/old/output/en/images/thumb/Santas.jpg differ diff --git a/old/output/en/images/thumb/Spacejunk.jpg b/old/output/en/images/thumb/Spacejunk.jpg new file mode 100644 index 0000000..02cc4be Binary files /dev/null and b/old/output/en/images/thumb/Spacejunk.jpg differ diff --git a/old/output/en/images/thumb/Trash-1900s.jpg b/old/output/en/images/thumb/Trash-1900s.jpg new file mode 100644 index 0000000..1a804be Binary files /dev/null and b/old/output/en/images/thumb/Trash-1900s.jpg differ diff --git a/old/output/en/images/thumb/Velocity.jpg b/old/output/en/images/thumb/Velocity.jpg new file mode 100644 index 0000000..80f5518 Binary files /dev/null and b/old/output/en/images/thumb/Velocity.jpg differ diff --git a/old/output/en/images/thumb/able-noise-3.jpg b/old/output/en/images/thumb/able-noise-3.jpg new file mode 100644 index 0000000..3233c4f Binary files /dev/null and b/old/output/en/images/thumb/able-noise-3.jpg differ diff --git a/old/output/en/images/thumb/algologs.png b/old/output/en/images/thumb/algologs.png new file mode 100644 index 0000000..9fa0473 Binary files /dev/null and b/old/output/en/images/thumb/algologs.png differ diff --git a/old/output/en/images/thumb/allesflex.png b/old/output/en/images/thumb/allesflex.png new file mode 100644 index 0000000..50d6ef8 Binary files /dev/null and b/old/output/en/images/thumb/allesflex.png differ diff --git a/old/output/en/images/thumb/arton3017-b0f93.png b/old/output/en/images/thumb/arton3017-b0f93.png new file mode 100644 index 0000000..7099a65 Binary files /dev/null and b/old/output/en/images/thumb/arton3017-b0f93.png differ diff --git a/old/output/en/images/thumb/autonomous-fabric-2019.png b/old/output/en/images/thumb/autonomous-fabric-2019.png new file mode 100644 index 0000000..2677db4 Binary files /dev/null and b/old/output/en/images/thumb/autonomous-fabric-2019.png differ diff --git a/old/output/en/images/thumb/beachbombart.jpg b/old/output/en/images/thumb/beachbombart.jpg new file mode 100644 index 0000000..96e925a Binary files /dev/null and b/old/output/en/images/thumb/beachbombart.jpg differ diff --git a/old/output/en/images/thumb/bibliotecha_01.png b/old/output/en/images/thumb/bibliotecha_01.png new file mode 100644 index 0000000..5dd0a95 Binary files /dev/null and b/old/output/en/images/thumb/bibliotecha_01.png differ diff --git a/old/output/en/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/output/en/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg new file mode 100644 index 0000000..4fbfe7d Binary files /dev/null and b/old/output/en/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg differ diff --git a/old/output/en/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/output/en/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg new file mode 100644 index 0000000..a7e4cd1 Binary files /dev/null and b/old/output/en/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg differ diff --git a/old/output/en/images/thumb/bpwlogo.jpg b/old/output/en/images/thumb/bpwlogo.jpg new file mode 100644 index 0000000..c25c9bc Binary files /dev/null and b/old/output/en/images/thumb/bpwlogo.jpg differ diff --git a/old/output/en/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/output/en/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg new file mode 100644 index 0000000..a63afcb Binary files /dev/null and b/old/output/en/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg differ diff --git a/old/output/en/images/thumb/c21c-02_web_final.jpg b/old/output/en/images/thumb/c21c-02_web_final.jpg new file mode 100644 index 0000000..105b31b Binary files /dev/null and b/old/output/en/images/thumb/c21c-02_web_final.jpg differ diff --git a/old/output/en/images/thumb/cal.png b/old/output/en/images/thumb/cal.png new file mode 100644 index 0000000..30b518b Binary files /dev/null and b/old/output/en/images/thumb/cal.png differ diff --git a/old/output/en/images/thumb/cal2.png b/old/output/en/images/thumb/cal2.png new file mode 100644 index 0000000..7598752 Binary files /dev/null and b/old/output/en/images/thumb/cal2.png differ diff --git a/old/output/en/images/thumb/cbkrotterdam.png b/old/output/en/images/thumb/cbkrotterdam.png new file mode 100644 index 0000000..34cda9f Binary files /dev/null and b/old/output/en/images/thumb/cbkrotterdam.png differ diff --git a/old/output/en/images/thumb/ccc-2017.jpg b/old/output/en/images/thumb/ccc-2017.jpg new file mode 100644 index 0000000..06552cf Binary files /dev/null and b/old/output/en/images/thumb/ccc-2017.jpg differ diff --git a/old/output/en/images/thumb/ccc-tram.jpg b/old/output/en/images/thumb/ccc-tram.jpg new file mode 100644 index 0000000..a8fa2ff Binary files /dev/null and b/old/output/en/images/thumb/ccc-tram.jpg differ diff --git a/old/output/en/images/thumb/century21.jpg b/old/output/en/images/thumb/century21.jpg new file mode 100644 index 0000000..5047ac3 Binary files /dev/null and b/old/output/en/images/thumb/century21.jpg differ diff --git a/old/output/en/images/thumb/century21_the-big-bounce.jpg b/old/output/en/images/thumb/century21_the-big-bounce.jpg new file mode 100644 index 0000000..b51644f Binary files /dev/null and b/old/output/en/images/thumb/century21_the-big-bounce.jpg differ diff --git a/old/output/en/images/thumb/choreo_joanachicau.gif b/old/output/en/images/thumb/choreo_joanachicau.gif new file mode 100644 index 0000000..01c6335 Binary files /dev/null and b/old/output/en/images/thumb/choreo_joanachicau.gif differ diff --git a/old/output/en/images/thumb/colours.gif b/old/output/en/images/thumb/colours.gif new file mode 100644 index 0000000..a056050 Binary files /dev/null and b/old/output/en/images/thumb/colours.gif differ diff --git a/old/output/en/images/thumb/curriculum.command-lines.png b/old/output/en/images/thumb/curriculum.command-lines.png new file mode 100644 index 0000000..33d942a Binary files /dev/null and b/old/output/en/images/thumb/curriculum.command-lines.png differ diff --git a/old/output/en/images/thumb/curve.png b/old/output/en/images/thumb/curve.png new file mode 100644 index 0000000..e9f636a Binary files /dev/null and b/old/output/en/images/thumb/curve.png differ diff --git a/old/output/en/images/thumb/de_varia.jpg b/old/output/en/images/thumb/de_varia.jpg new file mode 100644 index 0000000..84641f9 Binary files /dev/null and b/old/output/en/images/thumb/de_varia.jpg differ diff --git a/old/output/en/images/thumb/de_varia.png b/old/output/en/images/thumb/de_varia.png new file mode 100644 index 0000000..e677701 Binary files /dev/null and b/old/output/en/images/thumb/de_varia.png differ diff --git a/old/output/en/images/thumb/druk-concert.jpg b/old/output/en/images/thumb/druk-concert.jpg new file mode 100644 index 0000000..863a522 Binary files /dev/null and b/old/output/en/images/thumb/druk-concert.jpg differ diff --git a/old/output/en/images/thumb/extra image 1.jpg b/old/output/en/images/thumb/extra image 1.jpg new file mode 100644 index 0000000..1ea1922 Binary files /dev/null and b/old/output/en/images/thumb/extra image 1.jpg differ diff --git a/old/output/en/images/thumb/extra image 3.jpg b/old/output/en/images/thumb/extra image 3.jpg new file mode 100644 index 0000000..1e37cf3 Binary files /dev/null and b/old/output/en/images/thumb/extra image 3.jpg differ diff --git a/old/output/en/images/thumb/feminist-servers.jpg b/old/output/en/images/thumb/feminist-servers.jpg new file mode 100644 index 0000000..a1a84df Binary files /dev/null and b/old/output/en/images/thumb/feminist-servers.jpg differ diff --git a/old/output/en/images/thumb/fire.gif b/old/output/en/images/thumb/fire.gif new file mode 100644 index 0000000..2bbc268 Binary files /dev/null and b/old/output/en/images/thumb/fire.gif differ diff --git a/old/output/en/images/thumb/hbsc1.png b/old/output/en/images/thumb/hbsc1.png new file mode 100644 index 0000000..54e9887 Binary files /dev/null and b/old/output/en/images/thumb/hbsc1.png differ diff --git a/old/output/en/images/thumb/homebrewserverclub.png b/old/output/en/images/thumb/homebrewserverclub.png new file mode 100644 index 0000000..b2de230 Binary files /dev/null and b/old/output/en/images/thumb/homebrewserverclub.png differ diff --git a/old/output/en/images/thumb/infinitehd.jpg b/old/output/en/images/thumb/infinitehd.jpg new file mode 100644 index 0000000..3da401b Binary files /dev/null and b/old/output/en/images/thumb/infinitehd.jpg differ diff --git a/old/output/en/images/thumb/insekt.jpg b/old/output/en/images/thumb/insekt.jpg new file mode 100644 index 0000000..c888f0f Binary files /dev/null and b/old/output/en/images/thumb/insekt.jpg differ diff --git a/old/output/en/images/thumb/kettle4-web-xs.jpg b/old/output/en/images/thumb/kettle4-web-xs.jpg new file mode 100644 index 0000000..75c51ed Binary files /dev/null and b/old/output/en/images/thumb/kettle4-web-xs.jpg differ diff --git a/old/output/en/images/thumb/lifehacks-girard-meunier.jpg b/old/output/en/images/thumb/lifehacks-girard-meunier.jpg new file mode 100644 index 0000000..3af985f Binary files /dev/null and b/old/output/en/images/thumb/lifehacks-girard-meunier.jpg differ diff --git a/old/output/en/images/thumb/networktopology.jpeg b/old/output/en/images/thumb/networktopology.jpeg new file mode 100644 index 0000000..dad06d2 Binary files /dev/null and b/old/output/en/images/thumb/networktopology.jpeg differ diff --git a/old/output/en/images/thumb/nieuwjaarsborrel.jpg b/old/output/en/images/thumb/nieuwjaarsborrel.jpg new file mode 100644 index 0000000..d10a7ed Binary files /dev/null and b/old/output/en/images/thumb/nieuwjaarsborrel.jpg differ diff --git a/old/output/en/images/thumb/nieuwjaarsborrel.png b/old/output/en/images/thumb/nieuwjaarsborrel.png new file mode 100644 index 0000000..9fccde5 Binary files /dev/null and b/old/output/en/images/thumb/nieuwjaarsborrel.png differ diff --git a/old/output/en/images/thumb/nooo2.png b/old/output/en/images/thumb/nooo2.png new file mode 100644 index 0000000..e48eea4 Binary files /dev/null and b/old/output/en/images/thumb/nooo2.png differ diff --git a/old/output/en/images/thumb/nooo2.relearn.jpg b/old/output/en/images/thumb/nooo2.relearn.jpg new file mode 100644 index 0000000..f912352 Binary files /dev/null and b/old/output/en/images/thumb/nooo2.relearn.jpg differ diff --git a/old/output/en/images/thumb/nooo2.relearn2.jpg b/old/output/en/images/thumb/nooo2.relearn2.jpg new file mode 100644 index 0000000..da4ca9b Binary files /dev/null and b/old/output/en/images/thumb/nooo2.relearn2.jpg differ diff --git a/old/output/en/images/thumb/offline_listening.png b/old/output/en/images/thumb/offline_listening.png new file mode 100644 index 0000000..e65335b Binary files /dev/null and b/old/output/en/images/thumb/offline_listening.png differ diff --git a/old/output/en/images/thumb/og.png b/old/output/en/images/thumb/og.png new file mode 100644 index 0000000..5ed7756 Binary files /dev/null and b/old/output/en/images/thumb/og.png differ diff --git a/old/output/en/images/thumb/og2.png b/old/output/en/images/thumb/og2.png new file mode 100644 index 0000000..77c2f2e Binary files /dev/null and b/old/output/en/images/thumb/og2.png differ diff --git a/old/output/en/images/thumb/ouroboros.gif b/old/output/en/images/thumb/ouroboros.gif new file mode 100644 index 0000000..1612dc4 Binary files /dev/null and b/old/output/en/images/thumb/ouroboros.gif differ diff --git a/old/output/en/images/thumb/pg.jpg b/old/output/en/images/thumb/pg.jpg new file mode 100644 index 0000000..618309a Binary files /dev/null and b/old/output/en/images/thumb/pg.jpg differ diff --git a/old/output/en/images/thumb/plu13.png b/old/output/en/images/thumb/plu13.png new file mode 100644 index 0000000..571bfe8 Binary files /dev/null and b/old/output/en/images/thumb/plu13.png differ diff --git a/old/output/en/images/thumb/pluz.jpg b/old/output/en/images/thumb/pluz.jpg new file mode 100644 index 0000000..e56238d Binary files /dev/null and b/old/output/en/images/thumb/pluz.jpg differ diff --git a/old/output/en/images/thumb/ps-img.png b/old/output/en/images/thumb/ps-img.png new file mode 100644 index 0000000..d5c7df1 Binary files /dev/null and b/old/output/en/images/thumb/ps-img.png differ diff --git a/old/output/en/images/thumb/pub.gif b/old/output/en/images/thumb/pub.gif new file mode 100644 index 0000000..7d75de7 Binary files /dev/null and b/old/output/en/images/thumb/pub.gif differ diff --git a/old/output/en/images/thumb/pushingscores.jpeg b/old/output/en/images/thumb/pushingscores.jpeg new file mode 100644 index 0000000..fee11f8 Binary files /dev/null and b/old/output/en/images/thumb/pushingscores.jpeg differ diff --git a/old/output/en/images/thumb/pushingscores2.jpg b/old/output/en/images/thumb/pushingscores2.jpg new file mode 100644 index 0000000..20a0666 Binary files /dev/null and b/old/output/en/images/thumb/pushingscores2.jpg differ diff --git a/old/output/en/images/thumb/radio.jpg b/old/output/en/images/thumb/radio.jpg new file mode 100644 index 0000000..451533a Binary files /dev/null and b/old/output/en/images/thumb/radio.jpg differ diff --git a/old/output/en/images/thumb/radioontheradio01-02-01-popunie.jpg b/old/output/en/images/thumb/radioontheradio01-02-01-popunie.jpg new file mode 100644 index 0000000..e133387 Binary files /dev/null and b/old/output/en/images/thumb/radioontheradio01-02-01-popunie.jpg differ diff --git a/old/output/en/images/thumb/radioontheradio01-02-01.jpg b/old/output/en/images/thumb/radioontheradio01-02-01.jpg new file mode 100644 index 0000000..840725e Binary files /dev/null and b/old/output/en/images/thumb/radioontheradio01-02-01.jpg differ diff --git a/old/output/en/images/thumb/read-and-repair-img.png b/old/output/en/images/thumb/read-and-repair-img.png new file mode 100644 index 0000000..1c1c6d7 Binary files /dev/null and b/old/output/en/images/thumb/read-and-repair-img.png differ diff --git a/old/output/en/images/thumb/schoolbells.jpg b/old/output/en/images/thumb/schoolbells.jpg new file mode 100644 index 0000000..1e0d069 Binary files /dev/null and b/old/output/en/images/thumb/schoolbells.jpg differ diff --git a/old/output/en/images/thumb/secret_life_chain.gif b/old/output/en/images/thumb/secret_life_chain.gif new file mode 100644 index 0000000..c9598f5 Binary files /dev/null and b/old/output/en/images/thumb/secret_life_chain.gif differ diff --git a/old/output/en/images/thumb/secret_life_chain_compressed.gif b/old/output/en/images/thumb/secret_life_chain_compressed.gif new file mode 100644 index 0000000..7932cd9 Binary files /dev/null and b/old/output/en/images/thumb/secret_life_chain_compressed.gif differ diff --git a/old/output/en/images/thumb/stimu.en.gif b/old/output/en/images/thumb/stimu.en.gif new file mode 100644 index 0000000..a538844 Binary files /dev/null and b/old/output/en/images/thumb/stimu.en.gif differ diff --git a/old/output/en/images/thumb/stimu.nl.gif b/old/output/en/images/thumb/stimu.nl.gif new file mode 100644 index 0000000..1a03120 Binary files /dev/null and b/old/output/en/images/thumb/stimu.nl.gif differ diff --git a/old/output/en/images/thumb/the-social-in-the-media-01.jpg b/old/output/en/images/thumb/the-social-in-the-media-01.jpg new file mode 100644 index 0000000..04b6939 Binary files /dev/null and b/old/output/en/images/thumb/the-social-in-the-media-01.jpg differ diff --git a/old/output/en/images/thumb/the-social-in-the-media-02.jpg b/old/output/en/images/thumb/the-social-in-the-media-02.jpg new file mode 100644 index 0000000..67e2ab9 Binary files /dev/null and b/old/output/en/images/thumb/the-social-in-the-media-02.jpg differ diff --git a/old/output/en/images/thumb/this.gif b/old/output/en/images/thumb/this.gif new file mode 100644 index 0000000..aae6a97 Binary files /dev/null and b/old/output/en/images/thumb/this.gif differ diff --git a/old/output/en/images/thumb/tuch.jpg b/old/output/en/images/thumb/tuch.jpg new file mode 100644 index 0000000..d296f5a Binary files /dev/null and b/old/output/en/images/thumb/tuch.jpg differ diff --git a/old/output/en/images/thumb/tuch2.jpg b/old/output/en/images/thumb/tuch2.jpg new file mode 100644 index 0000000..e31d8c7 Binary files /dev/null and b/old/output/en/images/thumb/tuch2.jpg differ diff --git a/old/output/en/images/thumb/valid-rss-rogers.png b/old/output/en/images/thumb/valid-rss-rogers.png new file mode 100644 index 0000000..ec634b5 Binary files /dev/null and b/old/output/en/images/thumb/valid-rss-rogers.png differ diff --git a/old/output/en/images/thumb/varia-again.png b/old/output/en/images/thumb/varia-again.png new file mode 100644 index 0000000..ee6305a Binary files /dev/null and b/old/output/en/images/thumb/varia-again.png differ diff --git a/old/output/en/images/thumb/varia-open-day-2019-flyerx.jpg b/old/output/en/images/thumb/varia-open-day-2019-flyerx.jpg new file mode 100644 index 0000000..58fc8db Binary files /dev/null and b/old/output/en/images/thumb/varia-open-day-2019-flyerx.jpg differ diff --git a/old/output/en/images/thumb/varia-open-day-2xx.jpg b/old/output/en/images/thumb/varia-open-day-2xx.jpg new file mode 100644 index 0000000..9a7580e Binary files /dev/null and b/old/output/en/images/thumb/varia-open-day-2xx.jpg differ diff --git a/old/output/en/images/thumb/varia-open-day-flyer.png b/old/output/en/images/thumb/varia-open-day-flyer.png new file mode 100644 index 0000000..81c336d Binary files /dev/null and b/old/output/en/images/thumb/varia-open-day-flyer.png differ diff --git a/old/output/en/images/thumb/varia-open-day.jpg b/old/output/en/images/thumb/varia-open-day.jpg new file mode 100644 index 0000000..3e9879d Binary files /dev/null and b/old/output/en/images/thumb/varia-open-day.jpg differ diff --git a/old/output/en/images/thumb/varia-remains.png b/old/output/en/images/thumb/varia-remains.png new file mode 100644 index 0000000..5a60c60 Binary files /dev/null and b/old/output/en/images/thumb/varia-remains.png differ diff --git a/old/output/en/images/thumb/varia.jpg b/old/output/en/images/thumb/varia.jpg new file mode 100644 index 0000000..b32a370 Binary files /dev/null and b/old/output/en/images/thumb/varia.jpg differ diff --git a/old/output/en/images/thumb/varia.png b/old/output/en/images/thumb/varia.png new file mode 100644 index 0000000..ae86bc1 Binary files /dev/null and b/old/output/en/images/thumb/varia.png differ diff --git a/old/output/en/images/thumb/varia.server.jpg b/old/output/en/images/thumb/varia.server.jpg new file mode 100644 index 0000000..0ac3ebe Binary files /dev/null and b/old/output/en/images/thumb/varia.server.jpg differ diff --git a/old/output/en/images/thumb/varia.zone.png b/old/output/en/images/thumb/varia.zone.png new file mode 100644 index 0000000..7787615 Binary files /dev/null and b/old/output/en/images/thumb/varia.zone.png differ diff --git a/old/output/en/images/thumb/varia_image_1stmeeting.jpg b/old/output/en/images/thumb/varia_image_1stmeeting.jpg new file mode 100644 index 0000000..95aabf6 Binary files /dev/null and b/old/output/en/images/thumb/varia_image_1stmeeting.jpg differ diff --git a/old/output/en/images/thumb/varia_webhistory.gif b/old/output/en/images/thumb/varia_webhistory.gif new file mode 100644 index 0000000..2328280 Binary files /dev/null and b/old/output/en/images/thumb/varia_webhistory.gif differ diff --git a/old/output/en/images/thumb/variaecosystem.png b/old/output/en/images/thumb/variaecosystem.png new file mode 100644 index 0000000..78c50fd Binary files /dev/null and b/old/output/en/images/thumb/variaecosystem.png differ diff --git a/old/output/en/images/thumb/what-a-website-can-be.markdown.png b/old/output/en/images/thumb/what-a-website-can-be.markdown.png new file mode 100644 index 0000000..6c7e316 Binary files /dev/null and b/old/output/en/images/thumb/what-a-website-can-be.markdown.png differ diff --git a/old/output/en/images/thumb/wieisdezefontein.jpg b/old/output/en/images/thumb/wieisdezefontein.jpg new file mode 100644 index 0000000..aa9dab3 Binary files /dev/null and b/old/output/en/images/thumb/wieisdezefontein.jpg differ diff --git a/old/output/en/images/thumb/woodstonekugelblitzdruk.jpg b/old/output/en/images/thumb/woodstonekugelblitzdruk.jpg new file mode 100644 index 0000000..33feb67 Binary files /dev/null and b/old/output/en/images/thumb/woodstonekugelblitzdruk.jpg differ diff --git a/old/output/en/images/thumb/word_processor_robot.gif b/old/output/en/images/thumb/word_processor_robot.gif new file mode 100644 index 0000000..384325d Binary files /dev/null and b/old/output/en/images/thumb/word_processor_robot.gif differ diff --git a/old/output/en/images/thumb/wttf-mastodon-and-the-fediverse-e.png b/old/output/en/images/thumb/wttf-mastodon-and-the-fediverse-e.png new file mode 100644 index 0000000..3c7cbb1 Binary files /dev/null and b/old/output/en/images/thumb/wttf-mastodon-and-the-fediverse-e.png differ diff --git a/old/output/en/images/thumb/wttf-the-ecosystem-is-moving1.png b/old/output/en/images/thumb/wttf-the-ecosystem-is-moving1.png new file mode 100644 index 0000000..b43006a Binary files /dev/null and b/old/output/en/images/thumb/wttf-the-ecosystem-is-moving1.png differ diff --git a/old/output/en/images/thumb/xpub8.gif b/old/output/en/images/thumb/xpub8.gif new file mode 100644 index 0000000..872a50c Binary files /dev/null and b/old/output/en/images/thumb/xpub8.gif differ diff --git a/old/output/en/images/thumb2x/20195.jpg b/old/output/en/images/thumb2x/20195.jpg new file mode 100644 index 0000000..83970ec Binary files /dev/null and b/old/output/en/images/thumb2x/20195.jpg differ diff --git a/old/output/en/images/thumb2x/8245264_1280x720.jpg b/old/output/en/images/thumb2x/8245264_1280x720.jpg new file mode 100644 index 0000000..91172e1 Binary files /dev/null and b/old/output/en/images/thumb2x/8245264_1280x720.jpg differ diff --git a/old/output/en/images/thumb2x/Aloardi.jpg b/old/output/en/images/thumb2x/Aloardi.jpg new file mode 100644 index 0000000..5fa4e79 Binary files /dev/null and b/old/output/en/images/thumb2x/Aloardi.jpg differ diff --git a/old/output/en/images/thumb2x/C212_05_safey.jpg b/old/output/en/images/thumb2x/C212_05_safey.jpg new file mode 100644 index 0000000..a321b3d Binary files /dev/null and b/old/output/en/images/thumb2x/C212_05_safey.jpg differ diff --git a/old/output/en/images/thumb2x/C212_shopping.jpg b/old/output/en/images/thumb2x/C212_shopping.jpg new file mode 100644 index 0000000..0931f45 Binary files /dev/null and b/old/output/en/images/thumb2x/C212_shopping.jpg differ diff --git a/old/output/en/images/thumb2x/CLM2.jpg b/old/output/en/images/thumb2x/CLM2.jpg new file mode 100644 index 0000000..e06009c Binary files /dev/null and b/old/output/en/images/thumb2x/CLM2.jpg differ diff --git a/old/output/en/images/thumb2x/Cake.jpg b/old/output/en/images/thumb2x/Cake.jpg new file mode 100644 index 0000000..7262935 Binary files /dev/null and b/old/output/en/images/thumb2x/Cake.jpg differ diff --git a/old/output/en/images/thumb2x/Camp Century.jpeg b/old/output/en/images/thumb2x/Camp Century.jpeg new file mode 100644 index 0000000..2f3fc5f Binary files /dev/null and b/old/output/en/images/thumb2x/Camp Century.jpeg differ diff --git a/old/output/en/images/thumb2x/Casio.jpg b/old/output/en/images/thumb2x/Casio.jpg new file mode 100644 index 0000000..5ef8133 Binary files /dev/null and b/old/output/en/images/thumb2x/Casio.jpg differ diff --git a/old/output/en/images/thumb2x/ConversasEvento137-02.png b/old/output/en/images/thumb2x/ConversasEvento137-02.png new file mode 100644 index 0000000..494a247 Binary files /dev/null and b/old/output/en/images/thumb2x/ConversasEvento137-02.png differ diff --git a/old/output/en/images/thumb2x/Crystals_goes_to_war_poster.jpeg b/old/output/en/images/thumb2x/Crystals_goes_to_war_poster.jpeg new file mode 100644 index 0000000..20fac83 Binary files /dev/null and b/old/output/en/images/thumb2x/Crystals_goes_to_war_poster.jpeg differ diff --git a/old/output/en/images/thumb2x/Entrepecariat Book Launch.jpeg b/old/output/en/images/thumb2x/Entrepecariat Book Launch.jpeg new file mode 100644 index 0000000..3804771 Binary files /dev/null and b/old/output/en/images/thumb2x/Entrepecariat Book Launch.jpeg differ diff --git a/old/output/en/images/thumb2x/Evamuss1.jpg b/old/output/en/images/thumb2x/Evamuss1.jpg new file mode 100644 index 0000000..e342f82 Binary files /dev/null and b/old/output/en/images/thumb2x/Evamuss1.jpg differ diff --git a/old/output/en/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg b/old/output/en/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg new file mode 100644 index 0000000..e1e794d Binary files /dev/null and b/old/output/en/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg differ diff --git a/old/output/en/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg b/old/output/en/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg new file mode 100644 index 0000000..c1c6593 Binary files /dev/null and b/old/output/en/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg differ diff --git a/old/output/en/images/thumb2x/Extra.jpg b/old/output/en/images/thumb2x/Extra.jpg new file mode 100644 index 0000000..ae3b453 Binary files /dev/null and b/old/output/en/images/thumb2x/Extra.jpg differ diff --git a/old/output/en/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/output/en/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg new file mode 100644 index 0000000..081fa8b Binary files /dev/null and b/old/output/en/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg differ diff --git a/old/output/en/images/thumb2x/Infinite-Outwardness-Web-2.jpg b/old/output/en/images/thumb2x/Infinite-Outwardness-Web-2.jpg new file mode 100644 index 0000000..a02805b Binary files /dev/null and b/old/output/en/images/thumb2x/Infinite-Outwardness-Web-2.jpg differ diff --git a/old/output/en/images/thumb2x/Infinite.jpg b/old/output/en/images/thumb2x/Infinite.jpg new file mode 100644 index 0000000..fa7c0b4 Binary files /dev/null and b/old/output/en/images/thumb2x/Infinite.jpg differ diff --git a/old/output/en/images/thumb2x/Krantz.jpg b/old/output/en/images/thumb2x/Krantz.jpg new file mode 100644 index 0000000..92b3324 Binary files /dev/null and b/old/output/en/images/thumb2x/Krantz.jpg differ diff --git a/old/output/en/images/thumb2x/Niek-At-Varia5hd.jpg b/old/output/en/images/thumb2x/Niek-At-Varia5hd.jpg new file mode 100644 index 0000000..d072ee3 Binary files /dev/null and b/old/output/en/images/thumb2x/Niek-At-Varia5hd.jpg differ diff --git a/old/output/en/images/thumb2x/Repair.jpg b/old/output/en/images/thumb2x/Repair.jpg new file mode 100644 index 0000000..190ac20 Binary files /dev/null and b/old/output/en/images/thumb2x/Repair.jpg differ diff --git a/old/output/en/images/thumb2x/SWOS - varia 2020.jpg b/old/output/en/images/thumb2x/SWOS - varia 2020.jpg new file mode 100644 index 0000000..23e0c20 Binary files /dev/null and b/old/output/en/images/thumb2x/SWOS - varia 2020.jpg differ diff --git a/old/output/en/images/thumb2x/Santas.jpg b/old/output/en/images/thumb2x/Santas.jpg new file mode 100644 index 0000000..0f9f8da Binary files /dev/null and b/old/output/en/images/thumb2x/Santas.jpg differ diff --git a/old/output/en/images/thumb2x/Spacejunk.jpg b/old/output/en/images/thumb2x/Spacejunk.jpg new file mode 100644 index 0000000..30dba39 Binary files /dev/null and b/old/output/en/images/thumb2x/Spacejunk.jpg differ diff --git a/old/output/en/images/thumb2x/Trash-1900s.jpg b/old/output/en/images/thumb2x/Trash-1900s.jpg new file mode 100644 index 0000000..0517caf Binary files /dev/null and b/old/output/en/images/thumb2x/Trash-1900s.jpg differ diff --git a/old/output/en/images/thumb2x/Velocity.jpg b/old/output/en/images/thumb2x/Velocity.jpg new file mode 100644 index 0000000..ae15507 Binary files /dev/null and b/old/output/en/images/thumb2x/Velocity.jpg differ diff --git a/old/output/en/images/thumb2x/able-noise-3.jpg b/old/output/en/images/thumb2x/able-noise-3.jpg new file mode 100644 index 0000000..1cc996f Binary files /dev/null and b/old/output/en/images/thumb2x/able-noise-3.jpg differ diff --git a/old/output/en/images/thumb2x/algologs.png b/old/output/en/images/thumb2x/algologs.png new file mode 100644 index 0000000..5b5c570 Binary files /dev/null and b/old/output/en/images/thumb2x/algologs.png differ diff --git a/old/output/en/images/thumb2x/allesflex.png b/old/output/en/images/thumb2x/allesflex.png new file mode 100644 index 0000000..f0783c3 Binary files /dev/null and b/old/output/en/images/thumb2x/allesflex.png differ diff --git a/old/output/en/images/thumb2x/arton3017-b0f93.png b/old/output/en/images/thumb2x/arton3017-b0f93.png new file mode 100644 index 0000000..e34f6ec Binary files /dev/null and b/old/output/en/images/thumb2x/arton3017-b0f93.png differ diff --git a/old/output/en/images/thumb2x/autonomous-fabric-2019.png b/old/output/en/images/thumb2x/autonomous-fabric-2019.png new file mode 100644 index 0000000..c486c66 Binary files /dev/null and b/old/output/en/images/thumb2x/autonomous-fabric-2019.png differ diff --git a/old/output/en/images/thumb2x/beachbombart.jpg b/old/output/en/images/thumb2x/beachbombart.jpg new file mode 100644 index 0000000..68b38e0 Binary files /dev/null and b/old/output/en/images/thumb2x/beachbombart.jpg differ diff --git a/old/output/en/images/thumb2x/bibliotecha_01.png b/old/output/en/images/thumb2x/bibliotecha_01.png new file mode 100644 index 0000000..4b1d912 Binary files /dev/null and b/old/output/en/images/thumb2x/bibliotecha_01.png differ diff --git a/old/output/en/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/output/en/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg new file mode 100644 index 0000000..1ae658d Binary files /dev/null and b/old/output/en/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg differ diff --git a/old/output/en/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/output/en/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg new file mode 100644 index 0000000..f1409d6 Binary files /dev/null and b/old/output/en/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg differ diff --git a/old/output/en/images/thumb2x/bpwlogo.jpg b/old/output/en/images/thumb2x/bpwlogo.jpg new file mode 100644 index 0000000..8aa8c23 Binary files /dev/null and b/old/output/en/images/thumb2x/bpwlogo.jpg differ diff --git a/old/output/en/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/output/en/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg new file mode 100644 index 0000000..26d364a Binary files /dev/null and b/old/output/en/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg differ diff --git a/old/output/en/images/thumb2x/c21c-02_web_final.jpg b/old/output/en/images/thumb2x/c21c-02_web_final.jpg new file mode 100644 index 0000000..5812741 Binary files /dev/null and b/old/output/en/images/thumb2x/c21c-02_web_final.jpg differ diff --git a/old/output/en/images/thumb2x/cal.png b/old/output/en/images/thumb2x/cal.png new file mode 100644 index 0000000..f0a5a8b Binary files /dev/null and b/old/output/en/images/thumb2x/cal.png differ diff --git a/old/output/en/images/thumb2x/cal2.png b/old/output/en/images/thumb2x/cal2.png new file mode 100644 index 0000000..89f1555 Binary files /dev/null and b/old/output/en/images/thumb2x/cal2.png differ diff --git a/old/output/en/images/thumb2x/cbkrotterdam.png b/old/output/en/images/thumb2x/cbkrotterdam.png new file mode 100644 index 0000000..34cda9f Binary files /dev/null and b/old/output/en/images/thumb2x/cbkrotterdam.png differ diff --git a/old/output/en/images/thumb2x/ccc-2017.jpg b/old/output/en/images/thumb2x/ccc-2017.jpg new file mode 100644 index 0000000..62dfb53 Binary files /dev/null and b/old/output/en/images/thumb2x/ccc-2017.jpg differ diff --git a/old/output/en/images/thumb2x/ccc-tram.jpg b/old/output/en/images/thumb2x/ccc-tram.jpg new file mode 100644 index 0000000..96b2985 Binary files /dev/null and b/old/output/en/images/thumb2x/ccc-tram.jpg differ diff --git a/old/output/en/images/thumb2x/century21.jpg b/old/output/en/images/thumb2x/century21.jpg new file mode 100644 index 0000000..ac6e6ed Binary files /dev/null and b/old/output/en/images/thumb2x/century21.jpg differ diff --git a/old/output/en/images/thumb2x/century21_the-big-bounce.jpg b/old/output/en/images/thumb2x/century21_the-big-bounce.jpg new file mode 100644 index 0000000..8d44657 Binary files /dev/null and b/old/output/en/images/thumb2x/century21_the-big-bounce.jpg differ diff --git a/old/output/en/images/thumb2x/choreo_joanachicau.gif b/old/output/en/images/thumb2x/choreo_joanachicau.gif new file mode 100644 index 0000000..a7808f2 Binary files /dev/null and b/old/output/en/images/thumb2x/choreo_joanachicau.gif differ diff --git a/old/output/en/images/thumb2x/colours.gif b/old/output/en/images/thumb2x/colours.gif new file mode 100644 index 0000000..2a0374e Binary files /dev/null and b/old/output/en/images/thumb2x/colours.gif differ diff --git a/old/output/en/images/thumb2x/curriculum.command-lines.png b/old/output/en/images/thumb2x/curriculum.command-lines.png new file mode 100644 index 0000000..f5518f2 Binary files /dev/null and b/old/output/en/images/thumb2x/curriculum.command-lines.png differ diff --git a/old/output/en/images/thumb2x/curve.png b/old/output/en/images/thumb2x/curve.png new file mode 100644 index 0000000..bf16e11 Binary files /dev/null and b/old/output/en/images/thumb2x/curve.png differ diff --git a/old/output/en/images/thumb2x/de_varia.jpg b/old/output/en/images/thumb2x/de_varia.jpg new file mode 100644 index 0000000..6264165 Binary files /dev/null and b/old/output/en/images/thumb2x/de_varia.jpg differ diff --git a/old/output/en/images/thumb2x/de_varia.png b/old/output/en/images/thumb2x/de_varia.png new file mode 100644 index 0000000..1b58272 Binary files /dev/null and b/old/output/en/images/thumb2x/de_varia.png differ diff --git a/old/output/en/images/thumb2x/druk-concert.jpg b/old/output/en/images/thumb2x/druk-concert.jpg new file mode 100644 index 0000000..6b3dd10 Binary files /dev/null and b/old/output/en/images/thumb2x/druk-concert.jpg differ diff --git a/old/output/en/images/thumb2x/extra image 1.jpg b/old/output/en/images/thumb2x/extra image 1.jpg new file mode 100644 index 0000000..d472e24 Binary files /dev/null and b/old/output/en/images/thumb2x/extra image 1.jpg differ diff --git a/old/output/en/images/thumb2x/extra image 3.jpg b/old/output/en/images/thumb2x/extra image 3.jpg new file mode 100644 index 0000000..df23649 Binary files /dev/null and b/old/output/en/images/thumb2x/extra image 3.jpg differ diff --git a/old/output/en/images/thumb2x/feminist-servers.jpg b/old/output/en/images/thumb2x/feminist-servers.jpg new file mode 100644 index 0000000..e062324 Binary files /dev/null and b/old/output/en/images/thumb2x/feminist-servers.jpg differ diff --git a/old/output/en/images/thumb2x/fire.gif b/old/output/en/images/thumb2x/fire.gif new file mode 100644 index 0000000..a53bcd4 Binary files /dev/null and b/old/output/en/images/thumb2x/fire.gif differ diff --git a/old/output/en/images/thumb2x/hbsc1.png b/old/output/en/images/thumb2x/hbsc1.png new file mode 100644 index 0000000..e65bfd3 Binary files /dev/null and b/old/output/en/images/thumb2x/hbsc1.png differ diff --git a/old/output/en/images/thumb2x/homebrewserverclub.png b/old/output/en/images/thumb2x/homebrewserverclub.png new file mode 100644 index 0000000..12e1cd3 Binary files /dev/null and b/old/output/en/images/thumb2x/homebrewserverclub.png differ diff --git a/old/output/en/images/thumb2x/infinitehd.jpg b/old/output/en/images/thumb2x/infinitehd.jpg new file mode 100644 index 0000000..4462567 Binary files /dev/null and b/old/output/en/images/thumb2x/infinitehd.jpg differ diff --git a/old/output/en/images/thumb2x/insekt.jpg b/old/output/en/images/thumb2x/insekt.jpg new file mode 100644 index 0000000..8f3cdda Binary files /dev/null and b/old/output/en/images/thumb2x/insekt.jpg differ diff --git a/old/output/en/images/thumb2x/kettle4-web-xs.jpg b/old/output/en/images/thumb2x/kettle4-web-xs.jpg new file mode 100644 index 0000000..14c16ce Binary files /dev/null and b/old/output/en/images/thumb2x/kettle4-web-xs.jpg differ diff --git a/old/output/en/images/thumb2x/lifehacks-girard-meunier.jpg b/old/output/en/images/thumb2x/lifehacks-girard-meunier.jpg new file mode 100644 index 0000000..d2f1dea Binary files /dev/null and b/old/output/en/images/thumb2x/lifehacks-girard-meunier.jpg differ diff --git a/old/output/en/images/thumb2x/networktopology.jpeg b/old/output/en/images/thumb2x/networktopology.jpeg new file mode 100644 index 0000000..89604b2 Binary files /dev/null and b/old/output/en/images/thumb2x/networktopology.jpeg differ diff --git a/old/output/en/images/thumb2x/nieuwjaarsborrel.jpg b/old/output/en/images/thumb2x/nieuwjaarsborrel.jpg new file mode 100644 index 0000000..e7948c9 Binary files /dev/null and b/old/output/en/images/thumb2x/nieuwjaarsborrel.jpg differ diff --git a/old/output/en/images/thumb2x/nieuwjaarsborrel.png b/old/output/en/images/thumb2x/nieuwjaarsborrel.png new file mode 100644 index 0000000..3271dc1 Binary files /dev/null and b/old/output/en/images/thumb2x/nieuwjaarsborrel.png differ diff --git a/old/output/en/images/thumb2x/nooo2.png b/old/output/en/images/thumb2x/nooo2.png new file mode 100644 index 0000000..5b8f269 Binary files /dev/null and b/old/output/en/images/thumb2x/nooo2.png differ diff --git a/old/output/en/images/thumb2x/nooo2.relearn.jpg b/old/output/en/images/thumb2x/nooo2.relearn.jpg new file mode 100644 index 0000000..5fe69e7 Binary files /dev/null and b/old/output/en/images/thumb2x/nooo2.relearn.jpg differ diff --git a/old/output/en/images/thumb2x/nooo2.relearn2.jpg b/old/output/en/images/thumb2x/nooo2.relearn2.jpg new file mode 100644 index 0000000..75589a9 Binary files /dev/null and b/old/output/en/images/thumb2x/nooo2.relearn2.jpg differ diff --git a/old/output/en/images/thumb2x/offline_listening.png b/old/output/en/images/thumb2x/offline_listening.png new file mode 100644 index 0000000..e0527ac Binary files /dev/null and b/old/output/en/images/thumb2x/offline_listening.png differ diff --git a/old/output/en/images/thumb2x/og.png b/old/output/en/images/thumb2x/og.png new file mode 100644 index 0000000..3992047 Binary files /dev/null and b/old/output/en/images/thumb2x/og.png differ diff --git a/old/output/en/images/thumb2x/og2.png b/old/output/en/images/thumb2x/og2.png new file mode 100644 index 0000000..5bc5bf3 Binary files /dev/null and b/old/output/en/images/thumb2x/og2.png differ diff --git a/old/output/en/images/thumb2x/ouroboros.gif b/old/output/en/images/thumb2x/ouroboros.gif new file mode 100644 index 0000000..9e40dd5 Binary files /dev/null and b/old/output/en/images/thumb2x/ouroboros.gif differ diff --git a/old/output/en/images/thumb2x/pg.jpg b/old/output/en/images/thumb2x/pg.jpg new file mode 100644 index 0000000..1ceca6a Binary files /dev/null and b/old/output/en/images/thumb2x/pg.jpg differ diff --git a/old/output/en/images/thumb2x/plu13.png b/old/output/en/images/thumb2x/plu13.png new file mode 100644 index 0000000..df3ba9d Binary files /dev/null and b/old/output/en/images/thumb2x/plu13.png differ diff --git a/old/output/en/images/thumb2x/pluz.jpg b/old/output/en/images/thumb2x/pluz.jpg new file mode 100644 index 0000000..4f54639 Binary files /dev/null and b/old/output/en/images/thumb2x/pluz.jpg differ diff --git a/old/output/en/images/thumb2x/ps-img.png b/old/output/en/images/thumb2x/ps-img.png new file mode 100644 index 0000000..35b5de9 Binary files /dev/null and b/old/output/en/images/thumb2x/ps-img.png differ diff --git a/old/output/en/images/thumb2x/pub.gif b/old/output/en/images/thumb2x/pub.gif new file mode 100644 index 0000000..6be5a41 Binary files /dev/null and b/old/output/en/images/thumb2x/pub.gif differ diff --git a/old/output/en/images/thumb2x/pushingscores.jpeg b/old/output/en/images/thumb2x/pushingscores.jpeg new file mode 100644 index 0000000..b080f71 Binary files /dev/null and b/old/output/en/images/thumb2x/pushingscores.jpeg differ diff --git a/old/output/en/images/thumb2x/pushingscores2.jpg b/old/output/en/images/thumb2x/pushingscores2.jpg new file mode 100644 index 0000000..291e2e8 Binary files /dev/null and b/old/output/en/images/thumb2x/pushingscores2.jpg differ diff --git a/old/output/en/images/thumb2x/radio.jpg b/old/output/en/images/thumb2x/radio.jpg new file mode 100644 index 0000000..98846f6 Binary files /dev/null and b/old/output/en/images/thumb2x/radio.jpg differ diff --git a/old/output/en/images/thumb2x/radioontheradio01-02-01-popunie.jpg b/old/output/en/images/thumb2x/radioontheradio01-02-01-popunie.jpg new file mode 100644 index 0000000..5a6b692 Binary files /dev/null and b/old/output/en/images/thumb2x/radioontheradio01-02-01-popunie.jpg differ diff --git a/old/output/en/images/thumb2x/radioontheradio01-02-01.jpg b/old/output/en/images/thumb2x/radioontheradio01-02-01.jpg new file mode 100644 index 0000000..1aa4194 Binary files /dev/null and b/old/output/en/images/thumb2x/radioontheradio01-02-01.jpg differ diff --git a/old/output/en/images/thumb2x/read-and-repair-img.png b/old/output/en/images/thumb2x/read-and-repair-img.png new file mode 100644 index 0000000..a59fac9 Binary files /dev/null and b/old/output/en/images/thumb2x/read-and-repair-img.png differ diff --git a/old/output/en/images/thumb2x/schoolbells.jpg b/old/output/en/images/thumb2x/schoolbells.jpg new file mode 100644 index 0000000..18f6668 Binary files /dev/null and b/old/output/en/images/thumb2x/schoolbells.jpg differ diff --git a/old/output/en/images/thumb2x/secret_life_chain.gif b/old/output/en/images/thumb2x/secret_life_chain.gif new file mode 100644 index 0000000..18ed621 Binary files /dev/null and b/old/output/en/images/thumb2x/secret_life_chain.gif differ diff --git a/old/output/en/images/thumb2x/secret_life_chain_compressed.gif b/old/output/en/images/thumb2x/secret_life_chain_compressed.gif new file mode 100644 index 0000000..a9d88fa Binary files /dev/null and b/old/output/en/images/thumb2x/secret_life_chain_compressed.gif differ diff --git a/old/output/en/images/thumb2x/stimu.en.gif b/old/output/en/images/thumb2x/stimu.en.gif new file mode 100644 index 0000000..9a0e96d Binary files /dev/null and b/old/output/en/images/thumb2x/stimu.en.gif differ diff --git a/old/output/en/images/thumb2x/stimu.nl.gif b/old/output/en/images/thumb2x/stimu.nl.gif new file mode 100644 index 0000000..7d7b9a0 Binary files /dev/null and b/old/output/en/images/thumb2x/stimu.nl.gif differ diff --git a/old/output/en/images/thumb2x/the-social-in-the-media-01.jpg b/old/output/en/images/thumb2x/the-social-in-the-media-01.jpg new file mode 100644 index 0000000..a0f9a07 Binary files /dev/null and b/old/output/en/images/thumb2x/the-social-in-the-media-01.jpg differ diff --git a/old/output/en/images/thumb2x/the-social-in-the-media-02.jpg b/old/output/en/images/thumb2x/the-social-in-the-media-02.jpg new file mode 100644 index 0000000..71ea5c0 Binary files /dev/null and b/old/output/en/images/thumb2x/the-social-in-the-media-02.jpg differ diff --git a/old/output/en/images/thumb2x/this.gif b/old/output/en/images/thumb2x/this.gif new file mode 100644 index 0000000..528343d Binary files /dev/null and b/old/output/en/images/thumb2x/this.gif differ diff --git a/old/output/en/images/thumb2x/tuch.jpg b/old/output/en/images/thumb2x/tuch.jpg new file mode 100644 index 0000000..d6c1a31 Binary files /dev/null and b/old/output/en/images/thumb2x/tuch.jpg differ diff --git a/old/output/en/images/thumb2x/tuch2.jpg b/old/output/en/images/thumb2x/tuch2.jpg new file mode 100644 index 0000000..db8908d Binary files /dev/null and b/old/output/en/images/thumb2x/tuch2.jpg differ diff --git a/old/output/en/images/thumb2x/valid-rss-rogers.png b/old/output/en/images/thumb2x/valid-rss-rogers.png new file mode 100644 index 0000000..ec634b5 Binary files /dev/null and b/old/output/en/images/thumb2x/valid-rss-rogers.png differ diff --git a/old/output/en/images/thumb2x/varia-again.png b/old/output/en/images/thumb2x/varia-again.png new file mode 100644 index 0000000..ee6305a Binary files /dev/null and b/old/output/en/images/thumb2x/varia-again.png differ diff --git a/old/output/en/images/thumb2x/varia-open-day-2019-flyerx.jpg b/old/output/en/images/thumb2x/varia-open-day-2019-flyerx.jpg new file mode 100644 index 0000000..8155c60 Binary files /dev/null and b/old/output/en/images/thumb2x/varia-open-day-2019-flyerx.jpg differ diff --git a/old/output/en/images/thumb2x/varia-open-day-2xx.jpg b/old/output/en/images/thumb2x/varia-open-day-2xx.jpg new file mode 100644 index 0000000..45d14fb Binary files /dev/null and b/old/output/en/images/thumb2x/varia-open-day-2xx.jpg differ diff --git a/old/output/en/images/thumb2x/varia-open-day-flyer.png b/old/output/en/images/thumb2x/varia-open-day-flyer.png new file mode 100644 index 0000000..7da4e4c Binary files /dev/null and b/old/output/en/images/thumb2x/varia-open-day-flyer.png differ diff --git a/old/output/en/images/thumb2x/varia-open-day.jpg b/old/output/en/images/thumb2x/varia-open-day.jpg new file mode 100644 index 0000000..2eaa3d2 Binary files /dev/null and b/old/output/en/images/thumb2x/varia-open-day.jpg differ diff --git a/old/output/en/images/thumb2x/varia-remains.png b/old/output/en/images/thumb2x/varia-remains.png new file mode 100644 index 0000000..4a88630 Binary files /dev/null and b/old/output/en/images/thumb2x/varia-remains.png differ diff --git a/old/output/en/images/thumb2x/varia.jpg b/old/output/en/images/thumb2x/varia.jpg new file mode 100644 index 0000000..54c6000 Binary files /dev/null and b/old/output/en/images/thumb2x/varia.jpg differ diff --git a/old/output/en/images/thumb2x/varia.png b/old/output/en/images/thumb2x/varia.png new file mode 100644 index 0000000..ae86bc1 Binary files /dev/null and b/old/output/en/images/thumb2x/varia.png differ diff --git a/old/output/en/images/thumb2x/varia.server.jpg b/old/output/en/images/thumb2x/varia.server.jpg new file mode 100644 index 0000000..f827dde Binary files /dev/null and b/old/output/en/images/thumb2x/varia.server.jpg differ diff --git a/old/output/en/images/thumb2x/varia.zone.png b/old/output/en/images/thumb2x/varia.zone.png new file mode 100644 index 0000000..871e17e Binary files /dev/null and b/old/output/en/images/thumb2x/varia.zone.png differ diff --git a/old/output/en/images/thumb2x/varia_image_1stmeeting.jpg b/old/output/en/images/thumb2x/varia_image_1stmeeting.jpg new file mode 100644 index 0000000..fb4b765 Binary files /dev/null and b/old/output/en/images/thumb2x/varia_image_1stmeeting.jpg differ diff --git a/old/output/en/images/thumb2x/varia_webhistory.gif b/old/output/en/images/thumb2x/varia_webhistory.gif new file mode 100644 index 0000000..04541ac Binary files /dev/null and b/old/output/en/images/thumb2x/varia_webhistory.gif differ diff --git a/old/output/en/images/thumb2x/variaecosystem.png b/old/output/en/images/thumb2x/variaecosystem.png new file mode 100644 index 0000000..9518877 Binary files /dev/null and b/old/output/en/images/thumb2x/variaecosystem.png differ diff --git a/old/output/en/images/thumb2x/what-a-website-can-be.markdown.png b/old/output/en/images/thumb2x/what-a-website-can-be.markdown.png new file mode 100644 index 0000000..5efb4f8 Binary files /dev/null and b/old/output/en/images/thumb2x/what-a-website-can-be.markdown.png differ diff --git a/old/output/en/images/thumb2x/wieisdezefontein.jpg b/old/output/en/images/thumb2x/wieisdezefontein.jpg new file mode 100644 index 0000000..0f747aa Binary files /dev/null and b/old/output/en/images/thumb2x/wieisdezefontein.jpg differ diff --git a/old/output/en/images/thumb2x/woodstonekugelblitzdruk.jpg b/old/output/en/images/thumb2x/woodstonekugelblitzdruk.jpg new file mode 100644 index 0000000..2206ad1 Binary files /dev/null and b/old/output/en/images/thumb2x/woodstonekugelblitzdruk.jpg differ diff --git a/old/output/en/images/thumb2x/word_processor_robot.gif b/old/output/en/images/thumb2x/word_processor_robot.gif new file mode 100644 index 0000000..384325d Binary files /dev/null and b/old/output/en/images/thumb2x/word_processor_robot.gif differ diff --git a/old/output/en/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png b/old/output/en/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png new file mode 100644 index 0000000..f692a33 Binary files /dev/null and b/old/output/en/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png differ diff --git a/old/output/en/images/thumb2x/wttf-the-ecosystem-is-moving1.png b/old/output/en/images/thumb2x/wttf-the-ecosystem-is-moving1.png new file mode 100644 index 0000000..b7242f2 Binary files /dev/null and b/old/output/en/images/thumb2x/wttf-the-ecosystem-is-moving1.png differ diff --git a/old/output/en/images/thumb2x/xpub8.gif b/old/output/en/images/thumb2x/xpub8.gif new file mode 100644 index 0000000..0c72e8f Binary files /dev/null and b/old/output/en/images/thumb2x/xpub8.gif differ diff --git a/old/output/en/index.html b/old/output/en/index.html new file mode 100644 index 0000000..f86aca8 --- /dev/null +++ b/old/output/en/index.html @@ -0,0 +1,3122 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          141. varia comes in many forms:
          142. +
          143. mailinglist
          144. +
          145. RSS feed
          146. + +
          147. Nederlands
          148. +
          149. English
          150. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! It's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play!

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives.

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            A screening of the documentaries "Everything Flex?" and "Call me Intern", both of which look at the consequences of the ongoing flexibilization of both housing and work. In addition, Sam Kreuk will present his musical solo project City Dragon. An evening full of documentaries, debate and a music!

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Every last Sunday of the month, the Varia Library and Rotterdam Electronics Depot are open. This Sunday, we are joined by The Bootleg Library, a shared digital and physical library of bootlegged texts.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Bond Precaire Woonvormen (BPW) organizes another round of their tenant consultation plus meet and greet at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

            +

            Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            We are all very glad to invite you to the launch of the second issue of Networks of One's Own: three takes on taking care and Fed Up!, the 13th issue of the Pervasive Labour Union zine. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Join us on Monday the 23rd of September for an afternoon or evening of discussion, co-learning and reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

            +

            Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

            +

            This evening we will be screening the documentary Crystal Go To War from 1943. Created by the …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Building and maintaining an off-line digital library

            +

            Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            This year's edition of Relearn takes the form of multiple sessions, spread over the (bezier) curve between (possibly Amsterdam)-Rotterdam-Brussels-Paris. This Relearn session in Rotterdam is the first control point on the curve.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Publication launch and performance evening

            +

            At the end of last year, De Player approached Varia to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.

            +

            Varia contributed by developing an …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Please feel welcome to join us for a day of discussion, co-learning and reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            During the next edition of South Explorer Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include Idione Dynamic’s ‘What Remains’ and Mathijs van Oosterhoudt’s ‘Strange Fruits’. Furthermore, Thomas Walskaar will conduct interviews for his …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            Dear guest,

            +

            We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            In February, Varia has the pleasure to host one of the nomadic Conversas evenings. Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.

            +

            This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            During this evening we focus on the archiving of the Pushing Scores project by DE PLAYER; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic …

            + + read more + +
            +

            + +
            + + + + + + + + + + + +
            + + + + +

            Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            < body > < script >

            +

            var delay="5";
            +var count="0";

            +

            Texts=new Array ();
            +Texts[0]="Media Choreographies.";
            +Texts[1]="ChoreoGraphic Vocabularies";
            +Texts[2]="Choreo-Graphic-Matters";
            +Texts[3]="Choreo-Graphic-Hypothesis";
            +Texts[4]="Rehearsal Series";
            +Texts[5]="Scores & Scripts";
            +Texts[6]="A glossary of language for movements";
            +Texts[7]="Choreographing from 0 to 1 and beyond …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat.

            +

            You are welcome to join us, feast …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Off the centralitarian HTTP path.

            +

            In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            During our third screening of Century 21 Calling, we will be taking a look at the development of satellite communications. From the shiny orbs of the 1950s to our present day SATCOM systems.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            On text, encodings and command lines.

            +

            The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from Casio …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Crimson Butterfly (Russia) is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

            +

            We will have the following activities throughout the day:

            +

            Linux Presentation Day (All day)

            +

            Bored Windows or Apple? Unable …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Varia presents two concerts by three incredible musicians from Italy.

            +

            CLM (formerly known as Cascao & Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet.

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            A few months have passed since the 11th issue of the Pervasive Labour Union zine was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Solutions and problems in Extratonality 4
            +“Extratonality - Opening Doors Is Not Enough”

            +

            The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance.

            +

            date: Friday, 19th of …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia:

            +
              +
            • Wednesday 27th: 11:00h - late
            • +
            • Thursday 28th: 11:30h - late
            • +
            • Friday 29th: 11:30h - late
            • +
            • Saturday 30th: 11:30h - 18:15h
            • +
            +

            Bring your own beer and add your whishes to the …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            New attempt! Now without snowstorm.

            +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.

            +

            Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!

            + + read more + +
            +

            + +
            + + + +
            + + + + +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.

            +

            During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we …

            + + read more + +
            +

            + +
            + + + +
            + + + + +
            +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
            +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
            +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
            +┌─────────────────┬───────────────┐
            +│misc parts       │misc parts     │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +├─────────────────┼───────────────┼────────────────────┐
            +│IC's             │trim pots,     │octo couplers       │
            +│                 │               │EEPROMS             │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistors,     │resistors      │big resistors,      │
            +│empty boxes,     │big            │empty boxes,        │
            +│                 │               │FTDI,               │
            +│                 │               │arduino             │
            +│                 │               │oscilloscope parts  │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistors,     │resistors      │capacitors,         │
            +│diodes           │small          │transducers         │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +└─────────────────┴───────────────┴────────────────────┘
            + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
            + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
            + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
            +
            + +

            Rotterdam Electronics Depot

            +

            Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/inox-kapell.html b/old/output/en/inox-kapell.html new file mode 100644 index 0000000..330db25 --- /dev/null +++ b/old/output/en/inox-kapell.html @@ -0,0 +1,119 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          151. varia comes in many forms:
          152. +
          153. mailinglist
          154. +
          155. RSS feed
          156. + +
          157. Nederlands
          158. +
          159. English
          160. +
            +
            +
            + +
            + + + + +
            +
            + Soup & Talk - Inox Kapell +
            +
            + +
            +
            2017-12-16 19:00:00
            +
            Published at 26 November 2017
            +
            + +
            +
            +
            +

            Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.

            +

            Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today he takes people on insect excursions, for example in castle Freudenberg. He makes films, music and art from and about them, including his work with the Dadaist band 'Ordnungsamt et la politesse’. Besides that he is the founder of the 'Insektium', an insect-related museum / gallery / happeningraum in Berlin. According to him, insects are often wrongly condemned, but he can mediate between humans and insects as a sort of ambassador.

            +

            A few of his words:

            +

            was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, dadurch unsere nahrung für unsere kindeskinder...

            +

            video: link +web: www.inoxkapell.de

            +

            16 december

            +
              +
            • Soup: 19:00
            • +
            • Talk: 20:00
            • +
            • Price: Donation
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/itisasif.html b/old/output/en/itisasif.html new file mode 100644 index 0000000..15b300c --- /dev/null +++ b/old/output/en/itisasif.html @@ -0,0 +1,119 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          161. varia comes in many forms:
          162. +
          163. mailinglist
          164. +
          165. RSS feed
          166. + +
          167. Nederlands
          168. +
          169. English
          170. +
            +
            +
            + +
            + + + + +
            +
            + It Is As If We Were Doing Work +
            +
            + +
            +
            2018-03-10 18:45:00
            +
            Published at 18 February 2018
            +
            + +
            +
            +
            +

            A few months have passed since the 11th issue of the Pervasive Labour Union zine was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng.

            +

            Food, drinks and entrance are available on donation.

            +

            Program:
            +18:45 Open Doors and Welcome +19:00 Introduction of the Pervasive Labour union zine by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL) +20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng

            +

            http://varia.zone/ +

            +
            +

            Alina Lupu (http://www.theofficeofalinalupu.com/) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam.

            +

            Gui Machiavelli (https://guimachiavelli.com/) is an okay programmer from Monday to Thursday and a lethargic writer from Friday to Sunday.

            +

            Lídia Pereira (http://immateriallaborunion.net/) is an independent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.

            +

            Silvio Lorusso (http://networkcultures.org/entreprecariat/) is a designer without qualities, an artist without a gallery and a writer without spell checker.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/kettle_MD.html b/old/output/en/kettle_MD.html new file mode 100644 index 0000000..9cda9ce --- /dev/null +++ b/old/output/en/kettle_MD.html @@ -0,0 +1,129 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          171. varia comes in many forms:
          172. +
          173. mailinglist
          174. +
          175. RSS feed
          176. + +
          177. Nederlands
          178. +
          179. English
          180. +
            +
            +
            + +
            + + + + +
            +
            + The Call Of The Kettle +
            +
            + +
            +
            2019-03-15 20:00:00
            +
            15 March 2019
            +
            + +
            +
            +
            +

            There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under the guise of 'The Call Of The Kettle'; the first object oriented music evening at Varia! During this event there will be performances by the following artists:

            +

            Agente Costura and Stephen Doyle are a duo playing improvised sounds, on amplified sewing machine and drums. Constura has been playing the Singer since 2003. In the daytime she tackles unwanted clothing, transforming them into new wearable shapes. At night, the Singer joins her fellow musicians and Lisa sews to the beat of the music, improvising on clothing based on rhythm and sound. Lisa has performed extensively, for instance at The Vancouver Art Gallery, the Month of Performance Art Berlin, the Bimhuis Amsterdam, and Curitiba Fashion Week. Stephen Doyle is a drummer, living and working in Amsterdam. His sounds have previously graced the creations of Dagora, 78rpm, and many more. Together, Costura and Doyle create a percussive upcycled torrent of uniquely sculpted sound.

            +

            Agente Costura Online
            +Stephen Doyle on Soundcloud

            + + +

            Watt’s Cookin’ is composed of Zeynep Aslan, Tamara van Suylekom and Inge Hoonte who met through re#sister and rehearse at Worm. For this performance, the three have teamed up to bang, clang and tinker with everyday household items. They are currently rehearsing in Inge's kitchen with the orchestra members they’ve interested to participate, such as water cookers and coffee percolators, a knife and a cutting board, a few jars with nuts, rice, and corn, and a couple of empty jars, a mini oven, two pans, two tea spoons and an egg beater. A bread toaster and a coconut milk can are hesitant if they want to join this upbeat troupe, but they will probably fit right in!

            +

            De Brut is a new project by Marijn Verbiesen who, according to sources, is "one of the forces that keeps the Rotterdam underground together!" She has participated in numerous projects (Sweat Tongue, Red Brut) and is active as one of the organizers of the infamous Herman concert series. Besides that Verbiesen is renowned for her tape collages that are highly personal and highly regarded by magazines like The Wire.

            +

            Red Brut Online

            + + +

            Beachcombartband is a one-man-sea-trash-band from Rotterdam, helmed by none other than Bart Koppe. He performs with a collection of marine debris, played by mechanics and by hand. He will sweep the beach and throw its garbage on your head, in a maze of audio galactic joyfulness.

            +

            The Singing Toaster is not like other toasters, because not every toaster is able to sing. Therefore the inclusion of this one during ‘the call of the kettle’ is somewhat of an occasion. Will the burned crumbs between its heating elements be enough to warm your heart?

            +

            Date: Friday, 15 March 2019
            +Entrance: 5 euro
            +Door: 20:00
            +Start: 20:30

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/lifehacks.html b/old/output/en/lifehacks.html new file mode 100644 index 0000000..e768c48 --- /dev/null +++ b/old/output/en/lifehacks.html @@ -0,0 +1,125 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          181. varia comes in many forms:
          182. +
          183. mailinglist
          184. +
          185. RSS feed
          186. + +
          187. Nederlands
          188. +
          189. English
          190. +
            +
            +
            + +
            + + + + +
            +
            + Life Hacks: Space +
            +
            + +
            +
            2018-10-31 19:00:00
            +
            Published at 31 October 2018
            +
            + +
            +
            +
            +

            What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or yet another burden? Together with author and designer François Girard-Meunier, the WORKNOT! collective (Arvand Pourabbasi and Golnar Abbasi), Varia, the Centre for Everyday Technology (represented by Roel Roscam Abbing, Manetta Berends and Niek Hilkmann) and XPUB (the Experimental Publishing program of the Piet Zwart Institute), we will tackle these and more questions during an evening dedicated to spaces that are at once entrepreneurial and precarious.

            +

            Life Hacks is part of Het Nieuwe Instituut’s fellowship program around the theme of ‘burn out’. As 2017 fellow Ramon Amaro states, “on the one hand, to ‘burn out’ is to stall, break, or become otherwise unusable. In other words, processes, procedure and participation simply stop working. On the other hand, ‘burn out’ is an opportunity to break open, promote action and catalyse change towards new structures and relations.”

            +

            Life Hacks manifests in a series of gatherings that respond to this ambivalence by exploring the approaches and techniques adopted to design or redesign life against the backdrop of growing precarity and an intensified entrepreneurial regime.

            +

            Together with theorists, practitioners and XPUB, the Experimental Publishing program of the Piet Zwart Institute, Life Hacks looks into the tensions and releases that emerge from the constant reinvention and progressive self-optimization necessary to inhabit public and private space, manage time and productivity, and tweak one's own thoughts and feelings.

            +

            Life Hacks is curated by Silvio Lorusso, and jointly organized by HNI’s Research Department and XPUB.

            +
            +

            Date: Wednesday, 31st of October 2018
            +Time: 19:00h - 21:00h
            +Location: Varia, Gouwstraat 3 Rotterdam
            +Entrance: Donation

            +
            +

            Roel Roscam Abbing (NL) is an artist and researcher whose work engages with the issues and cultures surrounding networked computation. He engages with themes such as network infrastructures, the politics of technology and do-it-yourself approaches. He holds an MA Networked Media from the Piet Zwart Institute in Rotterdam and a Fine Arts BA from the Willem De Kooning Academy. Currently he also works as a teacher in Digital Media at the department of Graphic Design in Artez, Arnhem. He is also a member of the homebrewserver.club and Varia. https://roelof.info

            +

            Manetta Berends (NL) is a graphic designer with an interest in networked publishing & free software. Her practice is rooted in practical investigations into the sociality of software related to publishing infrastructures. Besides working on commissions, projects and workshops, Manetta is also member of Varia. https://www.manettaberends.nl

            +

            François Girard-Meunier (CA/NL) is interested by the performativity and politics of labour in the contemporary western post-fordist context. Graduated from the Graphic Design department of the Gerrit Rietveld Academie (2015) and the Critical Studies department of the Sandberg Instituut (2018), he works mainly in the cultural field as a designer, web developer, writer and so on. Recent projects include Flexible Bodies (2017), at the Tallinn Photomonth 17, and Talent at Work (2017), in collaboration with Mirjam Reili and re-published in the context of Signals From The Periphery (EE). He is based in Amsterdam, where he runs the Office for Workspace Studies and self-publishes. http://www.francoisgm.com/

            +

            Niek Hilkmann (NL) is an artist with a background in media design, art history and musicology. After graduating from the Piet Zwart Institute in Rotterdam, he started collaborating with various institutes, designers and artists on the fringe of speculative design, science fiction, media archeology and extratonal music. Besides being the curator of events such as "Floppy Totaal" and "De Grote Hoop", he is also one of the core members of Varia, the conductor of an amateur avant-garde orchestra, the editor of the UNI Graphical Notation System, a part-time dodologist and the creator of one of the first moving panoramas since the nineteenth century. https://niekhilkmann.nl/

            +

            Varia (NL) is a Rotterdam based initiative focused on working with, on and through everyday technology. At its core the initiative aims to be a social infrastructure from which to collaboratively facilitate critical understandings on the technologies that surround us. The initiative is a membership-based organisation striving to become a space for questions, opinions, modifications, help and action. http://varia.zone/

            +

            WORKNOT! (NL/IR) is a Rotterdam-based independent open collective that works to create a platform for the representation of the life and work of today’s cognitarians. It works with seemingly banal, yet extreme (and political) conditions that shape our today’s contemporary forms of living and working. The collective consists of Arvand Pourabbasi and Golnar Abbasi, researchers/designers/makers with a background in architecture and art. Since its foundation in Tehran (2012), it has worked in a variety of context through a broad range of collaborations, and has created workshops, exhibitions, performances, images, writings, lectures and publications. https://worknot.info/

            +
            +

            Cover image: François Girard-Meunier

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/mastodon-and-fediverse.html b/old/output/en/mastodon-and-fediverse.html new file mode 100644 index 0000000..356beec --- /dev/null +++ b/old/output/en/mastodon-and-fediverse.html @@ -0,0 +1,140 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          191. varia comes in many forms:
          192. +
          193. mailinglist
          194. +
          195. RSS feed
          196. + +
          197. Nederlands
          198. +
          199. English
          200. +
            +
            +
            + +
            + + + + +
            +
            + Welcome to the � Federation - Mastodon and The Fediverse +
            +
            + +
            +
            2018-12-08 14:00:00
            +
            Published at 08 December 2018
            +
            + +
            +
            +
            +

            In recent years there has been a lot of dissatisfaction about social media. At the same time there has been a new platform, Mastodon, which has been gaining popularity in the way it seeks to address the sources of this unease. It looks and behaves like similar platforms, but under the hood it works substantially different ways.

            +

            Rather than a single service, Mastodon is part of a collection of community-owned independent services that interoperate with each other. This larger set of projects is also known as the Fediverse and is compromised of vastly different softwares, cultures and attitudes.

            +

            Public conversation

            +

            A general introduction into Mastodon and the Fediverse
            +Saturday 8 December 2018
            +20:00h - 21:30h

            +

            On the Saturday 8th of December Wtt�F will host an evening roundtable as a general introduction into Mastodon and the Fediverse. How does it work? What are the underlying concepts? Who made it? What has been the history behind it? What kind of different communities inhabit this Fediverse? What does it mean to host such a community?

            +

            It will be hosted together by an administrator of a large Mastodon community and an administrator of a small Mastodon community. Both are also contributors to the fediverse.

            +

            Worksession

            +

            Translating and documentation of the Mastodon project
            +Saturday 8 December 2018
            +14:00h - 18:00h

            +

            As part of this edition of Wtt�F we will also spend the afternoon together to look at the documentation and translation of the Mastodon project. How does the translation of open source projects work? How are projects communicated? How can the technical concepts be made accessible for larger audiences without diluting their significance?

            +

            If you would like to join the worksession, please register in advance by sending a mail to info[at]varia.zone.

            +

            Practical

            +

            This gathering takes place in Varia, Gouwstraat 3 in Rotterdam.

            +
            +

            Welcome to the � Federation

            +

            Welcome to the � Federation is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX).

            +

            The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: Welcome to the � Federation

            +
            +

            This project is made possible with the support CBK Rotterdam and Varia.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/monument.html b/old/output/en/monument.html new file mode 100644 index 0000000..fb18fd7 --- /dev/null +++ b/old/output/en/monument.html @@ -0,0 +1,121 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          201. varia comes in many forms:
          202. +
          203. mailinglist
          204. +
          205. RSS feed
          206. + +
          207. Nederlands
          208. +
          209. English
          210. +
            +
            +
            + +
            + + + + +
            +
            + Moving Monument - Presentation +
            +
            + +
            +
            2018-06-02 13:00:00
            +
            Published at 28 May 2018
            +
            + +
            +
            +
            +

            Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or some other historical event, donated by the municipality or a patron. Unfortunately, Charlois currently has no working fountain. Niek Hilkmann and Anne Kolbe want to remedy this shortcoming and temporarily give Charlois a mobile fountain that is not tied to a single place or interpretation. After an opening ceremony, held on the 2nd June around 13:00, next to Varia, the fountain can be seen during the weekends of the Charlois Speciaal festival, in search of new meaning and appreciation.

            +

            Opening Ceremony: 2 June / 13:00-14:00
            +On Display: 2,3, 9 and 10 June / 13:00-18:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/music-able-noise.html b/old/output/en/music-able-noise.html new file mode 100644 index 0000000..cbdf7cb --- /dev/null +++ b/old/output/en/music-able-noise.html @@ -0,0 +1,129 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          211. varia comes in many forms:
          212. +
          213. mailinglist
          214. +
          215. RSS feed
          216. + +
          217. Nederlands
          218. +
          219. English
          220. +
            +
            +
            + +
            + + + + +
            +
            + Music: Able Noise, Goldblum and Piyojo +
            +
            + +
            +
            2019-09-14 20:30:00
            +
            Published at 12 September 2019
            +
            + +
            +
            +
            +

            A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

            +

            Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of Alex and George. They indecisively balance themselves on the border between pop rock and noisy free jazz. With the help of tapes and by employing less consistent ways of playing their instruments, they create a somewhat minimal and rather visual musical performance.

            +

            https://www.youtube.com/watch?v=MacLS1n0l_0

            +

            Piyoji is the monikor of Dutch artist Rik Möhlmann. The music he makes has a distinct, liberating sound, characterized by a modest and direct way of recording musical sessions in which different textures are explored. Sounds appear from left to right, as if hidden behind trees or emerging from rivers. Möhlmann uses his eccentric and inquisitive approach to music to make songs that don't necessarily behave in a narrative way. Instead, his tracks expose themselves like little paintings

            +

            https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE

            +

            Goldblum is an eye blinding duo from Middelland messing around with flea market cassette tapes and analogue synthesizers. Expect fragments of golden oldies, crippled rhythms and synthesized sounds buried in tape hiss. The duo has cut their teeth in acts like Sweat Tongue and Red Brut.

            +
              +
            • door: 20:30
            • +
            • start: 21:00
            • +
            • price: 5 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/music-niek-hilkmann.html b/old/output/en/music-niek-hilkmann.html new file mode 100644 index 0000000..9cfd2ec --- /dev/null +++ b/old/output/en/music-niek-hilkmann.html @@ -0,0 +1,143 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          221. varia comes in many forms:
          222. +
          223. mailinglist
          224. +
          225. RSS feed
          226. + +
          227. Nederlands
          228. +
          229. English
          230. +
            +
            +
            + +
            + + + + +
            +
            + Music: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneer +
            +
            + +
            +
            2019-11-16 20:00:00
            +
            Published at 16 November 2019
            +
            + +
            +
            +
            +

            Another musical night at Varia! Join us on November 16th for an evening full of singers, songwriters, noise and cardboard!

            +

            Niek Hilkmann en de Puls

            +

            "Your empty milk bottle", "Hey, that's strange ... There is a bug in your hair" and "Zaamslag, never again"; those are not just some random words, but songtitles that Niek Hilkmann is considering for his new EP. To commemorate the fact that they will be recording this very soon, he will perform these songs at Varia with his band, De Puls. Expect a colorful succession of unprecedented scoops and perhaps even some old acquaintances.

            +

            Web
            +Video

            +

            Vulva

            +

            Vulva is a twoheaded, feminine beast with a mouth so big that you usually only see it in fairy tales and fables. This doesn’t stop them from visiting Varia however! Expect a lot of noise, some theatrical escapades and an abundance of shouting, We will witness Vulva erupt!

            +

            Facebook
            +Souncloud

            +

            Rowan van As

            +

            One does not easily describe the life and times of Rowan Van As. This artist-troubadour sings, draws, sculpts and records like there is no tomorrow with the help of an abundance of props and home-made instruments (such as his famous organ mussel). At Varia he will perform some brand new songs for us and warm your heart!

            +

            Web
            +Video

            +

            G. de Singer Songwriter

            +

            Gerard Olthaar is, as his name suggests, a true Singer-Songwriter; a solo musician who knows how to move and amaze an audience with just his guitar and voice. His songs are raw like the paving stones of Rotterdam and his guitar sound is unquestionably unique.

            +

            Web
            +Video

            +

            DJ Wanneer

            +

            No evening of entertainment is complete without a proper DJ and that is why we are very to have DJ Wanneer on the line-up. This individual combines the best of Scheveningen, Rotterdam and Zoeterwoude by playing an eclectic mix of little crooners, dissonant girl bands and overall hysterical music.

            +

            Web

            +
              +
            • door: 20:00
            • +
            • start: 20:30
            • +
            • entry: 5 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/networks-of-ones-own.html b/old/output/en/networks-of-ones-own.html new file mode 100644 index 0000000..76ff04a --- /dev/null +++ b/old/output/en/networks-of-ones-own.html @@ -0,0 +1,140 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          231. varia comes in many forms:
          232. +
          233. mailinglist
          234. +
          235. RSS feed
          236. + +
          237. Nederlands
          238. +
          239. English
          240. +
            +
            +
            + +
            + + + + +
            +
            + One evening, Two launches, Three takes +
            +
            + +
            +
            2019-09-28 19:30:00
            +
            Published at 28 September 2019
            +
            + +
            +
            +
            +

            We are all very glad to invite you to the launch of the second issue of Networks of One's Own: three takes on taking care and Fed Up!, the 13th issue of the Pervasive Labour Union zine. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.

            +

            Location: Varia, Gouwstraat 3 (Rotterdam)
            +Date: Saturday 28th of September
            +Time: 19:30h - 21:30h

            +

            +

            Networks Of One’s Own is a para-nodal1 periodic publication that is itself collectively written in a network. Each of the episodes is thought of as the ‘release’ of a specific software stack, contextualised in its specific practice. The series aims to document a set of tools, experiences, ways of working that are diverse in terms of their temporality, granularity and persistence. Three takes on taking care is the second volume of this series.

            +

            In our activity as artists, designers and researchers working with and around free/libre open source technology based projects, we often encounter situations where collective authorship gives rise to complicated interrelationships of ownership. Specifically, these involve the practical aspects of care, maintenance, documentation and overall commitment.

            +

            Three of these projects, homebrewserver.club, Bibliotecha and Relearn, have been influential for the individual practices of those involved, but also for a wider international network of actors, including exhibition spaces, festivals, collective and both formal and informal learning communities. The maintenance of those projects, however, which is long-term and requires ongoing engagement, often lags behind since it is taken up by individuals on the basis of their ability and time.

            +

            This publication is the result of an act of active documentation of the networked projects developed in and around Varia. Active documentation means that we not only documented, but also revisited these projects, spending time on their maintenance and consolidation:

            +
              +
            • homebrewserver.club, a periodic gathering where people learn together and reflect on self-hosting digital content. (http://homebrewserver.club)
            • +
            • Bibliotecha, a project centered on the development of local offline digital libraries for the distribution of electronic publications within small communities. (http://bibliotecha.info)
            • +
            • Relearn, a self-organised 'summer school' reflecting upon collective learning, that has as many teachers as it has participants. (http://relearn.be/)
            • +
            +

            With this publication we hope to improve their resilience, portability, long-term sustainability and accessibility.

            +

            The first issue in the series was initiated by Constant and documents the project 'Etherbox', a collaborative writing and documentation environment. The publication included a genealogy of the events, ideas and practices in the Constant network that influenced or reversely were influenced by what eventually became known as Etherbox. This way of documenting stresses how a project like Etherbox is the work of a heterogenous network of practices that each in their way contribute to its formation.

            +

            https://networksofonesown.varia.zone/

            +

            https://networksofonesown.constantvzw.org/

            +

            +

            Fed Up! is the 13th edition of the The Pervasive Labour Union and explores topics and issues relating to federated social networks such as Mastodon, Pleroma and Funkwhale. It was made possible by the contributions of Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.

            +

            The Pervasive Labour Union zine is a project initiated by Lídia Pereira in 2015. It not only offers a low-barrier entry level for contributors wishing to express their views on corporate social networking labour, but also a low-barrier entry level for those wishing to become acquainted with these debates. It tries to gather existing knowledge and conversations, while opening up that debate and creating new discourses of user organisation and expression.

            +

            It brings together personal rants, academic texts, poetry, photo montages, collages, drawing, etc. Each issue represents a smaller particle pertaining to labour on social networking platforms and attempts to establish an interconnecting discourse around topics such as labour on corporate social networks, algorithmic governance, resistance and alternatives.

            +

            http://ilu.servus.at/category/13-fed-up.html

            +
            +

            +

            This event is made possible with the kind support of the Creative Industries Fund NL.

            +
            +
            +
              +
            1. +

              See: Paranodes in Contra-Internet, Zach Blas https://www.e-flux.com/journal/74/59816/contra-internet/ 

              +
            2. +
            +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/nieuwjaarsborrel.html b/old/output/en/nieuwjaarsborrel.html new file mode 100644 index 0000000..710b94a --- /dev/null +++ b/old/output/en/nieuwjaarsborrel.html @@ -0,0 +1,110 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          241. varia comes in many forms:
          242. +
          243. mailinglist
          244. +
          245. RSS feed
          246. + +
          247. Nederlands
          248. +
          249. English
          250. +
            +
            +
            + +
            + + + + +
            +
            + New Year's reception +
            +
            + +
            +
            2018-01-19 18:00:00
            +
            Published at 19 January 2018
            +
            + +
            +
            +
            +

            Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance.

            +

            date: Friday, 19th of January +start: 18:00h
            +performance: 21:00h

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/openday2019.html b/old/output/en/openday2019.html new file mode 100644 index 0000000..d5e8b7d --- /dev/null +++ b/old/output/en/openday2019.html @@ -0,0 +1,107 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          251. varia comes in many forms:
          252. +
          253. mailinglist
          254. +
          255. RSS feed
          256. + +
          257. Nederlands
          258. +
          259. English
          260. +
            +
            +
            + +
            + + + + +
            +
            + Open Day @ Varia +
            +
            + +
            +
            2019-04-13 12:00:00
            +
            Published at 13 April 2019
            +
            + +
            +
            +
            +

            During the next edition of South Explorer Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include Idione Dynamic’s ‘What Remains’ and Mathijs van Oosterhoudt’s ‘Strange Fruits’. Furthermore, Thomas Walskaar will conduct interviews for his new project ‘Hidden Levels’ and Niek Hilkmann will present a new sound installation ‘Venice on the Maas’ in Varia's basement. Join us from 12 till 6!

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/opening.html b/old/output/en/opening.html new file mode 100644 index 0000000..8c6f4aa --- /dev/null +++ b/old/output/en/opening.html @@ -0,0 +1,107 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          261. varia comes in many forms:
          262. +
          263. mailinglist
          264. +
          265. RSS feed
          266. + +
          267. Nederlands
          268. +
          269. English
          270. +
            +
            +
            + +
            + + + + +
            +
            + Opening Space +
            +
            + +
            +
            2017-11-03 20:00:00
            +
            Published at 26 October 2017
            +
            + +
            +
            +
            +

            After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/about.html b/old/output/en/pages/about.html new file mode 100644 index 0000000..6b2a15c --- /dev/null +++ b/old/output/en/pages/about.html @@ -0,0 +1,75 @@ + + + +about + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          271. varia comes in many forms:
          272. +
          273. mailinglist
          274. +
          275. RSS feed
          276. + +
          277. Nederlands
          278. +
          279. English
          280. +
            +
            +
            + +
            + + +
            +

            About

            +

            Varia is a Rotterdam based initiative, which started in 2017 from the need to open up their members' practices and organise ad-hoc public or semi-public moments among different configurations; at its core it aims at developing critical understandings of the technologies that surround us. Varia experiments with tools for building physical and digital infrastructures in a collective way.

            +

            Our ways of being together as a collective-space are mediated through the following documents: our Code of Conduct which describes shared values and expected behaviour, a collective statement which contextualizes our situation, and membership guidelines where you can read about our membership model.

            +

            Address

            +

            Gouwstraat 3
            +3082 BA
            +Rotterdam (Charlois)

            +

            info@varia.zone

            +

            Mailing List

            +

            You can subscribe to our mailing list to be kept up to date with what's going on.

            +

            RSS

            +

            Another way to stay in touch with Varia is by subscribing to our RSS feeds.

            +

            [Valid RSS]

            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/code-of-conduct.html b/old/output/en/pages/code-of-conduct.html new file mode 100644 index 0000000..2b25eda --- /dev/null +++ b/old/output/en/pages/code-of-conduct.html @@ -0,0 +1,122 @@ + + + +Code of Conduct + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          281. varia comes in many forms:
          282. +
          283. mailinglist
          284. +
          285. RSS feed
          286. + +
          287. Nederlands
          288. +
          289. English
          290. +
            +
            +
            + +
            + + +
            +

            Varia's Code of Conduct

            +

            About this document

            +

            The code of conduct is a set of guidelines that help establish shared values and ensure that behaviour that may harm participants is avoided.

            +

            This document equally applies to Varia's members, visitors and contributors, including organizers of events in the space. The document also applies to users and contributors to Varia's on-line channels. When the word "we" is used in this document, it applies to all of the above.

            +

            We acknowledge that we come from different backgrounds and all have certain biases and privileges. Therefore, this Code of Conduct cannot account for all the ways that people might feel excluded, unsafe or uncomfortable. We commit to open dialogues, and as such this Code of Conduct is never finished and should change whenever needed. We amend this document over time so it reflects the priorities and sensitivities of Varia as it changes. It is a collective responsibility for all of us to enact the behaviour described in this document, and bring it to the physical and digital space of Varia.

            +

            Why a Code of Conduct?

            +

            Varia is a complex collective-space. We are a multi-lingual, multi-cultural, multi-disciplinary group. At Varia we mostly speak English and Dutch. We recognize that most members and visitors are not native speakers of these languages. We also recognize that there are multiple ways of speaking and interacting (words, gestures, acts, etc.), depending on cultural backgrounds, educations and practices. As such, we recognize that situations might arise where misunderstandings or conflicts happen. We strive to overcome these misunderstandings through a commitment to open dialogue: we prefer to assume good faith, and ask members, participants or visitors to express their concerns directly to each other when possible. When this is not an option, this Code of Coduct can be consulted for further actions.

            +

            Varia is a learning environment. It accommodates a whole range of practices. Working together means bridging gaps: between different practices, levels of technical expertise, personal preferences and political or ethical orientations. We strive to create an environment for participants with different ranges of experience, while allowing complex topics to be discussed.

            +

            We want Varia to be a space where all members can develop their practices in a collective setting and people feel safe and comfortable to participate, to express themselves, to learn and to work together. The vulnerable nature of collective work means that uncomfortable situations will occur. These situations ask for mutual respect and care. We hope that everyone participating in Varia is respectful, feels able to be vulnerable and exercises care. In the interest of making an inclusive environment, we will not tolerate harassment, exclusion or any other harmful behaviour.

            +

            Expected behaviour

            +

            We expect each other to ...

            +

            be considerate

            +
            of each other, the space we enter, the people at Varia and the practices it houses.
            + +

            be open and generous

            +
            while trying not to make assumptions about others. This can include assumptions about identity, knowledge, experiences or preferred pronouns. Be generous with our time and our abilities, when we are able to. Help others, but ask first. There are many ways to contribute to a collective practice, which may differ from our individual ways.
            + +

            be respectful

            +
            of different viewpoints and experiences. Respect physical and emotional boundaries. Be respectful of each others' limited time and energy. Take each other and each other's practices seriously. Acknowledge that this might lead to disagreement. However, disagreement is no excuse for poor manners.
            + +

            be responsible

            +
            for the promises we make, meaning that we follow up on our commitments. We take responsibility for the good things we do, but also for the bad ones. We listen to and act upon respectful feedback. We correct ourselves when necessary, keeping in mind that the impact of our words and actions on other people doesn't always match our intent.
            + +

            be dedicated

            +
            which means not letting the group happen to us, but making the group together. We participate in the group with self-respect and don't exhaust ourselves. This might mean saying how we feel, setting boundaries, being clear about our expectations. Nobody is expected to be perfect in this community. Asking questions early avoids problems later. Those who are asked should be responsive and helpful.
            + +

            be empathetic,

            +
            by actively listening to others and not dominating discussions. We give each other the chance to improve and let each other step up into positions of responsibility. We make room for others. We are aware of each other's feelings, provide support where necessary, and know when to step back. One's idea of caring may differ from how others want to be cared for. We ask to make sure that our actions are wanted.
            + +

            foster an inclusive environment

            +
            by trying to create opportunities for others to express views, share skills and make other contributions. Being together is something we actively work on and requires negotiation. We recognize that not everyone has the same opportunities, therefore we must be sensitive to the context we operate in. There are implicit hierarchies that we can challenge, and we should strive to do so. When we organize something (projects, events, etc.), we think about how we can consider degrees of privilege, account for the needs of others, promote an activist stance and support other voices.
            + +

            Unacceptable behaviour

            +

            No structural or personal discrimination,

            +
            attitudes or comments promoting or reinforcing the oppression of any groups or people based on gender, gender identity and expression, race, ethnicity, nationality, sexuality, sexual orientation, religion, disability, mental illness, neurodiversity, personal appearance, physical appearance, body size, age, or class. Do not claim “reverse-isms”, for example “reverse racism”.
            + +

            No harrassment,

            +
            neither public nor private. Also no deliberate intimidation, stalking, following, harassing photography or recording, disruption of events, aggressive, slanderous, derogatory, or threatening comments online or in person and unwanted physical or electronic contact or sexual attention. No posting or disseminating libel, slander, or other disinformation.
            + +

            No violation of privacy,

            +
            namely publishing others’ private information, such as a physical or electronic address, without explicit permission. Do not take or publish photos or recordings of others after their request to not do so. Delete recordings if asked.
            + +

            No unwelcome sexual conduct,

            +
            including unwanted sexual language, imagery, actions, attention or advances.
            + +

            No destructive behaviour,

            +
            or any other conduct which could reasonably be considered inappropriate. This includes (but is not exclusive to) depictions of violence without content warnings, consistently and purposely derailing or disrupting conversations, or other behaviour that persistently disrupts the ability of others to engage in the group or space.
            + +

            Intervention procedure

            +

            Immediate intervention (help is needed now!)

            +

            If you are feeling unsafe, you can immediately contact the Varia members who are tasked with making sure the code of conduct is respected. These contact people are members of Varia who will do their best to help, or to find the correct assistance if relevant/necessary.

            +
            + Lídia Pereira -- lidia@majesticmoo.se
            + Thomas Walskaar -- thomas@walskaar.com +
            + +

            For example, something happened during a still-ongoing event and needs to be acted upon right away. Action is taken immediately when this violation of the code of conduct is reported. This could involve removing an attendee from an event.

            +

            Non-immediate intervention (a situation that requires more time)

            +

            Other violations need to be considered and consulted upon with more people or in a more measured way. For example: If you experience an ongoing pattern of harrassment; if you witness structurally unacceptable behaviour; if somebody keeps "accidentally" using discriminatory language, after being asked to stop.

            +

            If you feel comfortable or able, discuss the issues with the involved parties before consulting a mediator. We prefer to constructively resolve disagreements together and work to right the wrong, when it is possible and safe to do so. However, if the problems still persist, those who are responsible for enforcing the code of conduct can help you deal with these kinds of problems. Contact the members listed above. Information will be handled with sensitivity.

            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/collective-infrastructures.html b/old/output/en/pages/collective-infrastructures.html new file mode 100644 index 0000000..cdbe768 --- /dev/null +++ b/old/output/en/pages/collective-infrastructures.html @@ -0,0 +1,106 @@ + + + +Varia - Collective Infrastructures + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          291. varia comes in many forms:
          292. +
          293. mailinglist
          294. +
          295. RSS feed
          296. + +
          297. Nederlands
          298. +
          299. English
          300. +
            +
            +
            + +
            + + +
            +

            Collective Infrastructures

            +

            Being considerate about the channels that we use to communicate, we negotiate our on-line dependencies by self-hosting our digital infrastructure. Varia members are involved in the use and development of federated networks like XMPP group chats and Mastodon instances, RSS feeds, available in Dutch and English, or the mailing list. Find more about our Online Hosting tools below.

            +

            Similarly, the space itself can host collective moments and has resources like an electronic parts depot, tools and workbenches, as well as printing facilities. Find more about our Physical Hosting below.

            +

            Public Programme

            +

            From the initiative of its members, various public events are organized at Varia.

            +

            Work Groups

            +

            Varia likes to meet up and look at things together; we call these smaller formations work groups. There are often days on which interested parties gather to study, discuss or work on a specific subject. Depending on the work group, these can be open to the public.

            +

            The current work groups are the homebrewserver.club, the Varia Library group, Riso Group, pub.club and Rotterdams Electronica Depot.

            +

            Curriculum

            +

            As a way to share skills which we have among the group, varia members offer a curriculum, shaped and reshaped by the occupations and preoccupations of the members.

            +

            Find more information here.

            +

            Open days

            +

            During open days, we offer various activities, including installing Linux operating systems, discussing free and open source design programmes and game sessions.

            +

            Physical Hosting

            +

            We are located at the corner between Gouwstraat and Wolphaertstraat in Charlois, Rotterdam. We use the space to organise and host events, but also other types of get-togethers. Fragments of what happens in the space are documented and stored in our budding archive. If the interests and concerns of the space seem to be in line with something you're working on, please feel free to contact us at info[@]varia.zone for details.

            +

            Varia Library

            +

            There is a modest physical library in the space, which can be consulted whenever the space is open.

            +

            Printing Facilities

            +

            Members have access to different printing tools:

            + +

            Rotterdams Electronica Depot

            +

            Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this varia started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost.

            +

            Online Hosting

            +

            One of the core interests of varia is to relate to technology by installing or making it ourselves. We host multiple services on the Varia server. These are free to use, however, please keep in mind that the purpose of these tools is to experiment, they are possibly unstable.

            +

            XMPP

            +

            varia hosts a server for the federated chat protocol XMPP, supporting all the latest features.

            +

            xmpp.net score +
            +

            +

            Get in touch with us if you want to have an account on our server.

            +

            Etherpad

            +

            Etherpad is an open source collective writing space that the members use to collect thoughts, write messages together and keep each other informed.

            +

            Etherdump

            +

            We work with Etherdump to turn a collaborative writing practice into a collaborative publishing practice. Etherdump is a command line tool that extends the multi writing and publishing functionalities of the etherpad by exporting the pads in multiple formats. To explore and investigate various collaborative publishing potentials of etherdump, we forked the project into etherpump.

            +

            Code repositories

            +

            As part of our practices, varia members write situated software that we make public on our gitea instance. This website, for example, is fully available to be copied and multiplied or studied and reimplemented.

            +

            License

            +

            Practices of copying, appropriation, piracy and sharing are messy in different ways: politically, legally, culturally and economically. We are in the process of (re)considering our license policy. Copyright is not always the answer, open licenses are also not always ideal. Opinions might vary in the group and different situations ask for different publishing conditions. All our content is therefore published under copyright at this moment, unless mentioned otherwise.

            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/collective-statement.html b/old/output/en/pages/collective-statement.html new file mode 100644 index 0000000..62b7c6c --- /dev/null +++ b/old/output/en/pages/collective-statement.html @@ -0,0 +1,80 @@ + + + +collective statement + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          301. varia comes in many forms:
          302. +
          303. mailinglist
          304. +
          305. RSS feed
          306. + +
          307. Nederlands
          308. +
          309. English
          310. +
            +
            +
            + +
            + + +
            +

            Collective statement

            +

            Varia is a collective-space1 in Rotterdam focused on everyday technologies.

            +

            We believe technology shouldn't be the exclusive domain of specialists. It affects everyone and should enable, rather than preclude, diverse ways of living. We understand everyday technology broadly; not just as computers, standards, or protocols, but also, for example, as cooking tools or musical instruments. Being involved in the fields of art, design, software & hardware, education and theoretical practices, we felt the need for a place where technology and social questions are linked; a place where collaboration, continuity, development, collective learning, curiosity and experiments are foregrounded.

            +

            Varia relates to preexisting formats such as hackerspaces, fab-labs and coworking spaces, but it recognizes their limits and actively tries to overcome them. Discussions about technology don't always address the power imbalance between multiple actors, such as large corporations and/or different kinds of users and developers, where class, race, gender and ability play a role. Within Varia, we try to make space for radically different ways of conceiving technology in its social context.

            +

            Among the questions we are concerned with are: How do we share knowledge and sustain our digital infrastructures while inter-depending on people or organisations? How can we think of inclusivity in relation to technology? Are old technologies really old-fashioned? How do we engage with obsolescence and sustainability?

            +

            Varia favours, without idealising, Free/Libre and Open Source Software (F/LOSS), free culture, open standards, lowtech and DIY/DIWO culture, because they offer the opportunity to shape a different present and leave the door open for desirable futures.

            +

            Varia is a collective-space for questions, opinions, interventions, help and action. For example, we facilitate server space, collective learning moments and thematic workgroups. Beside that, our space is used to regularly organize public events such as experimental musical encounters, worksessions and round table conversations with guests.

            +

            The collective cultural practice of Varia offers a solidary environment for the practices of the individual members, connecting disparate disciplines and areas of knowledge. This allows us to consider and develop different social and technological infrastructures, while experimenting with and reflecting on them.

            +

            As a group, we do not aim to develop one unified voice, but embrace and welcome the multiplicity that makes up Varia. We are aware that our practices and processes don't always lead to a finished product and for this reason we wish to experiment with different modes of engaging, as well as ways of making public.

            +

            Varia feels at home in Rotterdam and aims to connect to local independent initiatives and urgencies. We think it is important to connect issues in our local environment to global discussions and vice versa. Varia collaborates with individuals, collectives, non-profit organisations, educational institutions, associations and international networks, that are curious about situating the interdependent relation between technological and current social emergencies.

            +
            +
            +
              +
            1. +

              Varia is not merely a collective, nor merely a space. Varia is an interdependent concatenation of both. 

              +
            2. +
            +
            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/curriculum.html b/old/output/en/pages/curriculum.html new file mode 100644 index 0000000..dcc82d5 --- /dev/null +++ b/old/output/en/pages/curriculum.html @@ -0,0 +1,65 @@ + + + +curriculum + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          311. varia comes in many forms:
          312. +
          313. mailinglist
          314. +
          315. RSS feed
          316. + +
          317. Nederlands
          318. +
          319. English
          320. +
            +
            +
            + +
            + + +
            +

            The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within varia.

            +



            These are short intensive master-classes or workshops aimed towards providing high level introductions. Each subject in the varia curriculum has its own rhythm and structure. The workshops come with extensive syllabi and documentation that can be used as a reference for further explorations.

            +



            All curriculum workshops are offered for a fee which in goes towards sustaining varia's public research practices.

            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/header.html b/old/output/en/pages/header.html new file mode 100644 index 0000000..7bc0238 --- /dev/null +++ b/old/output/en/pages/header.html @@ -0,0 +1,63 @@ + + + +header + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          321. varia comes in many forms:
          322. +
          323. mailinglist
          324. +
          325. RSS feed
          326. + +
          327. Nederlands
          328. +
          329. English
          330. +
            +
            +
            + +
            + + +
            +

            varia (Gouwstraat 3, Rotterdam) is a space for developing collective approaches to everyday technology. As varia members, we maintain and facilitate a collective infrastructure from which we generate questions, opinions, modifications, help and action. We work with free software, organise events and collaborate in different constellations. varia figures things out as they go, tries to keep notes, is multilingual and can be contacted at info[@]varia.zone.

            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/membership-guidelines.html b/old/output/en/pages/membership-guidelines.html new file mode 100644 index 0000000..59835ed --- /dev/null +++ b/old/output/en/pages/membership-guidelines.html @@ -0,0 +1,75 @@ + + + +membership guidelines + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          331. varia comes in many forms:
          332. +
          333. mailinglist
          334. +
          335. RSS feed
          336. + +
          337. Nederlands
          338. +
          339. English
          340. +
            +
            +
            + +
            + + +
            +

            Membership guidelines

            +

            Members' rights and obligations

            +

            Varia is a member based organisation.

            +

            Members pay a monthly fee, but also contribute with their time and energy. They join the monthly member meetings and can become part of the board to focus on a series of specific responsibilities. Membership is based on mutual trust and solidarity: if once in a while a member can't contribute to Varia (financially or ortherwise) this doesn't lead to an immediate ban but to a conversation regarding possible solutions, as members are aware that lack of contribution is not sustainable in the long run.

            +

            Members take care of the space, of each other and of visitors (cfr. our Code of Conduct). They can also use the space and organize events, keeping in mind the collective ambitions of Varia and its surroundings.

            +

            Members are often contacted informally by external parties curious about Varia or willing to collaborate. We expect members to be transparent about the opportunities created through Varia, such as project commissions or invitations for a talk or a workshop. When a member generates income through Varia, 15% of it is invested into a (common fund* to support members' initiated activities: concerts, exchange trips, equipment purchases, etc.

            +

            Members have a key to the space. Varia is not a shared studio space, but members can work there. This means they cannot occupy the space with their belongings permanently and have the responsibility to clean after themselves. This is because the space is used for a variety of activities, ranging from screenings to meetings, and a lot more.

            +

            Who can be a member

            +

            Membership can be pursued by those interested in developing a collective approach to studying, modifying and experimenting with everyday technologies.

            +

            Current members have a background in art, design, software studies, musicology, choreography, cooking, theoretical and social practices. New members don't need to have similar backgrounds; what counts is that they are willing to bring their interests and expertise into Varia's collective practice.

            +

            Becoming a member

            +

            If you are interested in becoming a member, feel free to take a look at the priorities and attitude of Varia, found in the Code of Conduct and Our Context documents as they currently stand. You are welcome to state your interest by getting in contact with us via info@varia.zone or in person, upon which we may introduce you to our application procedure. Varia reserves the right to accept or decline your application, but will however attempt transparency throughout the process.

            +

            While we are eager to find new peers, we acknowledge that an enjoyable group dynamics is decisive for the inclusion of new members. Currently, we do not have the capacity to add too many new members to the group. We aim to balance the size of the group and the desire of new members to join.

            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/projects.html b/old/output/en/pages/projects.html new file mode 100644 index 0000000..fc8ed34 --- /dev/null +++ b/old/output/en/pages/projects.html @@ -0,0 +1,63 @@ + + + +projects + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          341. varia comes in many forms:
          342. +
          343. mailinglist
          344. +
          345. RSS feed
          346. + +
          347. Nederlands
          348. +
          349. English
          350. +
            +
            +
            + +
            + + +
            +

            Current and previous projects

            + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pages/stream.html b/old/output/en/pages/stream.html new file mode 100644 index 0000000..ad7598e --- /dev/null +++ b/old/output/en/pages/stream.html @@ -0,0 +1,63 @@ + + + +stream + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          351. varia comes in many forms:
          352. +
          353. mailinglist
          354. +
          355. RSS feed
          356. + +
          357. Nederlands
          358. +
          359. English
          360. +
            +
            +
            + +
            + + +
            + + + + + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/en/pushing-the-score-end.html b/old/output/en/pushing-the-score-end.html new file mode 100644 index 0000000..683eef7 --- /dev/null +++ b/old/output/en/pushing-the-score-end.html @@ -0,0 +1,119 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          361. varia comes in many forms:
          362. +
          363. mailinglist
          364. +
          365. RSS feed
          366. + +
          367. Nederlands
          368. +
          369. English
          370. +
            +
            +
            + +
            + + + + +
            +
            + Activating an archive +
            +
            + +
            +
            2019-05-31 20:00:00
            +
            Published at 28 May 2019
            +
            + +
            +
            +
            +

            Publication launch and performance evening

            +

            At the end of last year, De Player approached Varia to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.

            +

            Varia contributed by developing an archival web publication where the vernacular vocabulary of De Player creates the possibilities of text-based navigation across the collection of items. The material is embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Navigating within the data structure of the archive becomes an act of score notation.

            +

            To test this De Player and Varia asked several artists to work with the tool and use the result as a starting point for a performance.

            +

            Julie Boschat Thorez and Cristina Cochior will give a brief introduction to the tool, followed by Niek Hilkmann, Christine Cornwell and Robert Kroos's score interpretations.

            +

            The performances will be ongoing throughout the night, you are welcome to join in at any moment.

            +

            ~ ~ ~ ~ ~ ~

            +

            Niek Hilkmann is a Rotterdam based artist, musician and researcher with a background in art history, media design and musicology. He has a particular interest in the abstruse technological condition we are living in and the insufficient intellectual methodologies that seek to justify, or explain it. During the presentation of Pushing Scores he will utilize the spatial dimensions of Varia and recontextualize the scores created by the archive. In an ongoing performance unexpected correlations will be produced between the items in the archive and the physical surroundings in which they are represented.

            +

            Christine Cornwell is a composer and violinist working between NL/UK with projects involving improvisation and collaborative work often combined with visual artists, dancers, opera companies or experimental TV. She is currently completing a Composition MA at Codarts with Hans Koolmees/René Uijlenhoet and her freelance work includes presenting new works for violin, collaborative residencies, workshop leading and producing/curating events in this field. From her first experiments, such as 2011’s interdisciplinary collaboration with visual artist Eddie Peake/LuckyPDF TV at London’s Barbican to 2019's experimental event 'Invitation (x)', collective creation practises are a vital meeting point which can be traced through all of her creative work between performance, production and management.

            +

            Robert Kroos (aka Duckfood) is a Rotterdam based musician, sound-artist and DJ working on all kinds of sound- and music related projects. For this special event he will be using the guzheng and electronics as instruments of choice.

            +

            Date: Friday, 31 May 2019
            +Start: 20:00
            +Entrance: Free

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/pushing-the-score.html b/old/output/en/pushing-the-score.html new file mode 100644 index 0000000..c674783 --- /dev/null +++ b/old/output/en/pushing-the-score.html @@ -0,0 +1,119 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          371. varia comes in many forms:
          372. +
          373. mailinglist
          374. +
          375. RSS feed
          376. + +
          377. Nederlands
          378. +
          379. English
          380. +
            +
            +
            + +
            + + + + +
            +
            + Pushing Scores with De Player +
            +
            + +
            +
            2018-11-29 20:00:00
            +
            Published at 29 November 2018
            +
            + +
            +
            +
            +

            During this evening we focus on the archiving of the Pushing Scores project by DE PLAYER; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?

            +

            To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Julie Boschat Thorez, Cristina Cochior and Niek Hilkmann will explain their ideas and approach to this matter.

            +

            Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world.

            +

            Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records.

            +

            Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics.

            +

            about Pushing Scores

            +

            What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?

            +

            In an attempt to redefine this concept, DE PLAYER compiles a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development.

            +

            Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.

            +

            Date: Thursday, 29 November 2018
            +Door: 20:00
            +Start: 20:30
            +Entrance: 5 euro

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/radio-on-radio.html b/old/output/en/radio-on-radio.html new file mode 100644 index 0000000..4ddc9f5 --- /dev/null +++ b/old/output/en/radio-on-radio.html @@ -0,0 +1,137 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          381. varia comes in many forms:
          382. +
          383. mailinglist
          384. +
          385. RSS feed
          386. + +
          387. Nederlands
          388. +
          389. English
          390. +
            +
            +
            + +
            + + + + +
            +
            + Radio on the radio +
            +
            + +
            +
            2020-03-14 19:30:00
            +
            Published at 14 March 2020
            +
            + +
            +
            +
            +

            Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

            +

            door: 19:30
            + start: 20:00
            + entry: 5 euro

            +

            Relaxing on the radio waves - oyo & mmths +

            +

            A radio relaxation mixtape performance. A mix of meditative samples and nature with noise and social/political anxieties into an uncanny hypno-magnetic-tape audiopiece. It is performed live with multiple cassette tape players and spacial cassette tape loops spread across the space and modulated by a modular synthesizer.

            +

            Radio-active female monstrosity - Angeliki D. +

            +

            Angeliki D. uses her voice, as well as an online sound archive she built to play, layer and gradually distort into chaos. The female voice becoming the male voice, becoming the monster, the otherworldly voice.

            +

            [ASMR] Radio Boyfriend - Pradapony69 +

            +

            Did you ever wonder what it would be like to have your very own ASMR boyfriend, one that talks really soft and only about radio? During this performance by Pradapony69 will send chills down your spine while explaining the difference between long waves and microwaves.

            +

            Stations of Exception - Jad Saliba +

            +

            Jad investigates the possibilities of re-appropriating analogue radio technologies into the realm of live electronic music, creating malleable sonic artefacts from a topography of broadcasted local radio stations.

            +

            World Wide Web - Dennis de Bel (PD0WNED) +

            +

            Radio waves are not constrained by geo-political nor ideological borders. Thus we tried. A close listening of cold war radio interference featuring original vinyl recordings, still being broadcast around the globe today.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/recycle-reduce-reuse.html b/old/output/en/recycle-reduce-reuse.html new file mode 100644 index 0000000..1f88880 --- /dev/null +++ b/old/output/en/recycle-reduce-reuse.html @@ -0,0 +1,128 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          391. varia comes in many forms:
          392. +
          393. mailinglist
          394. +
          395. RSS feed
          396. + +
          397. Nederlands
          398. +
          399. English
          400. +
            +
            +
            + +
            + + + + +
            +
            + RecycleReduceReuse and where is Repair Workshop (full) +
            +
            + +
            +
            2018-11-22 10:00:00
            +
            Published at 22 November 2018
            +
            + +
            +
            +
            +

            Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each have their own impact on the economy and environment. Among others, some relevant questions arise from this matter:

            +
              +
            • What values construct our contemporary attitude towards waste?
            • +
            • Is it perhaps an obsession with utility?
            • +
            • What are the artistic merits of repair?
            • +
            +

            In this workshop, hosted by Yoana Buzova and Niek Hilkmann, we will take a look at the implications of recycling (electronic) waste. This will happen in a hands-on workshop in which we will visit places where ‘waste’ is being gathered and turn the concept of repair and recycle upside down. Departing from the idea that uselessness, like a haiku poem, contains a certain subversive potential, we will rework a utility object into something quite useless.

            +

            Varia curriculum

            +

            This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

            +

            The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

            +

            Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address before the 19th of November! This workshop is full.

            +

            Varia, Gouwstraat 3 (Rotterdam Charlois)
            + 22 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
            +💶 50 euros (coffee, tea and cookies included)
            +
            💬* The workshop will be conducted in English

            +

            * Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/red-en.html b/old/output/en/red-en.html new file mode 100644 index 0000000..728d2d1 --- /dev/null +++ b/old/output/en/red-en.html @@ -0,0 +1,157 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          401. varia comes in many forms:
          402. +
          403. mailinglist
          404. +
          405. RSS feed
          406. + +
          407. Nederlands
          408. +
          409. English
          410. +
            +
            +
            + +
            + + + + +
            +
            + Rotterdams Electronica Depot +
            +
            + +
            +
            09 April 2017
            +
            + +
            +
            +
            +
            +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
            +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
            +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
            +┌─────────────────┬───────────────┐
            +│misc parts       │misc parts     │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +├─────────────────┼───────────────┼────────────────────┐
            +│IC's             │trim pots,     │octo couplers       │
            +│                 │               │EEPROMS             │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistors,     │resistors      │big resistors,      │
            +│empty boxes,     │big            │empty boxes,        │
            +│                 │               │FTDI,               │
            +│                 │               │arduino             │
            +│                 │               │oscilloscope parts  │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistors,     │resistors      │capacitors,         │
            +│diodes           │small          │transducers         │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +└─────────────────┴───────────────┴────────────────────┘
            + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
            + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
            + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
            +
            + +

            Rotterdam Electronics Depot

            +

            Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this Varia started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost.

            +

            Become a member:

            +

            get in touch with us via the varia list

            +

            Opening and picking up

            +

            Opening times are dependent on the members. Pick up location is: Gouwstraat 3, 3082 BA, in Rotterdam

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/relearn-2019.html b/old/output/en/relearn-2019.html new file mode 100644 index 0000000..f8b0225 --- /dev/null +++ b/old/output/en/relearn-2019.html @@ -0,0 +1,160 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          411. varia comes in many forms:
          412. +
          413. mailinglist
          414. +
          415. RSS feed
          416. + +
          417. Nederlands
          418. +
          419. English
          420. +
            +
            +
            + +
            + + + + +
            +
            + Relearn 2019 curved +
            +
            + +
            +
            2019-06-07 10:00:00
            +
            Published at 29 May 2019
            +
            + +
            +
            +
            +

            For the Rotterdam control point on this year's curved edition of Relearn, we propose to together attend to a subject zone (•) where different digital network practices intersect. This subject zone can morph into multiple directions throughout the session. Our specific interest is in how publishing formats (••) operate with/on/through this zone.

            +

            • There are many questions in the air when we start to speak about digital infrastructures, hosters, servers, services, networks and their technical realities. Instead of picking one and diving deeper, we thought it would be more interesting to present a range and explore different vocabularies, protocols, technologies, infrastructures. We invite you to join Relearn to stretch this zone, starting from or moving towards:

            +
              +
            • digital interdependencies
            • +
            • affective infrastructures
            • +
            • homebrew networks
            • +
            • networked entanglements
            • +
            • feminist servers
            • +
            • federated networks
            • +
            • and-and-networks
            • +
            • digital autonomy
            • +
            • transitional infrastructures
            • +
            • digital selves-organisations
            • +
            • so-and-sovereignty networks
            • +
            • out-of-the-cloud thinking
            • +
            • +
            +

            •• We’re curious about learning through publishing formats. The different publishing formats serve as an invitation to embed ourselves within the subject zone of digital networks. How can these formats be our morphable lenses, that we use to relearn digital networks? Starting from or moving towards:

            +
              +
            • multiple readers
            • +
            • cross-readings created through algorithms
            • +
            • logbooks
            • +
            • syllabi
            • +
            • documentation
            • +
            • annotations
            • +
            • cookbooks
            • +
            • tutorials
            • +
            • README
            • +
            • bug reports
            • +
            • link dumps
            • +
            • scores
            • +
            • +
            +

            Many sub-trajectories can emerge from here during the days, without the need of taking the same path or agreeing about vocabularies or geometries altogether.

            +

            The session will take place in Rotterdam and starts on Friday evening (the 7th) in a public setting, followed by two full days of relearning together.

            +

            Friday 7th June 20:00 - 22:00
            +Relearn public evening program: embed yourself into Relearn

            +

            Saturday/Sunday 8-9th June 10:00 - 18:00
            +Relearn sub-zone-trajectories

            +

            If you would like to join this Relearn session, please send an email to info@varia.zone with a short motivation of your interest. We will reply to subscriptions on a regular basis, up to the 26th of May.

            +

            Our capacities allow us to have a group of 30 relearners. Our preference goes out to people that can join the whole session (Friday evening, Saturday and Sunday). We will take care of a daily vegetarian lunch (please let us know about allergies or other dietary preferences). Following a tradition from previous years, we will arrange a hosting network in the city and find a place to stay for everyone. Please mention in the email if you need to be hosted or could host one or more relearners in your house.

            +

            If you would like to join us only on the Friday evening, there is no need to subscribe, just come over! :)

            +

            Practical info
            +Date: 7th-9th June 2019
            +Location: Varia - Gouwstraat 3, Rotterdam, The Netherlands
            +Website: relearn.be

            +

            Resources & contact
            +→ email: info@varia.zone
            +→ subscribe to the Relearn mailinglist
            +→ Relearn’s gitlab repository
            +→ IRC channel: #relearn on Freenode
            +→ Photographs of previous Relearn editions can be found in Constant’s gallery

            +
            +

            This event is made possible with the support of the Gemeente Rotterdam & Stimuleringsfonds Creatieve Industrie.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/relearn.html b/old/output/en/relearn.html new file mode 100644 index 0000000..6b1af71 --- /dev/null +++ b/old/output/en/relearn.html @@ -0,0 +1,112 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          421. varia comes in many forms:
          422. +
          423. mailinglist
          424. +
          425. RSS feed
          426. + +
          427. Nederlands
          428. +
          429. English
          430. +
            +
            +
            + +
            + + + + +
            +
            + Relearn Rotterdam +
            +
            + +
            +
            2017-08-29 10:00:00
            +
            Published at 29 August 2017
            +
            + +
            +
            +
            +

            Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.

            +

            During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we call "tracks". Relearn outlines the idea of resetting thinking modes, for a diverse set of approaches that we can reconsider, that come out of the development of our cultures towards and through digital entities.

            +

            While Relearn is an experiment in collective learning, it grows from an interest in Free / Libre Open Source Software culture and practices as a way to address and acknowledge the production processes and frameworks involving technology and cultur

            +

            29th of August - 2nd of September 2017
            +Poortgebouw, Rotterdam

            +

            www.relearn.be

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/rr-bootleg.html b/old/output/en/rr-bootleg.html new file mode 100644 index 0000000..80b89c1 --- /dev/null +++ b/old/output/en/rr-bootleg.html @@ -0,0 +1,131 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          431. varia comes in many forms:
          432. +
          433. mailinglist
          434. +
          435. RSS feed
          436. + +
          437. Nederlands
          438. +
          439. English
          440. +
            +
            +
            + +
            + + + + +
            +
            + Read & Repair feat. The Bootleg Library +
            +
            + +
            +
            2020-01-26 11:00:00
            +
            Published at 26 January 2020
            +
            + +
            +
            +
            +

            Need books? Need zines? Need electronic parts?

            +

            Starting in January 2020, Varia will have their doors open every last Sunday of the month.

            +

            Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.

            +

            On Sunday the 26th of January, Varia has a special guest: Simon Browne will be introducing the “bootleg library”, which is a shared digital and physical library of bootlegged texts.

            +
             bootleg library sessions
            +
            + what to bring?
            +         a computer and some of your favourite ebooks 
            +         (PDF, EPUB, whatever)
            +
            + what will we do?
            +         well have an introduction to the bootleg library, 
            +         which is a shared digital and physical library of 
            +         bootlegged texts. lets make user accounts, download 
            +         and upload some texts, talk about what were reading 
            +         and how we like to organise our bookshelves, and 
            +         together discuss ways the library can develop.
            +
            + + +

            Tea and coffee will be bountiful. +This event is open to all and the entrance is free.

            +

            Program:

            +

            Sunday, 26 Jan 2020

            +

            11:00 - 17:00 (ongoing sessions, you can come or go anytime)

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/rr-open-licences.html b/old/output/en/rr-open-licences.html new file mode 100644 index 0000000..1752795 --- /dev/null +++ b/old/output/en/rr-open-licences.html @@ -0,0 +1,119 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          441. varia comes in many forms:
          442. +
          443. mailinglist
          444. +
          445. RSS feed
          446. + +
          447. Nederlands
          448. +
          449. English
          450. +
            +
            +
            + +
            + + + + +
            +
            + Read & Repair feat. readings & listings: open licenses edition +
            +
            + +
            +
            2020-02-23 11:00:00
            +
            Published at 23 February 2020
            +
            + +
            +
            +
            +

            Need books? Need zines? Need electronic parts?

            +

            Varia's doors are open every last Sunday of the month.

            +

            Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.

            +

            On Sunday the 23rd of February, Varia has a special guest: Manetta Berends will host the first edition of a readings & listings session around open licenses.

            +

            What to bring?

            +

            A computer could be useful for working on the readings & listings together.

            +

            What will we do?

            +

            We will take an hour or two to talk about open licenses, read snippets of these techno-legal documents, discuss examples and tendencies of this field, and together work on a small reading list around this topic.

            +

            Program:

            +

            Sunday, 23 Feb 2020

            +

            11:00 - 13:00 readings & listings: open licenses edition

            +

            13:00 - 17:00 (ongoing time to read and repair)

            +

            Tea and coffee will be bountiful. This event is open to all and the entrance is free.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/sensible-soccer.html b/old/output/en/sensible-soccer.html new file mode 100644 index 0000000..24c8f86 --- /dev/null +++ b/old/output/en/sensible-soccer.html @@ -0,0 +1,142 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          451. varia comes in many forms:
          452. +
          453. mailinglist
          454. +
          455. RSS feed
          456. + +
          457. Nederlands
          458. +
          459. English
          460. +
            +
            +
            + +
            + + + + +
            +
            + Sensible World Of Soccer - Varia Cup 2020 +
            +
            + +
            +
            2020-03-21 12:00:00
            +
            Published at 21 March 2020
            +
            + +
            +
            +
            +

            Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! After two competitive events at WORM it's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play (literally; in contrast with modern football simulators you only need a joystick with one button!). Although the last official release of the game was in 96 (not counting the terrible 3d attempts that became the downfall of Sensible Software), Sensible Soccer never went away thanks to its highly addictive gameplay and vast database of teams from around the world, creating possibilities to become champion infinite. SWOS has become part of the gaming canon as stated by Stanford University, amongst games as Tetris and Super Mario Bros 3. The Royal Mail celebrated its part in British video game history by releasing a Sensible Stamp last month.

            +

            +

            SWOS2020 +A strong community (check out www.sensiblesoccer.de) made sure the ball kept on rolling, with ways to play against each other online, rankings, as well as hosting the annual Sensible Days: the World Cup where players decide who's best. The highlight of this year though is the launch of Sensible World of Soccer 2020! Not only does it provide an up-to-date database with around 1,500 teams from all over the world (from The Netherlands to El Salvador; a huge community effort), it is also the first time that the game can be played on modern operating systems without using DOS- or Amiga-emulators. This time you can run the game straight from your Windows-desktop (of course, the database has also been released for the original Amiga version). You can even switch live between DOS and Amiga-gameplay, and choose for a beautiful wide screen mode on UltraHD resolutions. The game is available for free through below link (you do need to own the original version of the game though, but online search machines will help, or check out www.gog.com for a legal way to buy the game).

            +

            +

            VARIA CUP +We will play the cup in SWOS2020, which means you can play with your favourite team of the moment! Both experienced and unexperienced players are welcome. After a first qualifying round, the top half of the field will go and compete in the Pro Cup, the bottom half in the Amateur Cup; both cup winners will win a prize.

            +

            Timetable (depending on amount of players participating)

            +

            12:00 - 13:00 Warming-up
            +13:00 - 14:30 Qualifying rounds (amateurs + pros mixed: best continu to the Pro Cup, worst to the Amateur Cup)
            +14:30 - onwards Pro Cup and Amateur Cup (on separate systems)
            ++/- 17:30 Dinner time
            +19:00 Awards ceremony
            +20:00/21:00 Closing down

            +

            entry: donation

            +

            The amount of players is limited. You can enroll between 12:00 and 13:00 but if you want to be sure of a spot, write to: sebatosh@gmail.com. Be sure to write down the club you want to play with. Not participating in the tournament? Feel free to come along and play on one of the practice systems. You can also stop by to support your local heroes while enjoying the live Brazilian commentary we will have during selected games or the Amiga-tunes that DJ Newk will be playing!

            +

            Useful Links
            +The 2020 version of the game -> https://www.sensiblesoccer.de/swos-2020
            +Why is this game still so good? -> https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407
            +The making of Sensible Soccer -> https://readonlymemory.vg/the-making-of-sensible-soccer/
            +Intro of SWOS 96/97 -> https://www.youtube.com/watch?v=8eBqIXjj4a8

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/tag/21.html b/old/output/en/tag/21.html new file mode 100644 index 0000000..4a9eb3f --- /dev/null +++ b/old/output/en/tag/21.html @@ -0,0 +1,109 @@ + + + +Varia - 21 + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          461. varia comes in many forms:
          462. +
          463. mailinglist
          464. +
          465. RSS feed
          466. + +
          467. Nederlands
          468. +
          469. English
          470. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/21st-century.html b/old/output/en/tag/21st-century.html new file mode 100644 index 0000000..4905584 --- /dev/null +++ b/old/output/en/tag/21st-century.html @@ -0,0 +1,202 @@ + + + +Varia - 21st century + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          471. varia comes in many forms:
          472. +
          473. mailinglist
          474. +
          475. RSS feed
          476. + +
          477. Nederlands
          478. +
          479. English
          480. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

            +

            This evening we will be screening the documentary Crystal Go To War from 1943. Created by the …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/able.html b/old/output/en/tag/able.html new file mode 100644 index 0000000..b8e5515 --- /dev/null +++ b/old/output/en/tag/able.html @@ -0,0 +1,106 @@ + + + +Varia - able + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          481. varia comes in many forms:
          482. +
          483. mailinglist
          484. +
          485. RSS feed
          486. + +
          487. Nederlands
          488. +
          489. English
          490. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

            +

            Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/activitypub.html b/old/output/en/tag/activitypub.html new file mode 100644 index 0000000..d2d7238 --- /dev/null +++ b/old/output/en/tag/activitypub.html @@ -0,0 +1,105 @@ + + + +Varia - activitypub + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          491. varia comes in many forms:
          492. +
          493. mailinglist
          494. +
          495. RSS feed
          496. + +
          497. Nederlands
          498. +
          499. English
          500. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/algorithms.html b/old/output/en/tag/algorithms.html new file mode 100644 index 0000000..4c0c066 --- /dev/null +++ b/old/output/en/tag/algorithms.html @@ -0,0 +1,105 @@ + + + +Varia - algorithms + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          501. varia comes in many forms:
          502. +
          503. mailinglist
          504. +
          505. RSS feed
          506. + +
          507. Nederlands
          508. +
          509. English
          510. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/apocalypse.html b/old/output/en/tag/apocalypse.html new file mode 100644 index 0000000..5a02274 --- /dev/null +++ b/old/output/en/tag/apocalypse.html @@ -0,0 +1,109 @@ + + + +Varia - apocalypse + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          511. varia comes in many forms:
          512. +
          513. mailinglist
          514. +
          515. RSS feed
          516. + +
          517. Nederlands
          518. +
          519. English
          520. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/architecture.html b/old/output/en/tag/architecture.html new file mode 100644 index 0000000..7e836da --- /dev/null +++ b/old/output/en/tag/architecture.html @@ -0,0 +1,105 @@ + + + +Varia - architecture + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          521. varia comes in many forms:
          522. +
          523. mailinglist
          524. +
          525. RSS feed
          526. + +
          527. Nederlands
          528. +
          529. English
          530. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/book-launch.html b/old/output/en/tag/book-launch.html new file mode 100644 index 0000000..8dc62d2 --- /dev/null +++ b/old/output/en/tag/book-launch.html @@ -0,0 +1,105 @@ + + + +Varia - book launch + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          531. varia comes in many forms:
          532. +
          533. mailinglist
          534. +
          535. RSS feed
          536. + +
          537. Nederlands
          538. +
          539. English
          540. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/book.html b/old/output/en/tag/book.html new file mode 100644 index 0000000..0e60b60 --- /dev/null +++ b/old/output/en/tag/book.html @@ -0,0 +1,106 @@ + + + +Varia - book + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          541. varia comes in many forms:
          542. +
          543. mailinglist
          544. +
          545. RSS feed
          546. + +
          547. Nederlands
          548. +
          549. English
          550. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

            +

            Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/bunting.html b/old/output/en/tag/bunting.html new file mode 100644 index 0000000..f8ef0a3 --- /dev/null +++ b/old/output/en/tag/bunting.html @@ -0,0 +1,109 @@ + + + +Varia - bunting + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          551. varia comes in many forms:
          552. +
          553. mailinglist
          554. +
          555. RSS feed
          556. + +
          557. Nederlands
          558. +
          559. English
          560. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/cake.html b/old/output/en/tag/cake.html new file mode 100644 index 0000000..b19b084 --- /dev/null +++ b/old/output/en/tag/cake.html @@ -0,0 +1,97 @@ + + + +Varia - cake + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          561. varia comes in many forms:
          562. +
          563. mailinglist
          564. +
          565. RSS feed
          566. + +
          567. Nederlands
          568. +
          569. English
          570. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/calling.html b/old/output/en/tag/calling.html new file mode 100644 index 0000000..88784b9 --- /dev/null +++ b/old/output/en/tag/calling.html @@ -0,0 +1,109 @@ + + + +Varia - calling + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          571. varia comes in many forms:
          572. +
          573. mailinglist
          574. +
          575. RSS feed
          576. + +
          577. Nederlands
          578. +
          579. English
          580. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/camp.html b/old/output/en/tag/camp.html new file mode 100644 index 0000000..f2699dc --- /dev/null +++ b/old/output/en/tag/camp.html @@ -0,0 +1,109 @@ + + + +Varia - camp + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          581. varia comes in many forms:
          582. +
          583. mailinglist
          584. +
          585. RSS feed
          586. + +
          587. Nederlands
          588. +
          589. English
          590. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/century.html b/old/output/en/tag/century.html new file mode 100644 index 0000000..57b5237 --- /dev/null +++ b/old/output/en/tag/century.html @@ -0,0 +1,109 @@ + + + +Varia - century + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          591. varia comes in many forms:
          592. +
          593. mailinglist
          594. +
          595. RSS feed
          596. + +
          597. Nederlands
          598. +
          599. English
          600. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/collaboration.html b/old/output/en/tag/collaboration.html new file mode 100644 index 0000000..e8e72bd --- /dev/null +++ b/old/output/en/tag/collaboration.html @@ -0,0 +1,109 @@ + + + +Varia - collaboration + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          601. varia comes in many forms:
          602. +
          603. mailinglist
          604. +
          605. RSS feed
          606. + +
          607. Nederlands
          608. +
          609. English
          610. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/concert.html b/old/output/en/tag/concert.html new file mode 100644 index 0000000..92d7666 --- /dev/null +++ b/old/output/en/tag/concert.html @@ -0,0 +1,202 @@ + + + +Varia - concert + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          611. varia comes in many forms:
          612. +
          613. mailinglist
          614. +
          615. RSS feed
          616. + +
          617. Nederlands
          618. +
          619. English
          620. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

            + + read more + +
            +

            + +
            + + + + + + + +
            + + + + +

            A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

            +

            Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/constant.html b/old/output/en/tag/constant.html new file mode 100644 index 0000000..c75c56c --- /dev/null +++ b/old/output/en/tag/constant.html @@ -0,0 +1,105 @@ + + + +Varia - Constant + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          621. varia comes in many forms:
          622. +
          623. mailinglist
          624. +
          625. RSS feed
          626. + +
          627. Nederlands
          628. +
          629. English
          630. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/conversas.html b/old/output/en/tag/conversas.html new file mode 100644 index 0000000..ec77afc --- /dev/null +++ b/old/output/en/tag/conversas.html @@ -0,0 +1,105 @@ + + + +Varia - Conversas + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          631. varia comes in many forms:
          632. +
          633. mailinglist
          634. +
          635. RSS feed
          636. + +
          637. Nederlands
          638. +
          639. English
          640. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            In February, Varia has the pleasure to host one of the nomadic Conversas evenings. Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/crystals.html b/old/output/en/tag/crystals.html new file mode 100644 index 0000000..1789b0e --- /dev/null +++ b/old/output/en/tag/crystals.html @@ -0,0 +1,106 @@ + + + +Varia - crystals + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          641. varia comes in many forms:
          642. +
          643. mailinglist
          644. +
          645. RSS feed
          646. + +
          647. Nederlands
          648. +
          649. English
          650. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

            +

            This evening we will be screening the documentary Crystal Go To War from 1943. Created by the …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/ctrl-alt-save.html b/old/output/en/tag/ctrl-alt-save.html new file mode 100644 index 0000000..b3ce1d5 --- /dev/null +++ b/old/output/en/tag/ctrl-alt-save.html @@ -0,0 +1,110 @@ + + + +Varia - ctrl-alt-save + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          651. varia comes in many forms:
          652. +
          653. mailinglist
          654. +
          655. RSS feed
          656. + +
          657. Nederlands
          658. +
          659. English
          660. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/data.html b/old/output/en/tag/data.html new file mode 100644 index 0000000..87ccb51 --- /dev/null +++ b/old/output/en/tag/data.html @@ -0,0 +1,110 @@ + + + +Varia - data + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          661. varia comes in many forms:
          662. +
          663. mailinglist
          664. +
          665. RSS feed
          666. + +
          667. Nederlands
          668. +
          669. English
          670. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/electronics.html b/old/output/en/tag/electronics.html new file mode 100644 index 0000000..def3667 --- /dev/null +++ b/old/output/en/tag/electronics.html @@ -0,0 +1,137 @@ + + + +Varia - electronics + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          671. varia comes in many forms:
          672. +
          673. mailinglist
          674. +
          675. RSS feed
          676. + +
          677. Nederlands
          678. +
          679. English
          680. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +
            +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
            +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
            +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
            +┌─────────────────┬───────────────┐
            +│misc parts       │misc parts     │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +├─────────────────┼───────────────┼────────────────────┐
            +│IC's             │trim pots,     │octo couplers       │
            +│                 │               │EEPROMS             │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistors,     │resistors      │big resistors,      │
            +│empty boxes,     │big            │empty boxes,        │
            +│                 │               │FTDI,               │
            +│                 │               │arduino             │
            +│                 │               │oscilloscope parts  │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistors,     │resistors      │capacitors,         │
            +│diodes           │small          │transducers         │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +└─────────────────┴───────────────┴────────────────────┘
            + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
            + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
            + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
            +
            + +

            Rotterdam Electronics Depot

            +

            Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/entrepecariat.html b/old/output/en/tag/entrepecariat.html new file mode 100644 index 0000000..8c747ff --- /dev/null +++ b/old/output/en/tag/entrepecariat.html @@ -0,0 +1,106 @@ + + + +Varia - entrepecariat + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          681. varia comes in many forms:
          682. +
          683. mailinglist
          684. +
          685. RSS feed
          686. + +
          687. Nederlands
          688. +
          689. English
          690. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

            +

            Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/event.html b/old/output/en/tag/event.html new file mode 100644 index 0000000..a100563 --- /dev/null +++ b/old/output/en/tag/event.html @@ -0,0 +1,278 @@ + + + +Varia - event + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          691. varia comes in many forms:
          692. +
          693. mailinglist
          694. +
          695. RSS feed
          696. + +
          697. Nederlands
          698. +
          699. English
          700. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! It's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play!

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            A screening of the documentaries "Everything Flex?" and "Call me Intern", both of which look at the consequences of the ongoing flexibilization of both housing and work. In addition, Sam Kreuk will present his musical solo project City Dragon. An evening full of documentaries, debate and a music!

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.

            +

            This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/ewaste.html b/old/output/en/tag/ewaste.html new file mode 100644 index 0000000..a61c774 --- /dev/null +++ b/old/output/en/tag/ewaste.html @@ -0,0 +1,101 @@ + + + +Varia - ewaste + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          701. varia comes in many forms:
          702. +
          703. mailinglist
          704. +
          705. RSS feed
          706. + +
          707. Nederlands
          708. +
          709. English
          710. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/federation.html b/old/output/en/tag/federation.html new file mode 100644 index 0000000..bb3e310 --- /dev/null +++ b/old/output/en/tag/federation.html @@ -0,0 +1,109 @@ + + + +Varia - federation + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          711. varia comes in many forms:
          712. +
          713. mailinglist
          714. +
          715. RSS feed
          716. + +
          717. Nederlands
          718. +
          719. English
          720. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/floppy.html b/old/output/en/tag/floppy.html new file mode 100644 index 0000000..de04fa2 --- /dev/null +++ b/old/output/en/tag/floppy.html @@ -0,0 +1,105 @@ + + + +Varia - floppy + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          721. varia comes in many forms:
          722. +
          723. mailinglist
          724. +
          725. RSS feed
          726. + +
          727. Nederlands
          728. +
          729. English
          730. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/fluxus.html b/old/output/en/tag/fluxus.html new file mode 100644 index 0000000..26e7dae --- /dev/null +++ b/old/output/en/tag/fluxus.html @@ -0,0 +1,109 @@ + + + +Varia - fluxus + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          731. varia comes in many forms:
          732. +
          733. mailinglist
          734. +
          735. RSS feed
          736. + +
          737. Nederlands
          738. +
          739. English
          740. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/fountain.html b/old/output/en/tag/fountain.html new file mode 100644 index 0000000..182d535 --- /dev/null +++ b/old/output/en/tag/fountain.html @@ -0,0 +1,105 @@ + + + +Varia - fountain + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          741. varia comes in many forms:
          742. +
          743. mailinglist
          744. +
          745. RSS feed
          746. + +
          747. Nederlands
          748. +
          749. English
          750. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/gaming.html b/old/output/en/tag/gaming.html new file mode 100644 index 0000000..7960c12 --- /dev/null +++ b/old/output/en/tag/gaming.html @@ -0,0 +1,109 @@ + + + +Varia - gaming + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          751. varia comes in many forms:
          752. +
          753. mailinglist
          754. +
          755. RSS feed
          756. + +
          757. Nederlands
          758. +
          759. English
          760. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! It's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play!

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/health.html b/old/output/en/tag/health.html new file mode 100644 index 0000000..5fc069b --- /dev/null +++ b/old/output/en/tag/health.html @@ -0,0 +1,105 @@ + + + +Varia - health + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          761. varia comes in many forms:
          762. +
          763. mailinglist
          764. +
          765. RSS feed
          766. + +
          767. Nederlands
          768. +
          769. English
          770. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/heath.html b/old/output/en/tag/heath.html new file mode 100644 index 0000000..7ebf628 --- /dev/null +++ b/old/output/en/tag/heath.html @@ -0,0 +1,109 @@ + + + +Varia - heath + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          771. varia comes in many forms:
          772. +
          773. mailinglist
          774. +
          775. RSS feed
          776. + +
          777. Nederlands
          778. +
          779. English
          780. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/hilkmann.html b/old/output/en/tag/hilkmann.html new file mode 100644 index 0000000..dae74e4 --- /dev/null +++ b/old/output/en/tag/hilkmann.html @@ -0,0 +1,105 @@ + + + +Varia - hilkmann + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          781. varia comes in many forms:
          782. +
          783. mailinglist
          784. +
          785. RSS feed
          786. + +
          787. Nederlands
          788. +
          789. English
          790. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/improv.html b/old/output/en/tag/improv.html new file mode 100644 index 0000000..8fb4f69 --- /dev/null +++ b/old/output/en/tag/improv.html @@ -0,0 +1,109 @@ + + + +Varia - improv + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          791. varia comes in many forms:
          792. +
          793. mailinglist
          794. +
          795. RSS feed
          796. + +
          797. Nederlands
          798. +
          799. English
          800. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/industrial-propaganda.html b/old/output/en/tag/industrial-propaganda.html new file mode 100644 index 0000000..323cb80 --- /dev/null +++ b/old/output/en/tag/industrial-propaganda.html @@ -0,0 +1,105 @@ + + + +Varia - industrial propaganda + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          801. varia comes in many forms:
          802. +
          803. mailinglist
          804. +
          805. RSS feed
          806. + +
          807. Nederlands
          808. +
          809. English
          810. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/informal.html b/old/output/en/tag/informal.html new file mode 100644 index 0000000..b7b5ac5 --- /dev/null +++ b/old/output/en/tag/informal.html @@ -0,0 +1,105 @@ + + + +Varia - informal + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          811. varia comes in many forms:
          812. +
          813. mailinglist
          814. +
          815. RSS feed
          816. + +
          817. Nederlands
          818. +
          819. English
          820. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            In February, Varia has the pleasure to host one of the nomadic Conversas evenings. Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/infrastructure.html b/old/output/en/tag/infrastructure.html new file mode 100644 index 0000000..34691a3 --- /dev/null +++ b/old/output/en/tag/infrastructure.html @@ -0,0 +1,114 @@ + + + +Varia - infrastructure + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          821. varia comes in many forms:
          822. +
          823. mailinglist
          824. +
          825. RSS feed
          826. + +
          827. Nederlands
          828. +
          829. English
          830. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Dear guest,

            +

            We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/interfacing.html b/old/output/en/tag/interfacing.html new file mode 100644 index 0000000..a4d0c4e --- /dev/null +++ b/old/output/en/tag/interfacing.html @@ -0,0 +1,98 @@ + + + +Varia - interfacing + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          831. varia comes in many forms:
          832. +
          833. mailinglist
          834. +
          835. RSS feed
          836. + +
          837. Nederlands
          838. +
          839. English
          840. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            On text, encodings and command lines.

            +

            The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/ipfs.html b/old/output/en/tag/ipfs.html new file mode 100644 index 0000000..521ef69 --- /dev/null +++ b/old/output/en/tag/ipfs.html @@ -0,0 +1,106 @@ + + + +Varia - IPFS + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          841. varia comes in many forms:
          842. +
          843. mailinglist
          844. +
          845. RSS feed
          846. + +
          847. Nederlands
          848. +
          849. English
          850. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Off the centralitarian HTTP path.

            +

            In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/launch.html b/old/output/en/tag/launch.html new file mode 100644 index 0000000..b6041a2 --- /dev/null +++ b/old/output/en/tag/launch.html @@ -0,0 +1,106 @@ + + + +Varia - launch + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          851. varia comes in many forms:
          852. +
          853. mailinglist
          854. +
          855. RSS feed
          856. + +
          857. Nederlands
          858. +
          859. English
          860. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.

            +

            Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/libraries-publishing-epub-pdf.html b/old/output/en/tag/libraries-publishing-epub-pdf.html new file mode 100644 index 0000000..515d67a --- /dev/null +++ b/old/output/en/tag/libraries-publishing-epub-pdf.html @@ -0,0 +1,98 @@ + + + +Varia - libraries publishing epub pdf + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          861. varia comes in many forms:
          862. +
          863. mailinglist
          864. +
          865. RSS feed
          866. + +
          867. Nederlands
          868. +
          869. English
          870. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Building and maintaining an off-line digital library

            +

            Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/linux-presentation-day.html b/old/output/en/tag/linux-presentation-day.html new file mode 100644 index 0000000..0735ffb --- /dev/null +++ b/old/output/en/tag/linux-presentation-day.html @@ -0,0 +1,108 @@ + + + +Varia - linux presentation day + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          871. varia comes in many forms:
          872. +
          873. mailinglist
          874. +
          875. RSS feed
          876. + +
          877. Nederlands
          878. +
          879. English
          880. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

            +

            We will have the following activities throughout the day:

            +

            Linux Presentation Day (All day)

            +

            Bored Windows or Apple? Unable …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/logging.html b/old/output/en/tag/logging.html new file mode 100644 index 0000000..d0538db --- /dev/null +++ b/old/output/en/tag/logging.html @@ -0,0 +1,105 @@ + + + +Varia - logging + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          881. varia comes in many forms:
          882. +
          883. mailinglist
          884. +
          885. RSS feed
          886. + +
          887. Nederlands
          888. +
          889. English
          890. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/mastodon.html b/old/output/en/tag/mastodon.html new file mode 100644 index 0000000..ecf69df --- /dev/null +++ b/old/output/en/tag/mastodon.html @@ -0,0 +1,105 @@ + + + +Varia - mastodon + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          891. varia comes in many forms:
          892. +
          893. mailinglist
          894. +
          895. RSS feed
          896. + +
          897. Nederlands
          898. +
          899. English
          900. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/meetings.html b/old/output/en/tag/meetings.html new file mode 100644 index 0000000..b087059 --- /dev/null +++ b/old/output/en/tag/meetings.html @@ -0,0 +1,105 @@ + + + +Varia - meetings + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          901. varia comes in many forms:
          902. +
          903. mailinglist
          904. +
          905. RSS feed
          906. + +
          907. Nederlands
          908. +
          909. English
          910. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            In February, Varia has the pleasure to host one of the nomadic Conversas evenings. Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/microblogging.html b/old/output/en/tag/microblogging.html new file mode 100644 index 0000000..7d3c22c --- /dev/null +++ b/old/output/en/tag/microblogging.html @@ -0,0 +1,105 @@ + + + +Varia - microblogging + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          911. varia comes in many forms:
          912. +
          913. mailinglist
          914. +
          915. RSS feed
          916. + +
          917. Nederlands
          918. +
          919. English
          920. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/music.html b/old/output/en/tag/music.html new file mode 100644 index 0000000..df190fd --- /dev/null +++ b/old/output/en/tag/music.html @@ -0,0 +1,157 @@ + + + +Varia - music + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          921. varia comes in many forms:
          922. +
          923. mailinglist
          924. +
          925. RSS feed
          926. + +
          927. Nederlands
          928. +
          929. English
          930. +
            +
            +
            + +
            + +
            + + + + +
            + + + + + + + +
            + + + + +

            Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/networks.html b/old/output/en/tag/networks.html new file mode 100644 index 0000000..cb21a5a --- /dev/null +++ b/old/output/en/tag/networks.html @@ -0,0 +1,163 @@ + + + +Varia - networks + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          931. varia comes in many forms:
          932. +
          933. mailinglist
          934. +
          935. RSS feed
          936. + +
          937. Nederlands
          938. +
          939. English
          940. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Dear guest,

            +

            We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

            + + read more + +
            +

            + +
            + + + +
            + + + + +

            Off the centralitarian HTTP path.

            +

            In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/niek.html b/old/output/en/tag/niek.html new file mode 100644 index 0000000..d661ded --- /dev/null +++ b/old/output/en/tag/niek.html @@ -0,0 +1,105 @@ + + + +Varia - niek + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          941. varia comes in many forms:
          942. +
          943. mailinglist
          944. +
          945. RSS feed
          946. + +
          947. Nederlands
          948. +
          949. English
          950. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/noise.html b/old/output/en/tag/noise.html new file mode 100644 index 0000000..4828902 --- /dev/null +++ b/old/output/en/tag/noise.html @@ -0,0 +1,106 @@ + + + +Varia - noise + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          951. varia comes in many forms:
          952. +
          953. mailinglist
          954. +
          955. RSS feed
          956. + +
          957. Nederlands
          958. +
          959. English
          960. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

            +

            Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/offices.html b/old/output/en/tag/offices.html new file mode 100644 index 0000000..c139ca5 --- /dev/null +++ b/old/output/en/tag/offices.html @@ -0,0 +1,105 @@ + + + +Varia - offices + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          961. varia comes in many forms:
          962. +
          963. mailinglist
          964. +
          965. RSS feed
          966. + +
          967. Nederlands
          968. +
          969. English
          970. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/on.html b/old/output/en/tag/on.html new file mode 100644 index 0000000..3947ed6 --- /dev/null +++ b/old/output/en/tag/on.html @@ -0,0 +1,105 @@ + + + +Varia - on + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          971. varia comes in many forms:
          972. +
          973. mailinglist
          974. +
          975. RSS feed
          976. + +
          977. Nederlands
          978. +
          979. English
          980. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/open-day.html b/old/output/en/tag/open-day.html new file mode 100644 index 0000000..94ace6c --- /dev/null +++ b/old/output/en/tag/open-day.html @@ -0,0 +1,108 @@ + + + +Varia - open day + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          981. varia comes in many forms:
          982. +
          983. mailinglist
          984. +
          985. RSS feed
          986. + +
          987. Nederlands
          988. +
          989. English
          990. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

            +

            We will have the following activities throughout the day:

            +

            Linux Presentation Day (All day)

            +

            Bored Windows or Apple? Unable …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/presentation.html b/old/output/en/tag/presentation.html new file mode 100644 index 0000000..612176f --- /dev/null +++ b/old/output/en/tag/presentation.html @@ -0,0 +1,157 @@ + + + +Varia - presentation + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          991. varia comes in many forms:
          992. +
          993. mailinglist
          994. +
          995. RSS feed
          996. + +
          997. Nederlands
          998. +
          999. English
          1000. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or …

            + + read more + +
            +

            + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/print.html b/old/output/en/tag/print.html new file mode 100644 index 0000000..f0f2ecf --- /dev/null +++ b/old/output/en/tag/print.html @@ -0,0 +1,109 @@ + + + +Varia - print + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1001. varia comes in many forms:
          1002. +
          1003. mailinglist
          1004. +
          1005. RSS feed
          1006. + +
          1007. Nederlands
          1008. +
          1009. English
          1010. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/publishing.html b/old/output/en/tag/publishing.html new file mode 100644 index 0000000..47dab72 --- /dev/null +++ b/old/output/en/tag/publishing.html @@ -0,0 +1,160 @@ + + + +Varia - publishing + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1011. varia comes in many forms:
          1012. +
          1013. mailinglist
          1014. +
          1015. RSS feed
          1016. + +
          1017. Nederlands
          1018. +
          1019. English
          1020. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Dear guest,

            +

            We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

            + + read more + +
            +

            + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/radio.html b/old/output/en/tag/radio.html new file mode 100644 index 0000000..3c8741b --- /dev/null +++ b/old/output/en/tag/radio.html @@ -0,0 +1,105 @@ + + + +Varia - radio + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1021. varia comes in many forms:
          1022. +
          1023. mailinglist
          1024. +
          1025. RSS feed
          1026. + +
          1027. Nederlands
          1028. +
          1029. English
          1030. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/really-useful-knowledge.html b/old/output/en/tag/really-useful-knowledge.html new file mode 100644 index 0000000..5b0ed0a --- /dev/null +++ b/old/output/en/tag/really-useful-knowledge.html @@ -0,0 +1,109 @@ + + + +Varia - really useful knowledge + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1031. varia comes in many forms:
          1032. +
          1033. mailinglist
          1034. +
          1035. RSS feed
          1036. + +
          1037. Nederlands
          1038. +
          1039. English
          1040. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/recipe-book.html b/old/output/en/tag/recipe-book.html new file mode 100644 index 0000000..5c175d2 --- /dev/null +++ b/old/output/en/tag/recipe-book.html @@ -0,0 +1,109 @@ + + + +Varia - recipe book + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1041. varia comes in many forms:
          1042. +
          1043. mailinglist
          1044. +
          1045. RSS feed
          1046. + +
          1047. Nederlands
          1048. +
          1049. English
          1050. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/repair.html b/old/output/en/tag/repair.html new file mode 100644 index 0000000..0eec2d5 --- /dev/null +++ b/old/output/en/tag/repair.html @@ -0,0 +1,97 @@ + + + +Varia - repair + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1051. varia comes in many forms:
          1052. +
          1053. mailinglist
          1054. +
          1055. RSS feed
          1056. + +
          1057. Nederlands
          1058. +
          1059. English
          1060. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/report.html b/old/output/en/tag/report.html new file mode 100644 index 0000000..2bb43b9 --- /dev/null +++ b/old/output/en/tag/report.html @@ -0,0 +1,95 @@ + + + +Varia - report + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1061. varia comes in many forms:
          1062. +
          1063. mailinglist
          1064. +
          1065. RSS feed
          1066. + +
          1067. Nederlands
          1068. +
          1069. English
          1070. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/revival.html b/old/output/en/tag/revival.html new file mode 100644 index 0000000..b95abab --- /dev/null +++ b/old/output/en/tag/revival.html @@ -0,0 +1,109 @@ + + + +Varia - revival + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1071. varia comes in many forms:
          1072. +
          1073. mailinglist
          1074. +
          1075. RSS feed
          1076. + +
          1077. Nederlands
          1078. +
          1079. English
          1080. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/safety.html b/old/output/en/tag/safety.html new file mode 100644 index 0000000..7686b44 --- /dev/null +++ b/old/output/en/tag/safety.html @@ -0,0 +1,105 @@ + + + +Varia - safety + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1081. varia comes in many forms:
          1082. +
          1083. mailinglist
          1084. +
          1085. RSS feed
          1086. + +
          1087. Nederlands
          1088. +
          1089. English
          1090. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/self-hosting.html b/old/output/en/tag/self-hosting.html new file mode 100644 index 0000000..b0eabd0 --- /dev/null +++ b/old/output/en/tag/self-hosting.html @@ -0,0 +1,111 @@ + + + +Varia - self-hosting + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1091. varia comes in many forms:
          1092. +
          1093. mailinglist
          1094. +
          1095. RSS feed
          1096. + +
          1097. Nederlands
          1098. +
          1099. English
          1100. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/sensible.html b/old/output/en/tag/sensible.html new file mode 100644 index 0000000..5d72d83 --- /dev/null +++ b/old/output/en/tag/sensible.html @@ -0,0 +1,109 @@ + + + +Varia - sensible + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1101. varia comes in many forms:
          1102. +
          1103. mailinglist
          1104. +
          1105. RSS feed
          1106. + +
          1107. Nederlands
          1108. +
          1109. English
          1110. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! It's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play!

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/soccer.html b/old/output/en/tag/soccer.html new file mode 100644 index 0000000..c79e83d --- /dev/null +++ b/old/output/en/tag/soccer.html @@ -0,0 +1,109 @@ + + + +Varia - soccer + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1111. varia comes in many forms:
          1112. +
          1113. mailinglist
          1114. +
          1115. RSS feed
          1116. + +
          1117. Nederlands
          1118. +
          1119. English
          1120. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! It's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play!

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/software.html b/old/output/en/tag/software.html new file mode 100644 index 0000000..3749a62 --- /dev/null +++ b/old/output/en/tag/software.html @@ -0,0 +1,109 @@ + + + +Varia - software + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1121. varia comes in many forms:
          1122. +
          1123. mailinglist
          1124. +
          1125. RSS feed
          1126. + +
          1127. Nederlands
          1128. +
          1129. English
          1130. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/space.html b/old/output/en/tag/space.html new file mode 100644 index 0000000..6444f50 --- /dev/null +++ b/old/output/en/tag/space.html @@ -0,0 +1,105 @@ + + + +Varia - space + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1131. varia comes in many forms:
          1132. +
          1133. mailinglist
          1134. +
          1135. RSS feed
          1136. + +
          1137. Nederlands
          1138. +
          1139. English
          1140. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/storage.html b/old/output/en/tag/storage.html new file mode 100644 index 0000000..ca39a7a --- /dev/null +++ b/old/output/en/tag/storage.html @@ -0,0 +1,110 @@ + + + +Varia - storage + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1141. varia comes in many forms:
          1142. +
          1143. mailinglist
          1144. +
          1145. RSS feed
          1146. + +
          1147. Nederlands
          1148. +
          1149. English
          1150. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/streaming.html b/old/output/en/tag/streaming.html new file mode 100644 index 0000000..026f839 --- /dev/null +++ b/old/output/en/tag/streaming.html @@ -0,0 +1,105 @@ + + + +Varia - streaming + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1151. varia comes in many forms:
          1152. +
          1153. mailinglist
          1154. +
          1155. RSS feed
          1156. + +
          1157. Nederlands
          1158. +
          1159. English
          1160. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/synths.html b/old/output/en/tag/synths.html new file mode 100644 index 0000000..1f60917 --- /dev/null +++ b/old/output/en/tag/synths.html @@ -0,0 +1,101 @@ + + + +Varia - synths + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1161. varia comes in many forms:
          1162. +
          1163. mailinglist
          1164. +
          1165. RSS feed
          1166. + +
          1167. Nederlands
          1168. +
          1169. English
          1170. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/time.html b/old/output/en/tag/time.html new file mode 100644 index 0000000..eea7ba8 --- /dev/null +++ b/old/output/en/tag/time.html @@ -0,0 +1,105 @@ + + + +Varia - time + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1171. varia comes in many forms:
          1172. +
          1173. mailinglist
          1174. +
          1175. RSS feed
          1176. + +
          1177. Nederlands
          1178. +
          1179. English
          1180. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/topology.html b/old/output/en/tag/topology.html new file mode 100644 index 0000000..7c98940 --- /dev/null +++ b/old/output/en/tag/topology.html @@ -0,0 +1,106 @@ + + + +Varia - topology + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1181. varia comes in many forms:
          1182. +
          1183. mailinglist
          1184. +
          1185. RSS feed
          1186. + +
          1187. Nederlands
          1188. +
          1189. English
          1190. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Off the centralitarian HTTP path.

            +

            In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/totaal.html b/old/output/en/tag/totaal.html new file mode 100644 index 0000000..64f14c3 --- /dev/null +++ b/old/output/en/tag/totaal.html @@ -0,0 +1,105 @@ + + + +Varia - totaal + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1191. varia comes in many forms:
          1192. +
          1193. mailinglist
          1194. +
          1195. RSS feed
          1196. + +
          1197. Nederlands
          1198. +
          1199. English
          1200. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/video-game.html b/old/output/en/tag/video-game.html new file mode 100644 index 0000000..61ea441 --- /dev/null +++ b/old/output/en/tag/video-game.html @@ -0,0 +1,97 @@ + + + +Varia - video game + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1201. varia comes in many forms:
          1202. +
          1203. mailinglist
          1204. +
          1205. RSS feed
          1206. + +
          1207. Nederlands
          1208. +
          1209. English
          1210. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/war.html b/old/output/en/tag/war.html new file mode 100644 index 0000000..64970ab --- /dev/null +++ b/old/output/en/tag/war.html @@ -0,0 +1,106 @@ + + + +Varia - war + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1211. varia comes in many forms:
          1212. +
          1213. mailinglist
          1214. +
          1215. RSS feed
          1216. + +
          1217. Nederlands
          1218. +
          1219. English
          1220. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.

            +

            This evening we will be screening the documentary Crystal Go To War from 1943. Created by the …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/web.html b/old/output/en/tag/web.html new file mode 100644 index 0000000..4e6cf8c --- /dev/null +++ b/old/output/en/tag/web.html @@ -0,0 +1,103 @@ + + + +Varia - web + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1221. varia comes in many forms:
          1222. +
          1223. mailinglist
          1224. +
          1225. RSS feed
          1226. + +
          1227. Nederlands
          1228. +
          1229. English
          1230. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/workgroup.html b/old/output/en/tag/workgroup.html new file mode 100644 index 0000000..a49643a --- /dev/null +++ b/old/output/en/tag/workgroup.html @@ -0,0 +1,103 @@ + + + +Varia - workgroup + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1231. varia comes in many forms:
          1232. +
          1233. mailinglist
          1234. +
          1235. RSS feed
          1236. + +
          1237. Nederlands
          1238. +
          1239. English
          1240. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/worksession.html b/old/output/en/tag/worksession.html new file mode 100644 index 0000000..3777fc6 --- /dev/null +++ b/old/output/en/tag/worksession.html @@ -0,0 +1,157 @@ + + + +Varia - worksession + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1241. varia comes in many forms:
          1242. +
          1243. mailinglist
          1244. +
          1245. RSS feed
          1246. + +
          1247. Nederlands
          1248. +
          1249. English
          1250. +
            +
            +
            + +
            + +
            + + + + +
            + + + + + + + +
            + + + + +

            Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet.

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/workshop.html b/old/output/en/tag/workshop.html new file mode 100644 index 0000000..83ab039 --- /dev/null +++ b/old/output/en/tag/workshop.html @@ -0,0 +1,109 @@ + + + +Varia - workshop + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1251. varia comes in many forms:
          1252. +
          1253. mailinglist
          1254. +
          1255. RSS feed
          1256. + +
          1257. Nederlands
          1258. +
          1259. English
          1260. +
            +
            +
            + +
            + +
            + + + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/workshops.html b/old/output/en/tag/workshops.html new file mode 100644 index 0000000..c812486 --- /dev/null +++ b/old/output/en/tag/workshops.html @@ -0,0 +1,108 @@ + + + +Varia - workshops + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1261. varia comes in many forms:
          1262. +
          1263. mailinglist
          1264. +
          1265. RSS feed
          1266. + +
          1267. Nederlands
          1268. +
          1269. English
          1270. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

            +

            We will have the following activities throughout the day:

            +

            Linux Presentation Day (All day)

            +

            Bored Windows or Apple? Unable …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/xpub.html b/old/output/en/tag/xpub.html new file mode 100644 index 0000000..fadc38a --- /dev/null +++ b/old/output/en/tag/xpub.html @@ -0,0 +1,114 @@ + + + +Varia - xpub + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1271. varia comes in many forms:
          1272. +
          1273. mailinglist
          1274. +
          1275. RSS feed
          1276. + +
          1277. Nederlands
          1278. +
          1279. English
          1280. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Dear guest,

            +

            We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tag/zines.html b/old/output/en/tag/zines.html new file mode 100644 index 0000000..71b9125 --- /dev/null +++ b/old/output/en/tag/zines.html @@ -0,0 +1,114 @@ + + + +Varia - zines + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1281. varia comes in many forms:
          1282. +
          1283. mailinglist
          1284. +
          1285. RSS feed
          1286. + +
          1287. Nederlands
          1288. +
          1289. English
          1290. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Dear guest,

            +

            We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of …

            + + read more + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/en/tags.html b/old/output/en/tags.html new file mode 100644 index 0000000..3fff733 --- /dev/null +++ b/old/output/en/tags.html @@ -0,0 +1,131 @@ + + + +Varia - Tags + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1291. varia comes in many forms:
          1292. +
          1293. mailinglist
          1294. +
          1295. RSS feed
          1296. + +
          1297. Nederlands
          1298. +
          1299. English
          1300. +
            +
            +
            + +
            + +

            Tags for Varia

          1301. 21 (1)
          1302. +
          1303. 21st century (3)
          1304. +
          1305. able (1)
          1306. +
          1307. activitypub (1)
          1308. +
          1309. algorithms (1)
          1310. +
          1311. apocalypse (1)
          1312. +
          1313. architecture (1)
          1314. +
          1315. book (1)
          1316. +
          1317. book launch (1)
          1318. +
          1319. bunting (1)
          1320. +
          1321. cake (1)
          1322. +
          1323. calling (1)
          1324. +
          1325. camp (1)
          1326. +
          1327. century (1)
          1328. +
          1329. collaboration (1)
          1330. +
          1331. concert (3)
          1332. +
          1333. Constant (1)
          1334. +
          1335. Conversas (1)
          1336. +
          1337. crystals (1)
          1338. +
          1339. ctrl-alt-save (1)
          1340. +
          1341. data (1)
          1342. +
          1343. electronics (1)
          1344. +
          1345. entrepecariat (1)
          1346. +
          1347. event (5)
          1348. +
          1349. ewaste (1)
          1350. +
          1351. federation (1)
          1352. +
          1353. floppy (1)
          1354. +
          1355. fluxus (1)
          1356. +
          1357. fountain (1)
          1358. +
          1359. gaming (1)
          1360. +
          1361. health (1)
          1362. +
          1363. heath (1)
          1364. +
          1365. hilkmann (1)
          1366. +
          1367. improv (1)
          1368. +
          1369. industrial propaganda (1)
          1370. +
          1371. informal (1)
          1372. +
          1373. infrastructure (1)
          1374. +
          1375. interfacing (1)
          1376. +
          1377. IPFS (1)
          1378. +
          1379. launch (1)
          1380. +
          1381. libraries publishing epub pdf (1)
          1382. +
          1383. linux presentation day (1)
          1384. +
          1385. logging (1)
          1386. +
          1387. mastodon (1)
          1388. +
          1389. meetings (1)
          1390. +
          1391. microblogging (1)
          1392. +
          1393. music (2)
          1394. +
          1395. networks (2)
          1396. +
          1397. niek (1)
          1398. +
          1399. noise (1)
          1400. +
          1401. offices (1)
          1402. +
          1403. on (1)
          1404. +
          1405. open day (1)
          1406. +
          1407. presentation (2)
          1408. +
          1409. print (1)
          1410. +
          1411. publishing (2)
          1412. +
          1413. radio (1)
          1414. +
          1415. really useful knowledge (1)
          1416. +
          1417. recipe book (1)
          1418. +
          1419. repair (1)
          1420. +
          1421. report (1)
          1422. +
          1423. revival (1)
          1424. +
          1425. safety (1)
          1426. +
          1427. self-hosting (1)
          1428. +
          1429. sensible (1)
          1430. +
          1431. soccer (1)
          1432. +
          1433. software (1)
          1434. +
          1435. space (1)
          1436. +
          1437. storage (1)
          1438. +
          1439. streaming (1)
          1440. +
          1441. synths (1)
          1442. +
          1443. time (1)
          1444. +
          1445. topology (1)
          1446. +
          1447. totaal (1)
          1448. +
          1449. video game (1)
          1450. +
          1451. war (1)
          1452. +
          1453. web (1)
          1454. +
          1455. workgroup (1)
          1456. +
          1457. worksession (2)
          1458. +
          1459. workshop (1)
          1460. +
          1461. workshops (1)
          1462. +
          1463. xpub (1)
          1464. +
          1465. zines (1)
          1466. + + \ No newline at end of file diff --git a/old/output/en/techno-galactic-guide-book-launch-streaming.html b/old/output/en/techno-galactic-guide-book-launch-streaming.html new file mode 100644 index 0000000..9b7a7d2 --- /dev/null +++ b/old/output/en/techno-galactic-guide-book-launch-streaming.html @@ -0,0 +1,128 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1467. varia comes in many forms:
          1468. +
          1469. mailinglist
          1470. +
          1471. RSS feed
          1472. + +
          1473. Nederlands
          1474. +
          1475. English
          1476. +
            +
            +
            + +
            + + + + +
            +
            + Streaming The Techno-Galactic Guide to Software Observation Stream @ varia +
            +
            + +
            +
            2018-09-07 19:00:00
            +
            07 September 2018
            +
            + +
            +
            +
            +

            "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and improvisational service architectures, of any and all things that you can and cannot imagine needing in a techno-galaxy."

            +

            The Techno-Galactic Guide to Software Observation gathers methods from the Techno-Galactic Software Observatory, a worksession that took place in June 2017 at the Constant headquarters in Brussels. It was collectively edited by Carlin Wing, Martino Morandi, Peggy Pierrot, Anita Burato, Christoph Haag, Michael Murtaugh, Femke Snelting, Seda Gürses and designed by Christoph Haag.

            +

            The book-launch can be attended online at http://observatory.constantvzw.org/stream or offline at the WTC25 in Brussels.

            +

            For those who are not able to go to Brussels to attend the book launch, we will be projecting the event in varia!

            +

            Original announcement: http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html

            +
              +
            • Date: Friday, 07 September 2018
            • +
            • Start: 19:00 (sharp)
            • +
            • End: 20:30
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-big-bounce_century-21-calling.html b/old/output/en/the-big-bounce_century-21-calling.html new file mode 100644 index 0000000..49828fc --- /dev/null +++ b/old/output/en/the-big-bounce_century-21-calling.html @@ -0,0 +1,134 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1477. varia comes in many forms:
          1478. +
          1479. mailinglist
          1480. +
          1481. RSS feed
          1482. + +
          1483. Nederlands
          1484. +
          1485. English
          1486. +
            +
            +
            + +
            + + + + +
            +
            + The Big Bounce - Century 21 Calling +
            +
            + +
            +
            2018-10-20 20:00:00
            +
            Published at 20 October 2018
            +
            + +
            +
            +
            +

            During our third screening of Century 21 Calling, we will be taking a +look at the development of satellite communications. From the shiny orbs +of the 1950s to our present day SATCOM systems.

            +

            How do they work? How do they get into space? What happens when the +systems break down? Why are there no more shiny orb satellites in space?

            +

            This and many more questions will put into the light of today, via the +present.

            +

            Later in the evening you can join mmths on a trip through the radio +spectrum, to listen to the satellite pirates in GEO Oribt and drown in +the noise of the static and signals of ghost satellites.

            +

            mmths is a sound artist currently based in Rotterdam. In his practice, +he often is fascinated by outer space activities. His current research +deals with harvesting satellite transmissions and signal hunting as a +tool for exploring live performance and composition.

            +

            In a series of screenings called “Century 21 Calling” we will have a +look at archival industrial films, corporate infomercials, tv reports +and historical documentary of yesterday that shaped the imagination of +tomorrow and we hold it up to the light of the present.

            +

            “Century 21 Calling” is an event by the collective Save_as and hosted at +Varia in Rotterdam.

            +

            Date: Saturday 20th of October 2018
            +Doors open: 20:00h
            +Start screening: 20:30h
            +Performance: 21:30h
            +End of the evening: 23:00h

            +

            Entree: Donation

            +
            +

            Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by Thomas Walskaar and Léna Robin, initiated in 2017.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-ecosystem-is-moving.html b/old/output/en/the-ecosystem-is-moving.html new file mode 100644 index 0000000..ba1ecff --- /dev/null +++ b/old/output/en/the-ecosystem-is-moving.html @@ -0,0 +1,135 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1487. varia comes in many forms:
          1488. +
          1489. mailinglist
          1490. +
          1491. RSS feed
          1492. + +
          1493. Nederlands
          1494. +
          1495. English
          1496. +
            +
            +
            + +
            + + + + +
            +
            + Welcome to the � Federation - The Ecosystem is Moving +
            +
            + +
            +
            2018-06-01 19:00:00
            +
            Published at 20 May 2018
            +
            + +
            +
            +
            +

            On the 1st and 2nd of June Varia will host 'The Ecosystem Is Moving', a lecture by and worksession with Daniel Gultsch about federated instant messaging, open source software and the sustainability of open systems.

            +
              +
            • June 1st, 19.00 - 22.00 - introduction to XMPP and lecture by Daniel Gultsch
            • +
            • June 2nd, 10.00 - 18.00 - hands on worksession on design and federated chat systems.
              Please register for the worksession via info * varia.zone
            • +
            +

            Daniel Gultsch is the developer behind Conversations, an open source instant messaging application for Android. In 2014, he decided to work full time on Conversations and try to make a living from it. Rather than starting from scratch with Conversations, he built it as a client for the existing federated messaging protocol XMPP.

            +

            Since an XMPP messenger can, in a way, only be as good as the entire ecosystem, Daniels work on Conversations also meant work on expanding and improving that larger XMPP ecosystem. This work includes helping to draft and implement protocol standards, such as OMEMO, a modern and user-friendly end-to-end encryption based on Signal's protocol. He also contributed code to other XMPP servers and clients in the ecosystem to bring them up to speed with modern uses. Additionally, through his critical essays he is a vocal defender of XMPP and open standards in general.

            +

            Conversations is notable because, through its continuous focus on user experience, design and security it has garnered a lot of interest for both itself and the XMPP ecosystem as a whole. This makes it an interesting example to talk about what the design field could potentially contribute to critical software practices.

            +
            +

            Welcome to the � Federation

            +

            Welcome to the � Federation is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX).

            +

            The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: Welcome to the � Federation

            +
            +

            This project is made possible with the support of Varia and CBK Rotterdam.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-network-we-de-served.html b/old/output/en/the-network-we-de-served.html new file mode 100644 index 0000000..7df7702 --- /dev/null +++ b/old/output/en/the-network-we-de-served.html @@ -0,0 +1,134 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1497. varia comes in many forms:
          1498. +
          1499. mailinglist
          1500. +
          1501. RSS feed
          1502. + +
          1503. Nederlands
          1504. +
          1505. English
          1506. +
            +
            +
            + +
            + + + + +
            +
            + The Network We (de)Served, (XPUB Special Issue #08) +
            +
            + +
            +
            2019-04-04 19:00:00
            +
            Published at 04 April 2019
            +
            + +
            +
            +
            +

            Dear guest,

            +

            We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of the group.

            +

            While self-hosting together we questioned our understandings of networks, autonomy, online publishing and social infrastructures, where each of us departed from a different question. We would like to share our personal (yet interconnected) routes with you, tell you a story, present our web- and printed zines, and invite you to explore our homebrewed network.

            +

            Date: Thursday, 04 April 2019
            +Location: Gouwstraat 3, Rotterdam
            +Entrance: Free
            +Start: 19:00

            +

            https://issue.xpub.nl/08/

            +

            Contributors: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.

            +

            Brought to you by the Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) of the Piet Zwart Institute, and Varia, Centre for Everyday Technology, Rotterdam, April 2019.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-secret-life-2.html b/old/output/en/the-secret-life-2.html new file mode 100644 index 0000000..2598cb8 --- /dev/null +++ b/old/output/en/the-secret-life-2.html @@ -0,0 +1,115 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1507. varia comes in many forms:
          1508. +
          1509. mailinglist
          1510. +
          1511. RSS feed
          1512. + +
          1513. Nederlands
          1514. +
          1515. English
          1516. +
            +
            +
            + +
            + + + + +
            +
            + Screening: The Secret Life Of Machines, season 2 +
            +
            + +
            +
            2017-11-19 16:30:00
            +
            Published at 12 November 2017
            +
            + +
            +
            +
            +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

            +

            19 November: season 2 - outdoor appliances

            +

            (car, internal combustion engine, quartz watch, telephone, radio and videorecorder)

            +
              +
            • Door: 16:30
            • +
            • Start: 17:00
            • +
            • End: 20:00
            • +
            +

            Price: Donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-secret-life-screening-3.2.html b/old/output/en/the-secret-life-screening-3.2.html new file mode 100644 index 0000000..ce857bc --- /dev/null +++ b/old/output/en/the-secret-life-screening-3.2.html @@ -0,0 +1,116 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1517. varia comes in many forms:
          1518. +
          1519. mailinglist
          1520. +
          1521. RSS feed
          1522. + +
          1523. Nederlands
          1524. +
          1525. English
          1526. +
            +
            +
            + +
            + + + + +
            +
            + Screening: The Secret Life Of Machines, season 3 +
            +
            + +
            +
            2017-12-20 19:30:00
            +
            15 December 2017
            +
            + +
            +
            +
            +

            New attempt! Now without snowstorm.

            +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

            +

            dates

            +

            20 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

            +
              +
            • Door: 19:30
            • +
            • Start: 20:00
            • +
            • End: 23:00
            • +
            +

            Price: Donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-secret-life-screening-3.html b/old/output/en/the-secret-life-screening-3.html new file mode 100644 index 0000000..ea1d2c8 --- /dev/null +++ b/old/output/en/the-secret-life-screening-3.html @@ -0,0 +1,115 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1527. varia comes in many forms:
          1528. +
          1529. mailinglist
          1530. +
          1531. RSS feed
          1532. + +
          1533. Nederlands
          1534. +
          1535. English
          1536. +
            +
            +
            + +
            + + + + +
            +
            + Screening: The Secret Life Of Machines, season 3 (cancelled) +
            +
            + +
            +
            2017-12-10 19:30:00
            +
            23 November 2017
            +
            + +
            +
            +
            +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

            +

            dates

            +

            10 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

            +
              +
            • Door: 19:30
            • +
            • Start: 20:00
            • +
            • End: 23:00
            • +
            +

            Price: Donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-secret-life-season-1.html b/old/output/en/the-secret-life-season-1.html new file mode 100644 index 0000000..99c02b8 --- /dev/null +++ b/old/output/en/the-secret-life-season-1.html @@ -0,0 +1,123 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1537. varia comes in many forms:
          1538. +
          1539. mailinglist
          1540. +
          1541. RSS feed
          1542. + +
          1543. Nederlands
          1544. +
          1545. English
          1546. +
            +
            +
            + +
            + + + + +
            +
            + Screening: The Secret Life Of Machines, season 1 +
            +
            + +
            +
            2017-11-05 19:30:00
            +
            29 October 2017
            +
            + +
            +
            +
            +

            Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

            +

            dates

            +

            5 November: season 1 - household appliances

            +

            (vacuum cleaner, sewing machine, central heating, washing machine, refrigiator and television)

            +
              +
            • Door: 19:30
            • +
            • Start: 20:00
            • +
            • End: 23:00
            • +
            +

            19 November: season 2 - outdoor appliances

            +

            (car, internal combustion engine, quartz watch, telephone, radio and videorecorder)

            +
              +
            • Door: 16:30
            • +
            • Start: 17:00
            • +
            • End: 20:00
            • +
            +

            Price: Donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/the-social-in-the-media.html b/old/output/en/the-social-in-the-media.html new file mode 100644 index 0000000..7e5286a --- /dev/null +++ b/old/output/en/the-social-in-the-media.html @@ -0,0 +1,131 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1547. varia comes in many forms:
          1548. +
          1549. mailinglist
          1550. +
          1551. RSS feed
          1552. + +
          1553. Nederlands
          1554. +
          1555. English
          1556. +
            +
            +
            + +
            + + + + +
            +
            + THE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD) +
            +
            + +
            +
            Published at 21 October 2019
            +
            + +
            +
            +
            +

            Broad Varia Ecosystem

            +

            In June 2019, a delegation of Varia traveled to Bucharest to meet and exchange with ODD, a space for theoretical discussion and social gatherings of all kinds founded and run by Cristina Bogdan. On the 19th, we gave a presentation entitled "The Social in the Media: On Digital Interdependencies". This was the abstract of the talk:

            +
            +

            One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.

            +

            The evening will touch upon alternative tools and approaches, from federated and community-owned social media platforms, and other types of infrastructures that Varia, a space in the South of Rotterdam (the Netherlands), is experimenting with. Departing from discussions on this situation and its causes, we will try to imagine and formulate the affective infrastructures that shape everyday cultural practices and online socialities.

            +
            +

            Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer. +Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer.

            +

            We started the session by briefly mentioning our individual practices and how Varia came from a dissatisfaction with existing models for self-run spaces, such as the makerspace (lack of critical theory involved), the hackerspace (technology for technology's own sake), the co-working space (sociality as a a service), the fablab, etc.

            +

            After this introduction, the topic of the evening was more precisely expounded through a collective reading of "Dear Cultural Institution, There's an Elephant in the Room", a letter by Brussels based organisation Constant which addresses the troublesome relationship that independent cultural institutions maintain with corporate tools and social media. The letter was written as a reaction to multiple organisations' request for "help to degooglify". Following the reading, a short discussion took place, during which we invited the audience to exchange with us the intricacies of their relationship to corporate social media, but also their experiences, or lack thereof, and the obstacles they encountered while attempting to establish some distance.

            +

            Obviously, Varia hasn't found any definitive solution to this issue, but the question does connect to a lot of the practices in and around Varia. To explain how we tried to address some of the concerns raised in the letter we created a map of the broad Varia digital ecosystem. With this map, we wanted to stress that our current strategy consists in a combination of self-hosted tools and services (such as the website, the collaborative note taking software Etherpad, the on-line calendar and the git-based code sharing repository), but also some that are run by solidary organizations (such as mailing lists, chat, individual fediverse micro-blogging accounts) and some that are paid for (email). Our wish was to emphasize that a cultural organization doesn't necessarilily need to do everything by themselves, but can make use of what is already available.

            +

            We then spoke about our use of bots in chat systems, both to communicate and to document our exchanges. Our initial idea was to develop new forms of note-taking based on our interaction habits. We share a lot of different types of information in group chats, from news to recommendations of articles to instigations to clean the fridge. Starting from the conversational nature of our exchanges, we are experimenting with two different bot-users in the chat: one that gathers images shared on the main Varia channel and displays them online, and another one, focused specifically on the topic of digital interdependencies, that gathers images, quotes and looks for books' citations.

            +

            Beyond these internal initiatives, we also try to reach out and collaborate with people involved in the development of the tools we are interested in. Last year we invited Daniel Gultsch, the developer of Conversations, an open source application for self-hosted chat that is used in Varia. Daniel introduced his work and reflections before animating a worksession organised as part of the Welcome to the Federation project. This example was mentioned as one of the ways in which Varia tries not only to use, but also to contribute to and engage more broadly with free software tools and culture.

            +

            Varia delegation presenting at ODD. Photo by Florian Cramer. +Varia delegation presenting at ODD. Photo by Florian Cramer.

            +

            An other thing we mentioned is the centrality of Etherpad, the collaborative note-taking software, in our practice. The main reason for that is its flexibility and the tools one can build on top of it, such as Etherdump, a command line tool written by Michael Murtaugh that converts etherpad pages to files. Our use of this tool turned our collaborative writing practice into a collaborative publishing practice. As the pads are driving us to write, edit, add and remove text all the time collectively, most content can be described as traces or fragments rather than "properly" edited essays. Reflecting on this tendency, we discussed the possibility of publishing through leaking. This idea became the departure point for the development of a new Etherdump feature allowing us to collect only the pads featuring a "PUBLISH" mention. As a result, the Etherdump became a fuzzy field of documents, that can speak to others in the group.

            +

            For the last part of the presentation, we spoke about collaborative projects initiated within Varia which make explicit the importance of tools within our members respective practices. The project Pushing Scores, developed by Cristina and Julie, was mentioned because its development was heavily influenced by our familiarity with software, including its vulnerabilities. Pushing scores, an archive for a research project about experimental score making, was commissioned by De Player, a Rotterdam based organisation dedicated to experimental music and performance. The outcome is a database free lightweight website made using Python (Flask, Jinja and nltk) in which all the content is interlinked through the vocabulary used by De Player themselves to describe it. Each word submitted by de Player is a clickable link, offering the possibility to chose from a list of sentences containing this specific word within the whole collection to access an other item.

            +

            Varia XMPP federation nodes with other chat providers. +Varia XMPP federation nodes with other chat providers.

            +

            Ultimately, we tried to introduce and discuss our own experience to point out to strategies that can be adopted by other organizations, such as using the resources of hosting associations or solidary organizations, rather than corporate ones. Furthermore, we also tried to emphasize how the adoption of such tools have provided us with the freedom to implement some custom elements, from bots to publishing tools. We explained our attachment to free software and what other types of hosting can be (such as the ones inspired by the Feminist Server Manifesto). We discussed as well the value and perils of federation against the private silos of the GAFAM and the need for trusted intermediaries. Together with ODD and the audience we discussed the politics of adoption of free software and self-hosting, the issue of time investment and the issues around delegating control over services and instruments.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/there-is-an-elephant-in-the-room.html b/old/output/en/there-is-an-elephant-in-the-room.html new file mode 100644 index 0000000..d8c126c --- /dev/null +++ b/old/output/en/there-is-an-elephant-in-the-room.html @@ -0,0 +1,110 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1557. varia comes in many forms:
          1558. +
          1559. mailinglist
          1560. +
          1561. RSS feed
          1562. + +
          1563. Nederlands
          1564. +
          1565. English
          1566. +
            +
            +
            + +
            + + + + +
            +
            + Dear Cultural Intitiative, there is an Elephant in the Room +
            +
            + +
            +
            2019-04-12 13:00:00
            +
            Published at 12 April 2019
            +
            + +
            +
            +
            +

            One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.

            +

            This workshop is a moment for some out-of-the-cloud thinking. Departing from a discussion on this situation and its causes, we will try to imagine and formulate the digital infrastructures that shape our everyday cultural practices and online socialities. The workshop will touch upon alternative tools and approaches, from federated and community-owned social media platforms, to hosting cooperatives, free software philosophy and feminist understandings of the internet.

            +

            Date: Friday 12 April, 13:00h - 17:00h

            +

            This workshop is part of the Autonomous Fabric symposium. http://www.autonomousfabric.org

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/varia-open-day.html b/old/output/en/varia-open-day.html new file mode 100644 index 0000000..a066bd5 --- /dev/null +++ b/old/output/en/varia-open-day.html @@ -0,0 +1,137 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1567. varia comes in many forms:
          1568. +
          1569. mailinglist
          1570. +
          1571. RSS feed
          1572. + +
          1573. Nederlands
          1574. +
          1575. English
          1576. +
            +
            +
            + +
            + + + + +
            +
            + Open Day @ Varia +
            +
            + +
            +
            2018-05-12 12:00:00
            +
            Published at 12 April 2018
            +
            + +
            +
            +
            +

            On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

            +

            We will have the following activities throughout the day:

            +

            Linux Presentation Day (All day)

            +

            Bored Windows or Apple? Unable to update your operating system? Time to try linux, an operating system that comes in all shapes and flavors! Linux runs on the latest macbooks, your Playstation, possibly on your brand new fridge, but also on very old computers. Don't throw your old computer away yet. Bring your old and new laptops and breathe new life into them. Have a try or get help installing Linux on it. The Leeszaal West group that have been organising Linux Presentation Day in the previous years will be around to help you with your installation or with any other questions.

            +

            Adblockers for beginners (all day)

            +

            Are you tired of looking at online ads? Are you tired of on-line ads looking at you? Bring your computer or smartphone and we'll show you how to enjoy the tranquility and privacy of an ad-free internet. 

            +

            Introduction to soldering (14:00 - 16:00), 12+

            +

            Learn how to make a pocket boombox using only a few electronic components, a soldering iron and a steady hand. Bring your favourite tune(s) as mp3 files and a (disposable) memory card (micro)SD!. There is space for a maximum of 6 participants. Participation fee: €5. Please sign up by writing us an email.

            +

            Graphic tool-test-party (15:00 - 16:00)

            +

            Tired of having to crack yet another version of Photoshop? Tired of Microsoft Publisher? What about Microsoft Paint :-(? Come and play around with a series of graphic tools such as Gimp and ImageMagick (image editors), Laidout, or self-built ones: make a zine with Publish or Perish!, a Desktop Publishing tool that is also a game. We will group together in an intense one-hour tool-test-party to make visual reviews of these tools and print them on one of Varia's printers.

            +

            We speak Dutch/English/Italian/French/Norwegian/Spanish and Portuguese!

            +
            +
            +
              +
            1. +

              Free software refers to a movement around(in?) computer cultures. Thanks to a (open/)free license, a user is given the freedom to run, study, modify and share it. Grounded in communities of people writing and maintaining all different kinds of software. Free software lies at the heart of Varia's activities and way of working. 

              +
            2. +
            +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/velocity.html b/old/output/en/velocity.html new file mode 100644 index 0000000..af949aa --- /dev/null +++ b/old/output/en/velocity.html @@ -0,0 +1,126 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1577. varia comes in many forms:
          1578. +
          1579. mailinglist
          1580. +
          1581. RSS feed
          1582. + +
          1583. Nederlands
          1584. +
          1585. English
          1586. +
            +
            +
            + +
            + + + + +
            +
            + Maximum Velocity +
            +
            + +
            +
            2018-12-07 20:00:00
            +
            Published at 07 December 2018
            +
            + +
            +
            +
            +

            Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both speed and movement in their compositions and performances!

            +

            The event is comprised of the following elements:

            +

            Bismuth is a two-man formation, made up of experimental instrument builder Yuri Landman and multi-instrumentalist Arnold van de Velde (ex-Feverdream). Together they play a space-filling amount of self-built instruments made of wood, steel, strings, motors and electronics. This colorful collection of instruments leads to a rhythmic amalgamation of experimental noise rock, dance and gamelan.

            +

            Yuri Landman's website

            + + +

            good cop / naughty cop make instant electronic compositions with self-programmed software and self-made controllers. They aim for a physical approach towards electronic music (and in particular realtime synthesis) by using objects such as bicycles, radios, FM transmitters and little solar cell synths in their performances. Their music – sometimes described as ‘improvised noise ambient’ – is influenced by the music and ideas of artists like John Cage, Tim Hecker, John Zorn and Captain Beefheart. Current members are composer/sound artist Sjoerd Leijten and ambient producer/pianist Patrick Bossink aka. Arpatle.

            +

            Sjoerd Leijten on the web

            +

            Arpatle Online

            + + +

            Jacco Weener is a performer, artist and theologist working between Charlois and Scheveningen. For the last 10 years he has performed continuously under various monikors (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) and in a variety of setups. At Maximum Velocity he will perform a dance inspired by the concept of meditative sufi whirling, practiced by the Sufi Dervishes of the Mevlevi order.

            +

            More on Jacco Weener

            + + +

            DJ Knapzak will display the hypnotic effect of rotating disks made out of vinyl at various speeds, coming into contact with a more or less stable needle. You might be surprised by the results!

            +

            Date: Friday, 7 December 2018
            +Entrance: 5 euro
            +Door: 20:00
            +Start: 21:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/what-a-website-can-be.html b/old/output/en/what-a-website-can-be.html new file mode 100644 index 0000000..e8c44fe --- /dev/null +++ b/old/output/en/what-a-website-can-be.html @@ -0,0 +1,225 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1587. varia comes in many forms:
          1588. +
          1589. mailinglist
          1590. +
          1591. RSS feed
          1592. + +
          1593. Nederlands
          1594. +
          1595. English
          1596. +
            +
            +
            + +
            + + + + +
            +
            + What a website can be +
            +
            + +
            +
            Published at 13 June 2018
            +
            + +
            +
            +
            +

            When considering how to design a website for varia, our1 mutual but implicit understanding was not to just make a site. But rather that there was a potential for the process of site-making to become a process of exploring what a website can be. Exploring how one could do web publishing in a self-hosted2, minimal3, portable4, documented5, FLOSS6 and playfull7 way. In a way that connects to the multiplicity of practices that varia consists of. This text is the beginning of an attempt to make explicit and put to words some of the ideas and questions that drove this process. In the spirit of release early, release often we will publish a series of texts as we develop this site. Hopefully this can trigger questions on web design in the conceptual sense, not as a practice only involved with visual language, but as a practice considering on-line publishing ecosystems. One of the fundamental choices we made early on was to use a static site generator as our publishing tool, so we'll start by introducing the concepts of both 'static site' and 'generator'.

            +

            varia.zone +The varia website unfolding over time.

            +

            Static site

            +

            Varia.zone is a static website. A static website is a 'traditional' website where all the content consists of HTML documents on the server's hard disk. In our case these are generated through Pelican8, which is a collection of Python9 scripts and plugins10 to turn unstyled plain text into HTML pages.

            +

            varia.zone +Schematic overview of the main differences between a static and a dynamic website.

            +

            This way of working can be understood to be different to 'more modern' websites. These modern methods use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits the site, it gets generated on demand.

            +

            A static website instead gets generated once and exists as a set of documents. They are always there, not only when a visitor visits the page. Like the tree in the forest that also falls when nobody is there to hear it. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. A website based on storage has some advantages for performance, security, portability and reproducibility that we will address in detail later in the series.

            +

            The static website is supportive to another idea we would like to push for: independent, self-hosted services. Since a static website requires less resources, one can do with a not-so-powerful, energy efficient server to host them. This opens up the possibility to (economically) serve the site directly from our space, which we currently do.

            +

            The varia server in the space, where various self-hosted services are installed. +The varia server in the space, where various self-hosted services are installed.

            +

            In general hosting a server from one's own space introduces some security concerns. These are however partly mitigated by a static site, because it doesn't use server side languages. That also means the web server doesn't become a liability in terms of exploitable plug-ins or databases like in popular systems such as Wordpress. Once it has been generated, it is very much a case of set and forget.

            +

            In essence the minimal file-based website is contrary to a cloud mentality, where the material circumstances of the hardware and hosting location are made irrelevant (for the cloud/vps customer) meaning that any 'service' can be 'deployed', 'scaled' 'migrated' etc. Our approach instead informs what can be hosted based on the material circumstances of the server. The choice to self-host this website is a start for us to think about what it means to base web design decisions on a specific situation in terms of hardware and hosting location.

            +

            Generator

            +

            The static HTML documents that together make the varia website are not manually written in the html language, but are generated out of a set 'plain text'11 documents. This generating aspect allows for multiple ways to engage with the texts and images that we publish. It is a promising way to think about possible transformations of plain text into not just web pages but different media altogether.

            +

            One of the needs for transformability comes from the fact that our website exists in a context where usage of the web has atrophied to the point where one is required to publish on or via social media in order to reach an audience at all. However, politically we are not interested in dedicated profiles on social media platforms for our organization. This is a clear decision driven by a strong desire to self-host and own our content, yet allowing to let that content be referred to comfortably within social media as well. The technique of the generator allows us to do this12.

            +

            Working with generative processes also triggers our interest and enthusiasm for exploring other publishing tools. One can imagine a single text or article morphing into widely different media such as calendar entries, RSS feeds, email newsletters, posters, etc. Each of these introducing their own potentials for playful aesthetics, reading experiences and publics. This is on the one hand interesting as a form of automation that reduces (or better: re-uses) work, but more importantly as a process which necessarily will introduce new 'forms' and aesthetics.

            +

            This article in its plain text 'view', showing the markdown mark-up language. +This article in its plain text 'view', showing the markdown mark-up language.

            +

            At the center this processes relies heavily on the habit of writing in markdown, a mark-up language that allows one to add styling information to plain text, so that it can be read by both people and a variety of tools. The markdown files can be archived using versioning tools13 or easily converted into different formats using generators. The content of the website, in its 'raw' form, can therefore be read by many other softwares across (historical) operating systems or included in other workflows, and thus stay open for potential reuse and long-term re-accesibility. Using this process makes it possible for our source files to remain simple, fluid and archivable.

            +

            Concluding

            +

            Revisiting static sites and taking all these small steps feels like going back in time. However, revisiting web-development basics in this sense becomes a vehicle for understanding the web of these days. To get a sense of the compound choices that have sedimented over time into 'web design' practices and that remain opaque when using ready made frameworks. Creating an on-line publishing work flow from ground up instead allows one to explore the potentials and challenge the conventions of what a website should be.

            +
            +

            To unpack the website ...

            +

            This folder of Pelican scripts, markdown documents, images, template and css files ...

            +

            varia.website.git
            +├── content/
            +|   └── post1.en.md
            +|   └── post1.nl.md
            +├── LICENSE
            +├── Makefile
            +├── output
            +├── pelicanconf.py
            +├── pelican-plugins
            +├── plugins-custom
            +├── publishconf.py
            +├── README.md
            +└── themes

            +

            ... generates the following output folder ...

            +

            output/
            +├── author/
            +|   └── varia.html
            +├── categories.html
            +├── category/
            +|   └── event.html
            +├── en/
            +|   └── feeds/
            +|   |   └── all-en.rss.xml
            +│   ├── post1.en.html
            +│   ├── post2.en.html
            +|   └── post3.en.html
            +├── events.ics
            +├── feeds/
            +|   └── all.rss.xml
            +├── images/
            +├── index.html
            +├── pages/
            +│   ├── about.html
            +|   └── stream.html
            +├── post1.nl.html
            +├── post2.nl.html
            +├── post3.nl.html
            +└── theme/

            +
            +
            +
              +
            1. +

              Varia works via different thematic work groups, one which is concerned with its website. We use the word 'group' here, which only works if you consider two people to be a group already. Current website work group members are Roel Roscam Abbing & Manetta Berends. 

              +
            2. +
            3. +

              Self-hosting culture as a way to speak about network infrastructures and preferences. This is also the main subject of the homebrewserver.club, a group for discussions, learning and reflection on the practice of hosting a server from home. 

              +
            4. +
            5. +

              Minimal not as in minimalism in design but rather understood as simple/low-tech/appropriate technologies, understood in (some) aspects of Minimal Computing

              +
            6. +
            7. +

              Portable in the sense that it allows for multiple transformations and media, generated by various tools and distributed to various contexts and publics. 

              +
            8. +
            9. +

              What does a documented process mean? For whom? Currently the varia website is translated into two different languages (dual NL/EN), but documenting can also refer to other types of languages like explanatory articles such as this one, to accompany a work-in-progress to enable further reading than rather just 'reading the code'. 

              +
            10. +
            11. +

              FLOSS, or Free Libre and Open Source Software, refers to free culture communities and the use of free licenses. 

              +
            12. +
            13. +

              The context of varia creates a playful space that enables us to experiment with different tools, modes of address and publishing work flows. 

              +
            14. +
            15. +

              Pelican is static site generator software written in Python, getpelican.com

              +
            16. +
            17. +

              Python is a commonly used object-oriented programming language, Python

              +
            18. +
            19. +

              We use both the plugins made by the pelican community and our own custom ones

              +
            20. +
            21. +

              "Plain text identifies a file format and a frame of mind. (...) [A] kind of a systematic minimalism when it comes to our use of computers, a minimalism that privileges access to source materials, ensuring legibility and comprehension." - A quote from: Plain Text, the poetics of Computation (2017), by Dennis Tenen - Stanford University Press 

              +
            22. +
            23. +

              For example by generating meta tags in our web page following Open Graph or Twitter Cards. These provide previews of one's page when a link is published on social media or in mobile apps. Right click on any page and view source to have a look. The OG headers are at the beginning in the <meta> tags. 

              +
            24. +
            25. +

              The source files of the varia website are stored in and tracked by a Git versioning system. You can access these files through this Gitea interface, where you can read the markdown documents and follow the changes that are being made. For example: this article can be found here

              +
            26. +
            +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/what-remains-final-playtest.html b/old/output/en/what-remains-final-playtest.html new file mode 100644 index 0000000..d539690 --- /dev/null +++ b/old/output/en/what-remains-final-playtest.html @@ -0,0 +1,124 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1597. varia comes in many forms:
          1598. +
          1599. mailinglist
          1600. +
          1601. RSS feed
          1602. + +
          1603. Nederlands
          1604. +
          1605. English
          1606. +
            +
            +
            + +
            + + + + +
            +
            + What Remains - Final Playtest +
            +
            + +
            +
            2018-06-22 19:00:00
            +
            Published at 14 June 2018
            +
            + +
            +
            +
            +

            It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …

            + + +

            What Remains is a new darkly humorous 8-bit homebrew adventure video game for the 1985 Nintendo Entertainment System (NES), and developed by Iodine Dynamics. The game is currently in final development and will be released for free in 2018. By free we mean a free of charge NES ROM download, and we will publish the source code and assets of the game and tools we used. A limited edition of physical cartridges for the NES and the Famicom, using recycled hardware, will be also be produced.

            +

            During the development of the game Iodine Dynamics has worked with Het Nieuwe Instituut for preliminary research, and V2_ for hosting the early playtests. +On June 22, Varia will host the last playtest for the game, and we are looking for players to come and give us feedback one last time!

            +

            Come save the planet and join us the evening of June 22!

            +

            Iodine Dynamics

            +

            Starting at 19:00h
            +Ending around 22:30h

            +
            +

            What Remains is made possible with the support from creative industries fund nl.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/en/woodstone-kugelblitz-druk-in-varia.html b/old/output/en/woodstone-kugelblitz-druk-in-varia.html new file mode 100644 index 0000000..c83a591 --- /dev/null +++ b/old/output/en/woodstone-kugelblitz-druk-in-varia.html @@ -0,0 +1,149 @@ + + + +Varia Centre for Everyday Technology + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + about +
            +
            +
          1607. varia comes in many forms:
          1608. +
          1609. mailinglist
          1610. +
          1611. RSS feed
          1612. + +
          1613. Nederlands
          1614. +
          1615. English
          1616. +
            +
            +
            + +
            + + + + +
            +
            + Woodstone Kugelblitz: Druk in Varia +
            +
            + +
            +
            2018-11-23 10:00:00
            +
            Published at 23 November 2018
            +
            + +
            +
            +
            +

            Some things are more useful to know than others.

            +

            On the 23rd, 24th and 25th of November during Woodstone Kugelblitz: Druk in Varia we will make a Really Useful Knowledge Cookbook. A manual to be more an actor and less a consumer in your day to day affairs. The cookbook brings together recipes and instructions from the practice and theory of daily life.

            +

            This three day convivial book sprint is about exchanging knowledge on analog printing techniques, eating together, sharing of recipes for and from daily life, discussing Really Useful Knowledge, hanging out and editing and designing the publication.

            +
            +

            'What we want to be informed about is how to get out of our present trouble' +Poor Man's Guardian

            +
            +

            A Call For Really Useful Recipes!

            +

            For this event we are looking for DIY-advice, tips and tricks, that need to be inscribed in our collective memory as part of this recipebook. We already have recipes about raising toddlers without diapers, blocking online advertising and making of hot sauce based on lactic fermentation!

            +

            All of your recipes for daily life are very welcome!

            +

            These can be submitted just as text or as already designed pages.

            +

            Please send us recipes for the book by email(info[at]varia.zone) or by post (Gouwstraat 3, 3082 BA, Rotterdam) before November 15th.

            +

            You can also submit via this Really Useful Etherpad: https://pad.vvvvvvaria.org/really_useful_knowledge

            +

            About the book sprint

            +

            If you are interested in participating in the book sprint you can also drop us an email (info[at]varia.zone). Please note that to ensure continuity we prefer you to join the full three days.

            +

            We will have the following machines on site:

            +
              +
            • Riso automatic A3 with black and blue ink
            • +
            • A0 Roll inkjet plotter
            • +
            • A0 Roll pen plotter
            • +
            • A4 b/w laser printer
            • +
            • Dot matrix printer
            • +
            • automatic stencil copy printer -> yellow and black ink
            • +
            • manual stenciling machines -> red, green, blue, black ink
            • +
            • Fax machine (can be used to make stencil masters)
            • +
            • Telex FS200 Teletypewriters
            • +
            • Thermal receipt sprinter
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/extratonaliteit-en.html b/old/output/extratonaliteit-en.html new file mode 100644 index 0000000..aaf689b --- /dev/null +++ b/old/output/extratonaliteit-en.html @@ -0,0 +1,145 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1617. varia komt in vele vormen:
          1618. +
          1619.  mailinglijst
          1620. +
          1621.  RSS feed
          1622. + +
          1623. Nederlands
          1624. +
          1625. English
          1626. +
            +
            +
            + +
            + + + + +
            +
            + Solutions and problems in Extratonality +
            +
            + +
            +
            2018-02-16 20:00
            +
            Published at 16 February 2018
            +
            + +
            +
            +
            +

            Solutions and problems in Extratonality 4
            +“Extratonality - Opening Doors Is Not Enough”

            +

            The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be solutions, and industrialised rubbish predominates our everyday life, there is an urgent need for another extratonal conference that digs deeper in the current state of affairs of the "extra" tendencies. "Solutions and problems in extratonality" (SAPIE) is the international conference on solutions and problems in the field of extratonality for smaller and larger institutes, as well as independent composers and scholars. They will explore advanced obstacles in their daily routines with the support of custom-made instruments, obsolete writing techniques, special notation systems and alternative applications of existing technologies.

            +

            On Friday, February 16, 2018, the fourth edition will take place in Rotterdam at "varia - the center of everyday technology". SAPIE4 is about applying extratonal solutions to everyday problems and everyday solutions to extratonal problems. SAPIE4 is a must attend for those who want to know more about working strategies and cases around extratonality. After SAPIE1 in Vienna on 28th April 2017, SAPIE2 in Zagreb on 30th September 2017 and SAPIE3 in Rotterdam on the 6th February 2018 the next edition will catch up on the latest debates in the field and trigger new input for the future ongoings around extratonality. More than 250 years after its discovery and justification the field is now recognized worldwide as a significant inquiry in its discipline, therefore this edition consists of several different tracks and presentations.

            +

            The approximately 300 SAPIE visitors rated the conference with a 9.8 and more than 98% of the visitors recommends the conference to others or would like to come back in the next edition.

            +

            This event is made possible by the kind support of the Institute of Extratonal Composition, WORM pirate bay, varia and nothing more.

            +

            Food, drinks and entrance are available on donation!

            +

            Program:
            +19:30 Registration, meet and greet & welcome drinks
            +20:00 Official Opening: Welcome by Danny van der Kleij (NL, Chairman varia - center of everyday technology / ArtEZ hogeschool voor de kunsten)
            +20:05 Introduction by the Conference Chairs; Niek Hilkmann (NL, varia - center of everyday technology / Institute of Extratonal Composition) and Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)

            +

            20:15 - 20:45
            +Applications: Imagination and Extratonlity
            +Chair: Christina Cochior (RO/NL, Wikipedia Bot Memorial Foundation)
            +"The imagination of storing" - Thomas Walskaar (NO, Save as.media) - Presentation of an imaginary medium
            +"how to build a drum" - Teun de Graaf (NL, fanfare voor vooruitstrevende muziek / woodstone kugelblitz)

            +

            20:45 - 21:15
            +Extratonality and Labour:
            +Chair: Lidia Pereira (PT/NL, PLU - pervasive labour union)
            +"full range orchestra tonal system" - a. tangram poets (INT, no institution)
            +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - center for everyday technology)

            +

            21:15 - 21:45
            +the extra in the everyday surroundings:
            +Chair: TBA
            +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)
            +"solitaire - eurorack edition"- Dennis de Bel (NL, varia - center of everyday technology / Willem de Kooning Academy / Design Academy Eindhoven)
            +"Remote Fulfillment" - Moritz (NL, Random Creations)

            +

            21:45 - 22:15
            +extra and beyond:
            +Chair: TBA
            +"walking through objects - an intratonal approach" - Michael J. Muik (AT, nothing more - Association for the Promotion of Art, Irritation and Commons)
            +"Quasitonality - Towards a circulatory practice of disagreement" - oyo (BG/NL, LOFO, Willem de Kooning Academy) & mths (AT/NL, LOFO)

            +

            22:15 - 24:00
            +Extra Presentations:
            +DJ Pattex (varia - center for everyday technology)

            +

            http://extratonality.nothingmore.work/
            +http://varia.zone/
            +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/
            +https://www.facebook.com/events/167517747195086/

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/extratonaliteit.html b/old/output/extratonaliteit.html new file mode 100644 index 0000000..9e57824 --- /dev/null +++ b/old/output/extratonaliteit.html @@ -0,0 +1,145 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1627. varia komt in vele vormen:
          1628. +
          1629.  mailinglijst
          1630. +
          1631.  RSS feed
          1632. + +
          1633. Nederlands
          1634. +
          1635. English
          1636. +
            +
            +
            + +
            + + + + +
            +
            + Oplossingen en problemen in extratonaliteit +
            +
            + +
            +
            2018-02-16 20:00:00
            +
            Gepubliceerd op 16 February 2018
            +
            + +
            +
            +
            +

            Oplossingen en problemen in Extratonality 4
            +"Extratonaliteit - Het openen van deuren is niet genoeg"

            +

            De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin problemen worden ontworpen om oplossingen te zijn, en industrieel afval ons dagelijks leven overneemt, is er een dringende behoefte aan een nieuwe extratonale conferentie die dieper graaft in de huidige stand van zaken van de "extra" tendensen. "Oplossingen en problemen in extratonaliteit" (OPIE) is de internationale conferentie over oplossingen en problemen op het gebied van extratonaliteit voor kleinere en grotere instituten, evenals onafhankelijke componisten en wetenschappers. We zullen geavanceerde obstakels in hun dagelijkse routine onderzoeken met de ondersteuning van op maat gemaakte instrumenten, verouderde schrijftechnieken, speciale notatiesystemen en alternatieve toepassingen van bestaande technologie.

            +

            Op vrijdag 16 februari 2018 vindt de vierde editie plaats in Rotterdam bij "varia - het centrum van de alledaagse technologie". OPIE4 gaat over het toepassen van extratonale oplossingen voor alledaagse problemen en alledaagse oplossingen voor extratonale problemen. OPIE4 is een must voor diegenen die meer willen weten over werkstrategieën rond extratonaliteit. Na OPIE1 in Wenen op 28 april 2017, OPIE2 in Zagreb op 30 september 2017 en OPIE3 in Rotterdam op 6 februari 2018, zal de volgende editie de laatste discussies in het veld behandelen en nieuwe input genereren voor de toekomstige onderhandelingen over extratonaliteit. Meer dan 250 jaar na zijn ontdekking en rechtvaardiging wordt het veld nu wereldwijd erkend als een belangrijk onderzoek in zijn vakgebied, daarom bestaat deze editie uit verschillende tracks en presentaties.

            +

            De ongeveer 300 OPIE-bezoekers beoordeelden de conferentie met een 9,8 en meer dan 98% van de bezoekers beveelt de conferentie aan bij anderen of zou graag terugkomen in de volgende editie.

            +

            Dit evenement wordt mogelijk gemaakt door de vriendelijke steun van het Institute of Extratonal Composition, WORM pirate bay, varia en Nothing More.

            +

            Eten, drinken en toegang zijn beschikbaar op donatie!

            +

            Programma:
            +19:30 Registratie, meet & greet & welkomstdrankjes
            +20:00 Officiële Opening: Welkom door Danny van der Kleij (NL, voorzitter varia - centrum voor alledaagse technologie / ArtEZ hogeschool voor de kunsten)
            +20:05 Inleiding door de conferentievoorzitters; Niek Hilkmann (NL, varia - centrum voor alledaagse technologie / Institute of Extratonal Composition) en Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)

            +

            20:15 - 20:45
            +Toepassingen: verbeelding en extratoniteit
            +Voorzitter: Christina Cochior (RO / NL, Wikipedia Bot Memorial Foundation)
            +"De verbeeldingskracht van opslaan" - Thomas Walskaar (NO, Save as.media) - Presentatie van een denkbeeldig medium
            +"hoe een trommel te bouwen" - Teun de Graaf (fanfare voor vooruitstrevende muziek / woodstone kugelblitz)

            +

            20:45 - 21:15
            +Extratonaliteit en arbeid:
            +Voorzitter: Lidia Pereira (PT / NL, PLU - pervasive labor union / doordringende vakbond)
            +"orkesttonaalsysteem met volledig bereik" - a. tangramdichters (int., geen instelling)
            +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - centrum voor alledaagse technologie)

            +

            21:15 - 21:45
            +de 'extra; in de dagelijkse omgeving:
            +Voorzitter: TBA
            +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)
            +"solitaire - eurorack edition" - Dennis de Bel (NL, varia - centrum voor alledaagse technologie / Willem de Kooning Academie / Design Academy Eindhoven)
            +"Remote Fulfillment" - Moritz (NL, Random Creations)

            +

            21:45 - 22:15 uur
            +extra en verder:
            +Voorzitter: TBA
            +"door voorwerpen lopen - een intratonische benadering" - Michael J. Muik (AT, nothing more - Vereniging voor de promotie van kunst, irritatie en commons)
            +"Quasitonaliteit - Op weg naar een circulatoire praktijk van onenigheid" - oyo (BG / NL, LOFO, Willem de Kooning Academie) & mnd (AT / NL, LOFO)

            +

            22:15 - 24:00 uur
            +Extra presentaties:
            +DJ Pattex (varia - centrum voor alledaagse technologie)

            +

            http://extratonality.nothingmore.work/
            +http://varia.zone/
            +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/
            +https://www.facebook.com/events/167517747195086/

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/favicon.ico b/old/output/favicon.ico new file mode 100644 index 0000000..c29e4ad Binary files /dev/null and b/old/output/favicon.ico differ diff --git a/old/output/feeds/all-en.rss.xml b/old/output/feeds/all-en.rss.xml new file mode 100644 index 0000000..fdfcd4c --- /dev/null +++ b/old/output/feeds/all-en.rss.xml @@ -0,0 +1,1248 @@ + +Variahttps://varia.zone/Sat, 21 Mar 2020 00:00:00 +0100Sensible World Of Soccer - Varia Cup 2020https://varia.zone/sensible-soccer-en.html<p>Become a goal scoring superstar hero at the <strong>Sensible World of Soccer Varia Cup 2020</strong>! After two competitive events at WORM it's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play (literally; in contrast with modern football simulators you only need a joystick with one button!). Although the last official release of the game was in 96 (not counting the terrible 3d attempts that became the downfall of Sensible Software), Sensible Soccer never went away thanks to its highly addictive gameplay and vast database of teams from around the world, creating possibilities to become champion infinite. SWOS has become part of the gaming canon as stated by Stanford University, amongst games as Tetris and Super Mario Bros 3. The Royal Mail celebrated its part in British video game history by releasing a Sensible Stamp last month.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +A strong community (check out <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) made sure the ball kept on rolling, with ways to play against each other online, rankings, as well as hosting the annual Sensible Days: the World Cup where players decide who's best. The highlight of this year though is the launch of <strong>Sensible World of Soccer 2020</strong>! Not only does it provide an up-to-date database with around 1,500 teams from all over the world (from The Netherlands to El Salvador; a huge community effort), it is also the first time that the game can be played on modern operating systems without using DOS- or Amiga-emulators. This time you can run the game straight from your Windows-desktop (of course, the database has also been released for the original Amiga version). You can even switch live between DOS and Amiga-gameplay, and choose for a beautiful wide screen mode on UltraHD resolutions. The game is available for free through below link (you do need to own the original version of the game though, but online search machines will help, or check out <a href="http://www.gog.com">www.gog.com </a>for a legal way to buy the game).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +We will play the cup in SWOS2020, which means you can play with your favourite team of the moment! Both experienced and unexperienced players are welcome. After a first qualifying round, the top half of the field will go and compete in the Pro Cup, the bottom half in the Amateur Cup; both cup winners will win a prize.</p> +<p><strong>Timetable</strong> (depending on amount of players participating)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Qualifying rounds (amateurs + pros mixed: best continu to the Pro Cup, worst to the Amateur Cup)<br> +<strong>14:30 </strong>- onwards Pro Cup and Amateur Cup (on separate systems)<br> +<strong>+/- 17:30</strong> Dinner time<br> +<strong>19:00</strong> Awards ceremony<br> +<strong>20:00/21:00</strong> Closing down<br></p> +<p><strong>entry:</strong> donation</p> +<p>The amount of players is limited. You can enroll between 12:00 and 13:00 but if you want to be sure of a spot, write to: sebatosh@gmail.com. Be sure to write down the club you want to play with. Not participating in the tournament? Feel free to come along and play on one of the practice systems. You can also stop by to support your local heroes while enjoying the live Brazilian commentary we will have during selected games or the Amiga-tunes that <strong>DJ Newk</strong> will be playing!</p> +<p><strong>Useful Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-21:/sensible-soccer-en.htmleventsensiblesoccereventgamingRadio on the radiohttps://varia.zone/radio-on-radio-en.html<p>Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.</p> +<p><strong> door:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entry:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>A radio relaxation mixtape performance. A mix of meditative samples and nature with noise and social/political anxieties into an uncanny hypno-magnetic-tape audiopiece. It is performed live with multiple cassette tape players and spacial cassette tape loops spread across the space and modulated by a modular synthesizer. </p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Angeliki D. uses her voice, as well as an online sound archive she built to play, layer and gradually distort into chaos. The female voice becoming the male voice, becoming the monster, the otherworldly voice. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Did you ever wonder what it would be like to have your very own ASMR boyfriend, one that talks really soft and only about radio? During this performance by Pradapony69 will send chills down your spine while explaining the difference between long waves and microwaves.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad investigates the possibilities of re-appropriating analogue radio technologies into the realm of live electronic music, creating malleable sonic artefacts from a topography of broadcasted local radio stations. </p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radio waves are not constrained by geo-political nor ideological borders. Thus we tried. A close listening of cold war radio interference featuring original vinyl recordings, still being broadcast around the globe today.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-14:/radio-on-radio-en.htmlconcertradioonconcertFeminist Hack Meetings: Servershttps://varia.zone/feminist-hack-meetings-feb-servers-en.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>Let's talk about <strong>feminist servers</strong>! In this meeting, we invite you to discuss questions like:<br> +What does it mean for a server to be feminist, and how could it look like? What and who does it serve? What does it take to create and maintain it?<br> +We would like to map and draw collectively our ideas and consider the possibility of setting up a feminist server at Varia, as a base for our practice.<br> +We will bring material (like RPis and computers) to start experimenting and trying things out. <br> +Join us!<br></p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.<br> +January meeting: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 29 Feb 2020</em></p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-29:/feminist-hack-meetings-feb-servers-en.htmleventRead & Repair feat. readings & listings: open licenses editionhttps://varia.zone/rr-open-licences-en.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Varia's doors are open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 23rd of February, Varia has a special guest: Manetta Berends will host the first edition of a <strong><em>readings &amp; listings</em> session around open licenses</strong>. </p> +<p><strong>What to bring?</strong></p> +<p>A computer could be useful for working on the <em>readings &amp; listings</em> together.</p> +<p><strong>What will we do?</strong></p> +<p>We will take an hour or two to talk about open licenses, read snippets of these techno-legal documents, discuss examples and tendencies of this field, and together work on a small reading list around this topic.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 23 Feb 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenses edition</p> +<p>13:00 - 17:00 (ongoing time to read and repair)</p> +<p>Tea and coffee will be bountiful. This event is open to all and the entrance is free.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-23:/rr-open-licences-en.htmleventCtrl-Alt-Savehttps://varia.zone/ctrl-alt-save-first-en.html<p>Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects everyone and many so-called solutions exist but +are they really solutions?</p> +<p>At the first Ctrl-Alt-Save meetup at Varia, many of these +questions might become more clear for you.</p> +<p>The focus of the first meetup will be on your data and +how you can manage it better and more securely based on +your interests and current issues. No solution +guaranteed, but a possible better understanding of the +topic.</p> +<p>Ctrl-Alt-S will be a series of events and meet-ups at +Varia in 2020 and will be shaped by the feedback and +comments of the attendees. The meet-ups will be in +English.</p> +<p><strong>Date:</strong> February 21, 2020<br> +<strong>Time:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-21:/ctrl-alt-save-first-en.htmldiscussionctrl-alt-savedatastorageHeath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypsehttps://varia.zone/heath-bunting-apocalypse-en.html<p><strong>Heath Bunting</strong> is an artist based in the UK who, for more than thirty years, has questioned and undermined systems of control and communication. He began as a street artist putting up fly posters in public spaces, belonged to the first generation of net.artists in the 1990s where he found (and ran the server of) <a href="http://www.irational.org/">irational.org</a>, but turned away from the Internet in 1998, seeing its corporate takeover as early as in that year. </p> +<p>He set up several radio stations, collaborated with Kate Rich on alternative distribution systems for goods and workshops for trespassing private property. For his "Identity Bureau', he investigated ways for people to legally obtain a new names and identities using loopholes in the bureaucracies of Western countries (and gave an Identity Bureau workshop in 2014 at Wlfrt Projectspace Rotterdam). In his daily life and travels, he strictly avoids use of electronic systems that make him traceable, including bank cards and mobile phones. </p> +<p>The above is only a small fraction of his activities in working against control systems. <strong>Florian Cramer </strong>will have a two-hour conversation with Heath Bunting on his past and present projects, with the aim to share Heath's knowledge and experience with the audience. This will be followed, at 16.00, by heath's critical feedback on the current activities of <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong>the Voluntary Fire Brigade of the Apocalypse</strong></a> in Rotterdam.</p> +<p>Program:</p> +<p><strong> 14.00-16.00:</strong> Thirty years of researching and working against control systems - conversation &amp; project review with Heath Bunting<br> +<strong> 16.00-17.00:</strong> Feedback on the Voluntary Fire Brigade of the Apocalypse<br> +<strong> 17.00-19.00:</strong> break with coffee, tea, soup<br> +<strong> 19.00:</strong> DJ set by Jacco Weener<br></p> +<p><strong> date:</strong> February 17, 2020 +<strong> entry:</strong> free or donation</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-17:/heath-bunting-apocalypse-en.htmlworkshopheathbuntingapocalypseworkshopAlles Flex? Call me Intern, City Dragonhttps://varia.zone/alles-flex-call-me-intern-city-dragon-en.html<p>Varia would like to invite you to an evening of documentary watching, thoughtful debate and a musical performance!</p> +<p>On the February we will be screening the documentaries "Alles Flex?" and "Call me Intern", both of which reflect on the devastating consequences caused by the ongoing flexibilization of both housing and work. To further clarify and present these topics, Abel Heijkamp, one of the filmmakers responsible for "Alles Flex?" and member of Bondprecaire Woonvormen, has kindly agreed to be present for a Q&amp;A and conversation.</p> +<p>The second part of the program will be secured by Sam Kreuk, who will be presenting his solo project, City Dragon.</p> +<p><strong>Location:</strong> Varia, Gouwstraat 3 (Rotterdam)<br> +<strong>Date:</strong> Saturday 8th of February<br> +<strong>Time:</strong> 17:30 - 21:30<br> +<strong>Entry:</strong> Donation</p> +<p><strong>City Dragon</strong><br> +City Dragon is the solo project of <em>Max Kaario aka. Sam Kreuk</em>. Using saxophone, recorders, toys and percussion he creates improvised collages and loops. Expect diva vocalization, power ballads, street trance, a collapsing assemblage of garbage rhythms, Celine Dion mesmer mantra's and much more!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In the documentary ‘Alles Flex?’ (All Flex?) filmmakers <em>Abel Heijkamp</em> (NL) and <em>Julij Borštnik</em> (SI) explore the possible consequences of the current flexibilisation of our life-world. It draws upon the personal accounts of flex workers and flex tenants of different ages and walks of life. What kind of society are we fostering when existential security is no longer a right, but a privilege for those who can afford it?</p> +<p>‘Alles Flex?’ is the first episode of a 4 part web documentary series The Future of Work. +Filmed in the Netherlands, Slovenija, Germany and Europe.</p> +<p><strong>Call me Intern</strong><br> +Young, unemployed and frustrated, Filmmakers <em>David Leo Hyde</em> and <em>Nathalie Berger</em> set out to land an internship so they can examine the system from the inside in an act of millenial gonzo-film making.</p> +<p>After David accepts an internship at the United Nations, they move into a small blue tent on the Geneva lakefront and begin documenting his unpaid intern experience. Their action sparks a global press storm, challenging their roles as filmmakers.</p> +<p>Meanwhile, Marisa works for a US presidential election campaign, while fending off harassment from her supervisors. Kyle interns for a fortune-500 company, while living in a New York homeless shelter.</p> +<p>Each of these interns faces a choice: accept the system the way it is or put their careers on the line to speak out against it. Their actions help give visibility and strength to a growing global intern movement. Their journeys reveal the pressures which lead so many millennials to work for free while pop-culture extracts and testimonies from academics, politicians and employers give us a sense of how wide the internship phenomenon has spread.</p> +<p><strong>Schedule:</strong><br> +17:30: Doors open<br> +18:00: Alles Flex + Q&amp;A with filmmaker Abel Heijkamp<br> +19:45: Break<br> +20:00: Call Me Intern<br> +21:15: Break<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:varia.zone,2020-02-08:/alles-flex-call-me-intern-city-dragon-en.htmlmisceventRead & Repair feat. The Bootleg Libraryhttps://varia.zone/rr-bootleg-en.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Starting in January 2020, Varia will have their doors open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 26th of January, Varia has a special guest: Simon Browne will be introducing the “bootleg library”, which is a shared digital and physical library of bootlegged texts. </p> +<div class="highlight"><pre><span></span><code> <span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + + <span class="n">what</span> <span class="k">to</span> <span class="n">bring</span><span class="o">?</span> + <span class="n">a</span> <span class="n">computer</span> <span class="k">and</span> <span class="k">some</span> <span class="k">of</span> <span class="n">your</span> <span class="n">favourite</span> <span class="n">ebooks</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">whatever</span><span class="p">)</span> + + <span class="n">what</span> <span class="n">will</span> <span class="n">we</span> <span class="k">do</span><span class="o">?</span> + <span class="n">we</span><span class="err">’</span><span class="n">ll</span> <span class="n">have</span> <span class="n">an</span> <span class="n">introduction</span> <span class="k">to</span> <span class="n">the</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> + <span class="n">which</span> <span class="k">is</span> <span class="n">a</span> <span class="n">shared</span> <span class="n">digital</span> <span class="k">and</span> <span class="n">physical</span> <span class="n">library</span> <span class="k">of</span> + <span class="n">bootlegged</span> <span class="n">texts</span><span class="p">.</span> <span class="n">let</span><span class="err">’</span><span class="n">s</span> <span class="n">make</span> <span class="k">user</span> <span class="n">accounts</span><span class="p">,</span> <span class="n">download</span> + <span class="k">and</span> <span class="n">upload</span> <span class="k">some</span> <span class="n">texts</span><span class="p">,</span> <span class="n">talk</span> <span class="n">about</span> <span class="n">what</span> <span class="n">we</span><span class="err">’</span><span class="n">re</span> <span class="n">reading</span> + <span class="k">and</span> <span class="n">how</span> <span class="n">we</span> <span class="k">like</span> <span class="k">to</span> <span class="n">organise</span> <span class="n">our</span> <span class="n">bookshelves</span><span class="p">,</span> <span class="k">and</span> + <span class="n">together</span> <span class="n">discuss</span> <span class="n">ways</span> <span class="n">the</span> <span class="n">library</span> <span class="n">can</span> <span class="n">develop</span><span class="p">.</span> +</code></pre></div> + + +<p>Tea and coffee will be bountiful. +This event is open to all and the entrance is free.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 26 Jan 2020</em></p> +<p>11:00 - 17:00 (ongoing sessions, you can come or go anytime)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-26:/rr-bootleg-en.htmleventFeminist Hack Meetingshttps://varia.zone/feminist-hack-meetings-jan-en.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations. </p> +<p>A feminist approach to technology takes into consideration the social and political context around it. It pushes the boundaries of technological circles, in order to include gender-diverse people, amateurs, or others who have experienced low or high levels of exclusion in tech environments. They also include cultural, artistic and educational practices that are approaching technology, not as an end in itself. </p> +<p>The idea started after participating in <strong>/ETC (Eclectic Tech Carnival)</strong> in Athens, which is a gathering of feminists, who critically use/study/share/improve everyday information technologies in the context of the free software and open hardware movements. </p> +<p>In this first gathering we will give an overview and an introduction to this series of meetings. We will discuss on how this proposal may grow in time.</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 25 Jan 2020</em></p> +<p>17:00 - 19:00</p> +<p><em>The event image is part of an illustration made by an /ETC member for /ETC Athens 2019</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-25:/feminist-hack-meetings-jan-en.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greethttps://varia.zone/bpw-consultation-plus-meet-and-greet-nov-2019-en.html<p>Dear all,</p> +<p>Bond Precaire Woonvormen (BPW) organizes another round of their <em>tenant consultation</em> plus <em>meet and greet</em> at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-25:/bpw-consultation-plus-meet-and-greet-nov-2019-en.htmleventMusic: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneerhttps://varia.zone/music-niek-hilkmann-en.html<p>Another musical night at Varia! Join us on November 16th for an evening full of singers, songwriters, noise and cardboard!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>"Your empty milk bottle", "Hey, that's strange ... There is a bug in your hair" and "Zaamslag, never again"; those are not just some random words, but songtitles that Niek Hilkmann is considering for his new EP. To commemorate the fact that they will be recording this very soon, he will perform these songs at Varia with his band, De Puls. Expect a colorful succession of unprecedented scoops and perhaps even some old acquaintances.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is a twoheaded, feminine beast with a mouth so big that you usually only see it in fairy tales and fables. This doesn’t stop them from visiting Varia however! Expect a lot of noise, some theatrical escapades and an abundance of shouting, We will witness Vulva erupt!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>One does not easily describe the life and times of Rowan Van As. This artist-troubadour sings, draws, sculpts and records like there is no tomorrow with the help of an abundance of props and home-made instruments (such as his famous organ mussel). At Varia he will perform some brand new songs for us and warm your heart!</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, as his name suggests, a true Singer-Songwriter; a solo musician who knows how to move and amaze an audience with just his guitar and voice. His songs are raw like the paving stones of Rotterdam and his guitar sound is unquestionably unique.</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>No evening of entertainment is complete without a proper DJ and that is why we are very to have DJ Wanneer on the line-up. This individual combines the best of Scheveningen, Rotterdam and Zoeterwoude by playing an eclectic mix of little crooners, dissonant girl bands and overall hysterical music. </p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>entry: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-16:/music-niek-hilkmann-en.htmlconcertniekhilkmannconcertCentury 21 Calling - Camp Centuryhttps://varia.zone/21-Camp-Century-en.html<p>With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil and gas deposits, a new rush for the artic has started.</p> +<p>In the late 1950s, during the height of the Cold War, the US military constructed a secret base in the arctic, hidden from the populations of Greenland and Denmark. This base was a nuclear power facility and part of the secret <strong>Project Iceworm</strong>. During this edition of <strong>Century 21 Calling</strong> we will be screening the documentary <strong>Camp Century</strong>, which is about the construction of the base "Camp Century", the first of many envisioned bases on Greenland, to give you more context about the topic. Before the lecture there will be a lecture by David Young on the topic of Greenland, American politics and control and command strutter of the cold war.</p> +<p><strong>David Young</strong> is a researcher interested in archiving media technologies, the history of computing, and the discourses of defence research in the United States during the Cold War. He is currently a M3C/AHRC-funded doctoral researcher at the University of Nottingham; his PhD topic is an examination of the technological administration of command and control systems, the forms of disciplinary practices they depend on in order to operate, and the strategic rationalities which shape their development over time. He has a background in digital media art, and has collaborated with artists, designers, and scientists in the production of experimental, research-oriented artworks funded by the Arts Trust Scotland, New Scotland's Alt-W award, and Creative Scotland.</p> +<p><strong>Century 21 Calling</strong> is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam. Together, we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Door open:</strong> 20:30<br> +<strong>David Young lecture starts:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entry:</strong> Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/21-Camp-Century-en.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launchhttps://varia.zone/Entrepecariat-Book-Launch-en.html<p>Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.</p> +<p>Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in perennial start-up phase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> guides us through the entreprecariat, a world where change is natural and healthy, whatever it may bring. A world populated by motivational posters, productivity tools, mobile offices and self-help techniques. A world in which a mix of entrepreneurial ideology and widespread precarity is what regulates professional social media, online marketplaces for self-employment and crowdfunding platforms for personal needs. The result? A life in permanent beta, with sometimes tragic implications.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Time:</strong> 18:00h - 19:00h</p> +<p><strong> Entry:</strong> Free/Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/Entrepecariat-Book-Launch-en.htmllaunchentrepecariatbooklaunchTHE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD)https://varia.zone/the-social-in-the-media-en.html<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p> +<p>In June 2019, a delegation of Varia traveled to Bucharest to meet and exchange with <a href="https://www.oddweb.org/">ODD</a>, a space for theoretical discussion and social gatherings of all kinds founded and run by Cristina Bogdan. On the 19th, we gave a presentation entitled "The Social in the Media: On Digital Interdependencies". This was the abstract of the talk:</p> +<blockquote> +<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.</p> +<p>The evening will touch upon alternative tools and approaches, from federated and community-owned social media platforms, and other types of infrastructures that Varia, a space in the South of Rotterdam (the Netherlands), is experimenting with. Departing from discussions on this situation and its causes, we will try to imagine and formulate the affective infrastructures that shape everyday cultural practices and online socialities.</p> +</blockquote> +<p><img alt="Attendants reading Constant's &quot;Dear Cultural Institution, There's an Elephant in the Room&quot; letter. Photo by Florian Cramer." src="/images/the-social-in-the-media-01.jpg"> +<small>Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer.</small></p> +<p>We started the session by briefly mentioning our individual practices and how Varia came from a dissatisfaction with existing models for self-run spaces, such as the makerspace (lack of critical theory involved), the hackerspace (technology for technology's own sake), the co-working space (sociality as a a service), the fablab, etc.</p> +<p>After this introduction, the topic of the evening was more precisely expounded through a collective reading of "Dear Cultural Institution, There's an Elephant in the Room", a letter by Brussels based organisation Constant which addresses the troublesome relationship that independent cultural institutions maintain with corporate tools and social media. The letter was written as a reaction to multiple organisations' request for "help to degooglify". Following the reading, a short discussion took place, during which we invited the audience to exchange with us the intricacies of their relationship to corporate social media, but also their experiences, or lack thereof, and the obstacles they encountered while attempting to establish some distance.</p> +<p>Obviously, Varia hasn't found any definitive solution to this issue, but the question does connect to a lot of the practices in and around Varia. To explain how we tried to address some of the concerns raised in the letter we created a map of the broad Varia digital ecosystem. With this map, we wanted to stress that our current strategy consists in a combination of self-hosted tools and services (such as the website, the collaborative note taking software Etherpad, the on-line calendar and the git-based code sharing repository), but also some that are run by solidary organizations (such as mailing lists, chat, individual fediverse micro-blogging accounts) and some that are paid for (email). Our wish was to emphasize that a cultural organization doesn't necessarilily need to do everything by themselves, but can make use of what is already available.</p> +<p>We then spoke about our use of bots in chat systems, both to communicate and to document our exchanges. Our initial idea was to develop new forms of note-taking based on our interaction habits. We share a lot of different types of information in group chats, from news to recommendations of articles to instigations to clean the fridge. Starting from the conversational nature of our exchanges, we are experimenting with two different bot-users in the chat: one that gathers images shared on the main Varia channel and displays them online, and another one, focused specifically on the topic of digital interdependencies, that gathers images, quotes and looks for books' citations.</p> +<p>Beyond these internal initiatives, we also try to reach out and collaborate with people involved in the development of the tools we are interested in. Last year we invited Daniel Gultsch, the developer of Conversations, an open source application for self-hosted chat that is used in Varia. Daniel introduced his work and reflections before animating a worksession organised as part of the <em>Welcome to the Federation</em> project. This example was mentioned as one of the ways in which Varia tries not only to use, but also to contribute to and engage more broadly with free software tools and culture.</p> +<p><img alt="Varia delegation presenting at ODD. Photo by Florian Cramer." src="/images/the-social-in-the-media-02.jpg"> +<small>Varia delegation presenting at ODD. Photo by Florian Cramer.</small></p> +<p>An other thing we mentioned is the centrality of Etherpad, the collaborative note-taking software, in our practice. The main reason for that is its flexibility and the tools one can build on top of it, such as Etherdump, a command line tool written by Michael Murtaugh that converts etherpad pages to files. Our use of this tool turned our collaborative writing practice into a collaborative publishing practice. As the pads are driving us to write, edit, add and remove text all the time collectively, most content can be described as traces or fragments rather than "properly" edited essays. Reflecting on this tendency, we discussed the possibility of publishing <em>through</em> leaking. This idea became the departure point for the development of a new Etherdump feature allowing us to collect only the pads featuring a "<em>PUBLISH</em>" mention. As a result, the Etherdump became a fuzzy field of documents, that can speak to others in the group.</p> +<p>For the last part of the presentation, we spoke about collaborative projects initiated within Varia which make explicit the importance of tools within our members respective practices. The project <a href="http://pushingscores.deplayer.nl/">Pushing Scores</a>, developed by Cristina and Julie, was mentioned because its development was heavily influenced by our familiarity with software, including its vulnerabilities. Pushing scores, an archive for a research project about experimental score making, was commissioned by De Player, a Rotterdam based organisation dedicated to experimental music and performance. The outcome is a database free lightweight website made using Python (Flask, Jinja and nltk) in which all the content is interlinked through the vocabulary used by De Player themselves to describe it. Each word submitted by de Player is a clickable link, offering the possibility to chose from a list of sentences containing this specific word within the whole collection to access an other item.</p> +<p><img alt="Varia XMPP federation nodes with other chat providers." src="/images/varia_s2s_federation.svg"> +<small>Varia XMPP federation nodes with other chat providers.</small></p> +<p>Ultimately, we tried to introduce and discuss our own experience to point out to strategies that can be adopted by other organizations, such as using the resources of hosting associations or solidary organizations, rather than corporate ones. Furthermore, we also tried to emphasize how the adoption of such tools have provided us with the freedom to implement some custom elements, from bots to publishing tools. We explained our attachment to free software and what other types of hosting can be (such as the ones inspired by the <a href="https://feministhacktivism.noblogs.org/post/2015/02/03/what-is-a-feminist-server/">Feminist Server Manifesto</a>). We discussed as well the value and perils of federation against the private silos of the GAFAM and the need for trusted intermediaries. Together with ODD and the audience we discussed the politics of adoption of free software and self-hosting, the issue of time investment and the issues around delegating control over services and instruments.</p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-21:/the-social-in-the-media-en.htmlarticlereportFloppy Totaal: Double Densityhttps://varia.zone/floppy-totaal-DD-en.html<p>Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine, presentations and conversations with Joak and Jason Scott and a long distance contribution by Michael Ridge. </p> +<p>The emphasis of the event lies on the concept of the floppy disk as comfort food in a "future/present shocked" digital age. In what way does working with floppy disks help us cope in a time preoccupied with "new" media and planned obsolescence? Does the floppy disk hold more content than just 1,44 MB of data? Join us to find out!</p> +<ul> +<li>workshop: 14:00 / free</li> +<li>evening: 20:00 / 5 euro</li> +</ul> +<p>Full Program:</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-19:/floppy-totaal-DD-en.htmleventfloppytotaaleventOne evening, Two launches, Three takeshttps://varia.zone/networks-of-ones-own-en.html<p>We are all very glad to invite you to the launch of the second issue of <strong>Networks of One's Own: three takes on taking care</strong> and <strong>Fed Up!</strong>, the 13th issue of the <em>Pervasive Labour Union zine</em>. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.</p> +<p><strong>Location</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Date</strong>: Saturday 28th of September <br> +<strong>Time</strong>: 19:30h - 21:30h</p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is a para-nodal<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodic publication that is itself collectively written in a network. Each of the episodes is thought of as the ‘release’ of a specific software stack, contextualised in its specific practice. The series aims to document a set of tools, experiences, ways of working that are diverse in terms of their temporality, granularity and persistence. <strong>Three takes on taking care</strong> is the second volume of this series.</p> +<p>In our activity as artists, designers and researchers working with and around free/libre open source technology based projects, we often encounter situations where collective authorship gives rise to complicated interrelationships of ownership. Specifically, these involve the practical aspects of care, maintenance, documentation and overall commitment. </p> +<p>Three of these projects, <em>homebrewserver.club</em>, <em>Bibliotecha</em> and <em>Relearn</em>, have been influential for the individual practices of those involved, but also for a wider international network of actors, including exhibition spaces, festivals, collective and both formal and informal learning communities. The maintenance of those projects, however, which is long-term and requires ongoing engagement, often lags behind since it is taken up by individuals on the basis of their ability and time.</p> +<p>This publication is the result of an act of active documentation of the networked projects developed in and around Varia. Active documentation means that we not only documented, but also revisited these projects, spending time on their maintenance and consolidation:</p> +<ul> +<li><em>homebrewserver.club</em>, a periodic gathering where people learn together and reflect on self-hosting digital content. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, a project centered on the development of local offline digital libraries for the distribution of electronic publications within small communities. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, a self-organised 'summer school' reflecting upon collective learning, that has as many teachers as it has participants. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>With this publication we hope to improve their resilience, portability, long-term sustainability and accessibility.</p> +<p>The first issue in the series was initiated by <a href="http://constantvzw.org">Constant</a> and documents the project 'Etherbox', a <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collaborative writing and documentation environment</a>. The publication included a genealogy of the events, ideas and practices in the Constant network that influenced or reversely were influenced by what eventually became known as Etherbox. This way of documenting stresses how a project like Etherbox is the work of a heterogenous network of practices that each in their way contribute to its formation.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is the 13th edition of the <strong>The Pervasive Labour Union</strong> and explores topics and issues relating to federated social networks such as Mastodon, Pleroma and Funkwhale. It was made possible by the contributions of Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p><strong>The Pervasive Labour Union</strong> zine is a project initiated by Lídia Pereira in 2015. It not only offers a low-barrier entry level for contributors wishing to express their views on corporate social networking labour, but also a low-barrier entry level for those wishing to become acquainted with these debates. It tries to gather existing knowledge and conversations, while opening up that debate and creating new discourses of user organisation and expression.</p> +<p>It brings together personal rants, academic texts, poetry, photo montages, collages, drawing, etc. Each issue represents a smaller particle pertaining to labour on social networking platforms and attempts to establish an interconnecting discourse around topics such as labour on corporate social networks, algorithmic governance, resistance and alternatives.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.en.gif" width="150px" height="auto"></p> +<p><small>This event is made possible with the kind support of the <em>Creative Industries Fund NL</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>See: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-28:/networks-of-ones-own-en.htmleventBPW Rotterdam Tenant Consultation Hours + Meet & Greethttps://varia.zone/bpw-consultation-plus-meet-and-greet-en.html<p>Dear all,</p> +<p>We are very happy to announce that a second <em>tenant consultation</em> plus <em>meet and greet</em> by Bond Precaire Woonvormen (BPW) will take place at Varia on Monday the 23rd of September. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-13:/bpw-consultation-plus-meet-and-greet-en.htmleventMusic: Able Noise, Goldblum and Piyojohttps://varia.zone/music-able-noise-en.html<p>A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.</p> +<p>Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of Alex and George. They indecisively balance themselves on the border between pop rock and noisy free jazz. With the help of tapes and by employing less consistent ways of playing their instruments, they create a somewhat minimal and rather visual musical performance.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is the monikor of Dutch artist Rik Möhlmann. The music he makes has a distinct, liberating sound, characterized by a modest and direct way of recording musical sessions in which different textures are explored. Sounds appear from left to right, as if hidden behind trees or emerging from rivers. Möhlmann uses his eccentric and inquisitive approach to music to make songs that don't necessarily behave in a narrative way. Instead, his tracks expose themselves like little paintings</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is an eye blinding duo from Middelland messing around with flea market cassette tapes and analogue synthesizers. Expect fragments of golden oldies, crippled rhythms and synthesized sounds buried in tape hiss. The duo has cut their teeth in acts like Sweat Tongue and Red Brut.</p> +<ul> +<li>door: 20:30</li> +<li>start: 21:00</li> +<li>price: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-12:/music-able-noise-en.htmlconcertablenoiseconcertCentury 21 Calling - Crystals Go To Warhttps://varia.zone/21-Crystals-War-en.html<p>Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<p>This evening we will be screening the documentary Crystal Go To War from 1943. Created by the U.S. Army Signal Corps in 1943, it shows the processes that quartz crystals have to go through before they are ready to be inserted into radios and communication equipment.</p> +<p>Quartz crystals have been part of human life for decades and since the discovery of its piezoelectric properties in the 1880's it has been a key component in modern technology.</p> +<p>Before the screening, there will be a small introduction the usage of crystals in technology. So join us on the 24 for the first screening of the 2 seasons of Century 21 Calling!</p> +<p>“Century 21 Calling” is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam.</p> +<ul> +<li>door: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>price: Donation</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:varia.zone,2019-08-24:/21-Crystals-War-en.htmlscreeningcrystalswar21st centuryBibliotecha, building and maintaining an off-line digital libraryhttps://varia.zone/curriculum-bibliotecha-en.html<h2 id="building-and-maintaining-an-off-line-digital-library">Building and maintaining an off-line digital library</h2> +<p>Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source software to serve digital publications on an open Wi-fi hotspot. Using a laptop, phone or tablet visitors can connect to it and books can be retrieved or donated via the browser. Since it is a low-power device you can power it with a USB powerbank and take it with you everywhere.</p> +<p>During the workshop we will guide participants through the installation process of a Bilbiotecha node. Participants will get introduced to the open source software stack, working with a RaspberryPi and Calibre the library management tool. This will be followed by a book sharing session and conversation where we exchange knowledge on taking care of a off-line digital community library.</p> +<ul> +<li>At the end of the workshop participants will have a basic working understanding of the command line interface, working with Linux and the RaspberryPi. </li> +<li>In addition participants will get an understanding of the ins and outs of managing collections of digital books. </li> +<li>Last but not least, participants will take home a working Bibliotecha node, ready to distribute books!</li> +</ul> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised as part of the Varia curriculum.</p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations. </p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 04 of July the latest!</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)<br> +<strong>💶</strong> Bring your own Raspberry pi workshop price: 50 euros or All materials incuded (Raspberry pi 3, power supply, sd card) price: 100 euros +(coffee, tea and cookies included)<em> <br> +</em><em>💶</em><em> Bring ebooks and pdfs you would like to share with the group<br> +</em><em>💶</em>* The workshop will be conducted in English </p> +<p><sup>*</sup> Lack of funds should not preclude participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:varia.zone,2019-05-30:/curriculum-bibliotecha-en.htmlcurriculumlibraries publishing epub pdfRelearn 2019 curvedhttps://varia.zone/relearn-2019-en.html<p>For the Rotterdam control point on this year's curved edition of Relearn, we propose to together attend to a <strong>subject zone</strong> (•) where different digital network practices intersect. This subject zone can morph into multiple directions throughout the session. Our specific interest is in how <strong>publishing formats</strong> (••) operate with/on/through this zone.</p> +<p>• There are many questions in the air when we start to speak about digital infrastructures, hosters, servers, services, networks and their technical realities. Instead of picking one and diving deeper, we thought it would be more interesting to present a range and explore different vocabularies, protocols, technologies, infrastructures. We invite you to join Relearn to stretch this zone, starting from or moving towards:</p> +<ul> +<li>digital interdependencies</li> +<li>affective infrastructures</li> +<li>homebrew networks</li> +<li>networked entanglements</li> +<li>feminist servers</li> +<li>federated networks</li> +<li>and-and-networks</li> +<li>digital autonomy</li> +<li>transitional infrastructures</li> +<li>digital selves-organisations</li> +<li>so-and-sovereignty networks</li> +<li>out-of-the-cloud thinking</li> +<li>…</li> +</ul> +<p>•• We’re curious about learning through publishing formats. The different publishing formats serve as an invitation to embed ourselves within the subject zone of digital networks. How can these formats be our morphable lenses, that we use to relearn digital networks? Starting from or moving towards:</p> +<ul> +<li>multiple readers</li> +<li>cross-readings created through algorithms</li> +<li>logbooks</li> +<li>syllabi</li> +<li>documentation</li> +<li>annotations</li> +<li>cookbooks</li> +<li>tutorials</li> +<li>README</li> +<li>bug reports</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Many sub-trajectories can emerge from here during the days, without the need of taking the same path or agreeing about vocabularies or geometries altogether.</p> +<p>The session will take place in Rotterdam and starts on Friday evening (the 7th) in a public setting, followed by two full days of relearning together.</p> +<p><strong>Friday 7th June 20:00 - 22:00</strong><br> +Relearn public evening program: embed yourself into Relearn</p> +<p><strong>Saturday/Sunday 8-9th June 10:00 - 18:00</strong><br> +Relearn sub-zone-trajectories</p> +<p>If you would like to join this Relearn session, please send an email to <a href="mailto:info@varia.zone">info@varia.zone</a> with a short motivation of your interest. We will reply to subscriptions on a regular basis, up to the <strong>26th of May</strong>.</p> +<p>Our capacities allow us to have a group of 30 relearners. Our preference goes out to people that can join the whole session (Friday evening, Saturday and Sunday). We will take care of a <em>daily vegetarian lunch</em> (please let us know about allergies or other dietary preferences). Following a tradition from previous years, we will arrange a <em>hosting network</em> in the city and find a place to stay for everyone. Please mention in the email if you need to be hosted or could host one or more relearners in your house.</p> +<p>If you would like to join us only on the Friday evening, there is no need to subscribe, just come over! :)</p> +<p><strong>Practical info</strong><br> +Date: 7th-9th June 2019<br> +Location: Varia - Gouwstraat 3, Rotterdam, The Netherlands<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Resources &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">subscribe to the Relearn mailinglist </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC channel: #relearn on Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Photographs of previous Relearn editions can be found in Constant’s gallery</a></p> +<hr> +<p><small>This event is made possible with the support of the Gemeente Rotterdam &amp; Stimuleringsfonds Creatieve Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:varia.zone,2019-05-29:/relearn-2019-en.htmllearning situationActivating an archivehttps://varia.zone/pushing-the-score-end-en.html<h3 id="publication-launch-and-performance-evening">Publication launch and performance evening</h3> +<p>At the end of last year, <strong>De Player</strong> approached <strong>Varia</strong> to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.</p> +<p>Varia contributed by developing an archival web publication where the vernacular vocabulary of De Player creates the possibilities of text-based navigation across the collection of items. The material is embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Navigating within the data structure of the archive becomes an act of score notation.</p> +<p>To test this De Player and Varia asked several artists to work with the tool and use the result as a starting point for a performance.</p> +<p><strong>Julie Boschat Thorez</strong> and <strong>Cristina Cochior</strong> will give a brief introduction to the tool, followed by <strong>Niek Hilkmann</strong>, <strong>Christine Cornwell</strong> and <strong>Robert Kroos</strong>'s score interpretations. </p> +<p>The performances will be ongoing throughout the night, you are welcome to join in at any moment.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is a Rotterdam based artist, musician and researcher with a background in art history, media design and musicology. He has a particular interest in the abstruse technological condition we are living in and the insufficient intellectual methodologies that seek to justify, or explain it. During the presentation of Pushing Scores he will utilize the spatial dimensions of Varia and recontextualize the scores created by the archive. In an ongoing performance unexpected correlations will be produced between the items in the archive and the physical surroundings in which they are represented.</p> +<p><strong>Christine Cornwell</strong> is a composer and violinist working between NL/UK with projects involving improvisation and collaborative work often combined with visual artists, dancers, opera companies or experimental TV. She is currently completing a Composition MA at Codarts with Hans Koolmees/René Uijlenhoet and her freelance work includes presenting new works for violin, collaborative residencies, workshop leading and producing/curating events in this field. From her first experiments, such as 2011’s interdisciplinary collaboration with visual artist Eddie Peake/LuckyPDF TV at London’s Barbican to 2019's experimental event 'Invitation (x)', collective creation practises are a vital meeting point which can be traced through all of her creative work between performance, production and management. </p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is a Rotterdam based musician, sound-artist and DJ working on all kinds of sound- and music related projects. For this special event he will be using the guzheng and electronics as instruments of choice.</p> +<p><strong>Date:</strong> Friday, 31 May 2019<br> +<strong>Start:</strong> 20:00<br> +<strong>Entrance:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:varia.zone,2019-05-28:/pushing-the-score-end-en.htmleventBPW Rotterdam Tenant Consultation & Introductionhttps://varia.zone/bpw-consultation-introduction-en.html<p>Dear all,</p> +<p>We are very happy to announce that members of the Union of Precarious Dwellings +(Bond Precaire Woonvormen, BPW) are organising a tenant consultation and an +introduction session at Varia on the 6th of May between 15:00 and 20:00.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other +based on the conviction that housing is a fundamental right that must be +protected.</p> +<p>Please feel welcome to join us for a day of discussion, co-learning and +reflection on the housing situation in Rotterdam, our rights as tenants and how +we can support each other to work towards solutions for more safe, secure and +affordable housing.</p> +<p>For more information on the event, please see <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">this announcement</a>.</p> +<p>To learn more about the union, please see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGreets,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:varia.zone,2019-05-02:/bpw-consultation-introduction-en.htmleventCentury 21 Calling - Safety Firsthttps://varia.zone/C21C-en.html<p>During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in the traffic? What are the dangers around the office? Where can your children play safely? These questions and many more will be addressed during this informative evening. </p> +<p>During “Century 21 Calling”, an series of screenings started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we observe the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>price: donation</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-20:/C21C-en.htmlscreeninghealthsafety21st centuryOpen Day @ Variahttps://varia.zone/openday2019-en.html<p>During the next edition of <a href="http://southexplorer.nl/">South Explorer</a> Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include <a href="https://iodinedynamics.com/">Idione Dynamic’s</a> ‘What Remains’ and Mathijs van Oosterhoudt’s <a href="https://vimeo.com/241442224">‘Strange Fruits’</a>. Furthermore, Thomas Walskaar will conduct interviews for his new project <a href="https://walskaar.com/gaming/index.html">‘Hidden Levels’</a> and Niek Hilkmann will present a new sound installation ‘Venice on the Maas’ in Varia's basement. Join us from 12 till 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-13:/openday2019-en.htmleventDear Cultural Intitiative, there is an Elephant in the Roomhttps://varia.zone/there-is-an-elephant-in-the-room-en.html<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group. </p> +<p>This workshop is a moment for some out-of-the-cloud thinking. Departing from a discussion on this situation and its causes, we will try to imagine and formulate the digital infrastructures that shape our everyday cultural practices and online socialities. The workshop will touch upon alternative tools and approaches, from federated and community-owned social media platforms, to hosting cooperatives, free software philosophy and feminist understandings of the internet.</p> +<p><strong>Date</strong>: Friday 12 April, 13:00h - 17:00h</p> +<p>This workshop is part of the Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-12:/there-is-an-elephant-in-the-room-en.htmlworkshopThe Network We (de)Served, (XPUB Special Issue #08)https://varia.zone/the-network-we-de-served-en.html<p>Dear guest,</p> +<p>We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of the group. </p> +<p>While self-hosting together we questioned our understandings of networks, autonomy, online publishing and social infrastructures, where each of us departed from a different question. We would like to share our personal (yet interconnected) routes with you, tell you a story, present our web- and printed zines, and invite you to explore our homebrewed network.</p> +<p><strong>Date</strong>: Thursday, 04 April 2019<br> +<strong>Location</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entrance</strong>: Free<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Contributors: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Brought to you by the Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) of the Piet Zwart Institute, and Varia, Centre for Everyday Technology, Rotterdam, April 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-04:/the-network-we-de-served-en.htmleventnetworksxpubinfrastructurepublishingzinesThe Call Of The Kettlehttps://varia.zone/kettle_MD-en.html<p>There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under the guise of 'The Call Of The Kettle'; the first object oriented music evening at Varia! During this event there will be performances by the following artists:</p> +<p><strong> Agente Costura and Stephen Doyle </strong> are a duo playing improvised sounds, on amplified sewing machine and drums. Constura has been playing the Singer since 2003. In the daytime she tackles unwanted clothing, transforming them into new wearable shapes. At night, the Singer joins her fellow musicians and Lisa sews to the beat of the music, improvising on clothing based on rhythm and sound. Lisa has performed extensively, for instance at The Vancouver Art Gallery, the Month of Performance Art Berlin, the Bimhuis Amsterdam, and Curitiba Fashion Week. Stephen Doyle is a drummer, living and working in Amsterdam. His sounds have previously graced the creations of Dagora, 78rpm, and many more. Together, Costura and Doyle create a percussive upcycled torrent of uniquely sculpted sound.</p> +<p><a href="www.agentecostura.blogspot.de/">Agente Costura Online</a><br> +<a href="https://soundcloud.com/stephen-doyle-drummer">Stephen Doyle on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/oey80a-7CQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Watt’s Cookin’ </strong> is composed of Zeynep Aslan, Tamara van Suylekom and Inge Hoonte who met through re#sister and rehearse at Worm. For this performance, the three have teamed up to bang, clang and tinker with everyday household items. They are currently rehearsing in Inge's kitchen with the orchestra members they’ve interested to participate, such as water cookers and coffee percolators, a knife and a cutting board, a few jars with nuts, rice, and corn, and a couple of empty jars, a mini oven, two pans, two tea spoons and an egg beater. A bread toaster and a coconut milk can are hesitant if they want to join this upbeat troupe, but they will probably fit right in!</p> +<p><strong> De Brut </strong> is a new project by Marijn Verbiesen who, according to sources, is "one of the forces that keeps the Rotterdam underground together!" She has participated in numerous projects (Sweat Tongue, Red Brut) and is active as one of the organizers of the infamous Herman concert series. Besides that Verbiesen is renowned for her tape collages that are highly personal and highly regarded by magazines like The Wire.</p> +<p><a href="https://redbrut.com/">Red Brut Online</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/pa066-UzitY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Beachcombartband </strong> is a one-man-sea-trash-band from Rotterdam, helmed by none other than Bart Koppe. He performs with a collection of marine debris, played by mechanics and by hand. He will sweep the beach and throw its garbage on your head, in a maze of audio galactic joyfulness.</p> +<p><strong> The Singing Toaster </strong> is not like other toasters, because not every toaster is able to sing. Therefore the inclusion of this one during ‘the call of the kettle’ is somewhat of an occasion. Will the burned crumbs between its heating elements be enough to warm your heart? </p> +<p><strong>Date:</strong> Friday, 15 March 2019<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30 </p>VariaFri, 15 Mar 2019 00:00:00 +0100tag:varia.zone,2019-03-15:/kettle_MD-en.htmleventeventConversas at variahttps://varia.zone/conversas-february-en.html<p>On the <strong><em>6th of February from 19:30 to 21:30</em></strong>, Varia has the pleasure to host one of the nomadic Conversas evenings.</p> +<p>Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests. </p> +<p>During the event, three Conversadores (those who start the conversation) bring something to share with the gathered group, for thirty minutes each. As the title suggests, Conversas (Conversations in Portuguese) aim at an equal set up from which both the Conversadores and the group benefit. In this series, we are challenging our guests to not use a beamer, try to be creative and use only words and/or other objects to tell their story.</p> +<p>The three Conversadores for the session at Varia are:</p> +<ul> +<li>Karla de Witte (Dutch Love Letters)</li> +<li>Clara Mendes (Nude models, postcolonialism and museums)</li> +<li>Ludovic Lacreuse (Digressions around a flag)</li> +</ul> +<p><strong>Karla</strong> is designer and educator of visual arts. <a href="www.facebook.com/pg/dutchloveletters/ +">DLL</a> started when two mothers met at a colorful schoolyard in Rotterdam. Both born and grown up in different parts of the world, sharing similar memories of New Year's Eve with waffles. Delicate and very thin made with great patience by their grandmothers. +www.instagram.com/dutch_love_letters/</p> +<p><strong>Clara</strong> has recently moved from Portugal to The Netherlands to pursue her wish to learn more about how art impacts the lives of different people. She will talk about the projects she jumped into throughout her master's program in Arts and Society whilst she was still struggling to find her way around a new city.</p> +<p>After a 3 month artist residency (State of the City, in Paviljoen aan het Water, in Rotterdam), <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> will present a flag which will be hoisted on top of the varia zone building. His conversation will be filled by digressions about different subjects more or less related to the flag.</p> +<p>The 13th series of ten <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> starts on the 7th of November and runs every other Wednesday until the 20th of March. This series is happening in different locations spread through the city of Rotterdam. It is organized by Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said and Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is a project initiated in Lisbon by Constança Saraiva and Mafalda Fernandes, in 2012. Nowadays, it's a project of many people and cities.</p> +<p>Events are open to all and the entrance is free.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:varia.zone,2019-02-06:/conversas-february-en.htmleventConversasinformalmeetingsVaria New Year's Receptionhttps://varia.zone/borrel2019-en.html<p>It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.</p> +<p>This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music.</p> +<p>Woodstone Kugelblitz will also be presenting the latest issue of L'Intolerant #18: A Really Useful Cookbook.</p> +<p>Almost everyone is welcome and the entrance is free. However, a voluntary donation of 5 euros will help us replace our window and is greatly appreciated!</p> +<p>See you there!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:varia.zone,2019-01-11:/borrel2019-en.htmleventeventChristmas at Varia - With adammmmmmmmmmmm and Logosamphiahttps://varia.zone/christmas-en.html<p>A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday themed music, warm your heart up with a hot cup of glühwein and discuss your new years resolutions like there is no tomorrow! There will be performances by:</p> +<p><strong>adammmmmmmmmmmm</strong>, also known as Adam Tuch, is an artist/musician based out of Boston. He is part of a collective called media_rins that creates and publishes work in the fields of electronic music, new media, and performance art. They organize events in the Boston area for adventurous and contemporary artists working with Hi-Fi digital tools, analogue electronics, and information media. In his work he focuses on absurdity within online/digital identities and reflexivity.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">adammmmmmmmmmmm on Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website of media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong>Logosamphia</strong> is a project of Sadra Hemati. With one foot in the French underground party scene, and another in Netherlands’ avant-garde noise performance &amp; arts world, he represents one of the few Iranian musicians active in non-mainstream electronic music. Hemati has a penchant for combining influences from both traditional &amp; modern techniques in unique and catchy arrangements.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>DJ The Sound of C</strong> brings you a dirt cheap Christmas extravaganza selected at your local thrift store. Records will be wrapped and gifts will get scratched. Everything is for free, after it’s being played. Santa comes early this year. Warm hearts only!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>See you at Varia!</p> +<p><strong>Date:</strong> Saturday, 22 December 2018<br> +<strong>Entrance:</strong> 4 euro<br> +<strong>Door:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-22:/christmas-en.htmlconcertCentury 21 Calling - I'd Buy That For A Dollar!https://varia.zone/id-buy-that-for-a-dollar-en.html<p>During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and refund instruction video’s. This will surely get you in the shopping mood!</p> +<p><strong>Century 21 Calling</strong> is a series by the collective Save_as and hosted at Varia in Rotterdam. During these screenings we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Save_as</strong> is a platform for 360 degrees media exploration by Thomas Walskaar and Léna Robin, initiated in 2017. Save_as investigates media and alternative publishing practices, to observe tensions which emanate from them. Save_as is also an independent publisher of printed and non-printed matter.</p> +<p><strong>Date:</strong> Saturday, 15 December 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> Donation</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-15:/id-buy-that-for-a-dollar-en.htmleventWelcome to the � Federation - Mastodon and The Fediversehttps://varia.zone/mastodon-and-fediverse-en.html<p>In recent years there has been a lot of dissatisfaction about social media. At the same time there has been a new platform, Mastodon, which has been gaining popularity in the way it seeks to address the sources of this unease. It looks and behaves like similar platforms, but under the hood it works substantially different ways. </p> +<p>Rather than a single service, <a href="https://joinmastodon.org/">Mastodon</a> is part of a collection of community-owned independent services that interoperate with each other. This larger set of projects is also known as the Fediverse and is compromised of vastly different softwares, cultures and attitudes.</p> +<h2 id="public-conversation">Public conversation</h2> +<p><em>A general introduction into Mastodon and the Fediverse</em><br> +Saturday 8 December 2018<br> +20:00h - 21:30h </p> +<p>On the Saturday 8th of December <a href="https://varia.zone/wttf/">Wtt�F</a> will host an evening roundtable as a general introduction into Mastodon and the Fediverse. How does it work? What are the underlying concepts? Who made it? What has been the history behind it? What kind of different communities inhabit this Fediverse? What does it mean to host such a community?</p> +<p>It will be hosted together by an administrator of a large Mastodon community and an administrator of a small Mastodon community. Both are also contributors to the fediverse. </p> +<h2 id="worksession">Worksession</h2> +<p><em>Translating and documentation of the Mastodon project</em><br> +Saturday 8 December 2018<br> +14:00h - 18:00h </p> +<p>As part of this edition of Wtt�F we will also spend the afternoon together to look at the documentation and translation of the Mastodon project. How does the translation of open source projects work? How are projects communicated? How can the technical concepts be made accessible for larger audiences without diluting their significance? </p> +<p>If you would like to join the worksession, please register in advance by sending a mail to <code>info[at]varia.zone</code>.</p> +<h2 id="practical">Practical</h2> +<p>This gathering takes place in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> and <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-08:/mastodon-and-fediverse-en.htmleventmicrobloggingmastodonactivitypubMaximum Velocityhttps://varia.zone/velocity-en.html<p>Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both speed and movement in their compositions and performances!</p> +<p>The event is comprised of the following elements:</p> +<p><strong>Bismuth</strong> is a two-man formation, made up of experimental instrument builder Yuri Landman and multi-instrumentalist Arnold van de Velde (ex-Feverdream). Together they play a space-filling amount of self-built instruments made of wood, steel, strings, motors and electronics. This colorful collection of instruments leads to a rhythmic amalgamation of experimental noise rock, dance and gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> make instant electronic compositions with self-programmed software and self-made controllers. They aim for a physical approach towards electronic music (and in particular realtime synthesis) by using objects such as bicycles, radios, FM transmitters and little solar cell synths in their performances. Their music – sometimes described as ‘improvised noise ambient’ – is influenced by the music and ideas of artists like John Cage, Tim Hecker, John Zorn and Captain Beefheart. Current members are composer/sound artist Sjoerd Leijten and ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten on the web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is a performer, artist and theologist working between Charlois and Scheveningen. For the last 10 years he has performed continuously under various monikors (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) and in a variety of setups. At Maximum Velocity he will perform a dance inspired by the concept of meditative sufi whirling, practiced by the Sufi Dervishes of the Mevlevi order. </p> +<p><a href="http://jaccoweener.nl/">More on Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> will display the hypnotic effect of rotating disks made out of vinyl at various speeds, coming into contact with a more or less stable needle. You might be surprised by the results!</p> +<p><strong>Date:</strong> Friday, 7 December 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-07:/velocity-en.htmlconcertPushing Scores with De Playerhttps://varia.zone/pushing-the-score-en.html<p>During this evening we focus on the archiving of the Pushing Scores project by <strong><a href="https://www.deplayer.nl/">DE PLAYER</a></strong>; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?</p> +<p>To communicate the project to a larger audience DE PLAYER asked <strong>Varia</strong> to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Julie Boschat Thorez, Cristina Cochior and Niek Hilkmann will explain their ideas and approach to this matter.</p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records.</p> +<p><strong>Niek Hilkmann</strong> (part of Varia) will present his <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics.</p> +<h2 id="about-pushing-scores">about Pushing Scores</h2> +<p>What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? </p> +<p>In an attempt to redefine this concept, DE PLAYER compiles a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. </p> +<p>Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.</p> +<p><strong>Date:</strong> Thursday, 29 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-29:/pushing-the-score-en.htmleventDruk: An Evening With Cantos Deus & Bohman Familyhttps://varia.zone/druk-cantos-bohman-evening-en.html<p>Because we can't always keep the pressure on, we've added a musical intermezzo during <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.en.md">Woodstone Kugelblitz: Druk In Varia</a>.</p> +<p>And what an intermezzo it is!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>For more than two decades the English <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> have been summoning a mix of unique and impure experimental music from a table stuffed with ordinary day to day objects. The mix contains fluxus elements, musique concrete and free improv. For this one evening the Bohman Brothers become a Bohman Family as they will adopt a bunch of local musicians and perform together as a nonet.</p> +<h1 id="cantos-deus">Cantos Deus</h1> +<iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p> + +<p><a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> will play a selection of no-wave, gospel, reli-pop en psychedelica worship, all in the form of an entertaining revival show. Plenty of opportunity for the audience to dance, sing and worship. The company consists of Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Saturday, 24th of November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euros</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-24:/druk-cantos-bohman-evening-en.htmleventmusicfluxusimprovrevivalWoodstone Kugelblitz: Druk in Variahttps://varia.zone/woodstone-kugelblitz-druk-in-varia-en.html<p>Some things are more useful to know than others. </p> +<p>On the 23rd, 24th and 25th of November during <em>Woodstone Kugelblitz: Druk in Varia</em> we will make a Really Useful Knowledge Cookbook. A manual to be more an actor and less a consumer in your day to day affairs. The cookbook brings together recipes and instructions from the practice and theory of daily life. </p> +<p>This three day convivial book sprint is about exchanging knowledge on analog printing techniques, eating together, sharing of recipes for and from daily life, discussing Really Useful Knowledge, hanging out and editing and designing the publication.</p> +<blockquote> +<p>'What we want to be informed about is how to get out of our present trouble' +<small>Poor Man's Guardian</small></p> +</blockquote> +<h2 id="a-call-for-really-useful-recipes">A Call For Really Useful Recipes!</h2> +<p>For this event we are looking for DIY-advice, tips and tricks, that need to be inscribed in our collective memory as part of this recipebook. We already have recipes about raising toddlers without diapers, blocking online advertising and making of hot sauce based on lactic fermentation!</p> +<p>All of your recipes for daily life are very welcome! </p> +<p>These can be submitted just as text or as already designed pages.</p> +<p>Please send us recipes for the book by email(info[at]varia.zone) or by post (Gouwstraat 3, 3082 BA, Rotterdam) before <strong>November 15th</strong>.</p> +<p>You can also submit via this Really Useful Etherpad: <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="about-the-book-sprint">About the book sprint</h2> +<p>If you are interested in participating in the book sprint you can also drop us an email (info[at]varia.zone). Please note that to ensure continuity we prefer you to join the full three days. </p> +<p>We will have the following machines on site:</p> +<ul> +<li>Riso automatic A3 with black and blue ink</li> +<li>A0 Roll inkjet plotter </li> +<li>A0 Roll pen plotter</li> +<li>A4 b/w laser printer</li> +<li>Dot matrix printer</li> +<li>automatic stencil copy printer -&gt; yellow and black ink </li> +<li>manual stenciling machines -&gt; red, green, blue, black ink </li> +<li>Fax machine (can be used to make stencil masters)</li> +<li>Telex FS200 Teletypewriters</li> +<li>Thermal receipt sprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-23:/woodstone-kugelblitz-druk-in-varia-en.htmleventprintcollaborationreally useful knowledgerecipe bookRecycleReduceReuse and where is Repair Workshop (full)https://varia.zone/recycle-reduce-reuse-en.html<p>Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each have their own impact on the economy and environment. Among others, some relevant questions arise from this matter:</p> +<ul> +<li>What values construct our contemporary attitude towards waste? </li> +<li>Is it perhaps an obsession with utility? </li> +<li>What are the artistic merits of repair?</li> +</ul> +<p>In this workshop, hosted by Yoana Buzova and Niek Hilkmann, we will take a look at the implications of recycling (electronic) waste. This will happen in a hands-on workshop in which we will visit places where ‘waste’ is being gathered and turn the concept of repair and recycle upside down. Departing from the idea that uselessness, like a haiku poem, contains a certain subversive potential, we will rework a utility object into something quite useless.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address before the 19th of November!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 22 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-22:/recycle-reduce-reuse-en.htmlcurriculumrepairChoreo-Graphic-Hypothesis Book Launchhttps://varia.zone/choreographic-en.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Find here a sneak preview of the publication at: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Come dance along ~</p> +<hr> +<p><strong>Date</strong>: Thursday, 15th of November 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is a graphic designer, coder, researcher - with background in dance. Her trans-disciplinary project interweaves media design and web environments with choreographic practices. Chicau has been researching the intersection of the body with the constructed, designed, programmed environment, aiming at in widening the ways in which digital sciences is presented and made accessible to the public. She has been actively participating and organizing events with performances involving multi- location collaborative algorithmic improvisation, open discussions on gender equality and activism. +She is a member of Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-15:/choreographic-en.htmleventLooking Back - Varia Anniversaryhttps://varia.zone/anniversary-en.html<p>It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat. </p> +<p>You are welcome to join us, feast on our exclusive varia drinks and enjoy nostalgic memories of varia's past and future! </p> +<p>Thanks to the DJ skills of Newk and DJ USB, plus the rare appearance of the varia karaoke set, this will surely be a night to help you remember!</p> +<p><strong>Date:</strong> Friday, 9 November 2018<br> +<strong>Door:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-09:/anniversary-en.htmlpartyInter-Planetary File System unearthedhttps://varia.zone/curriculum-ipfs-en.html<h2 id="off-the-centralitarian-http-path">Off the centralitarian HTTP path.</h2> +<p>In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary File System (IPFS) protocol constitutes one of these attempts: a distributed file system that seeks all computing devices with the same system of files for storing and sharing.</p> +<p>IPFS has raised the interest of many communities, from archivists to activists. Versioning, resiliency and availability make it a useful infrastructure builder for digital archivists, while its distributed nature has enabled groups of people to circumvent censorship. For instance, the 2017 referendum website of Catalonia, which was mirrored on IPFS after the original website was shut down by the Spanish government. </p> +<p>During this workshop, we will look at the successes, the pitfalls and the potential of this protocol. We will install it, go through the basics, discuss how it differs from other P2P protocols like dat and what types of usage it enables.</p> +<ul> +<li>This workshop will last for 8 hours and a laptop will be necessary.</li> +<li>Prior knowledge of command line would be good, but is not obligatory. </li> +</ul> +<p>This workshop is an initiative by Julie Boschat Thorez, Silvio Lorusso and Cristina Cochior.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 29th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 01 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-01:/curriculum-ipfs-en.htmlcurriculumIPFSnetworkstopologyLife Hacks: Spacehttps://varia.zone/lifehacks-en.html<p>What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or yet another burden? Together with author and designer François Girard-Meunier, the WORKNOT! collective (Arvand Pourabbasi and Golnar Abbasi), Varia, the Centre for Everyday Technology (represented by Roel Roscam Abbing, Manetta Berends and Niek Hilkmann) and XPUB (the Experimental Publishing program of the Piet Zwart Institute), we will tackle these and more questions during an evening dedicated to spaces that are at once entrepreneurial and precarious.</p> +<p>Life Hacks is part of Het Nieuwe Instituut’s fellowship program around the theme of ‘burn out’. As 2017 fellow Ramon Amaro states, <em>“on the one hand, to ‘burn out’ is to stall, break, or become otherwise unusable. In other words, processes, procedure and participation simply stop working. On the other hand, ‘burn out’ is an opportunity to break open, promote action and catalyse change towards new structures and relations.”</em> </p> +<p>Life Hacks manifests in a series of gatherings that respond to this ambivalence by exploring the approaches and techniques adopted to design or redesign life against the backdrop of growing precarity and an intensified entrepreneurial regime. </p> +<p>Together with theorists, practitioners and XPUB, the Experimental Publishing program of the Piet Zwart Institute, Life Hacks looks into the tensions and releases that emerge from the constant reinvention and progressive self-optimization necessary to inhabit public and private space, manage time and productivity, and tweak one's own thoughts and feelings.</p> +<p>Life Hacks is curated by Silvio Lorusso, and jointly organized by HNI’s Research Department and XPUB.</p> +<hr> +<p><strong>Date</strong>: Wednesday, 31st of October 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Donation</p> +<hr> +<p>Roel Roscam Abbing (NL) is an artist and researcher whose work engages with the issues and cultures surrounding networked computation. He engages with themes such as network infrastructures, the politics of technology and do-it-yourself approaches. He holds an MA Networked Media from the Piet Zwart Institute in Rotterdam and a Fine Arts BA from the Willem De Kooning Academy. Currently he also works as a teacher in Digital Media at the department of Graphic Design in Artez, Arnhem. He is also a member of the homebrewserver.club and Varia. <a href="https://roelof.info">https://roelof.info</a></p> +<p>Manetta Berends (NL) is a graphic designer with an interest in networked publishing &amp; free software. Her practice is rooted in practical investigations into the sociality of software related to publishing infrastructures. Besides working on commissions, projects and workshops, Manetta is also member of Varia. <a href="https://www.manettaberends.nl">https://www.manettaberends.nl</a></p> +<p>François Girard-Meunier (CA/NL) is interested by the performativity and politics of labour in the contemporary western post-fordist context. Graduated from the Graphic Design department of the Gerrit Rietveld Academie (2015) and the Critical Studies department of the Sandberg Instituut (2018), he works mainly in the cultural field as a designer, web developer, writer and so on. Recent projects include <em>Flexible Bodies</em> (2017), at the Tallinn Photomonth 17, and <em>Talent at Work</em> (2017), in collaboration with Mirjam Reili and re-published in the context of Signals From The Periphery (EE). He is based in Amsterdam, where he runs the Office for Workspace Studies and self-publishes. <a href="http://www.francoisgm.com/">http://www.francoisgm.com/</a></p> +<p>Niek Hilkmann (NL) is an artist with a background in media design, art history and musicology. After graduating from the Piet Zwart Institute in Rotterdam, he started collaborating with various institutes, designers and artists on the fringe of speculative design, science fiction, media archeology and extratonal music. Besides being the curator of events such as "Floppy Totaal" and "De Grote Hoop", he is also one of the core members of Varia, the conductor of an amateur avant-garde orchestra, the editor of the UNI Graphical Notation System, a part-time dodologist and the creator of one of the first moving panoramas since the nineteenth century. <a href="https://niekhilkmann.nl/">https://niekhilkmann.nl/</a></p> +<p>Varia (NL) is a Rotterdam based initiative focused on working with, on and through everyday technology. At its core the initiative aims to be a social infrastructure from which to collaboratively facilitate critical understandings on the technologies that surround us. The initiative is a membership-based organisation striving to become a space for questions, opinions, modifications, help and action. <a href="http://varia.zone/">http://varia.zone/</a></p> +<p>WORKNOT! (NL/IR) is a Rotterdam-based independent open collective that works to create a platform for the representation of the life and work of today’s cognitarians. It works with seemingly banal, yet extreme (and political) conditions that shape our today’s contemporary forms of living and working. The collective consists of Arvand Pourabbasi and Golnar Abbasi, researchers/designers/makers with a background in architecture and art. Since its foundation in Tehran (2012), it has worked in a variety of context through a broad range of collaborations, and has created workshops, exhibitions, performances, images, writings, lectures and publications. <a href="https://worknot.info/">https://worknot.info/</a></p> +<hr> +<p><em>Cover image: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:varia.zone,2018-10-31:/lifehacks-en.htmleventThe Big Bounce - Century 21 Callinghttps://varia.zone/the-big-bounce_century-21-calling-en.html<p>During our third screening of Century 21 Calling, we will be taking a +look at the development of satellite communications. From the shiny orbs +of the 1950s to our present day SATCOM systems.</p> +<p>How do they work? How do they get into space? What happens when the +systems break down? Why are there no more shiny orb satellites in space?</p> +<p>This and many more questions will put into the light of today, via the +present.</p> +<p>Later in the evening you can join mmths on a trip through the radio +spectrum, to listen to the satellite pirates in GEO Oribt and drown in +the noise of the static and signals of ghost satellites.</p> +<p>mmths is a sound artist currently based in Rotterdam. In his practice, +he often is fascinated by outer space activities. His current research +deals with harvesting satellite transmissions and signal hunting as a +tool for exploring live performance and composition.</p> +<p>In a series of screenings called “Century 21 Calling” we will have a +look at archival industrial films, corporate infomercials, tv reports +and historical documentary of yesterday that shaped the imagination of +tomorrow and we hold it up to the light of the present.</p> +<p>“Century 21 Calling” is an event by the collective <em>Save_as</em> and hosted at +Varia in Rotterdam.</p> +<p><strong>Date</strong>: Saturday 20th of October 2018<br> +<strong>Doors open</strong>: 20:00h<br> +<strong>Start screening</strong>: 20:30h<br> +<strong>Performance</strong>: 21:30h<br> +<strong>End of the evening</strong>: 23:00h<br></p> +<p><strong>Entree</strong>: Donation</p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-20:/the-big-bounce_century-21-calling-en.htmlscreeningIn the Beginning ... Was the Commandlinehttps://varia.zone/curriculum-command-lines-en.html<h2 id="on-text-encodings-and-command-lines">On text, encodings and command lines.</h2> +<p>The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing one thing and doing it well. These small programmes can be 'chained' together into pipelines capable of processing any type of data or text. These pipelines are a way of quickly producing unique and custom toolsets providing a wide range of creative opportunities.</p> +<p>In this workshop we will focus on command line tools in relation to plain text. During the day we will dive into the social-cultural history of the command line interface, explore the materiality of plain text on a computer and discover a wide range of command line tools.</p> +<ul> +<li>No prior knowledge of programming is required, but note taking skills are essential. </li> +<li>Computer / Laptop is necessary. </li> +</ul> +<p>This workshop is initiated by Roel Roscam Abbing and Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? There is still space for a few participants. Please send us a short email on the info[a]varia.zone email address at the 15th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 18 October, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of funds should not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-18:/curriculum-command-lines-en.htmlcurriculuminterfacingThe Key to Casio (and Yamaha too)https://varia.zone/casio-en.html<p>In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio’s Rapman</a> to <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio’s Dadada</a>! </p> +<p>The event is comprised of the following elements:</p> +<p><strong>Dion &amp; The Magic Chords</strong> is the lovechild of casio freaks Dion Woestenburg and Griffin Stuip and sounds like the toybox equivalent to your favourite progressive acts, such as Jean Michelle Jarre and Yes. With the help of stunning visuals and a wild arrangement of casio’s and yamahama’s they will bring your mind towards the next level of levitation</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>ZOONTOON</strong> is een Nederlands muzikant/kunstenaar. Hij maakt gebruik van een loopstation en de presets op een kleine zelf bewerkte SK-1 Casio keyboard om te experimenteren met Noord-Afrikaanse ritmes, geluid verstoringen en melodieen.</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>M. Klein</strong> is also known for his work in Sweat Tongue, Lewsberg, Eklin and his label De Hef. Inspired by Satie and Fauré he decided to compose some minimalist electronic piano compositions. At Varia M. Klein will perform these with the help of his Yamaha PSS-170 and who knows what else? </p> +<p><strong>Listentomerijn</strong> is the pseudonym of Merijn van Ham. What has not been said about him? This renowned Rotterdam DJ will prove his skills once more; this time behind the keys and maybe some drumpads too. What kind of drumpads? Those of the Casio MT205 course! Would you expect anything less? </p> +<p><strong>Casio Show and tell</strong>; Interluding the way, there will be a series of keyboard presentations that showcase the many shapes and sizes these instruments have taken throughout the years. The show and tell will be presented by none other than Lídia Pereira and her assistant, Niek Hilkmann. Want to present a keyboard yourself? Send an email to: info@varia.zone</p> +<p><strong>Date:</strong> Friday, 12 October 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-12:/casio-en.htmlconcertConsiderate Cake Confection (full)https://varia.zone/considerate-cake-en.html<p>In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we be analysing the origins of specific ingredients and recipes, we will also focus on the political economy and class dynamics that engender taste and ingredient accessibility. The actual confection of this cake will provide us with an opportunity to hack into the requirments involved in such practices and turn the table around.</p> +<p>The workshop will be divided into two practical phases: the recipe analysis phase and the cake baking phase. During the recipe analysis phase we will be looking at each of the required ingredients of our cake of choice and evaluate whether they meet our 'considerate' standards. If they don't, we will consider possible alternatives. During the cake baking phase participants will actually bake the cake, according to our new considerate recipe.</p> +<p>Considerate Cake Confection is an initiative by Lídia Pereira and Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 8th of October the latest!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 11 oktober, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-11:/considerate-cake-en.htmlcurriculumcakeConcert: Crimson Butterfly, Evamuss and St. Fractaliumhttps://varia.zone/crimson-en.html<p><strong>Crimson Butterfly (Russia)</strong> is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop with two lead singers, and currently the band returned to what it had started with: improvisational abstract electronic. The band makes very intense and hypnotic music with dance and ambient elements, improvisational by nature. People often call it "experimental". Crimson Butterfly love to give concerts and play at any venues from vaults to museums in any cities from Balashikha to Barcelona. Their faces are so beautiful that they hide them behind the masks and all their unforgettable shows are always accompanied by hipnotic visual sequences.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>Evamuss (Peru/The Netherlands)</strong> was a project of the Peruvian Chrs Galarreta (aka: Sajjra, DiosMeHaViolado, Tica, among others alias). This project was very active in the underground Lima scene between 1997-2003. Evamuss have 9 solo albums published on very limited editions, also appears in a lot of collaborations and compilations of that period. At the beginning Evamuss used home made amps, oscillators, pedal effects and toy keywords , last years it will include the misuse of computer and the pirate software. Error and non-functionality were welcome in its process. On November 2017, Evamuss resurrects with a pair of self-hacked synth toys, some effects, hand made sequencers furbished in collaboration with some hackers in Paruro (the legendary electronic black market's in Lima City). In the current days its sounds mutated towards a warm and humid analog jungle. Its recent - 2018- assaults included tours between Portugal, Spain, Lithuania, Russia, The Netherlands and a publication of a release in Favela Discos (Porto).</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>St. Fractalium (Russia)</strong> St.Fractalium is an audio-visual duo from Nizhniy Novgorod, Russia, residents of local cult place Black Ho. Inspired by bands like Autechre and Coil, and having impressive experience in various musical projects, the guys bring the light of Saint Fractalium, an enlightening nectar for those are tired of conventional music, using only computers and controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Organized by <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Date</strong>: Friday, 14 September 2018<br> +<strong>Entrance</strong>: 3 euro (donation) <br> +<strong>Door</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:varia.zone,2018-09-14:/crimson-en.htmlconcertStreaming The Techno-Galactic Guide to Software Observation Stream @ variahttps://varia.zone/techno-galactic-guide-book-launch-streaming-en.html<p>"<em>The Techno-Galactic Guide to Software Observation</em> is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and improvisational service architectures, of any and all things that you can and cannot imagine needing in a techno-galaxy." </p> +<p><em>The Techno-Galactic Guide to Software Observation</em> gathers methods from the <em>Techno-Galactic Software Observatory</em>, a worksession that took place in June 2017 at the Constant headquarters in Brussels. It was collectively edited by Carlin Wing, Martino Morandi, Peggy Pierrot, Anita Burato, Christoph Haag, Michael Murtaugh, Femke Snelting, Seda Gürses and designed by Christoph Haag.</p> +<p>The book-launch can be attended online at <a href="http://observatory.constantvzw.org/stream">http://observatory.constantvzw.org/stream</a> or offline at the WTC25 in Brussels. </p> +<p>For those who are not able to go to Brussels to attend the book launch, we will be projecting the event in varia!</p> +<p>Original announcement: <a href="http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html">http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html</a></p> +<ul> +<li>Date: Friday, 07 September 2018</li> +<li>Start: 19:00 (sharp)</li> +<li>End: 20:30</li> +</ul>VariaFri, 07 Sep 2018 00:00:00 +0200tag:varia.zone,2018-09-07:/techno-galactic-guide-book-launch-streaming-en.htmlnewsstreamingbook launchConstantConcert: Matheus Silva and Theo Krantz Album Releasehttps://varia.zone/Silva-and-Krantz-en.html<p>Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which blends ambient synthesizer work with tape sounds and the human voice.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's bandcamp page</a></p> +<p>Matheus Silva is an electronic artist originating from Brazil. From his start as a musician in the Florida hardcore punk scene in 2011, he eventually moved onto producing electronic music as a solo artist. With an eclectic musical background, he draws inspiration from various genres of music such as ambient drone and hip hop to produce a unique sound.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva on Soundcloud</a></p> +<p><strong>Date</strong>: 17 August 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Door</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:varia.zone,2018-08-09:/Silva-and-Krantz-en.htmlconcertWhat Remains - Final Playtesthttps://varia.zone/what-remains-final-playtest-en.html<p><em>It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p>What Remains is a new darkly humorous 8-bit homebrew adventure video game for the 1985 Nintendo Entertainment System (NES), and developed by Iodine Dynamics. The game is currently in final development and will be released for free in 2018. By free we mean a free of charge NES ROM download, and we will publish the source code and assets of the game and tools we used. A limited edition of physical cartridges for the NES and the Famicom, using recycled hardware, will be also be produced.</p> +<p>During the development of the game Iodine Dynamics has worked with Het Nieuwe Instituut for preliminary research, and V2_ for hosting the early playtests. +On June 22, Varia will host the last playtest for the game, and we are looking for players to come and give us feedback one last time!</p> +<p>Come save the planet and join us the evening of June 22!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>Starting at 19:00h<br> +Ending around 22:30h</p> +<hr> +<p><small>What Remains is made possible with the support from creative industries fund nl.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-14:/what-remains-final-playtest-en.htmleventvideo gameWhat a website can behttps://varia.zone/what-a-website-can-be-en.html<p>When considering how to design a website for varia, our<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> mutual but implicit understanding was not to <em>just</em> make a site. But rather that there was a potential for the process of site-making to become a process of exploring what a website can be. Exploring how one could do web publishing in a self-hosted<sup id="fnref:2"><a class="footnote-ref" href="#fn:2">2</a></sup>, minimal<sup id="fnref:3"><a class="footnote-ref" href="#fn:3">3</a></sup>, portable<sup id="fnref:4"><a class="footnote-ref" href="#fn:4">4</a></sup>, documented<sup id="fnref:5"><a class="footnote-ref" href="#fn:5">5</a></sup>, FLOSS<sup id="fnref:6"><a class="footnote-ref" href="#fn:6">6</a></sup> and playfull<sup id="fnref:6b"><a class="footnote-ref" href="#fn:6b">7</a></sup> way. In a way that connects to the multiplicity of practices that varia consists of. This text is the beginning of an attempt to make explicit and put to words some of the ideas and questions that drove this process. In the spirit of release early, release often we will publish a series of texts as we develop this site. Hopefully this can trigger questions on web design in the conceptual sense, not as a practice only involved with visual language, but as a practice considering on-line publishing ecosystems. One of the fundamental choices we made early on was to use a static site generator as our publishing tool, so we'll start by introducing the concepts of both 'static site' and 'generator'.</p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>The varia website unfolding over time.</small></p> +<h2 id="static-site">Static site</h2> +<p>Varia.zone is a <em>static</em> website. A static website is a 'traditional' website where all the content consists of HTML documents on the server's hard disk. In our case these are generated through Pelican<sup id="fnref:7"><a class="footnote-ref" href="#fn:7">8</a></sup>, which is a collection of Python<sup id="fnref:8"><a class="footnote-ref" href="#fn:8">9</a></sup> scripts and plugins<sup id="fnref:9"><a class="footnote-ref" href="#fn:9">10</a></sup> to turn unstyled plain text into HTML pages. </p> +<p><img alt="varia.zone" src="/images/static-dynamic.svg"> +<small>Schematic overview of the main differences between a static and a dynamic website.</small></p> +<p>This way of working can be understood to be different to 'more modern' websites. These modern methods use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits the site, it gets generated on demand. </p> +<p>A static website instead gets generated once and exists as a set of documents. They are always there, not only when a visitor visits the page. Like the tree in the forest that also falls when nobody is there to hear it. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. A website based on storage has some advantages for performance, security, portability and reproducibility that we will address in detail later in the series. </p> +<p>The static website is supportive to another idea we would like to push for: independent, self-hosted services. Since a static website requires less resources, one can do with a not-so-powerful, energy efficient server to host them. This opens up the possibility to (economically) serve the site directly from our space, which we currently do. </p> +<p><img alt="The varia server in the space, where various self-hosted services are installed." src="/images/varia.server.jpg"> +<small>The varia server in the space, where various self-hosted services are installed.</small></p> +<p>In general hosting a server from one's own space introduces some security concerns. These are however partly mitigated by a static site, because it doesn't use server side languages. That also means the web server doesn't become a liability in terms of exploitable plug-ins or databases like in popular systems such as Wordpress. Once it has been generated, it is very much a case of set and forget.</p> +<p>In essence the minimal file-based website is contrary to a cloud mentality, where the material circumstances of the hardware and hosting location are made irrelevant (for the cloud/vps customer) meaning that any 'service' can be 'deployed', 'scaled' 'migrated' etc. Our approach instead informs what can be hosted based on the material circumstances of the server. The choice to self-host this website is a start for us to think about what it means to base web design decisions on a specific situation in terms of hardware and hosting location. </p> +<h2 id="generator">Generator</h2> +<p>The static HTML documents that together make the varia website are not manually written in the html language, but are generated out of a set 'plain text'<sup id="fnref:10"><a class="footnote-ref" href="#fn:10">11</a></sup> documents. This <em>generating</em> aspect allows for multiple ways to engage with the texts and images that we publish. It is a promising way to think about possible transformations of plain text into not just web pages but different media altogether. </p> +<p>One of the needs for transformability comes from the fact that our website exists in a context where usage of the web has atrophied to the point where one is required to publish on or via social media in order to reach an audience at all. However, politically we are not interested in dedicated profiles on social media platforms for our organization. This is a clear decision driven by a strong desire to self-host and own our content, yet allowing to let that content be referred to comfortably within social media as well. The technique of the generator allows us to do this<sup id="fnref:11"><a class="footnote-ref" href="#fn:11">12</a></sup>. </p> +<p>Working with generative processes also triggers our interest and enthusiasm for exploring other publishing tools. One can imagine a single text or article morphing into widely different media such as calendar entries, RSS feeds, email newsletters, posters, etc. Each of these introducing their own potentials for playful aesthetics, reading experiences and publics. This is on the one hand interesting as a form of automation that reduces (or better: re-uses) work, but more importantly as a process which necessarily will introduce new 'forms' and aesthetics.</p> +<p><img alt="This article in its plain text 'view', showing the markdown mark-up language." src="/images/what-a-website-can-be.markdown.png"> +<small>This article in its plain text 'view', showing the markdown mark-up language.</small></p> +<p>At the center this processes relies heavily on the habit of writing in markdown, a mark-up language that allows one to add styling information to plain text, so that it can be read by both people and a variety of tools. The markdown files can be archived using versioning tools<sup id="fnref:12"><a class="footnote-ref" href="#fn:12">13</a></sup> or easily converted into different formats using generators. The content of the website, in its 'raw' form, can therefore be read by many other softwares across (historical) operating systems or included in other workflows, and thus stay open for potential reuse and long-term re-accesibility. Using this process makes it possible for our source files to remain simple, fluid and archivable. </p> +<h2 id="concluding">Concluding</h2> +<p>Revisiting static sites and taking all these small steps feels like going back in time. However, revisiting web-development basics in this sense becomes a vehicle for understanding the web of these days. To get a sense of the compound choices that have sedimented over time into 'web design' practices and that remain opaque when using ready made frameworks. Creating an on-line publishing work flow from ground up instead allows one to explore the potentials and challenge the conventions of what a website should be. </p> +<hr> +<p><strong> To unpack the website ... </strong></p> +<p>This folder of Pelican scripts, markdown documents, images, template and css files ...</p> +<p><a href="https://git.vvvvvvaria.org/varia/varia.website">varia.website.git</a><br> +├── content/<br> +|&nbsp;&nbsp;&nbsp;└── post1.en.md<br> +|&nbsp;&nbsp;&nbsp;└── post1.nl.md<br> +├── LICENSE<br> +├── Makefile<br> +├── output<br> +├── pelicanconf.py<br> +├── pelican-plugins<br> +├── plugins-custom<br> +├── publishconf.py<br> +├── README.md<br> +└── themes<br></p> +<p>... generates the following output folder ...</p> +<p>output/<br> +├── author/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/author/varia.html">varia.html</a><br> +├── <a href="https://varia.zone/categories.html">categories.html</a><br> +├── category/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/category/event.html">event.html</a><br> +├── <a href="https://varia.zone/en/">en/</a><br> +|&nbsp;&nbsp;&nbsp;└── feeds/<br> +|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/feeds/all-en.rss.xml">all-en.rss.xml</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/century-21-calling.html">post1.en.html</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/algologs.html">post2.en.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/itisasif.html">post3.en.html</a><br> +├── <a href="http://varia.zone/events.ics">events.ics</a><br> +├── feeds/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/feeds/all.rss.xml">all.rss.xml</a><br> +├── images/<br> +├── <a href="https://varia.zone/">index.html</a><br> +├── pages/<br> +│&nbsp;&nbsp;&nbsp;├── <a href="http://varia.zone/pages/about.html">about.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/pages/stream.html">stream.html</a><br> +├── <a href="http://varia.zone/century-21-calling.html">post1.nl.html</a><br> +├── <a href="http://varia.zone/algologs.html">post2.nl.html</a><br> +├── <a href="http://varia.zone/itisasif.html">post3.nl.html</a><br> +└── theme/<br></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Varia works via different thematic work groups, one which is concerned with its website. We use the word 'group' here, which only works if you consider two people to be a group already. Current website work group members are Roel Roscam Abbing &amp; Manetta Berends.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +<li id="fn:2"> +<p><em>Self-hosting culture</em> as a way to speak about network infrastructures and preferences. This is also the main subject of the <a href="https://homebrewserver.club">homebrewserver.club</a>, a group for discussions, learning and reflection on the practice of hosting a server from home.&#160;<a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">&#8617;</a></p> +</li> +<li id="fn:3"> +<p><em>Minimal</em> not as in minimalism in design but rather understood as simple/low-tech/appropriate technologies, understood in (some) aspects of <a href="http://go-dh.github.io/mincomp/">Minimal Computing</a>.&#160;<a class="footnote-backref" href="#fnref:3" title="Jump back to footnote 3 in the text">&#8617;</a></p> +</li> +<li id="fn:4"> +<p><em>Portable</em> in the sense that it allows for multiple transformations and media, generated by various tools and distributed to various contexts and publics.&#160;<a class="footnote-backref" href="#fnref:4" title="Jump back to footnote 4 in the text">&#8617;</a></p> +</li> +<li id="fn:5"> +<p>What does a <em>documented</em> process mean? For whom? Currently the varia website is translated into two different languages (dual NL/EN), but documenting can also refer to other types of languages like explanatory articles such as this one, to accompany a work-in-progress to enable further reading than rather just 'reading the code'.&#160;<a class="footnote-backref" href="#fnref:5" title="Jump back to footnote 5 in the text">&#8617;</a></p> +</li> +<li id="fn:6"> +<p><em>FLOSS</em>, or Free Libre and Open Source Software, refers to free culture communities and the use of free licenses.&#160;<a class="footnote-backref" href="#fnref:6" title="Jump back to footnote 6 in the text">&#8617;</a></p> +</li> +<li id="fn:6b"> +<p>The context of varia creates a <em>playful</em> space that enables us to experiment with different tools, modes of address and publishing work flows.&#160;<a class="footnote-backref" href="#fnref:6b" title="Jump back to footnote 7 in the text">&#8617;</a></p> +</li> +<li id="fn:7"> +<p>Pelican is static site generator software written in Python, <a href="https://blog.getpelican.com/">getpelican.com</a>.&#160;<a class="footnote-backref" href="#fnref:7" title="Jump back to footnote 8 in the text">&#8617;</a></p> +</li> +<li id="fn:8"> +<p>Python is a commonly used object-oriented programming language, <a href="https://python.org">Python</a>.&#160;<a class="footnote-backref" href="#fnref:8" title="Jump back to footnote 9 in the text">&#8617;</a></p> +</li> +<li id="fn:9"> +<p>We use both <a href="https://github.com/getpelican/pelican-plugins">the plugins made by the pelican community</a> and <a href="https://git.vvvvvvaria.org/varia/plugins-custom">our own custom ones</a>.&#160;<a class="footnote-backref" href="#fnref:9" title="Jump back to footnote 10 in the text">&#8617;</a></p> +</li> +<li id="fn:10"> +<p><em>"Plain text identifies a file format and a frame of mind. (...) [A] kind of a systematic minimalism when it comes to our use of computers, a minimalism that privileges access to source materials, ensuring legibility and comprehension."</em> - A quote from: Plain Text, the poetics of Computation (2017), by Dennis Tenen - Stanford University Press&#160;<a class="footnote-backref" href="#fnref:10" title="Jump back to footnote 11 in the text">&#8617;</a></p> +</li> +<li id="fn:11"> +<p>For example by generating meta tags in our web page following <a href="http://ogp.me/">Open Graph</a> or <a href="https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards.html">Twitter Cards</a>. These provide previews of one's page when a link is published on social media or in mobile apps. Right click on any page and view source to have a look. The OG headers are at the beginning in the <code>&lt;meta&gt;</code> tags.&#160;<a class="footnote-backref" href="#fnref:11" title="Jump back to footnote 12 in the text">&#8617;</a></p> +</li> +<li id="fn:12"> +<p>The source files of the varia website are stored in and tracked by a Git versioning system. You can access these files through this <a href="https://git.vvvvvvaria.org/varia/varia.website/commits/branch/master">Gitea interface</a>, where you can read the markdown documents and follow the changes that are being made. For example: this article can be found <a href="https://git.vvvvvvaria.org/varia/varia.website/src/branch/master/content/what-a-website-can-be.en.md">here</a>.&#160;<a class="footnote-backref" href="#fnref:12" title="Jump back to footnote 13 in the text">&#8617;</a></p> +</li> +</ol> +</div>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-13:/what-a-website-can-be-en.htmlarticleworkgroupwebpublishingMoving Monument - Presentationhttps://varia.zone/monument-en.html<p>Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or some other historical event, donated by the municipality or a patron. Unfortunately, Charlois currently has no working fountain. Niek Hilkmann and Anne Kolbe want to remedy this shortcoming and temporarily give Charlois a mobile fountain that is not tied to a single place or interpretation. After an opening ceremony, held on the 2nd June around 13:00, next to Varia, the fountain can be seen during the weekends of the Charlois Speciaal festival, in search of new meaning and appreciation.</p> +<p>Opening Ceremony: 2 June / 13:00-14:00<br> +On Display: 2,3, 9 and 10 June / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:varia.zone,2018-05-28:/monument-en.htmlpresentationfountainarchitecturepresentationWelcome to the � Federation - The Ecosystem is Movinghttps://varia.zone/the-ecosystem-is-moving-en.html<p>On the 1st and 2nd of June Varia will host <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, a lecture by and worksession with Daniel Gultsch about federated instant messaging, open source software and the sustainability of open systems.</p> +<ul> +<li>June 1st, 19.00 - 22.00 - introduction to XMPP and lecture by Daniel Gultsch</li> +<li>June 2nd, 10.00 - 18.00 - hands on worksession on design and federated chat systems. <br>Please register for the worksession via <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is the developer behind <a href="https://conversations.im">Conversations</a>, an open source instant messaging application for Android. In 2014, he decided to work full time on Conversations and try to make a living from it. Rather than starting from scratch with Conversations, he built it as a client for the existing federated messaging protocol XMPP.</p> +<p>Since an XMPP messenger can, in a way, only be as good as the entire ecosystem, Daniels work on Conversations also meant work on expanding and improving that larger XMPP ecosystem. This work includes helping to draft and implement protocol standards, such as OMEMO, a modern and user-friendly end-to-end encryption based on Signal's protocol. He also contributed code to other XMPP servers and clients in the ecosystem to bring them up to speed with modern uses. Additionally, <a href="https://gultsch.de/xmpp_2016.html">through his critical essays</a> he is a vocal defender of XMPP and open standards in general.</p> +<p>Conversations is notable because, through its continuous focus on user experience, design and security it has garnered a lot of interest for both itself and the XMPP ecosystem as a whole. This makes it an interesting example to talk about what the design field could potentially contribute to critical software practices.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support of <a href="https://varia.zone">Varia</a> and <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:varia.zone,2018-05-20:/the-ecosystem-is-moving-en.htmleventfederationsoftwarepresentationworksessionCentury 21 Calling - Rising to the High-Risehttps://varia.zone/21-High-Rise-en.html<p>During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the past? Where is the paperless office? What happened to the phone exchange when we cut the cord? What takes place at the office after work? And how do you react to customers when they complain about your product? All of this and more will the answered at the next edition of Century 21 Calling.</p> +<p>In a series of screenings called “Century 21 Calling”, an initiative started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we look at the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>intro: 20:15</li> +<li>screening: 20:30</li> +<li>price: Donation</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:varia.zone,2018-05-02:/21-High-Rise-en.htmlscreeningindustrial propagandaoffices21st centuryWojtek Szustak - Space Junk Workshophttps://varia.zone/Space-Junk-Workshop-en.html<p>Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results will be presented during the evening.</p> +<h2 id="want-to-join">Want to join?</h2> +<p>Please sign up through: info@varia.zone. +There's only limited capacity, so don't wait too long! </p> +<ul> +<li>door: 10:00</li> +<li>start: 10:30</li> +<li>end: 18:00</li> +<li>price: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-23:/Space-Junk-Workshop-en.htmlworkshopewastesynthsInfinite Outwardnesshttps://varia.zone/Infinite-Outwardness-en.html<p>Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable space junk to cosmic toilets, this will be an evening to remember!</p> +<p>Door: 20:00 +Start: 20:30 +Price: Donation</p> +<p><a href="http://varia.zone/">http://varia.zone/</a></p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is one of Belgium's hidden gems. On a time travel from the sixties, this man single-handedly, or together with his band the Shovels, transforms the universe of music as we know it into a trip to the boundaries of sonic belief. He will perform songs from 2016's 'Spaced Out In Outer Space' and his brand new album 'Beat The System'.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is an inventive composer from Krakow who works with and around space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop in Charlois where he will make new electronic instruments from old stuff he finds on the streets. The results will be presented during the event.</p> +</li> +<li> +<p>Niek Hilkmann is a topsy-turvy polymath who conducted an amateur avant-garde orchestra, created a one hundred meter long moving panorama, constructed the Universal Notation Ideal (UNI) system and curated events such as "Will VHS Save The Universe?" and "Floppy Totaal”. During ‘Infinite Outwardness’ he will exhibit the debris of his current projects 'Galaxico; Christmas between the stars' and 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is a Rotterdam based artist working predominantly in the field of sound as a jumping off point for new projects. He will present an audible exploration of cosmological phenomena and take us into space via Google’s colonisation of virtual space. Digital and/or virtual mapping of Earth, claiming territory via mapping and viewing Earth from orbit have been the subject of his recent work.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is the moniker of the international research designer team that brought you Toilettronic; a stress free toilet experience in space. It is a gamified toilet navigation system for space habitats. During 'Infinite Outwardness' the team will present a musical sequel to this project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 and DJ Naam are household names in the global space DJ scene. In May they will team up to bring you music from the fourth dimension and beyond that will take your mind to another level of conscienceless.</li> +</ul> +<p>This event is made possible with the kind support of Popunie Rotterdam, WORM Pirate Bay and of course... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-20:/Infinite-Outwardness-en.htmlconcertspacetimemusicOpen Day @ Variahttps://varia.zone/varia-open-day-en.html<p>On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> </p> +<p>We will have the following activities throughout the day:</p> +<h2 id="linux-presentation-day-all-day">Linux Presentation Day (All day)</h2> +<p>Bored Windows or Apple? Unable to update your operating system? Time to try linux, an operating system that comes in all shapes and flavors! Linux runs on the latest macbooks, your Playstation, possibly on your brand new fridge, but also on very old computers. Don't throw your old computer away yet. Bring your old and new laptops and breathe new life into them. Have a try or get help installing Linux on it. The Leeszaal West group that have been organising Linux Presentation Day in the previous years will be around to help you with your installation or with any other questions.</p> +<h2 id="adblockers-for-beginners-all-day">Adblockers for beginners (all day)</h2> +<p>Are you tired of looking at online ads? Are you tired of on-line ads looking at you? Bring your computer or smartphone and we'll show you how to enjoy the tranquility and privacy of an ad-free internet. </p> +<h2 id="introduction-to-soldering-1400-1600-12">Introduction to soldering (14:00 - 16:00), 12+</h2> +<p>Learn how to make a pocket boombox using only a few electronic components, a soldering iron and a steady hand. Bring your favourite tune(s) as mp3 files and a (disposable) memory card (micro)SD!. There is space for a maximum of 6 participants. Participation fee: €5. Please sign up by writing us an email.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Tired of having to crack yet another version of Photoshop? Tired of Microsoft Publisher? What about Microsoft Paint :-(? Come and play around with a series of graphic tools such as Gimp and ImageMagick (image editors), Laidout, or self-built ones: make a zine with <a href="http://www.publishorperish.pro/about">Publish or Perish!</a>, a Desktop Publishing tool that is also a game. We will group together in an intense one-hour tool-test-party to make visual reviews of these tools and print them on one of Varia's printers.</p> +<p>We speak Dutch/English/Italian/French/Norwegian/Spanish and Portuguese!</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Free software refers to a movement around(in?) computer cultures. Thanks to a (open/)free license, a user is given the freedom to run, study, modify and share it. Grounded in communities of people writing and maintaining all different kinds of software. Free software lies at the heart of Varia's activities and way of working.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-12:/varia-open-day-en.htmleventopen daylinux presentation dayworkshopsConcert: CLM and Maria Violenzahttps://varia.zone/CLM-and-Violenza-en.html<p>Varia presents two concerts by three incredible musicians from Italy.</p> +<p>CLM (formerly known as Cascao &amp; Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion and poppy art melodies: evoking talking heads, the residents, and proto 70's &amp; 80's wave stuff. In 2016 they released their first LP 'Spleenism' on vinyl and digital through the San Francisco based Cochon records.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM on Soundcloud</a></p> +<p>Sicilian born and Rome based Maria Violenza plays dark synth punk music under the influence of her homelands’ mixed cultural heritage. Besides her rousing solo-work, she is also a member of French music collective Grand Triple Alliance Internationale De L’Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy and Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza's bandcamp page</a></p> +<p>Date: 17 April 2018 +Entrance: 3 euro +Doors: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:varia.zone,2018-03-31:/CLM-and-Violenza-en.htmlconcertCentury 21 Callinghttps://varia.zone/century-21-calling-en.html<p>Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?</p> +<p>In a series of screenings called “Century 21 Calling”, an event started by the collective Save_as and hosted at Varia in Rotterdam, we will have a look at archival industrial films and corporate informercials/propaganda that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p>During our first event we will have a general look at films from world fairs and the their dreams for todays tomorrow.</p> +<p><strong>Date</strong>: 14th April 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Doors open</strong>: 19:00<br> +<strong>Presentation</strong>: 19:30<br> +<strong>Screening starts</strong>: 20:00<br></p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:varia.zone,2018-03-07:/century-21-calling-en.htmlscreeningAlgologshttps://varia.zone/algologs-en.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet. Algologs is part of a series of occurances meant to open up the usually Brussels-based Algolit meetings by inviting external speakers, presenters and participants to join the conversation. During Algologs, we will increase the % of engagement with everyday algorithms.</p> +<p>On Friday evening we explore a multiplication of Algoliterary ways of converting words to numbers x infrapunctural reliefs x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Together we will log algorithmic attitudes, voices and practices.</p> +<p>The presentations on Friday are followed by an Algolit session on Saturday, where we will host a collective dive into the clustering techniques of word-embeddings. We propose to look at a specific implementation of word-embeddings step-by-step, to use it as a source for recipies for small (code or non-code based) experiments.</p> +<p>Calling all extra-amateurs, protoprofessionals and circumstantial algologgers.</p> +<hr> +<p><strong>Algolit</strong> is a Brussels-based group of artists, designers, programmers and activists that meet once a month to write textual code experiments together.</p> +<p><strong>Cristina Cochior</strong> is a Rotterdam-based researcher, designer and enthusiast media aggregator who is currently interested in algorithmic stress relief.</p> +<p><strong>the XPUB practitioners</strong> are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.</p> +<p><strong>Marloes de Valk</strong> is a software artist and writer in the post-despair stage of coping with the threat of global warming and being spied on by the devices surrounding her.</p> +<hr> +<h2 id="program">Program</h2> +<p><strong>Friday 16th of March, 19:00 - 21:30+</strong><br> +Introductions, infrapunctures, bookscanner samples, big data promises</p> +<p>18:45 - 19:00 doors are open</p> +<p>19:00 - 19:20 Algoliterary introductions<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +21:30 onwards Drinks &amp; Discussion</p> +<p><strong>Saturday 17th of March, 10:00 - 18:00</strong><br> +Algolit session: From words to numbers through word-embeddings</p> +<p>This session is special edition and part of a longer timeline of monthly Algolit gatherings organised by Constant in the WTC25 in Brussels. In 2018 Algolit decided to open the sessions, to allow incisive jump-in jump-out participation. More information &amp; material around Algolit can be found on <a href="http://algolit.net">algolit.net</a>.</p> +<p>We will start the day with going step-by-step through the script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a>, and slowly slide into both code-based and non-code based experiments, depending on what the attendants are inclined towards. This work session is a moment to try things out yourself.</p> +<p>Note to attendants: It would be good to bring a laptop. Not per se for the reason of working with code or digital tools (we are big enthusiasts of non-coding experiments!), but we usually take notes collectively or look at references. For that reason a laptop is a nice companion!</p> +<p>If you are interested to attend this session, please email info@varia.zone at any point in advance.</p> +<p><strong>Location</strong><br> +Varia - Gouwstraat 3, Rotterdam<br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong>Links to previous exercises around these topics</strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, a multi-day event in November 2017 around machine learning &amp; word-embeddings with guided tours, presented tools, two lectures and two workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, step-by-step</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, graphs generated by word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, a first-step into a case study of applied word-embeddings</li> +</ul> +<hr> +<p>The research project of Cristina Cochior is kindly supported by <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-28:/algologs-en.htmleventworksessionalgorithmsloggingIt Is As If We Were Doing Workhttps://varia.zone/itisasif-en.html<p>A few months have passed since the 11th issue of the <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> by Pippin Barr and <a href="http://thefounder.biz/">"The Founder"</a> by Francis Tseng.</p> +<p>Food, drinks and entrance are available on donation.</p> +<p>Program:<br/> +18:45 Open Doors and Welcome +19:00 Introduction of the <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL) +20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng</p> +<p><a href="http://varia.zone/">http://varia.zone/</a> +<!-- link to event on fb >:( --></p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is an okay programmer from Monday to Thursday and a lethargic writer from Friday to Sunday.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is an independent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is a designer without qualities, an artist without a gallery and a writer without spell checker.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-18:/itisasif-en.htmleventSolutions and problems in Extratonalityhttps://varia.zone/extratonaliteit-en.html<p>Solutions and problems in Extratonality 4<br> +“Extratonality - Opening Doors Is Not Enough”</p> +<p>The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be solutions, and industrialised rubbish predominates our everyday life, there is an urgent need for another extratonal conference that digs deeper in the current state of affairs of the "extra" tendencies. "Solutions and problems in extratonality" (SAPIE) is the international conference on solutions and problems in the field of extratonality for smaller and larger institutes, as well as independent composers and scholars. They will explore advanced obstacles in their daily routines with the support of custom-made instruments, obsolete writing techniques, special notation systems and alternative applications of existing technologies.</p> +<p>On Friday, February 16, 2018, the fourth edition will take place in Rotterdam at "varia - the center of everyday technology". SAPIE4 is about applying extratonal solutions to everyday problems and everyday solutions to extratonal problems. SAPIE4 is a must attend for those who want to know more about working strategies and cases around extratonality. After SAPIE1 in Vienna on 28th April 2017, SAPIE2 in Zagreb on 30th September 2017 and SAPIE3 in Rotterdam on the 6th February 2018 the next edition will catch up on the latest debates in the field and trigger new input for the future ongoings around extratonality. More than 250 years after its discovery and justification the field is now recognized worldwide as a significant inquiry in its discipline, therefore this edition consists of several different tracks and presentations.</p> +<p>The approximately 300 SAPIE visitors rated the conference with a 9.8 and more than 98% of the visitors recommends the conference to others or would like to come back in the next edition.</p> +<p>This event is made possible by the kind support of the Institute of Extratonal Composition, WORM pirate bay, varia and nothing more.</p> +<p>Food, drinks and entrance are available on donation!</p> +<p>Program:<br> +19:30 Registration, meet and greet &amp; welcome drinks <br> +20:00 Official Opening: Welcome by Danny van der Kleij (NL, Chairman varia - center of everyday technology / ArtEZ hogeschool voor de kunsten) <br> +20:05 Introduction by the Conference Chairs; Niek Hilkmann (NL, varia - center of everyday technology / Institute of Extratonal Composition) and Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition) </p> +<p>20:15 - 20:45<br> +Applications: Imagination and Extratonlity<br> +Chair: Christina Cochior (RO/NL, Wikipedia Bot Memorial Foundation) <br> +"The imagination of storing" - Thomas Walskaar (NO, Save as.media) - Presentation of an imaginary medium <br> +"how to build a drum" - Teun de Graaf (NL, fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonality and Labour: <br> +Chair: Lidia Pereira (PT/NL, PLU - pervasive labour union)<br> +"full range orchestra tonal system" - a. tangram poets (INT, no institution) <br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - center for everyday technology)</p> +<p>21:15 - 21:45<br> +the extra in the everyday surroundings:<br> +Chair: TBA <br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition"- Dennis de Bel (NL, varia - center of everyday technology / Willem de Kooning Academy / Design Academy Eindhoven) <br> +"Remote Fulfillment" - Moritz (NL, Random Creations) </p> +<p>21:45 - 22:15<br> +extra and beyond:<br> +Chair: TBA<br> +"walking through objects - an intratonal approach" - Michael J. Muik (AT, nothing more - Association for the Promotion of Art, Irritation and Commons) <br> +"Quasitonality - Towards a circulatory practice of disagreement" - oyo (BG/NL, LOFO, Willem de Kooning Academy) &amp; mths (AT/NL, LOFO)</p> +<p>22:15 - 24:00<br> +Extra Presentations:<br> +DJ Pattex (varia - center for everyday technology)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-16:/extratonaliteit-en.htmleventNew Year's receptionhttps://varia.zone/nieuwjaarsborrel-en.html<p>Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance. </p> +<p>date: Friday, 19th of January +start: 18:00h<br> +performance: 21:00h</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:varia.zone,2018-01-19:/nieuwjaarsborrel-en.htmleventScreening: The Secret Life Of Machines, season 3https://varia.zone/the-secret-life-screening-3.2-en.html<p>New attempt! Now without snowstorm.</p> +<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p>20 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p>Price: Donation</p>VariaFri, 15 Dec 2017 00:00:00 +0100tag:varia.zone,2017-12-15:/the-secret-life-screening-3.2-en.htmlscreening34c3 screening sessionhttps://varia.zone/ccc-screening-en.html<p>For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia: </p> +<ul> +<li>Wednesday 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Bring your own beer and add your whishes to the list of talks[ref]<a href="https://pad.vvvvvvaria.org/34c3">https://pad.vvvvvvaria.org/34c3</a>[/ref], we only have one projector and make the livestream programme on the spot!</p> +<p>Download the CCC progam[ref]<a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a>[/ref]</p>VariaFri, 15 Dec 2017 00:00:00 +0100tag:varia.zone,2017-12-15:/ccc-screening-en.htmleventSoup & Talk - Inox Kapellhttps://varia.zone/inox-kapell-en.html<p>Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.</p> +<p>Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today he takes people on insect excursions, for example in castle Freudenberg. He makes films, music and art from and about them, including his work with the Dadaist band 'Ordnungsamt et la politesse’. Besides that he is the founder of the 'Insektium', an insect-related museum / gallery / happeningraum in Berlin. According to him, insects are often wrongly condemned, but he can mediate between humans and insects as a sort of ambassador.</p> +<p>A few of his words:</p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-26:/inox-kapell-en.htmleventScreening: The Secret Life Of Machines, season 3 (cancelled)https://varia.zone/the-secret-life-screening-3-en.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p>10 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p>Price: Donation</p>VariaThu, 23 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-23:/the-secret-life-screening-3-en.htmlscreeninghomebrewserver.club, kalenders sessie 2https://varia.zone/hbsc-cal-2-en-en.html<p>A second gathering around self-hosted calendars.</p> +<p>Location: Varia</p>VariaWed, 22 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-22:/hbsc-cal-2-en-en.htmlgatheringScreening: The Secret Life Of Machines, season 2https://varia.zone/the-secret-life-2-en.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-12:/the-secret-life-2-en.htmlscreeninghomebrewserver.club, calendars session 1https://varia.zone/hbsc-cal-1-en-en.html<p>A first gathering around self-hosted calendars. </p>VariaThu, 09 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-09:/hbsc-cal-1-en-en.htmlgatheringScreening: The Secret Life Of Machines, season 1https://varia.zone/the-secret-life-season-1-en.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<h2 id="dates">dates</h2> +<p><strong>5 November</strong>: season 1 - household appliances </p> +<p>(vacuum cleaner, sewing machine, central heating, washing machine, refrigiator and television)</p> +<ul> +<li>Door: 19:30</li> +<li>Start: 20:00</li> +<li>End: 23:00</li> +</ul> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 29 Oct 2017 00:00:00 +0200tag:varia.zone,2017-10-29:/the-secret-life-season-1-en.htmlscreeningOpening Spacehttps://varia.zone/opening-en.html<p>After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:varia.zone,2017-10-26:/opening-en.htmleventhomebrewserver.clubhttps://varia.zone/homebrewserver.club-en.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:varia.zone,2017-09-14:/homebrewserver.club-en.htmlwork groupself-hostingRelearn Rotterdamhttps://varia.zone/relearn-en.html<p>Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.</p> +<p>During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we call "tracks". Relearn outlines the idea of resetting thinking modes, for a diverse set of approaches that we can reconsider, that come out of the development of our cultures towards and through digital entities.</p> +<p>While Relearn is an experiment in collective learning, it grows from an interest in Free / Libre Open Source Software culture and practices as a way to address and acknowledge the production processes and frameworks involving technology and cultur</p> +<p>29th of August - 2nd of September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:varia.zone,2017-08-29:/relearn-en.htmlprojectsRotterdams Electronica Depothttps://varia.zone/red-en-en.html<pre> + ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐ + ╠╦╝│ │ │ │ ├┤ ├┬┘ ││├─┤│││ + ╩╚═└─┘ ┴ ┴ └─┘┴└──┴┘┴ ┴┴ ┴ +┌─────────────────┬───────────────┐ +│misc parts │misc parts │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +├─────────────────┼───────────────┼────────────────────┐ +│IC's │trim pots, │octo couplers │ +│ │ │EEPROMS │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistors, │resistors │big resistors, │ +│empty boxes, │big │empty boxes, │ +│ │ │FTDI, │ +│ │ │arduino │ +│ │ │oscilloscope parts │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistors, │resistors │capacitors, │ +│diodes │small │transducers │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +└─────────────────┴───────────────┴────────────────────┘ + ╔═╗┬ ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐ ╔╦╗┌─┐┌─┐┌─┐┌┬┐ + ║╣ │ ├┤ │ │ ├┬┘│ ││││││ ├─┤ ║║├┤ ├─┘│ │ │ + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴ ═╩╝└─┘┴ └─┘ ┴ +</pre> + +<h1 id="rotterdam-electronics-depot">Rotterdam Electronics Depot</h1> +<p>Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this <em>Varia</em> started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost. </p> +<h1 id="become-a-member">Become a member:</h1> +<p>get in touch with us via the varia list</p> +<h1 id="opening-and-picking-up">Opening and picking up</h1> +<p>Opening times are dependent on the members. Pick up location is: Gouwstraat 3, 3082 BA, in Rotterdam</p>VariaSun, 09 Apr 2017 00:00:00 +0200tag:varia.zone,2017-04-09:/red-en-en.htmlwork groupelectronics \ No newline at end of file diff --git a/old/output/feeds/all-nl.rss.xml b/old/output/feeds/all-nl.rss.xml new file mode 100644 index 0000000..a714d86 --- /dev/null +++ b/old/output/feeds/all-nl.rss.xml @@ -0,0 +1,1102 @@ + +Variahttps://varia.zone/Sat, 21 Mar 2020 00:00:00 +0100Sensible World Of Soccer - Varia Cup 2020https://varia.zone/sensible-soccer.html<p>Wordt een 'goal scoring superstar hero' tijdens de <strong>Sensible World of Soccer Varia Cup 2020</strong>! Na twee competitieve toernooien bij WORM brengen we dit klassieke voetbalspel nu naar Rotterdam-Zuid. Bij Varia organiseren we zowel een amateurcup als een pro-cup - iedereen kan meedoen (letterlijk: in tegenstelling tot moderne voetbalsimulators kan je het spel spelen met een joystick en slechts één knop)! Alhoewel de laatste officiële versie alweer dateert uit 1996 (de matige 3d pogingen laten we maar buiten beschouwing), is Sensible Soccer nooit weggeweest. Dankzij een uiterst verslavende gameplay en een uitgebreide database van wereldwijde teams zijn de mogelijkheden om kampioen te worden oneindig. SWOS maakt volgens de Stanford universiteit deel uit van het spelkanon, samen met bijvoorbeeld Tetris en Super Mario Bros 3. De Royal Mail heeft zijn aandeel in de Britse spelgeschiedenis beloond met een Sensible postzegel afgelopen maand.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +Het komt mede door een sterke community (zie ook <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) dat de bal bleef rollen. Denk aan mogelijkheden om online tegen elkaar te spelen, ranglijsten, en de jaarlijkse Sensible Days: het WK waar uitgemaakt wordt wie de beste speler is. Het hoogtepunt van dit jaar is de release van Sensible World of Soccer 2020! Deze nieuwe versie biedt niet alleen een geupdate database met +/- 1.500 teams (van Nederland tot El Salvador!), het is ook de eerste keer dat het spel op huidige besturingssystemen gespeeld kan worden zonder gebruik te maken van DOS- of Amiga-emulatoren. Deze editie kan rechstreeks vanaf je Windows-desktop opgestart worden (natuurlijk is er ook een database voor de originele Amiga-versie beschikbaar voor de die-hards). Het is zelfs mogelijk te switchen tussen DOS en Amiga-gameplay en om te kiezen voor een fraaie breedbeeld-modus in UltraHD-resolutie. Het spel is als freeware te downloaden via onderstaande link (wel is het nodig het originele spel in bezit te hebben; online zoekmachines bieden uitkomt, of ga naar <a href="http://www.gog.com">www.gog.com </a>waar het spel verkocht wordt).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +Het toernooi wordt gespeeld in SWOS2020, wat betekent dat je met de favoriete club van dit moment kan spelen. Zowel ervaren als onervaren spelers zijn welkom. Na een selectieronde gaan de beste spelers strijden om de pro-cup, terwijl de andere helft strijdt om de amateurcup. Voor beide toernooien zijn er prijzen!</p> +<p><strong>Tijdschema</strong> (afhankelijk van het aantal deelnemers)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Selectieronde (amateurs + pros gemengd)<br> +<strong>vanaf 14:30</strong> Pro Cup and Amateur Cup (op aparte systemen)<br> +<strong>+/- 17:30</strong> Avondeten<br> +<strong>19:00</strong> Prijsuitreiking<br> +<strong>20:00/21:00</strong> Slot<br></p> +<p><strong>entree:</strong> donatie</p> +<p>Het aantal deelnemers is beperkt. Tussen 12:00 en 13:00 kan je je inschrijven, maar als je zeker wilt zijn van een plekje is het verstandig een e-mail te sturen naar: sebatosh@gmail.com. Vergeet niet de club op te schrijven waarmee je wilt gaan spelen. Doe je niet mee aan het toernooi? Er zullen computers aanwezig zijn om zelf een wedstrijd te spelen. Of kom de deelnemers aanmoedigen. De belangrijke wedstrijden krijgen live wedstrijdverslag van onze Braziliaanse commentator en daarnaast is er Amiga-muziek van <strong>DJ Newk</strong>!</p> +<p><strong>Nuttige Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-21:/sensible-soccer.htmleventsensiblesoccereventgamingRadio on the radiohttps://varia.zone/radio-on-radio.html<p>Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.</p> +<p><strong> deur:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entree:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>Een radio-relaxation mixtape-performance. Een mix van meditatieve monsters en de natuur, met lawaai en socio-politieke angsten in een griezelig hypno-magnetisch magnetic-tape stuk. Dit alles wordt live uitgevoerd met meerdere cassettespelers en tapeloops, verspreid door de ruimte en gemoduleerd door een modulaire synthesizer.</p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Tijdens haar optreden 'Radio-active female monstrosity' gebruikt ze haar stem, evenals een online geluidsarchief dat ze heeft gebouwd om mee te spelen, te stapelen en te vervormen tot chaos. De vrouwelijke stem wordt de mannelijke stem, wordt het monster, de buitenaardse stem. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Heb je je ooit afgevraagd hoe het zou zijn om je eigen ASMR-vriendje te hebben, eentje die heel zacht praat en alleen maar over radio? Tijdens deze uitvoering van Pradapony69 zullen de rillingen over je ruggegraat lopen, terwijl hij je het verschil tussen lange golven en magnetrons uitlegt.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad onderzoekt nieuwe toepassingen van analoge radiotechnologieën binnen elektronische live-muziek. Zo ontstaan kneedbare sonische artefacten uit een topografie van lokale radiostations.</p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radiogolven worden niet beperkt door geopolitieke of ideologische grenzen. Samen met de Bel luisteren we, met behulp van originele vinylopnamen, naar radiostoringen uit de koude oorlog die nog steeds over de hele wereld worden uitgezonden.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-14:/radio-on-radio.htmlconcertradioonconcertFeministische Hack Bijeenkomsten: Servershttps://varia.zone/feminist-hack-meetings-feb-servers.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>Laten we het over <strong>feministische servers</strong> hebben! In deze vergadering nodigen we u uit om te discussiëren over vragen als:<br> +Wat betekent het voor een server om feministisch te zijn, en hoe zou het eruit kunnen zien? Wat en wie dient het? Wat is er nodig om het te creëren en te onderhouden?<br> +We willen graag onze ideeën in kaart brengen en de mogelijkheid overwegen om een feministische server op te zetten bij Varia.<br> +Wij brengen materiaal zoals RPis en computers mee. Dan kunnen we samen experimenteren en dingen uitproberen. <br> +Doe met ons mee!<br></p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops. Ze zijn gericht op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken op het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. +Januari bijeenkomst: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 29 februari 2020</p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-29:/feminist-hack-meetings-feb-servers.htmleventRead & Repair feat. readings & listings: open licenses editionhttps://varia.zone/rr-open-licences.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong> +Varia's deuren zijn elke laatste zondag van de maand open. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 23 februari heeft Varia een speciale gast: Manetta Berends zal de eerste editie van een <strong><em>readings &amp; listings</em> sessie rond open licenties</strong> organiseren. </p> +<p><strong>Wat moet ik meenemen?</strong></p> +<p>Een computer kan nuttig zijn om samen aan de <em>readings &amp; listings</em> te werken.</p> +<p><strong>Wat gaan we doen?</strong></p> +<p>We nemen een uur of twee de tijd om over open licenties te praten, stukjes van deze techno-juridische documenten te lezen, voorbeelden en tendensen op dit gebied te bespreken, en samen te werken aan een kleine leeslijst rond dit onderwerp.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 23 februari 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenties editie</p> +<p>13:00 - 17:00 (doorlopende tijd om te lezen en te repareren)</p> +<p>Thee en koffie zullen genoeg aanwezig zijn. Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-23:/rr-open-licences.htmleventCtrl-Alt-Savehttps://varia.zone/ctrl-alt-save-first.html<p>Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en +er bestaan veel zogenaamde oplossingen, maar zijn het +echt oplossingen?</p> +<p>Bij de eerste Ctrl-Alt-Save-bijeenkomst op Varia kunnen +veel van deze vragen voor u duidelijker worden.</p> +<p>De focus van de eerste bijeenkomst ligt op uw gegevens en +hoe u deze beter en veiliger kunt beheren op basis van uw +interesses en actuele problemen. Geen oplossing +gegarandeerd, maar een mogelijk beter begrip van het +onderwerp.</p> +<p>Ctrl-Alt-S zal een reeks evenementen en ontmoetingen zijn +bij Varia in 2020 en zal worden gevormd door de feedback +en opmerkingen van de aanwezigen. De meet-ups zullen in +het Engels zijn.</p> +<p><strong>Datum:</strong> February 21, 2020<br> +<strong>Tijd:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-21:/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageHeath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypsehttps://varia.zone/heath-bunting-apocalypse.html<p><strong> Heath Bunting </strong> is een in Engeland gevestigde kunstenaar die al meer dan dertig jaar controle- en communicatiesystemen in twijfel trekt en ondermijnt. Hij begon als street artist door posters op te hangen in de openbare ruimte, behoorde tot de eerste generatie van net.artists in de jaren negentig, waar hij <a href="http: //www.irational.org">irational.org</a> oprichtte (en de server runde), maar keerde zich in 1998 van het internet af toen hij diens bedrijfsovername daarvan voorzag.</p> +<p>Hij richtte verschillende radiostations op en werkte samen met Kate Rich aan workshops voor het betreden van privébezit en aan alternatieve distributiesystemen voor goederen. Voor zijn 'Identity Bureau' project onderzocht hij manieren voor individuën om legaal een nieuwe naam en identiteit te verkrijgen via de bureaucratische mazen van westerse landen (in 2014 gaf hij een Identity Bureau workshop in Wlfrt Projectspace Rotterdam). In zijn dagelijkse leven, vermijdt Bunting strikt het gebruik van elektronische systemen die hem traceerbaar maken, waaronder bankkaarten en mobiele telefoons.</p> +<p>Het bovenstaande is slechts een klein deel van zijn activiteiten en strijd tegen controlesystemen. <strong> Florian Cramer </strong> zal een gesprek van twee uur met Heath Bunting voeren over zijn vroegere en huidige projecten, met als doel de kennis en ervaring van Heath met het publiek te delen. Hierop volgt om 16.00 uur kritische feedback van Heath op de huidige activiteiten van <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong> the Voluntary Fire Brigade of the Apocalypse </strong></a> in Rotterdam.</p> +<p>Programma:</p> +<p><strong> 14.00-16.00: </strong> Dertig jaar onderzoek naar en activisme tegen controlesystemen - gesprek- en projectevaluatie met Heath Bunting <br> +<strong> 16.00-17.00: </strong> Feedback op the Voluntary Fire Brigade of the Apocalypse <br> +<strong> 17.00-19.00: </strong> pauze met koffie, thee en soep <br> +<strong> 19.00: </strong> DJ set van Jacco Weener <br></p> +<p><strong> datum: </strong> 17 Februari, 2020 +<strong> toegang: </strong> gratis of donatie</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-17:/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopAlles Flex? Call me Intern, City Dragonhttps://varia.zone/alles-flex-call-me-intern-city-dragon.html<p>Varia nodigt je uit voor een avond vol documentaires, muziek en goede gesprekken!</p> +<p>Op 8 februari vertonen we de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Om dit onderwerp te verduidelijken heeft Abel Heijkamp, een van de filmmakers van "Alles Flex?" en lid van de Bond Precaire Woonvormen, ermee ingestemd aanwezig te zijn voor een gesprek voor- en achteraf.</p> +<p>Het tweede deel van het programma wordt verzorgd door Sam Kreuk, die zijn solo-project City Dragon zal presenteren.</p> +<p><strong>Locatie:</strong> Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum:</strong> Zaterdag, 8 Februari<br> +<strong>Tijd:</strong> 17:30 - 21:30 <br> +<strong>Entree:</strong> Donatie</p> +<p><strong>City Dragon</strong><br> +City Dragon is het soloproject van <em>Max Kaario aka. Sam Kreuk</em>. Met behulp van saxofoon, blokfluit, speelgoed en percussie maakt hij geïmproviseerde collages en loops. Verwacht de stem van een diva, power ballads, street trance, een verzameling aan afvalritmes, Celine Dion mesmer mantra's en nog veel meer!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In de documentaire ‘Alles Flex?’ (All Flex?) verkennen filmmakers <em>Abel Heijkamp</em> (NL) en <em>Julij Borštnik</em> (SI) de mogelijke gevolgen van de huidige flexibilisering van onze leefwereld. De film is gebaseerd op de persoonlijke verhalen van flexwerkers en flexhuurders met verschillende leeftijden en levenswijzen. Wat voor soort samenleving creëren we wanneer existentiële veiligheid niet langer een recht is, maar een voorrecht voor hen die het zich kunnen veroorloven?</p> +<p>‘Alles Flex?’ Is de eerste aflevering van een 4-delige webdocumentaire serie 'The Future of Work' en gefilmd in Nederland, Slovenija, Duitsland en Europa.</p> +<p><strong>Call me Intern</strong><br> +Jong, werkloos en gefrustreerd; filmmakers <em>David Leo Hyde</em> en <em>Nathalie Berger</em> gingen in het kader van een millennial gonzo-filmproductie op stage om het systeem van binnenuit te bekijken.</p> +<p>Nadat David een stage bij de Verenigde Naties heeft aanvaard, verhuizen Nathalie en hij naar een kleine blauwe tent aan het meer van Genève om zijn onbetaalde stage-ervaring te documenteren. Deze actie veroorzaakt een wereldwijde persstorm en daagt hun rol als filmmaker uit.</p> +<p>Ondertussen werkt Marisa voor een Amerikaanse presidentsverkiezingencampagne, terwijl ze de intimidatie van haar toezichthouders afweert. Kyle neemt een stage voor een fortuin-500 bedrijf, terwijl hij in een daklozenopvang in New York woont.</p> +<p>Elk van deze stagiaires staat voor een keuze: het systeem accepteren zoals deze is of hun carrière op het spel zetten door ertegen in te gaan. Hun acties helpen zichtbaarheid en kracht te geven aan een groeiende internationale stage-beweging. Hun verhalen onthullen de druk die zoveel millennials ertoe brengt om gratis te werken, terwijl uittreksels uit popcultuur en getuigenissen van academici, politici en werkgevers ons een idee geven van hoe breed het stage-fenomeen zich al heeft verspreid.</p> +<p><strong>Schema:</strong><br> +17:30: Deuren open<br> +18:00: Alles Flex? + Q&amp;A met filmmaker Abel Heijkamp<br> +19:45: Breuk<br> +20:00: Call Me Intern<br> +21:15: Breuk<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:varia.zone,2020-02-08:/alles-flex-call-me-intern-city-dragon.htmlmisceventRead & Repair feat. The Bootleg Libraryhttps://varia.zone/rr-bootleg.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong></p> +<p>Vanaf januari 2020 zal Varia elke laatste zondag van de maand haar deuren openen. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 26 januari heeft Varia een speciale gast: +Simon Browne introduceert de "bootleg library", een gedeelde digitale en fysieke bibliotheek van gebootlegde teksten. </p> +<div class="highlight"><pre><span></span><code><span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + +<span class="n">wat</span> <span class="n">mee</span> <span class="n">te</span> <span class="n">nemen</span><span class="o">?</span> + <span class="n">een</span> <span class="n">computer</span> <span class="n">en</span> <span class="n">een</span> <span class="n">paar</span> <span class="n">van</span> <span class="n">je</span> <span class="n">favoriete</span> <span class="n">digitale</span> <span class="n">boeken</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">welk</span> <span class="n">bestandsformaat</span> <span class="n">dan</span> <span class="n">ook</span><span class="p">)</span> + +<span class="n">wat</span> <span class="n">gaan</span> <span class="n">we</span> <span class="n">doen</span><span class="o">?</span> + <span class="n">Een</span> <span class="n">introductie</span> <span class="n">over</span> <span class="n">de</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> <span class="n">een</span> <span class="n">gedeelde</span> + <span class="n">digitale</span> <span class="n">en</span> <span class="n">fysieke</span> <span class="n">bibliotheek</span> <span class="n">met</span> <span class="err">“</span><span class="n">bootlegged</span><span class="err">”</span> <span class="n">teksten</span><span class="p">.</span> + <span class="n">we</span> <span class="n">kunnen</span> <span class="n">gebruikersaccounts</span> <span class="n">aanmaken</span><span class="p">,</span> <span class="n">teksten</span> <span class="n">up</span><span class="o">-</span> <span class="n">en</span> + <span class="n">downloaden</span><span class="p">,</span> <span class="n">gesprekken</span> <span class="n">hebben</span> <span class="n">over</span> <span class="n">wat</span> <span class="n">we</span> <span class="n">lezen</span><span class="p">,</span> <span class="n">over</span> <span class="n">hoe</span> + <span class="n">we</span> <span class="n">onze</span> <span class="n">eigen</span> <span class="n">boekenplank</span> <span class="n">organiseren</span> <span class="k">of</span> <span class="n">samen</span> <span class="n">een</span> <span class="n">gesprek</span> + <span class="n">voeren</span> <span class="n">over</span> <span class="n">mogelijke</span> <span class="n">ontwikkelingen</span> <span class="n">van</span> <span class="n">deze</span> <span class="n">bibliotheek</span><span class="p">.</span> +</code></pre></div> + + +<p>Thee en koffie zullen genoeg aanwezig zijn. +Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 26 januari 2020</em></p> +<p>11:00 - 17:00 uur (lopende sessies, u kunt altijd komen of gaan)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-26:/rr-bootleg.htmleventFeministische Hack Bijeenkomstenhttps://varia.zone/feminist-hack-meetings-jan.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken on het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. </p> +<p>Een feministische benadering van technologie houdt rekening met de samenhangende sociale en politieke context. Het verlegt de grenzen van technologische kringen, met inbegrip van gender-diverse mensen, amateurs of anderen, die in minder of meerdere mate een uitsluiting hebben ervaren in technische omgevingen. Ze omvatten ook culturele, artistieke en educatieve praktijken die technologie benaderen, maar niet als een doel op zich. </p> +<p>Het idee begon na de deelname aan het <strong>ETC (Eclectic Tech Carnival)</strong> in Athene, een bijeenkomst van feministen, die alledaagse informatie technologieën kritisch gebruiken / bestuderen / delen / verbeteren in de context van de gratis software en open hardware stromingen.</p> +<p>In deze eerste bijeenkomst zullen we een overzicht en een inleiding geven over deze reeks vergaderingen. We zullen bespreken hoe dit voorstel in de loop van de tijd zich kan ontwikkelen .</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 25 januari 2020</p> +<p>17:00 - 19:00</p> +<p><em>De afbeelding is onderdeel van een illustratie gemaakt door een / ETC-lid voor / ETC Athene 2019.</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-25:/feminist-hack-meetings-jan.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greethttps://varia.zone/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Beste allemaal,</p> +<p>Bond Precaire Woonvormen (BPW) organiseert wederom een <em>huurdersspreekuur</em> en <em>meet and greet</em> bij Varia.</p> +<p>Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen is onzeker en duur, en dat lijkt alleen maar erger te worden. Gezien deze situatie leek het ons goed idee om een huurdersspreekuur te houden. Tijdens het huurdersspreekuur kunnen specialisten je vragen beantwoorden over wonen en uitgezet worden, huurrecht / -onrecht.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? of heb vragen of ideeën omtrent dit onderwerp? Wil je met anderen van gedachten wisselen over waar je mee bezig bent op dit gebied? Wees dan van harte welkom!</em></p> +<p><strong>Datum: Maandag 25 November 2019</strong> <br> +<strong>Locatie: Gouwstraat 3, Rotterdam</strong></p> +<p>Planning:</p> +<p><strong>15:00-17:00 Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke)huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30-21:00: BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-25:/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventMuziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneerhttps://varia.zone/music-niek-hilkmann.html<p>Een nieuwe muzikale avond in Varia! Wees erbij op 16 november voor een evenement vol singers, songwriters, herrie en karton!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>“Je lege melkfles”, “Hey, wat raar… Er zit een beestje in je haar” en “Nooit meer terug naar Zaamslag”; dat zijn niet zomaar wat bij elkaar geraapte woorden, maar enkele titels die Niek Hilkmann in gedachten heeft voor een gloednieuwe EP. Ter gelegenheid van de opnames hiervan speelt hij bij Varia met zijn band, De Puls, deze en vele andere Nederlandstalige liederen. Verwacht een bonte aaneenschakeling van ongehoorde primeurs en misschien zelfs wat oude bekenden.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is een tweehoofdig, feminiem beest met een grote bek zoals je die eigenlijk alleen in sprookjes en fabels ziet. Maar nu dus ook bij Varia! Verwacht een flinke bak herrie, theaterale escapades en een hoop geschreeuw, waarvan het de vraag is of het eigenlijk wel op het podium thuis hoort. Vulva zal zeker uitbarsten!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>Men geeft niet zomaar een beschrijving van het leven en werk van Rowan Van As. Deze kunstenaar-troubadour zingt, tekent en beeldhouwt alsof er geen morgen is en gebruikt daarbij een overvloed aan rekwisieten en zelfgemaakte instrumenten (zoals zijn beroemde mosselorgel). Bij Varia zal hij een aantal gloednieuwe nummers voor ons uitvoeren.</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, zoals zijn naam al doet vermoeden, niet zomaar een muzikant, maar een heuse Singer-Songwriter; een solist die slechts met gitaar en stem de mensen weet te verbazen, ontroeren en verwonderen. Zijn liederen zijn rauw als de Rotterdamse straatstenen en zijn gitaarsound is ongeknutseld uniek!</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>Geen enkele muziekavond is compleet zonder goede DJ en daarom zijn we erg blij om DJ Wanneer op de line-up te hebben. Deze DJ combineert het beste van Scheveningen, Rotterdam en Zoeterwoude door een eclectische mix van kleine crooners, dissonante meidenbands en algehele hysterische muziek te draaien.</p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>entree: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-16:/music-niek-hilkmann.htmlconcertniekhilkmannconcertCentury 21 Calling - Camp Centuryhttps://varia.zone/21-Camp-Century.html<p>Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale, olie- en gasafzettingen, is een nieuwe stormloop op het poolgebied een feit.</p> +<p>In de late jaren 1950, op het hoogtepunt van de Koude Oorlog, bouwde het Amerikaanse leger een geheime basis in het noordpoolgebied, verborgen voor de bevolking van Groenland en Denemarken. Deze basis werd een kerncentrale en was onderdeel van het geheime <strong> Project Iceworm </strong>.Tijdens deze editie van <strong> Century 21 Calling </strong> zullen we de documentaire <strong> Camp Century </strong> bekijken om meer context te geven over dit onderwerp. De film gaat over de bouw van de basis "Camp Century", de eerste van vele voorgestelde bases op Groenland. Voor de lezing geeft David Young een lezing over Groenland, de Amerikaanse politiek en de controle en commando strutter van de koude oorlog.</p> +<p><strong> David Young </strong> is een onderzoeker die geïnteresseerd is in het archiveren van mediatechnologieën, de geschiedenis van informatica en het discours van defensie-onderzoek in de Verenigde Staten tijdens de Koude Oorlog. Hij is momenteel een M3C / AHRC-gefinancierd doctoraatsonderzoeker aan de Universiteit van Nottingham; zijn doctoraatsthema is een onderzoek naar de technologische administratie van commando- en controlesystemen, de vormen van disciplinaire praktijken waarvan ze afhankelijk zijn om te opereren, en de strategische rationaliteiten die hun ontwikkeling in de loop van de tijd bepalen. Hij heeft een achtergrond in digitale mediakunst en heeft samengewerkt met kunstenaars, ontwerpers en wetenschappers bij de productie van experimentele, op onderzoek gerichte kunstwerken gefinancierd door de Arts Trust Scotland, de Alt-W Award van New Scotland en Creative Scotland.</p> +<p><strong> Century 21 Calling </strong> is een initiatief van het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt georganiseerd bij Varia in Rotterdam. Samen kijken we naar de industriële archieffilms, infomercials, tv-rapporten en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken deze om het heden te doorgronden.</p> +<p><strong>Deur open:</strong> 20:30<br> +<strong>David Young lezing begint:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatiehttps://varia.zone/Entrepecariat-Book-Launch.html<p>Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een wereld die bevolkt wordt door motiverende posters, productiviteitstools, mobiele kantoren en zelfhulptechnieken. Een wereld waarin een mengeling van ondernemersideologie en wijdverbreide precariteit de professionele sociale media, online marktplaatsen voor zelfstandig ondernemerschap en crowdfundingplatforms voor persoonlijke behoeften reguleert. Het resultaat? Een leven in permanente bèta, met soms tragische implicaties.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Tijden:</strong> 18:00h - 19:00h</p> +<p><strong> Entree:</strong> Gratis/Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchTHE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD)https://varia.zone/the-social-in-the-media.html<p>Afgelopen zomer bezochten we ODD in Boekarest, om een presentatie te geven over collectieve infrastructuren en tools. Het verslag van ons bezoek is geschreven in het Engels, <a href="/en/the-social-in-the-media.html">klik hier om het te lezen</a>!</p> +<hr> +<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-21:/the-social-in-the-media.htmlarticlereportFloppy Totaal: Double Densityhttps://varia.zone/floppy-totaal-DD.html<p>Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld met optredens van Kisszántó en Eoforwine, presentaties en gesprekken met Joak en Jason Scott en een bijdrage op lange afstand van Michael Ridge.</p> +<p>De nadruk van dit evenement ligt op het concept van de diskette als comfortfood in een "future / present shocked" tijdperk. Op welke manier helpt de omgang met diskettes ons om te overleven in een tijd die vooral wordt gekenmerkt door "nieuwe media" en "planned obsolescence"? Bevat de diskette meer inhoud dan enkel 1,44 MB aan data? Op 19 oktober zoeken we het uit!</p> +<ul> +<li>workshop: 14:00 / gratis</li> +<li>avondprogramma: 20:00 / 5 euro</li> +</ul> +<p>Full Program (in het Engels):</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-19:/floppy-totaal-DD.htmleventfloppytotaaleventEén avond, Twee lanceringen, Drie opvattingenhttps://varia.zone/networks-of-ones-own.html<p>Op 28 september lanceert Varia de tweede editie van <strong>Networks of One's Own: Three takes on taking care</strong> en <strong>Fed Up!</strong>, de 13e editie van de <em>Pervasive Labour Union zine</em>. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.</p> +<p><strong>Locatie</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum</strong>: zaterdag 28 september <br> +<strong>Tijd</strong>: 19:30u - 21:30u </p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is een para-nodale<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodieke publicatie die wordt geschreven in een netwerk. Elk van de uitgaven is tegelijk een <em>release</em> van een specifieke software bundel, die gecontextualiseerd is in zijn eigen praktijk. De serie documenteert gereedschappen, ervaringen en manieren van werken die divers zijn in hun tijdsduur, volledigheid en volharding. <strong>Three takes on taking care</strong> is de tweede uitgave in deze reeks. </p> +<p>In onze praktijken als kunstenaars, ontwerpers en onderzoekers werkend aan vrije software projecten, komen we vaak situaties tegen waar collectief auteurschap leidt tot ingewikkelde relaties tot eigenaarschap. In zulke collectieve projecten vallen er snel gaten bij praktische aspecten rondom zorg, onderhoud, documentatie en algemene betrokkenheid. </p> +<p>Drie van deze projecten, <em>homebrewserver.club</em>, <em>Bibliotecha</em> en <em>Relearn</em>, hebben een grote invloed gehad op de individuele praktijken van de betrokkenen, maar ook op een breder internationaal netwerk van actoren. Daaronder vallen expositieruimtes, festivals, en zowel formele als informele leergemeenschappen. Het onderhoud van deze projecten, wat over langere periodes gaat en een voortdurende inzet vereist, blijft echter vaak achter. Dat omdat het door individuen wordt opgepakt op basis van hun capaciteiten en tijd.</p> +<p>Deze publicatie is het resultaat van een actieve documentatie van de netwerkprojecten die in en rond Varia zijn ontwikkeld. Actieve documentatie betekent dat we deze projecten niet alleen hebben gedocumenteerd, maar dat we ze ook opnieuw hebben bekeken en tijd hebben besteed aan onderhoud, verdere ontwikkeling en de consolidatie ervan:</p> +<ul> +<li><em>Homebrewserver.club</em>, een periodieke bijeenkomst waar mensen samen leren en reflecteren over het zelf hosten van digitale inhoud. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, een project gericht op de ontwikkeling van lokale off-line digitale bibliotheken voor de distributie van elektronische publicaties binnen kleine gemeenschappen. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, een 'zomerschool' die reflecteert op collectief leren met evenveel leerkrachten als deelnemers. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>Met deze publicatie hopen we de veerkracht, draagbaarheid, duurzaamheid en herbruikbaarheid voor de langere termijn te verbeteren.</p> +<p>De eerste editie in de serie is geinitieerd door <a href="http://constantvzw.org">Constant</a> en documenteert het project 'Etherbox', een <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collectieve schrijf- en documentatie-omgeving</a>. Die publicatie behelste een genealogie van de evenementen, ideeen en praktijken in het bredere netwerk van Constant die enerzijds de ontwikkeling van Etherbox beinvloed hebben of anderszijds er zelf door beinvloed zijn. Deze manier van documenteren benadrukt hoe een project als Etherbox het werk is van een heterogeen netwerk van praktijken waarin het project kan ontstaan.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is de 13e editie van de <strong>Pervasive Labour Union</strong> en is dit keer gewijd aan gefedereerde sociale netwerken zoals Mastodon, Pleroma, Funkwhale. Met bijdragen van Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p>De <strong>Pervasive Labour Union</strong> zine is in 2015 opgericht door Lídia Pereira. De zine is niet alleen een laagdrempelig publicatie project voor mensen die willen schrijven over arbeid in en rondom sociale netwerken, maar ook een toegankelijke plek om bekend te raken met discusses rondom deze onderwerpen. De periodieke publicaties van de PLU verzamelen kennis en discussies, terwijl ze een debat initiëren en ruimte geven aan nieuwe discoursen waar sociale-media gebruikers zich binnen kunnen organiseren en uiten.</p> +<p>De PLU brengt een diversiteit aan bijdragen samen, waaronder persoonlijke tirades, academische artikelen, poëzie, foto montages, collages en illustraties. Elke uitgave richt zich op een specifiek onderwerp van sociale netwerken vanuit arbeidsperspectief. Vanuit verschillende invalshoeken, zoals algoritmische bestuursvormen, weerbaarheid en alternatieve houdingen, worden zo verbanden gelegd tussen verschillende werkgebieden rondom sociale netwerken.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.nl.gif" width="150px" height="auto"></p> +<p><small>Dit evenement is mede mogelijk gemaakt door het <em>Stimuleringsfonds Creatieve Industrie</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Zie: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-28:/networks-of-ones-own.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greethttps://varia.zone/bpw-consultation-plus-meet-and-greet.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te mogen kondigen dat een tweede <em>huurdersspreekuur</em> en <em>meet and greet</em> van de Bond Precaire Woonvormen (BPW) bij Varia plaats zal vinden.</p> +<p>Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen word ook daar onzeker en duur. Omdat de BPW in deze regio relatief onbekend is en er lokaal ook een aantal mensen actief zijn, leek het ons goed idee om een huurdersspreekuur te houden.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? Of heb je vragen of ideeën omtrent dit onderwerp? Wees dan van harte welkom!</em></p> +<p><strong>15:00 - 17:00, Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke) huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30 - 21:00, BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-13:/bpw-consultation-plus-meet-and-greet.htmleventMuziek: Able Noise, Goldblum en Piyojohttps://varia.zone/music-able-noise.html<p>Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:</p> +<p>Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex en George. Ze balanceren op de grens tussen poprock en lawaaierige free jazz. Met behulp van tapes en misbruik van hun instrumenten, creëren ze een ietwat minimale en vrij visuele muzikale beleving.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is de naam waaronder de Nederlandse kunstenaar Rik Möhlmann onderscheidende bevrijdende geluiden maakt die worden gekenmerkt door bescheiden, doch directe texturen. Geluiden verplaatsen zich in zijn muziek van links naar rechts, alsof ze zich verschuilen achter bomen of opduiken uit rivieren. Möhlmann gebruikt zijn excentrieke en nieuwsgierige benadering van muziek om liedjes te maken die zich niet noodzakelijk verhalend gedragen. In plaats daarvan openbaren ze zich als kleine schilderijen</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is een oogverblindend duo uit Middelland dat rommelt met cassettes van de rommelmarkt en analoge synthesizers. Verwacht fragmenten van gouden oudjes, kreupele ritmes en gesynthetiseerde geluiden, begraven in sissende tape. Het duo heeft hun tanden eerder geslepen in acts als Sweat Tongue en Red Brut.</p> +<ul> +<li>deur: 20:30</li> +<li>start: 21:00</li> +<li>entree: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-12:/music-able-noise.htmlconcertablenoiseconcertCentury 21 Calling - Crystals Go To Warhttps://varia.zone/21-Crystals-War.html<p>Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.</p> +<p>Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S. Army Signal Corps in 1943, toont de film de processen die kwartskristallen moeten doorlopen voordat ze klaar zijn om in radio's en communicatieapparatuur te worden ingebracht.</p> +<p>Kwartskristallen maken al tientallen jaren deel uit van het daglijks leven en vormen sinds de ontdekking van hun piëzo-elektrische eigenschappen in de jaren 1880 een belangrijk onderdeel van onze moderne technologie.</p> +<p>Voorafgaand aan de screening zal er een korte introductie worden gegeven van het gebruik van kristallen in technologie. Een mooi begin van het tweede seizoen van Century 21 Calling!</p> +<p>"Century 21 Calling" is een reeks screenings die is geïnitieerd door het collectief <a href="(http://www.save-as.media/)">Save_as</a> en wordt gehost door Varia.</p> +<ul> +<li>deur: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>prijs: donatie</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:varia.zone,2019-08-24:/21-Crystals-War.htmlscreeningcrystalswar21st centuryBibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheekhttps://varia.zone/curriculum-bibliotecha.html<h2 id="maak-en-onderhoud-een-off-line-digitale-gemeenschapsbibliotheek">Maak en onderhoud een off-line digitale gemeenschapsbibliotheek</h2> +<p>Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis van vrije software door middel van een speciale open Wi-fi hotspot het mogelijk maakt de collectie in te zien. Gebruikers kunnen met een laptop, telefoon of tablet verbinding maken met deze hotspot en via de browser publicaties uitnemen of doneren. Aangezien het stroomverbruik zeer gering is kan Bibliotecha draaien vanaf een USB powerbank zodat het overal mee te nemen is.</p> +<p>Tijdens de workshop leren wordt er veel aandacht besteed aan het process van het installeren van Bibliotecha. Zodoende krijg je als deelnemer een grondige introductie in de onderliggende vrije software, het werken met de RaspberryPi en een introductie in Calibre, het de software om je collectie mee te beheren. Het tweede deel van de workshop is een sessie waarin we met elkaar boeken delen en kennis uitwisselen op het gebied van het beginnen en onderhouden van een off-line digitale bibliotheek voor een gemeenschap.</p> +<p><em>Tegen het einde van de workshop hebben deelnemers een grondige introductie gehad in het werken met de 'command line', het werken met Linux-gebaseerde systemen en het werken met de RaspberryPi. +</em>Bovendien zul je de ins- en outs van het beheren van een digitale collectie meekrijgen met o.a metadatabeheer en bestandsformaten. +*En niet het minste: deelnemers kunnen een werkende Bibliotecha mee naar huis nemen.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop maakt onderdeel uit van het Varia curriculum.</p> +<p>Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in Varia. De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas die tengrondslag kunnen liggen aan verder eigen onderzoek. </p> +<p>Zou je willen deelnemen aan deze workshop? Stuur ons dan <strong>voor 04 juli</strong> een korte mail op info[a]varia.zone</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)<br> +<strong>💶</strong> Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)<em> <br> +</em><em>💶</em><em> Neem ebooks of pdfs mee die je met de groep zou willen delen<br> +</em><em>💶</em>* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk. </p> +<p><sup>*</sup> Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:varia.zone,2019-05-30:/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfRelearn 2019 curvedhttps://varia.zone/relearn-2019.html<p>Voor de Rotterdamse sessie op de Relearn curve stellen we voor om samen een <strong>onderwerpszone</strong> te betreden (•) waar verschillende digitale netwerkpraktijken elkaar kruizen. Deze subject zone kan tijdens deze sessie meerdere gedaantes aannemen en allerlei kanten op bewegen. Onze specifieke interesse in dit onderwerp is gericht op hoe <strong>publicatie vormen</strong> (••) functioneren binnen/met deze zone. </p> +<p>• Wanneer het gaat over digitale infrastructuur, hosting, servers, online diensten, netwerken en hun technische realiteiten hangen er heel veel vragen in de lucht. Voor deze sessie wilden we niet een enkel vraagstuk uitlichten, maar juist een reeks aan vocabulair, protocollen, technologieën en infrastructuren naast elkaar zetten. We nodigen je uit om deel te nemen aan Relearn en deze <em>zone</em> verder op te rekken, te beginnen bij of toewerkend naar:</p> +<ul> +<li>digitale inter-afhankelijkheden</li> +<li>affectieve infrastructuur</li> +<li>homebrew netwerken</li> +<li>genetwerkte knopen</li> +<li>feministische servers</li> +<li>gefedereerde netwerken</li> +<li>en-en-netwerken</li> +<li>digitale autonomie</li> +<li>transitionele infrastructuren</li> +<li>digitale zelf-organisaties</li> +<li>so-en-soevereiniteits netwerken</li> +<li>buiten-de-cloud denken</li> +<li>…</li> +</ul> +<p>•• We zijn nieuwsgierig om te leren van/via publiceer processen. De volgende vormen van publiceren nodigen uit om vanuit een geïntegreerde positie te werken met/aan de onderwerpszone van digitale netwerken. Kunnen we deze bestandstypes als een morfische lens inzetten, om te leren over digitale netwerken? Of kunnen we datgene dat we al kennen over digitale netwerken opnieuw proberen te leren, zoals de naam <em>relearn</em> suggereert? Te beginnen bij of toewerkend naar:</p> +<ul> +<li>meervoudige readers</li> +<li>logboeken</li> +<li>syllabi</li> +<li>documentatie</li> +<li>annotaties</li> +<li>kookboeken</li> +<li>tutorials</li> +<li>README's</li> +<li>error rapporten</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Meerdere sub-trajecten kunnen tijdens dit weekend ontwikkeld worden, zonder dat er een noodzaak bestaat om allemaal hetzelfde pad te nemen of het eens te zijn over vocabulair of geometrie.</p> +<p>De sessie zal plaats vinden in Rotterdam en begint op vrijdag avond (7e) in een publieke setting, gevolgd door twee volle dagen samen <em>relearnen</em>.</p> +<p><strong>vrijdag 7 juni 20:00 - 22:00</strong><br> +Relearn publiek avond programma: <em>embed yourself into Relearn</em></p> +<p><strong>zaterdag/zondag 8 - 9 juni 10:00 - 18:00</strong><br> +Relearn sub-zone-trajecten</p> +<p>Als je mee wilt doen aan Relearn, stuur ons dan een mail op <a href="mailto:info@varia.zone">info@varia.zone</a> met een korte motivatie om je interesse toe te lichten. We zullen met enige regelmaat op inschrijvingen antwoorden, tot <strong>26 mei</strong>.</p> +<p>Onze capaciteiten zijn beperkt, waardoor we maximaal 30 relearners kunnen verwelkomen. Onze voorkeur gaat uit naar deelnemers die de hele sessie mee komen doen (vrijdag avond, zaterdag en zondag). We zullen zorgen voor een dagelijkse <em>vegetarische lunch</em> (laat het ons weten als je allergisch bent of speciale dieet voorkeuren hebt). Ook zullen we de traditie van vorige jaren Relearn voortzetten en hard ons best doen om een <em>hosting netwerk</em> te organiseren in de stad, om zo iedereen onder te brengen. Laat alsjeblieft weten in je email of je een plek nodig hebt om te slapen in Rotterdam, of hoeveel mensen je thuis zou kunnen hosten tijdens dit weekend. </p> +<p>Als je alleen op vrijdag avond mee wilt doen dan kan dat natuurlijk ook, je hoeft je dan niet in te schrijven, kom gewoon langs! :)</p> +<p><strong>Practische informatie</strong><br> +Datum: 7-9 juni 2019<br> +Locatie: Varia - Gouwstraat 3, Rotterdam<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Bronnen &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">schrijf je in op de Relearn mailinglijst </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC kanaal: #relearn op Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Foto's van vorige edities van Relearn kunnen gevonden worden in de gallerie van Constant</a></p> +<hr> +<p><small>Dit project wordt mogelijk gemaakt met de steun van Gemeente Rotterdam &amp; Stimuleringsfonds Creative Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:varia.zone,2019-05-29:/relearn-2019.htmllearning situationEen archief activerenhttps://varia.zone/pushing-the-score-end.html<h3 id="pushing-scores-presentatie-publicatie-en-performanceavond">Pushing Scores - Presentatie publicatie en performanceavond</h3> +<p>Eind vorige jaar benaderde <strong>De Player</strong> <strong>Varia</strong> met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores. </p> +<p>Varia heeft hier aan bijgedragen door een archiefpublicatie te ontwikkelen waarin de spreektaal uit het archief de basis vormt waarop men door de verzameling kan navigeren. Het materiaal heeft uiteindelijk de vorm gekregen van een dynamisch, toegankelijk en daardoor levend archief. Hiermee wordt het mogelijk nieuwe verbanden, perspectieven en wie weet zelfs wel concepten voor nieuwe scores te zien. Op deze manier wordt de handeling van het navigeren door de datastructuur van het archief het componeren van een nieuwe score.</p> +<p>Om deze aanname op de proef te stellen hebben de Player en Varia enkele kunstenaars uitgenodig om aan de deze publicatie uit te proberen en aan de hand daarvan een performance te ontwikkelen.</p> +<p>Je bent van harte uitgenodigd om langs te komen op vrijdag 31 Mei in Varia. Waar <strong>Julie Boschat Thorez</strong> en <strong>Cristina Cochior</strong> de archiefpublicatie zullen introduceren. Daarna volgen er performances van <strong>Niek Hilkmann</strong>, <strong>Robert Kroos</strong> en <strong>Christine Cornwell</strong>.</p> +<p>De uitvoeringen zullen de hele nacht doorgaan, je bent van harte welkom om op elk moment deel te nemen.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is een Rotterdamse kunstenaar, onderzoeker en muzikant met een interesse in de verwarrende technologische toestand waarin we allemaal momenteel verkeren, en de ontoereikende intellectuele methodologieën die deze proberen uit te leggen of te rechtvaardigen. Tijdens de presentatie van Pushing Scores zal hij de ruimtelijke dimensies van Varia verkennen en de scores die voortkomen uit het nieuwe archief hercontextualiseren. Gedurende een doorlopende performance zullen onverwachte verbanden ontstaan tussen het archiefmateriaal en de fysieke omgeving waarin deze worden gerepresenteerd.</p> +<p><strong>Christine Cornwell</strong> is een componist en violiste die tussen NL/UK werkt met projecten met improvisatie- en samenwerkingsverbanden, vaak in combinatie met beeldend kunstenaars, dansers, operagezelschappen of experimentele TV. Momenteel voltooit ze samen met Hans Koolmees/René Uijlenhoet een MA Compositie bij Codarts en haar freelance werk omvat onder meer het presenteren van nieuw werk voor viool, residenties, het leiden van workshops en het produceren/cureren van evenementen op dit gebied. Vanaf haar eerste experimenten, zoals de interdisciplinaire samenwerking in 2011 met beeldend kunstenaar Eddie Peake/LuckyPDF TV op de Londense Barbicanen tot het experimentele evenement 'Invitation (x)' in 2019, zijn collectieve creatiepraktijken een belangrijk ontmoetingspunt dat terug te vinden is in al haar creatieve werk tussen performance, productie en management.</p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is een Rotterdamse muzikant, geluidskunstenaar en DJ die werkt aan allerlei soorten geluids- en muziekgerelateerde projecten. Voor deze speciale gebeurtenis zal hij de guzheng en elektronica als instrumenten naar keuze gebruiken.</p> +<p><strong>Datum:</strong> Vrijdag 31 May 2019<br> +<strong>Aanvang:</strong> 20:00<br> +<strong>Toegang:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:varia.zone,2019-05-28:/pushing-the-score-end.htmleventBPW Rotterdam Huurdersspreekuur & Introductiehttps://varia.zone/bpw-consultation-introduction.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te kondigen dat de leden van Bond Precaire Woonvormen +(BPW) een introductie en huurdersspreekuur organiseren in Varia op 6 mei tussen +15:00 en 20:00 uur.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar +steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor +moeten opstaan.</p> +<p>Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te +reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we +elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en +betaalbare wonen.</p> +<p>Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGroetjes,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:varia.zone,2019-05-02:/bpw-consultation-introduction.htmleventCentury 21 Calling - Safety Firsthttps://varia.zone/C21C.html<p>Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren op kantoor? Waar kunnen je kinderen veilig spelen? Deze vragen en vele andere komen tijdens deze informatieve avond aan bod.</p> +<p>Tijdens "Century 21 Calling", een reeks screenings die is geïnitieerd door het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt gehost door Varia, bekijken we de industriële archieven, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen vormden en houden deze tegen het licht van het heden.</p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>prijs: donatie</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-20:/C21C.htmlscreeninghealthsafety21st centuryOpen Dag @ Variahttps://varia.zone/openday2019.html<p>Tijdens de volgende editie van <a href="http://southexplorer.nl/">South Explorer</a> zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld <a href="https://iodinedynamics.com/">Idione Dynamic's</a> 'What Remains' en Mathijs van Oosterhoudt's <a href="https://vimeo.com/241442224">'Strange Fruits'</a>. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project <a href="https://walskaar.com/gaming/index.html">'Hidden Levels'</a> en presenteert Niek Hilkmann een nieuwe geluidsinstallatie 'Venetië aan de Maas' in de kelder van Varia . Iedereen is welkom tussen 12 tot 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-13:/openday2019.htmleventDear Cultural Intitiative, there is an Elephant in the Room.https://varia.zone/there-is-an-elephant-in-the-room.html<p><em>Dear Cultural Intitiative, there is an Elephant in the Room</em> is een workshop waarin de afhankelijk van globale commerciële digitale tools en sociale networken een uitgangspunt is voor een gesprek rondom digitale infrastructuren van zelf-georganiseerde culturele initiatieven in Rotterdam.</p> +<p>De aankondiging van onze workshop is niet vertaald naar het Nederlands. Klik <a href="https://varia.zone/en/there-is-an-elephant-in-the-room.html">hier</a> om de Engelse versie te lezen. </p> +<p>De workshop is onderdeel van het Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-12:/there-is-an-elephant-in-the-room.htmlworkshopThe Network We (de)Served - (XPUB Special Issue #08)https://varia.zone/the-network-we-de-served.html<p>Geachte bezoeker,</p> +<p>Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke <em>homebrew</em> netwerk te installeren. Terwijl onze <em>host</em> een kop thee voor ons zette, onderzochten we op deze <em>infrastructour</em> onze routers en hoe die ons aan het internet verbonden. In de huizen waar het mogelijk was installeerden we een server, maar dat lukte niet overal. Het maakte sommigen van ons afhankelijk van een ander lid van de groep. </p> +<p>Gedurende het project was gezamenlijk werken aan vormen van <em>self-hosting</em> een manier om het te hebben over netwerken, autonomie, online publiceren en sociale infrastructuren, waarbij we elk van ons vertrok vanuit een andere vraag. We willen graag onze persoonlijke (en toch onderling verbonden) zoektochten met je delen, je een verhaal vertellen, je onze on-line en geprinte zines presenteren en je uitnodigen om ons zelfgebouwde netwerk te verkennen.</p> +<p><strong>Datum</strong>: Donderdag 04 april 2019<br> +<strong>Locatie</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entree</strong>: Gratis<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Met bijdragen van: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Dit project is ontwikkeld in de context van de <em>Master of Arts in Fine Art and Design: Experimental Publishing (XPUB)</em> van het Piet Zwart Instituut, en <em>Varia, Centrum voor Alledaagse Technologie</em>, Rotterdam - april 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-04:/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Call Of The Kettlehttps://varia.zone/kettle.html<p>Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven aan te gaan. Dit alles onder het mom van ‘The Call Of The Kettle’; de eerste object georienteerde muziekavond bij Varia! Tijdens dit evenement zullen er optredens te zien zijn van de volgende artiesten:</p> +<p><strong> Agente Costura en Stephen Doyle </strong> is een duo dat geïmproviseerde geluiden speelt met behulp van versterkte naaimachine en drums. Constura speelt al sinds 2003 op de Singer. Overdag werkt ze met ongewenste kleding en transformeert die in nieuwe draagbare vormen. 's Nachts sluit de Singer zich aan bij haar medemuzikanten en naait zij op het ritme van de muziek. Zo improviseert zij kleding op basis van ritme en geluid. Costura heeft onder meer opgetreden in The Vancouver Art Gallery, de Month of Performance Art Berlin, het Bimhuis Amsterdam en de Curitiba Fashion Week. Stephen Doyle is een drummer die woont en werkt in Amsterdam. Costura en Doyle creëren samen een percussieve upcycled stortvloed van uniek gebeeldhouwd geluid.</p> +<p><a href="www.agentecostura.blogspot.de/">Agente Costura Online</a><br> +<a href="https://soundcloud.com/stephen-doyle-drummer">Stephen Doyle op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/oey80a-7CQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>Watt's Cookin'</strong> bestaat uit Zeynep Aslan, Tamara van Suylekom en Inge Hoonte, die elkaar hebben leren kennen via re#sister en repeteren bij Worm. Voor deze performance gaan ze knallen en klooien met dagelijkse objecten. Ze repeteren momenteel in de keuken met hun orkestleden, waaronder waterkokers en koffiepercolators, een mes en een snijplank, een paar potten met noten, rijst en maïs, een mini-oven, twee pannen, twee theelepels en een eierklopper. Een broodrooster en een blik kokosmelk aarzelen nog of mee willen doen, maar waarschijnlijk loopt dat wel los!</p> +<p><strong> De Brut </strong> is een nieuw project van Marijn Verbiesen, die volgens bronnen "een van de krachten is die de Rotterdamse underground bij elkaar houdt!" Ze heeft deelgenomen aan tal van projecten (Sweat Tongue, Red Brut) en is actief als een van de organisatoren van de beruchte Herman concertreeks. Daarnaast staat Verbiesen bekend om haar tapecollages die zeer persoonlijk zijn en hoog aangeschreven staan door bladen als The Wire.</p> +<p><a href="https://redbrut.com/">De Website van Red Brut</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/pa066-UzitY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Beachcombartband </strong> is een "one-man-sea-trash-band" uit Rotterdam met kunstenaar Bart Koppe aan het roer. Het mechanisch en met de hand bespeelde afval van het schoongeveegde strand zal door hem op uw hoofd worden geloosd, in een netwerk van audio-galactische bevrediging!</p> +<p><strong> The Singing Toaster </strong> is niet zoals andere broodroosters, omdat niet elke broodrooster kan zingen. Daarom is deze bijdrage aan "The Call Of The Kettle" nu al een beetje bijzonder. Zullen de verbrande kruimels tussen zijn verwarmingselementen ook uw hart kunnen verwarmen?</p> +<p><strong>Datum:</strong> Vrijdag, 15 Maart 2019<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30 </p>VariaFri, 15 Mar 2019 00:00:00 +0100tag:varia.zone,2019-03-15:/kettle.htmleventeventConversas bij variahttps://varia.zone/conversas-february.html<p>Op de <strong><em>6 februari van 19.30 tot 21.30 uur</em></strong> heeft Varia het genoegen om een van de nomadische Conversas-avonden te ontvangen.</p> +<p>Conversas is een reeks van tweewekelijkse informele ontmoetingen om elkaar te leren kennen, projecten, verhalen of interesses te delen.</p> +<p>Tijdens het evenement brengen drie Conversadores (degenen die het gesprek beginnen) gedurende dertig minuten elk iets te delen met de verzamelde groep. Zoals de titel al doet vermoeden, streeft Conversas (Conversations in Portuguese) naar een gelijkwaardige opzet waar zowel de Conversadores als de groep baat bij hebben. In deze serie dagen we onze gasten uit om geen beamer te gebruiken, creatief te zijn en alleen woorden en/of andere objecten te gebruiken om hun verhaal te vertellen.</p> +<p>De drie Conversadores voor de sessie bij Varia zijn dat wel:</p> +<ul> +<li>Karla de Witte (Nederlandse liefdesbrieven)</li> +<li>Clara Mendes (Naakt modellen, postkolonialisme en musea)</li> +<li>Ludovic Lacreuse (Digressies rond een vlag)</li> +</ul> +<p><strong>Karla</strong> is ontwerper en docent beeldende kunst. <a href="www.facebook.com/pg/dutchloveletters/">DLL</a> begon toen twee moeders elkaar ontmoetten op een kleurrijk schoolplein in Rotterdam. Zowel geboren als opgegroeid in verschillende delen van de wereld, met wafels die soortgelijke herinneringen aan oud en nieuw delen. Delicaat en zeer dun gemaakt met veel geduld door hun grootmoeders. +www.instagram.com/dutch_love_letters/liefdebrieven/</p> +<p><strong>Clara</strong> is onlangs verhuisd van Portugal naar Nederland om haar wens na te streven om meer te weten te komen over de impact van kunst op het leven van verschillende mensen. Ze zal vertellen over de projecten waar ze tijdens haar masteropleiding Kunst en Maatschappij in is gesprongen terwijl ze nog worstelde om haar weg te vinden in een nieuwe stad.</p> +<p>Na een residentie van 3 maanden (Staat van de Stad, in Paviljoen aan het Water, in Rotterdam), presenteert <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> een vlag die bovenop het varia-zonegebouw wordt gehesen. Zijn gesprek wordt gevuld met uitweidingen over verschillende onderwerpen die min of meer met de vlag te maken hebben.</p> +<p>De 13e serie van tien <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> begint op 7 november en loopt elke andere woensdag tot 20 maart. Deze serie vindt plaats op verschillende locaties verspreid door de stad Rotterdam. Het wordt georganiseerd door Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said en Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is een project geïnitieerd in Lissabon door Constança Saraiva en Mafalda Fernandes, in 2012. Tegenwoordig is het een project van veel mensen en steden.</p> +<p>Evenementen zijn voor iedereen toegankelijk en de toegang is gratis.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:varia.zone,2019-02-06:/conversas-february.htmleventConversasinformeelontmoetingenVaria's Nieuwjaarsborrelhttps://varia.zone/borrel2019.html<p>Varia's Nieuwjaarsborrel</p> +<p>Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!</p> +<p>Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van DJ Listentomerijn.</p> +<p>Woodstone Kugelblitz zal dan de nieuwste editie van L'Intolerant presenteren: Nummer 18, A Really Useful Cookbook.</p> +<p>Iedereen is welkom en de toegang is uiteraard vrij. Echter, vrijwillige donatie van 5 euro helpen ons bij het vervangen van de ruit en worden zeer gewaardeerd!</p> +<p>Tot dan!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:varia.zone,2019-01-11:/borrel2019.htmleventeventKerst bij Varia - Met adammmmmmmmmmmm en Logosamphiahttps://varia.zone/christmas.html<p>Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje, warm je hart op met een kop glühwein en bespreek al je goede voornemens zolang ze nog goed zijn! Er zullen optredens zijn van:</p> +<p><strong> adammmmmmmmmmmm</strong>, ook bekend als Adam Tuch, is een artiest / muzikant uit Boston. Hij maakt deel uit van een collectief met de naam media_rins dat werk creëert en publiceert op het gebied van elektronische muziek, nieuwe media en performance art. Zij organiseren evenementen in de omgeving van Boston voor avontuurlijke en hedendaagse kunstenaars die werken met digitale Hi-Fi-tools, analoge elektronica en informatiemedia. In zijn werk richt hij zich op de absurditeit binnen online/digitale identiteiten en reflexiviteit.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">Adam Tuch op Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website van media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong> Logosamphia </strong> is een project van Sadra Hemati. Met een voet in de Franse underground party scene, en een andere in de Nederlandse avant-garde noise performance &amp; kunstwereld, vertegenwoordigt hij een van de weinige Iraanse muzikanten die actief is in niet-mainstream elektronische muziek. Hemati heeft een voorliefde voor het combineren van invloeden uit zowel traditionele als moderne technieken in unieke en pakkende arrangementen.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> DJ The Sound of C </strong> brengt je een spotgoedkoop kerst extravaganza, geselecteerd bij je lokale kringloopwinkel. Platen worden ingepakt en cadeaus brkrast. Alles is gratis nadat het is afgespeeld. De kerstman komt vroeg dit jaar!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>Tot in Varia!</p> +<p><strong>Datum:</strong> Zaterdag, 22 December 2018<br> +<strong>Entree:</strong> 4 euro<br> +<strong>Deur:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-22:/christmas.htmlconcertCentury 21 Calling - I'd Buy That For A Dollar!https://varia.zone/id-buy-that-for-a-dollar.html<p>Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen van je spelcomputer naar de winkel. </p> +<p><strong>Century 21 Calling</strong> gebruikt archiefmateriaal uit de industrie, infomercials van bedrijven, tv uitzendingen en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken die om het heden te doorgronden. Het is een initiatief van Save_as en vindt plaats in Varia in Rotterdam.</p> +<p><strong>Datum:</strong> Zaterdag, 15 December 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-15:/id-buy-that-for-a-dollar.htmleventWelcome to the � Federation - Mastodon en de Fediversehttps://varia.zone/mastodon-and-fediverse.html<p>De laatste jaren is er veel discussie en ontevredenheid over sociale media. Tegelijkertijd is er een nieuw platform, Mastodon, dat aan populariteit wint door de manier waarop het de kern van dit ongemakkelijke gevoel probeert aan te pakken. Mastodon ziet er uit en gedraagt zich als soortgelijke platforms, maar achter de schermen functioneert het op en totaal andere manier. </p> +<p><a href="https://joinmastodon.org/">Mastodon</a> is geen eigen gesloten platform, maar maakt deel uit van een verzameling onafhankelijke platforms die met elkaar samenwerken. Deze grotere verzameling projecten wordt ook wel <em>de Fediverse</em> genoemd en bestaat uit een grote diversiteit van softwares, gemeenschappen, culturen en houdingen.</p> +<h2 id="publiek-gesprek">Publiek gesprek</h2> +<p><em>Een algemene inleiding in Mastodon en het Fediverse</em><br> +Zaterdag 8 december 2018<br> +20:00u - 21:30u </p> +<p>Op zaterdag 8 december zal <a href="https://varia.zone/wttf/">Wtt�F</a> een rond-de-tafel gesprek organiseren als algemene introductie over Mastodon en de Fediverse. Hoe werkt het? Wat zijn de onderliggende concepten? Wie heeft het gemaakt? Wat is de geschiedenis erachter? Wat voor soort verschillende gemeenschappen leven er in dit ecosysteem? Wat betekent het om een gemeenschap te hosten?</p> +<p>De introductie en het rondetafelgesprek worden gefaciliteerd door een beheerder van een grote Mastodon gemeenschap en een beheerder van een kleine Mastodon gemeenschap. Beiden hebben ook bijgedragen aan het vertalen van Fediverse software. </p> +<h2 id="werksessie">Werksessie</h2> +<p><em>Vertaling en documentatie van het Mastodon-project</em><br> +Zaterdag 8 december 2018<br> +14:00 uur - 18:00 uur </p> +<p>Als onderdeel van deze editie van Wtt�F zullen we ook de middag samen doorbrengen om de documentatie en vertaling van het Mastodon-project te bekijken. Hoe worden open-source projecten vertaald? In welke taal worden projecten gecommuniceerd? Hoe kunnen de technische concepten toegankelijk worden gemaakt voor een groter publiek zonder hun betekenis te verliezen? </p> +<p>Als je wilt deelnemen aan deze werksessie, schrijf je dan vooraf in door een korte mail te sturen naar <code>info[at]varia.zone</code>.</p> +<h2 id="praktisch">Praktisch</h2> +<p>Deze bijeenkomst vindt plaats in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op de constatering van een hernieuwde interesse in 'alternatieve' online diensten zoals sociale media en chat. Door middel van presentaties en werksessies wordt er aandacht besteed aan de softwareprojecten die deel uit maken van deze ecosystemen. Een bijzondere focus zal liggen op projecten die (op)nieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, door veel aandacht te besteden aan ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a> (engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> en <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-08:/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubMaximum Velocityhttps://varia.zone/velocity.html<p>Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die met snelheid en beweging werken in hun composities en uitvoeringen!</p> +<p>Ditevenement bestaat uit de volgende elementen:</p> +<p><strong>Bismuth</strong> is een tweemansformatie, opgebouwd uit experimenteel instrumentenbouwer Yuri Landman en multi-instrumentalist Arnold van de Velde (ex-Feverdream). Samen bespelen zij een ruimtevullende hoeveelheid zelfgebouwde instrumenten, gemaakt uit hout, staal, snaren, motoren en electronica. Dzee bonte collectie instrumenten leidt tot een ritmische samensmelting van experimentele noise rock, dance en gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> maak directe elektronische composities met zelfgeprogrammeerde software en zelf gemaakte controllers. Ze streven naar een fysieke benadering van elektronische muziek (en in het bijzonder realtime synthese) door het gebruik van objecten als fietsen, radio's, FM-zenders en kleine zonnecelsynths bij hun uitvoeringen. Hun muziek - soms omschreven als 'geïmproviseerde noise ambient' - wordt beïnvloed door de muziek en ideeën van artiesten als John Cage, Tim Hecker, John Zorn en Captain Beefheart. De huidige leden zijn componist/geluidskunstenaar Sjoerd Leijten en ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten op het web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is een performer, kunstenaar en theoloog die werkt tussen Charlois en Scheveningen. De laatste 10 jaar heeft hij onafgebroken opgetreden onder verschillende namen (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) en in verschillende gelegenheden. Op Maximum Velocity zal hij een dans uitvoeren die is geïnspireerd door de meditatieve wervelen van de Sufi-derwisjen van de Mevlevi-orde.</p> +<p><a href="http://jaccoweener.nl/">Meer over Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> toont het hypnotiserende effect van roterende schijven gemaakt van vinyl die op verschillende snelheden in contact komen met een min of meer stabiele naald. Het effect is verrassend!</p> +<p><strong>Datum:</strong> Vrijdag, 7 December 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-07:/velocity.htmlconcertPushing Scores met De Playerhttps://varia.zone/pushing-the-score.html<p>Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door <strong><a href="https://www.deplayer.nl/">De Player</a></strong> uitgevoerd. Zij heeft aan <strong>Varia</strong> gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een online archiefuitgave van het project. Julie Boschat Thorez, Cristina Cochior en Niek Hilkmann zal deze aanpak toelichten, tijdens een avond met verschillende presentaties. </p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> zal een liveset spelen. Zij benadert computers met 'transducers' die elektromagnetische straling in geluid transformeren via choreografisch opstellingen. De 'runtime' van uitgevoerde software wordt geënsceneerd voor een publiek om een akoestische ervaring te bieden.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> introduceert haar project 'Untitled Records'; een performatieve geluidsinstallatie die historische en emotionele vertellingen verweeft door middel van de 'instrumentalisatie' van een verzameling platen.</p> +<p><strong>Niek Hilkmann</strong> (onderdeel van Varia) presenteert zijn <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universele Notatie Ideaal); een Pay2Print verkenning van de simultane productie en distributie van gestandaardiseerde grafische notatie gemedieerd door automatiek. Deze is ontwikkelt in samenwerking met Joseph Knierzinger en gebaseerd op een nieuw notatiesysteem dat conceptuele componisten kan helpen in de ontwikkeling en uitwisseling van conceptuele muziek in een uniforme taal. Het daadwerkelijke afdrukken van de composities op papier kan gelezen worden als een stochastische compositie in zichzelf. Door dit aspect te benadrukken, waardoor de machine een muzikale entrepeneur wordt die zijn eigen inkomen verdient, verkennen we de voorwaarden van mechanische arbeid in de creatieve industrie en de daarbij horende ethische kwesties.</p> +<h2 id="over-pushing-scores">Over Pushing Scores</h2> +<p>Wat zijn de mogelijkheden van grafische partituren, in een tijd waarin grafische notatie meestal als een 'tekening' wordt gezien en als een soort bladmuziek dienst doet? </p> +<p>In een poging om dit concept te herdefiniëren, stelde DE PLAYER een programma samen waarvoor artiesten, muzikanten en theoretici werden uitgenodigd. Het collectieve doel is om nieuwe audiovisuele en media-technische vormen van grafische notatie te ontwikkelen en te presenteren door middel van artistiek onderzoek. </p> +<p>De meest eigentijdse en innovatieve grafische notatiepraktijken op het gebied van muziek, geluidskunst, performancekunst, e-cultuur, nieuwe mediakunst, grafisch ontwerp en mediao-ntwerp introduceerde De Player zo aan een nationaal en internationaal publiek.</p> +<p><strong>Datum:</strong> Donderdag, 29 November 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-29:/pushing-the-score.htmleventDruk: Een avond met Cantos Deus & Bohman Familyhttps://varia.zone/druk-cantos-bohman-evening.html<p>Omdat de boog niet altijd gespannen kan staan, lassen we tijdens het evenement <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.nl.md">Woodstone Kugelblitz: Druk In Varia</a> een muzikale pauze in.</p> +<p>En wat voor een pauze!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>De Engelse <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> toveren al meer dan twee decenia unieke en impure experimentele muziek uit een tafel vol huis, tuin en keuken-rommel. Er zijn sporen van fluxus ongein, musique concrete, en vrije improvisatie. Voor deze avond worden de Bohman Brothers een Bohman Family: ze adopteren een aantal lokale muzikanten en zullen als een nonet optreden. </p> +<h1 id="cantos-deus">Cantos Deus</h1> +<p><iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p></p> +<p>Door <a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> zal een selectie van no-wave, gospel, reli-pop en psychedelica worship gespeeld worden, dit alles verpakt in een amusante revival show. Voor het publiek is er mogelijkheid tot dans, zang en aanbidding. Het gezelschap bestaat uit Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Zaterdag, 24 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euro</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-24:/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalWoodstone Kugelblitz: Druk in Variahttps://varia.zone/woodstone-kugelblitz-druk-in-varia.html<p>Een Kookboek voor Écht Nuttige Kennis</p> +<p>Want, sommige dingen zijn nou eenmaal nuttiger om te weten dan andere.</p> +<p>Op 23, 24 en 25 november tijdens <em>Woodstone Kugelblitz Druk in Varia</em> gaan we een receptenboek maken. +Een handleiding om meer te ageren en minder te consumeren in het dagelijks leven. </p> +<p>Deze driedaagse gemoedelijke boeksprint gaat over het uitwisselen van kennis over analoge druktechniek, samen koken &amp; eten, het delen van recepten uit- en voor het dagelijkse leven, het bespreken van Écht Nuttige Kennis, samen zijn en het redigeren en vormgeven van de publicatie.</p> +<h2 id="een-oproep-voor-echt-nuttige-recepten">Een oproep voor Écht Nuttige Recepten!</h2> +<p>Voor de publicatie zijn we op zoek naar doe-het-zelf advies, tips en handleidingen die opgenomen moeten worden in het receptenboek zodat het onderdeel kan worden van ons collectieve geheugen. Zo hebben we bijvoorbeeld al recepten over het opvoeden van peuters zonder luiers, het blokkeren van online advertenties op de computer en het maken van sambal op basis van lactosefermentatie!</p> +<p>Alle soorten recepten uit het dagelijkse leven zijn hiervoor welkom. </p> +<p>Deze recepten kunnen gewoon als platte tekst worden ingediend of al reeds voorzien van een vormgeving.</p> +<p>Stuur het materiaal per post of email voor 15 november naar: +info[at]varia.zone of Gouwstraat 3, 3082 BA, Rotterdam vóór <strong>15 november</strong>.</p> +<p>Je kunt recepten ook toevoegen via deze Écht Nuttige Etherpad <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="over-de-boeksprint">Over de boeksprint</h2> +<p>Als je wilt meedoen met de boeksprint zelf, stuur ons dan een e-mailtje (info[at]varia.zone). Let wel dat we op zoek zijn naar mensen die er gedurende de drie dagen kunnen zijn om de continuïteit en concentratie te kunnen behouden voor het maken van de publicatie!</p> +<p>We hebben tijdens het evenement de volgende printapparatuur op locatie:</p> +<ul> +<li>Riso automatic A3 met zwarte en blauwe inkt</li> +<li>A0 rol inkt jet plotter op </li> +<li>A0 rol pen plotter</li> +<li>A4 zwart-wit laser printer</li> +<li>Dot matrix printer</li> +<li>automatische stencil kopieermachine -&gt; gele en zwarte inkt </li> +<li>handmatige stencilmachines -&gt; rood, groen, blauw en zwarte inkt </li> +<li>Fax machine (waar we sjablonen voor de stencils mee kunnen maken)</li> +<li>Telex FS200 Teletypewriter</li> +<li>Bonnetjesprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-23:/woodstone-kugelblitz-druk-in-varia.htmleventdruksamenwerkingécht nuttige kennisreceptenboek.RecycleReduceReuse and waar is Repair Workshop (vol)https://varia.zone/recycle-reduce-reuse.html<p>In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden worden toegepast die elk hun eigen impact hebben op de economie en het milieu. Hieruit vloeien enkele relevante vragen:</p> +<ul> +<li>Welke waarden construeren onze hedendaagse houding tegenover afval?</li> +<li>Is het misschien een obsessie met nuttigheid?</li> +<li>Wat zijn de artistieke verdiensten van reparatie?</li> +</ul> +<p>In deze workshop, georganiseerd door Yoana Buzova en Niek Hilkmann, zullen we de implicaties van de recycling van (elektronisch) afval bekijken. Dit gebeurt in een praktische workshop waarin we plaatsen bezoeken waar 'afval' wordt verzameld om vervolgens het concept van reparatie en recyclage op zijn kop zet. Uitgaande van het idee dat nutteloosheid, net als een haiku-gedicht, een bepaald subversief potentieel bevat, zullen we een gebruiksvoorwerp reparen tot iets volkomen nutteloos.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 19 november!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 22 November, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-22:/recycle-reduce-reuse.htmlcurriculumrepairChoreo-Graphische-Hypothese Boeklanceringhttps://varia.zone/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Zie hier een voorproef van de publicatie: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Kom en dans mee ~</p> +<hr> +<p><strong>Datum</strong>: Donderdag, 15th of November 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is grafisch ontwerper, coder, onderzoeker met een achtergrond in dans. Haar trans-disciplinaire project verweeft media ontwerp en web omgevingen met choreochrafische praktijken. Chicau heeft onderzoek gedaan naar het snijvlak van lichamelijkheid met geconstruuerde, vormgegeven en geprogrammeerde omgevingen. Daarme heeft ze voor ogen om de manieren waarop digitale kennis wordt gepresenteerd en toegankelijk gemaakt aan een groter publiek te verbreden. +Ze is actief in het organiseren en deelnemen aan evenementen waarbij performances op meerdere locaties gezamelijk algorithmisch geimproveerd wordt. Ook organiseert ze open discussies over gendergelijkwaardigheid en activisme.</p> +<p>Ze is ook lid van Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-15:/choreographic.htmleventLooking Back - Varia Anniversaryhttps://varia.zone/anniversary.html<p>Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat. </p> +<p>Je bent van harte uitgenodigd om te komen genieten van onze exclusieve varia-drankjes en nostalgische herinneringen aan Varia's verleden en toekomst!</p> +<p>Dankzij de DJ-vaardigheden van Newk en DJ USB, plus de zeldzame aanwezigheid van de varia karaoke-set, zal dit zeker een nacht worden die iedereen zal helpen herinneren!</p> +<p><strong>Datum:</strong> Vrijdag, 9 November 2018<br> +<strong>Deur:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-09:/anniversary.htmlpartyInter-Planetary File System unearthedhttps://varia.zone/curriculum-ipfs.html<h2 id="van-het-gecentraliseerde-http-pad-af">Van het gecentraliseerde HTTP pad af</h2> +<p>In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het aan elkaar doorgeven van bestanden op alle machines. Het InterPlanetary File System (IPFS) protocol is een van deze pogingen: een gedistribueerd bestandssysteem dat het mogelijk maakt in het hele netwerk bestanden te zoeken, verspreid op te slaan en te delen.</p> +<p>IPFS heeft de interesse van veel gemeenschappen gewekt, van archivisten tot activisten. De mogelijkheid verschillende versies van bestanden bij te houden, de weerbarstigheid van het netwerk en de toegenomen beschikbaarheid van bestanden maken het een nuttige bouwsteen voor zowel digitale archivarissen als groepen die censuur willen omzeilen. Een voorbeeld is de website voor het referendum van Catalonië in 2017, die op IPFS nog beschikbaar was nadat de oorspronkelijke website door de Spaanse regering werd gesloten. </p> +<p>Tijdens deze workshop kijken we naar de successen, de valkuilen en de mogelijkheden van dit protocol. We zullen IPFS installeren, de basis doornemen, bespreken hoe het verschilt van andere P2P protocollen en wat voor toepassingen mogelijk zijn.</p> +<ul> +<li>Deze workshop duurt 8 uur en een laptop is noodzakelijk.</li> +<li>Voorafgaande kennis van IPFS zou goed zijn, maar is niet verplicht. </li> +</ul> +<p>Deze workshop is geïnitieerd door Cristina Cochior, Silvio Lorusso en Julie Boschat Thorez.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 29 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag 1 November, 10:00h - 18:00h (Lunch tussen 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-01:/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyLife Hacks:Spacehttps://varia.zone/lifehacks.html<p>Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan <em>co-working</em> als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken <em>lifehacks</em> bevrijdend of zijn ze een extra last?</p> +<p>Samen met auteur en vormgever <a href="https://www.francoisgm.com/">François Girard-Meunier</a>, het <a href="https://worknot.info/">WORKNOT! collectief</a> (Arvand Pourabbasi and Golnar Abbasi), <a href="https://varia.zone">Varia</a> (vertegenwoordigd door Manetta Berends, Niek Hilkmann, Roel Roscam Abbing) en <a href="http://xpub.nl">XPUB</a> gaan we deze en meer vragen aan tijdens een avond gewijd aan ruimtes die zowel ondernemend als precair zijn.</p> +<p>Life Hacks is onderdeel van het fellowship-programma van Het Nieuwe Instituut met het thema 'burn out'. Zoals verwoord door <em>fellow</em> Ramon Amaro:</p> +<p><em>“aan de ene kant is een 'burn out' een moment van stilstand, van breken of van andersinds onbruikbaar worden. Met andere woorden, processesen, procedures en participatie werkt gewoon niet meer. Aan de andere kant is een 'burn out' een mogelijkheid om open te breken, om actie te bevorderen en verandering te catalyseren richting nieuwe structuren en relaties.”</em></p> +<p><em>Life Hacks</em> is een serie bijeenkomsten met die reageren op deze ambivalenties. Deze bijeenkomsten gaan over benaderingen en technieken die helpen bij het (hernieuwd) vormgeven van een leven in de context van toenemende onzekerheid en afgedwongen ondernemersmentaliteit.</p> +<p>Life Hacks wordt gecureerd door Silvio Lorusso en is een samenwerking tussen het Research Department van Het Nieuwe Instituut en XPUB.</p> +<hr> +<p><strong>Datum</strong>: Woensdag, 31 Oktober 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Donaties</p> +<p><em>Afbeelding: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:varia.zone,2018-10-31:/lifehacks.htmleventThe Big Bounce - Century 21 Callinghttps://varia.zone/the-big-bounce_century-21-calling.html<p>De derde editie van Century 21 Calling is gewijd aan de ontwikkeling van +satellietcommunicatie. Van de spiegelende kogels in de jaren 50 tot +hedendaagse SATCOM systemen.</p> +<p>Hoe werken deze dingen? Hoe krijgt men ze de ruimte in? Wat gebeurt er +als ze kapotgaan? En waarom zijn er geen kogelvormige satellieten meer?</p> +<p>Na de screening neemt mmths ons mee op een reis door het radiospectrum. +In zijn performance bezoeken we de ontmoetingsplekken van +satellietpiraten en worden we ondergedompeld in de ruis en signalen van +spooksatellieten.</p> +<p>mmths is een geluidskunstenaar in Rotterdam. Hij is gefascineerd door +wat er in het heelal gebeurt en zijn huidige werk gaat over de ontvangst +van onbekende radiosignalen en satellieten als basis voor live +performance en compositie.</p> +<p>“Century 21 Calling” gebruikt archiefmateriaal uit de industrie, +infomercials van bedrijven, tv uitzendingen en documentaires die in het +verleden ons beeld van de toekomst hebben gevormd en gebruikt die om het +heden te doorgronden. Het is een initiatief van <em>Save_as</em> en vindt plaats +in Varia in Rotterdam.</p> +<p><strong>Datum</strong>: Zaterdag 20 oktober 2018<br> +<strong>Deuren open</strong>: 20:00u<br> +<strong>Start screening</strong>: 20:30u<br> +<strong>Performance</strong>: 21:30u<br> +<strong>Einde van de avond</strong>: 23:00u<br></p> +<p><strong>Entree</strong>: Donatie</p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-20:/the-big-bounce_century-21-calling.htmlscreeningIn the Beginning ... Was the Commandlinehttps://varia.zone/curriculum-command-lines.html<h2 id="over-tekst-encoderen-en-command-lines">Over tekst, encoderen en command lines.</h2> +<p>De <em>command line</em> is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen <em>command line tools</em> de filosofie om één ding te doen en dat goed te doen. Deze kleine programma's kunnen samen worden 'gebonden' tot <em>pipelines</em> die elk type data of tekst kunnen verwerken. Deze <em>pipelines</em> zijn een manier om snel unieke en specifieke gereedschappen te produceren die een breed scala aan creatieve mogelijkheden bieden.</p> +<p>In deze workshop zullen we ons concentreren op <em>command line tools</em> in relatie tot platte tekst (<em>plain text</em>). Gedurende de dag verkennen we de sociaal-culturele geschiedenis van de <em>command line interface</em>, onderzoeken we de materialiteit van tekst op een computer en proberen we een breed scala aan tools uit.</p> +<ul> +<li>Er is geen voorkennis van programmeren vereist, maar vaardigheden om notities te nemen zijn essentieel.</li> +<li>Computer / Laptop is noodzakelijk.</li> +</ul> +<p>Deze workshop is geïnitieerd door Roel Roscam Abbing en Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Er is nog plek voor een paar deelnemers. Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 15 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 18 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek mag geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-18:/curriculum-command-lines.htmlcurriculuminterfacingThe Key to Casio (and Yamaha too)https://varia.zone/casio.html<p>Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio's Rapman</a> tot <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio's Dadada</a>!</p> +<p>Het evenement bestaat uit de volgende elementen:</p> +<p><strong> Dion &amp; The Magic Chords </strong> is het liefdeskind van casio-freaks Dion Woestenburg en Griffin Stuip en klinkt als het mechaniche speeldoosje van je favoriete progressieve acts, zoals Jean Michelle Jarre en Yes. Met behulp van eleverende beelden en een wilde samenstelling van casio's en yamahama's brengen ze je geest naar het volgende bewustzijnsniveau.</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Zoontoon </strong> gebruikt een loopstation en een aangepast Casio SK-1-keyboard om te experimenteren met de eenvoud van elektronische trillingen. De trance van de natuur en de ritmes van oosterse muziek zijn hier de belangrijkste inspiratiebronnen. Zoontoon's uitvoeringen zitten vol met loops en deuntjes die je zullen laten dansen als Apollo!</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong> M. Klein </strong> is ook wel bekend van zijn werk in bands als Sweat Tongue, Lewsberg en Eklin en het label De Hef. Geïnspireerd door Satie en Fauré besloot hij om een aantal minimalistische elektronische pianocomposities samen te stellen. Daarbij kunnen wij als toeschouwer genieten van zijn organische toetsenbordspel, misschien wel op zijn Yamaha PSS-170, en wie weet wat nog meer?</p> +<p><strong> Listentomerijn </strong> is het pseudoniem van Merijn van Ham. Wat is er nog niet over hem gezegd? Deze gerenommeerde Rotterdamse DJ toont zijn talent bij Varia achter de toetsen en misschien ook enkele drumpads. Wat voor soort drumpads? Die van de Casio MT205FF natuurlijk! Zou je iets minder verwachten?</p> +<p><strong> Casio Show And Tell </strong>; Tussen de bedrijven door zal er een reeks toetsenbordpresentaties te zien zijn die de vele vormen en afmetingen die deze wonderlijke instrumenten door de loop der jaren hebben gehad, demonstreert. De show en vertel wordt gepresenteerd door niemand minder dan Lídia Pereira en haar assistent, Niek Hilkmann. Wil je zelf een keyboard presenteren? Stuur een e-mail naar: info@varia.zone</p> +<p><strong>Datum:</strong> Vrijdag, 12 October 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-12:/casio.htmlconcertAttente Taart Confectie (vol)https://varia.zone/considerate-cake.html<p>Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de oorsprong van specifieke ingrediënten en recepten analyseren, we zullen ons ook richten op de politieke economie en klassendynamiek die toegankelijkheid van deze smaken en ingrediënten teweegbrengen. De daadwerkelijke confectie van een taart biedt ons de mogelijkheid om de voorwaarden van dergelijke praktijken ter discussie te stellen.</p> +<p>De workshop zal worden onderverdeeld in twee praktische fasen: de receptanalysefase en de taartbakfase. Tijdens de receptanalysefase zullen we elk van de vereiste ingrediënten van de door ons gekozen taart analyseren en evalueren of deze voldoen aan onze 'attente' normen. Als ze dat niet doen, zullen we mogelijke alternatieven overwegen. Tijdens de taartbakfase zullen de deelnemers aan de workshop de taart daadwerkelijk bakken, volgens ons nieuwe attente recept.</p> +<p>Considerate Cake Confection is een initiatief van Lídia Pereira en Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 8 oktober!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 11 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-11:/considerate-cake.htmlcurriculumcakeConcert: Crimson Butterfly, Evamuss en St. Fractaliumhttps://varia.zone/crimson.html<p><strong> Crimson Butterfly (Rusland) </strong> is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze autistische zangeres, vervolgens synthpop met twee leadzangers, om daarna terug te keren naar waar alles mee begonnen was: improvisatie en abstracte elektronica. De band maakt zeer intense en hypnotiserende muziek met dans en ambient elementen, improviserend van aard. Mensen noemen het vaak 'experimenteel'. Crimson Butterfly houdt ervan om concerten te geven en te spelen op locaties zoals kluizen van musea, ergens tussen Balashikha en Barcelona. Hun gezichten zijn zo mooi dat ze zich achter maskers verbergen en al hun onvergetelijke shows worden vergezeld door heupnotische visuele sequenties.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Evamuss (Peru / Nederland) </strong> was een project van de Peruviaanse Chrs Galarreta (ook bekend als Sajjra, DiosMeHaViolado en Tica). Dit project was tussen 1997 en 2003 erg actief in de ondergrondse scene van Lima. Evamuss heeft 9 solo-albums gepubliceerd in zeer beperkte oplage en verscheen ook op veel samenwerkingen en compilaties uit die periode. In het begin gebruikte Evamuss zelfgemaakte versterkers, oscillatoren, pedaaleffecten en speelgoed-sleutelwoorden, later richtte hij zich ook op het misbruik van computers en piraten-software. Fouten en niet-functionaliteit zijn welkom in het proces. In november 2017 herrees Evamuss met een paar zelf-gehackte synthspeeltjes, een paar effecten en enkele met de hand gemaakte sequencers die in samenwerking met enkele hackers in Paruro (de legendarische elektronische zwarte markt in Lima City) zijn vervaardigd. De geluiden zijn nu gemuteerd in de richting van een warme en vochtige analoge jungle.</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> St. Fractalium (Rusland) </strong> St.Fractalium is een audiovisueel duo uit Nizhniy Novgorod, Rusland; bewoners van de plaatselijke cultusplaats Black Ho. Geïnspireerd door bands als Autechre en Coil, en met indrukwekkende ervaring in verschillende muzikale projecten, brengen de jongens het licht van Saint Fractalium, een verhelderende nectar voor degenen die de conventionele muziek beu zijn, alles met behulp van computers en controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Georganiseerd door <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Datum</strong>: Vrijdag, 14 September 2018<br> +<strong>Entree</strong>: 3 euro (donatie) <br> +<strong>Deur</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:varia.zone,2018-09-14:/crimson.htmlconcertConcert: Matheus Silva and Theo Krantz Album Releasehttps://varia.zone/Silva-and-Krantz.html<p>Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met tape-geluiden en de menselijke stem.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's op Bandcamp</a></p> +<p>Matheus Silva is een elektronische kunstenaar, afkomstig uit Brazilië. Na een begin als muzikant in de hardcore punkscene van Florida in 2011, stapte hij over op het produceren van elektronische muziek als soloartiest. Vanuit een eclectische muzikale achtergrond haalt hij inspiratie uit verschillende muziekgenres, zoals ambient, drone en hiphop, om een uniek geluid te produceren.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva op Soundcloud</a></p> +<p><strong>Datum</strong>: 17 Augustus 2018<br> +<strong>Entree</strong>: Gratis / Donatie <br> +<strong>Deur</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:varia.zone,2018-08-09:/Silva-and-Krantz.htmlconcertWhat Remains - Final Playtesthttps://varia.zone/what-remains-final-playtest.html<p><em>We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p><em>What Remains</em> is een gloednieuw, duister humoristisch computerspel voor de Nintendo Entertainment System (NES) uit 1985, ontwikkeld door Iodine Dynamics. De game is momenteel in haar laatste ontwikkelfase belandt en zal in 2018 vrij worden uitgebracht. Met 'vrij' bedoelen we een gratis NES ROM-download en we zullen de broncode en artworks van de game en tools die we hebben gebruikt publiceren. Tevens zal er een gelimiteerde oplage aan fysieke, NES en Famicom casettes van gerecyclede hardware worden geproduceerd.</p> +<p>Tijdens de ontwikkeling van het spel heeft Iodine Dynamics in samenwerking met Het Nieuwe Instituut voorzonderzoek gedaan en bij V2_ de eerste playtests georganiseerd. Op 22 juni organiseert Varia de laatste playtest voor het spel en we zijn op zoek naar spelers die ons nog één keer feedback willen geven!</p> +<p>Kom de planeet redden en doe met ons mee op 22 juni!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>We beginnen om 19:00u en stoppen rond 22:30u.</p> +<hr> +<p><small><em>What Remains</em> wordt mogelijk gemaakt door de steun van Stimuleringsfonds, Creatieve Industrie NL.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-14:/what-remains-final-playtest.htmleventvideo gameWhat a website can behttps://varia.zone/what-a-website-can-be.html<p><em>Dit artikel is in het Engels geschreven, <a href="/en/what-a-website-can-be.html">klik hier voor de volledige versie</a>.</em></p> +<hr> +<p>Tijdens het maakproces van een website voor varia, werd het duidelijk dat we niet <em>alleen maar</em> een website wilden maken. Het werd een moment om het proces te onderzoeken en te verkennen wat een website kan zijn. </p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>De varia website in de loop der tijd.</small></p>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-13:/what-a-website-can-be.htmlartikelwerkgroepwebpublicerenMobiel Monument - Presentatiehttps://varia.zone/monument.html<p>Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag, pestepidemie of andere historische gebeurtenis, geschonken door een veldheer of mecenas. Helaas bezit Charlois momenteel geen werkende fontein. Niek Hilkmann en Anne Kolbe willen dit gebrek verhelpen door Charlois tijdelijk een mobiele fontein te geven die niet gebonden is aan een vaste plek of duiding. Deze fontein zal op 2 juni om 13:00 bij Varia gepresenteerd worden en is vervolgens tijdens de weekenden van Charlois Speciaal te zien, op zoek naar nieuwe betekenis en waardering.</p> +<p>Openingsceremonie: 2 Juni / 13:00-14:00<br> +Uitgestald: 2, 3, 9 en 10 Juni / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:varia.zone,2018-05-28:/monument.htmlpresentationfountainarchitecturepresentationWelcome to the � Federation - The Ecosystem is Movinghttps://varia.zone/the-ecosystem-is-moving.html<p>Op 1 en 2 juni organiseert Varia <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, een lezing door en een werksessie met Daniel Gultsch over federatieve chat diensten, open source software en de duurzaamheid van open systemen.</p> +<ul> +<li>1 juni 19.00 - 22.00 uur - introductie tot XMPP en lezing door Daniel Gultsch</li> +<li>2 juni, 10.00 - 18.00 uur - werkessie rondom vormgeving en federatieve chat systemen. <br> Registreer voor deze werksessie door een mailtje te sturen naar <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is de ontwikkelaar achter <a href="https://conversations.im">Conversations</a>, een open source instant messaging-applicatie voor Android. In 2014 besloot hij om voltijds te werken aan Conversations en daar ook van proberen te leven. In plaats van helemaal opnieuw met Conversations te beginnen, bouwde hij een nieuwe client voor het bestaande gefedereerde chatprotocol XMPP.</p> +<p>Omdat een XMPP-applicatie in feite maar net zo goed kan zijn als het hele ecosysteem waar het onderdeel van is, was er voor Daniel een noodzaak om naast zijn werk aan Conversations ook bij te dragen aan het uitbreiden en verbeteren van dat grotere XMPP-ecosysteem. Deze werkzaamheden omvatten het helpen opstellen en implementeren van protocolstandaarden. OMEMO, een moderne en gebruiksvriendelijke end-to-end encryptie op basis van het protocol van Signal is daar een voorbeeld van. Hij draagt ook code bij aan andere XMPP-servers en -clients in het ecosysteem om ze te helpen te moderniseren. Daarnaast is hij <a href="https://gultsch.de/xmpp_2016.html">via zijn kritische essays</a> een uitgesproken voorstander van XMPP en open standaarden in het algemeen.</p> +<p>Conversations is een uitzonderlijk project, omdat het door de aanhoudende focus op gebruikerservaring, ontwerp en beveiliging veel belangstelling heeft vergaard voor zowel zichzelf als ook het XMPP-ecosysteem als geheel. Dit maakt het een interessant voorbeeld om vanuit te bevragen hoe het ontwerpveld zou kunnen bijdragen aan kritieke softwarepraktijken.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op een hernieuwde interesse in 'alternatieve' onlinediensten zoals sociale media en chat. Door middel van presenaties en werksessies worden in de context van dit project verschillende evenementen georganiseerd rond softwareprojecten die werken aan deze ecosystemen. Een bijzondere focus zal liggen op projecten die opnieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, deels door hun focus op ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a>(engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:varia.zone,2018-05-20:/the-ecosystem-is-moving.htmleventfederationsoftwarepresentatieworksessieCentury 21 Calling - Rising to the High-Risehttps://varia.zone/21-High-Rise.html<p>Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts een herhaling van het verleden? Wat is er met de telefooncentrale gebeurd toen we die verbinding verbraken? Wat gebeurt er op kantoor na het werk? En hoe reageer je op klanten als ze klagen over je product? Dit alles en meer zal worden beantwoord tijdens de volgende editie van Century 21 Calling.</p> +<p>In een reeks screenings genaamd 'Century 21 Calling', een initiatief gestart door het collectief <a href="http://www.save-as.media/">Save_as</a> en gehost door <em>varia</em> in Rotterdam, kijken we naar de industriële archieven, 'infomercials' van bedrijven en historische documentaires. Al dit materiaal heeft onze verbeelding van 'morgen' gevormd en dus is het tijd om deze voor het voetlicht van vandaag te werpen.</p> +<ul> +<li>deuren open: 20:00</li> +<li>introductie: 20:15</li> +<li>screening: 20:30</li> +<li>prijs: Donaties welkom</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:varia.zone,2018-05-02:/21-High-Rise.htmlscreeningindustriële propagandakantoren21ste eeuwWojtek Szustak - Space Junk Workshophttps://varia.zone/Space-Junk-Workshop.html<p>Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd. </p> +<h2 id="wil-je-meedoen">Wil je meedoen?</h2> +<p>Meld je dan aan via: info@varia.zone. </p> +<p>Er is slechts ruimte voor een beperkt aantal deelnemers, dus wacht niet te lang!</p> +<ul> +<li>deur: 10:00</li> +<li>start: 10:30</li> +<li>eind: 18:00</li> +<li>prijs: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-23:/Space-Junk-Workshop.htmlworkshopsynthezisersafvalInfinite Outwardnesshttps://varia.zone/Infinite-Outwardness.html<p>Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot kosmische toiletten, wordt dit een avond om niet snel te vergeten!</p> +<p>Deur: 20:00 +Start: 20:30 +Entree: Donatie</p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is een van de verborgen parels van België. Op een tijdreis uit de jaren zestig transformeert deze man in zijn eentje, of samen met zijn band the Shovels, het universum van muziek zoals we dat kennen tot een reis naar de grenzen van het sonische geloof. Hij zal nummers van 'Spaced Out In Outer Space' uit 2016 en zijn gloednieuwe album 'Beat The System' spelen.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is een inventieve componist uit Krakau die met en rond ruimteafval werkt. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-rommelworkshop geven in Charlois, waarbij hij nieuwe elektronische instrumenten zal maken van oude spullen die hij op straat vindt. De resultaten worden tijdens het evenement gepresenteerd.</p> +</li> +<li> +<p>Niek Hilkmann is een componist die een amateur avant-gardistisch orkest leidde, een honderd meter lang bewegend panorama creëerde, het Universal Notation Ideal (UNI)-systeem construeerde en evenementen organiseerde zoals "Will VHS Save The Universe?" en "Floppy Totaal". Tijdens 'Infinite Outwardness' toont hij het puin van zijn meer recente projecten 'Galaxico, kerst tussen de sterren' en 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is een Rotterdamse kunstenaar die voornamelijk op het gebied van geluid werkt als een startpunt voor nieuwe projecten. Hij presenteert een sonische verkenning van kosmologische verschijnselen en neemt ons mee naar de ruimte via Google's kolonisatie van virtuele ruimte. Digitale en / of virtuele mapping van de aarde, het claimen van territorium via mapping en het bekijken van de aarde vanuit een baan zijn het onderwerp geweest van zijn recente werk.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is de naam van het internationale onderzoeksteam dat u Toilettronic heeft geleverd; een stressvrije toiletervaring in de ruimte. Het is een gamified toiletnavigatiesysteem voor ruimtehabitats. Tijdens 'Infinite Outwardness' presenteert het team een muzikaal vervolg op dit project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 en DJ Naam zijn bekende namen in de wereldwijde ruimte-DJ-scene. In mei zullen ze samenwerken om muziek uit de vierde dimensie te brengen die je geest naar een ander niveau zal verplaatsen.</li> +</ul> +<p>Dit evenement wordt mogelijk gemaakt met de vriendelijke steun van Popunie Rotterdam, WORM Pirate Bay en natuurlijk ... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-20:/Infinite-Outwardness.htmlconcertruimtetijdmuziekOpen Dag @ Variahttps://varia.zone/varia-open-day.html<p>Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> en elektronica.</p> +<p>Gedurende de dag vinden de volgende activiteiten plaats:</p> +<h2 id="linux-presentation-day-hele-dag">Linux Presentation Day (hele dag)</h2> +<p>Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of kun je de software niet meer bijwerken? Dan is het tijd om Linux te proberen! Het Linux Presentation Day team dat eerdere edities in Leeszaal West heeft georganiseerd staat nu voor je klaar in varia. Wil je jou oude computer nieuw leven inblazen? Vergeet deze dan niet mee te nemen. Dan kun je daar Linux op uit proberen of hulp te krijgen bij het installeren!</p> +<h2 id="adblocken-voor-beginners-hele-dag">Adblocken voor beginners (hele dag)</h2> +<p>Ben je het zat om naar online advertenties te kijken? Ben je het zat dat online advertenties naar jou terug kijken? Neem je computer of smartphone mee en dan laten wij zien hoe je van de rust en privacy van een advertentievrij internet kunt genieten. </p> +<h2 id="solderen-kan-je-leren-1400-1600">Solderen kan je leren (14:00 - 16:00)</h2> +<p>Maak kennis met elektronica door samen met wat onderdelen, een vaste hand en hulp van ons een mini boombox in elkaar te zetten! Neem je favoriete muziek, een oude (micro) SD-kaart en 5 euro voor materialen mee. 12 jaar en ouder. Geef je van tevoren op door ons een mail te sturen.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Ben je benieuwd naar andere grafische softwarepaketten dan Photoshop? Kom langs en probeer een set verschillende tools, zoals Gimp en ImageMagick (beeldbewerking), Laidout (een specifieke vector editor) of zelfgemaakte: maak een zine met Publish or Perish!, een Desktop Publishing tool en spel in één. Het idee is om gedurende de één uur intensieve tool-test-party beeldende recensies van deze tools te maken. We kunnen ze dan ook op een van de varia printers afdrukken.</p> +<p>De open dag begint om 12:00 en duurt tot 18:00. Ons adres is Gouwstraat 3, Rotterdam Charlois.</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Vrije software verwijst naar een beweging die door middel van vrije licenties gebruikers het recht geeft om software te gebruiken, bestuderen, aan te passen en te distribueren. Het is gestoeld in gemeenschappen die software gebruiken, schrijven en onderhouden. Van hele professionele server software tot hele experimentele grafische software. Vrije software is een gedeelde interesse en manier van werken voor varia die we graag laten zien!&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-12:/varia-open-day.htmleventopen daglinux presentation dayworkshopsConcert: CLM en Maria Violenzahttps://varia.zone/CLM-and-Violenza.html<p>Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.</p> +<p>CLM (voorheen bekend als Cascao &amp; Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy art-melodieën: denk daarbij aan Talking Heads, The Residents en proto 70's &amp; 80's wave-dingen. In 2016 brachten ze hun eerste LP 'Spleenism' uit op vinyl en digitaal via Cochon-records in San Francisco.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM op Soundcloud</a></p> +<p>De in Sicilië geboren en in Rome wonende Maria Violenza speelt donkere synth punkmuziek onder de invloed van het gemengde culturele erfgoed van haar thuisland. Naast haar opzwepende solowerk is ze ook lid van het Franse muziekcollectief Grand Triple Alliance Internationale De L'Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy en Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza op bandcamp</a></p> +<p>Datum: 17 April 2018 +Entree: 3 euro +Deur: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:varia.zone,2018-03-31:/CLM-and-Violenza.htmlconcertCentury 21 Callinghttps://varia.zone/century-21-calling.html<p>Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?</p> +<p>In een reeks screenings "Century 21 Calling", geïnitieerd door Save_as en gehost door Varia in Rotterdam, zullen we kijken naar industriële archieven en bedrijfs informercials/propaganda die het voorstellingsvermorgen van morgen hebben vormgegeven en het vol hebben gehouden tot aan de dag van vandaag.</p> +<p>Tijdens ons eerste evenement zullen we een algemene blik werpen op films van wereldtentoonstellingen en hun dromen voor morgen van vandaag.</p> +<p><strong>Datum</strong>: 14 April 2018<br> +<strong>Entree</strong>: Free / Donation<br> +<strong>Deuren open</strong>: 19:00<br> +<strong>Presentatie</strong>: 19:30<br> +<strong>Start screening</strong>: 20:00<br></p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:varia.zone,2018-03-07:/century-21-calling.htmlscreeningAlgologshttps://varia.zone/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten. Algologs maakt deel uit van een reeks ontmoetingen rondom de Algolit-bijeenkomsten (die normaal gesproken in Brussel plaatsvinden), om zo externe sprekers, presentatoren en deelnemers uit te nodigen om deel te nemen aan het gesprek. Tijdens Algologs verhogen we het % betrokkenheid bij alledaagse algoritmes.</p> +<p>Op vrijdagavond verkennen we een vermenigvuldiging van: Algoliteraire manieren om woorden te vertalen naar cijfers x infrapuncturele opluchtingen x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Om zo samen logs te maken van algoritmische standpunten, stemmen en werkwijzen.</p> +<p>De presentaties op vrijdag worden gevolgd door een Algolit-sessie op zaterdag, waar we een collectieve duik zullen introduceren in de clusteringstechnieken van word-embeddings. Door stap voor stap naar een specifieke implementatie van word-embeddings te kijken, ontstaat een bron voor recepten voor kleine (op code of niet op code gebaseerde) experimenten.</p> +<p>Oproep aan alle extra-amateurs, protoprofessionals en indirecte algologgers.</p> +<hr> +<p><strong> Algolit </strong> is een in Brussel gevestigde groep kunstenaars, ontwerpers, programmeurs en activisten die eenmaal per maand samenkomen om tekst &amp; code experimenten te schrijven.</p> +<p><strong> Cristina Cochior </strong> is een in Rotterdam gevestigde onderzoeker, ontwerper en enthousiaste verzamelaar die momenteel geïnteresseerd is in algoritmische stressverlichting.</p> +<p><strong> de XPUB practicioners </strong> werken momenteel aan OuNuPo: het 5e Special Issue rondom de cultuur van boekenscanners. XPUB is de Experimental Publishing-master van het Piet Zwart Instituut.</p> +<p><strong> Marloes de Valk </strong> is een softwarekunstenaar en -schrijfster in de post-wanhoopfase van het omgaan met de dreiging van het broeikaseffect terwijl zij bespied wordt door de apparaten om haar heen.</p> +<hr> +<h2 id="programma">Programma</h2> +<p><strong> Vrijdag 16 maart, 19:00 - 21:30 + </strong> <br> +Introducties, infrapunctures, voorbeelden van bookscanners, big data-beloften</p> +<p>18:45 - 19:00 Inloop</p> +<p>19:00 - 19:20 Algoliteraire introducties<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +vanaf 21:30 drinks &amp; discussie<br></p> +<p><strong> Zaterdag 17 maart, 10:00 - 18: 00 </strong> <br> +Algolit-sessie: van woorden naar cijfers via word-embeddings</p> +<p>Deze sessie is een speciale editie en maakt deel uit van een langere tijdslijn van maandelijkse Algolit-bijeenkomsten georganiseerd door Constant in het WTC25 in Brussel. In 2018 koos Algolit er voor om haar sessies een meer open karakter te geven, zodat een spontane jump-in jump-out-deelname mogelijk is. Meer informatie en materiaal rond Algolit is te vinden op <a href="http://algolit.net">algolit.net</a>.</p> +<p>We beginnen de dag met het stapsgewijs doorlopen van het script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a> en langzaam naar zowel op code gebaseerde als niet-code gebaseerde experimenten te werken, afhankelijk van waar de deelnemers een voorkeur voor hebben. Deze werksessie is een moment om zelf en samen dingen uit te proberen.</p> +<p>Opmerking voor deelnemers: het zou goed zijn om een ​​laptop mee te nemen. Niet per se om met code of digitale hulpmiddelen te werken (we zijn grote fans van analoge experimenten!), maar vanuit de gewoonte om gezamenlijk aantekeningen te maken of te kijken naar referenties. Daarom is een laptop een fijne metgezel!</p> +<p>Als je geïnteresseerd bent om deze sessie bij te wonen, e-mail dan info@varia.zone op elk gewenst moment van tevoren.</p> +<p><strong> Locatie </strong> <br> +Varia - Gouwstraat 3, Rotterdam <br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong> Links naar eerdere oefeningen rond deze onderwerpen </strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, een meerdaags evenement in november 2017 rond machine learning &amp; word-embeddings met rondleidingen, gepresenteerde tools, twee lezingen en twee workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, stap voor stap</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, grafieken gegenereerd door word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, een eerste stap naar een case study rondom toegepaste woordinbeddingen</li> +</ul> +<hr> +<p>Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiële bijdrage van CBK Rotterdam <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-28:/algologs.htmleventworksessionalgorithmsloggingIt Is As If We Were Doing Workhttps://varia.zone/itisasif.html<p>Het is al een tijdje terug dat de 11de editie van de <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> is verschenen, maar de discussie over onderwerpen van die uitgave aansneed is echter nog niet uitgewoed. Centraal in die uitgave stond het idee van het <a href="http://networkcultures.org/entreprecariat/">'entreprecariat'</a> en de verschillende bijdragen boden allen verschillende inzichten over hoe om te gaan met de samenkomst van ondernemersideologie en precariteit. Om verder in te gaan op de bijdragen in van de zine organiseert Varia een avond met enkele van de auteurs. </p> +<p>De avond zal aanvangen met een introductie van het Pervasive Labour Union zine project door Lídia Pereira. Daarna volgt een gesprek tussen Alina Lupu, Gui Machiavelli dat wordt gemodereerd door Silvio Lorusso. Onderwerp van gesprek zullen de individuele bijdragen van de auteurs aan de zine zijn, alsmede de relatie tussen hun praktijk, ontwikkelingen op het vlak van hedendaagse arbeid en de huidige staat van het onderwijs. Daarnaast zal er mogelijkheid zijn om een aantal van de games te spelen die in de 11de editie van PLU zijn besproken, waaronder <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> van Pippin Barr en <a href="http://thefounder.biz/">"The Founder"</a> van Francis Tseng.</p> +<p>Entree en versnaperingen op basis van donatie</p> +<p>Programma:<br/> +18:45 Inloop</p> +<p>19:00 Introductie van de <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> door Lídia Pereira (PT/NL) en gesprek met Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), gemodereerd by Silvio Lorusso (IT/NL)</p> +<p>20:00 - 22:00 Gamesessie met "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng</p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is conceptueel kunstenaar en bezorgt maaltijden per fiets. Soms is ze echter ook projectmanager, schrijver, fotograaf of doet andere bijbaantjes. Op het moment heeft ze zich verkiesbaar gesteld voor een van de deelgemeenteraden in Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is van maandag tot donderdag een redelijke en van vrijdag tot zondag een lethargische schrijver.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is zelfstandig vormgever, kunstenaar en onderzoeker gevestigd in Rotterdam, NL. Haar huidige interesses gaan uit naar de politieke dimensie van arbeid op socialenetwerk-sites. Daarbinnen richt zij haar blik op hoe machtsstructuren online en offline gedrag beïnvloeden.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is een vormgever zonder specialisatie, een kunstenaar zonder galerie en een schrijver zonder spel-check.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-18:/itisasif.htmleventOplossingen en problemen in extratonaliteithttps://varia.zone/extratonaliteit.html<p>Oplossingen en problemen in Extratonality 4<br> +"Extratonaliteit - Het openen van deuren is niet genoeg"</p> +<p>De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin problemen worden ontworpen om oplossingen te zijn, en industrieel afval ons dagelijks leven overneemt, is er een dringende behoefte aan een nieuwe extratonale conferentie die dieper graaft in de huidige stand van zaken van de "extra" tendensen. "Oplossingen en problemen in extratonaliteit" (OPIE) is de internationale conferentie over oplossingen en problemen op het gebied van extratonaliteit voor kleinere en grotere instituten, evenals onafhankelijke componisten en wetenschappers. We zullen geavanceerde obstakels in hun dagelijkse routine onderzoeken met de ondersteuning van op maat gemaakte instrumenten, verouderde schrijftechnieken, speciale notatiesystemen en alternatieve toepassingen van bestaande technologie.</p> +<p>Op vrijdag 16 februari 2018 vindt de vierde editie plaats in Rotterdam bij "varia - het centrum van de alledaagse technologie". OPIE4 gaat over het toepassen van extratonale oplossingen voor alledaagse problemen en alledaagse oplossingen voor extratonale problemen. OPIE4 is een must voor diegenen die meer willen weten over werkstrategieën rond extratonaliteit. Na OPIE1 in Wenen op 28 april 2017, OPIE2 in Zagreb op 30 september 2017 en OPIE3 in Rotterdam op 6 februari 2018, zal de volgende editie de laatste discussies in het veld behandelen en nieuwe input genereren voor de toekomstige onderhandelingen over extratonaliteit. Meer dan 250 jaar na zijn ontdekking en rechtvaardiging wordt het veld nu wereldwijd erkend als een belangrijk onderzoek in zijn vakgebied, daarom bestaat deze editie uit verschillende tracks en presentaties.</p> +<p>De ongeveer 300 OPIE-bezoekers beoordeelden de conferentie met een 9,8 en meer dan 98% van de bezoekers beveelt de conferentie aan bij anderen of zou graag terugkomen in de volgende editie.</p> +<p>Dit evenement wordt mogelijk gemaakt door de vriendelijke steun van het Institute of Extratonal Composition, WORM pirate bay, varia en Nothing More.</p> +<p>Eten, drinken en toegang zijn beschikbaar op donatie!</p> +<p>Programma:<br> +19:30 Registratie, meet &amp; greet &amp; welkomstdrankjes<br> +20:00 Officiële Opening: Welkom door Danny van der Kleij (NL, voorzitter varia - centrum voor alledaagse technologie / ArtEZ hogeschool voor de kunsten)<br> +20:05 Inleiding door de conferentievoorzitters; Niek Hilkmann (NL, varia - centrum voor alledaagse technologie / Institute of Extratonal Composition) en Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)</p> +<p>20:15 - 20:45<br> +Toepassingen: verbeelding en extratoniteit<br> +Voorzitter: Christina Cochior (RO / NL, Wikipedia Bot Memorial Foundation)<br> +"De verbeeldingskracht van opslaan" - Thomas Walskaar (NO, Save as.media) - Presentatie van een denkbeeldig medium<br> +"hoe een trommel te bouwen" - Teun de Graaf (fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonaliteit en arbeid:<br> +Voorzitter: Lidia Pereira (PT / NL, PLU - pervasive labor union / doordringende vakbond)<br> +"orkesttonaalsysteem met volledig bereik" - a. tangramdichters (int., geen instelling)<br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - centrum voor alledaagse technologie)</p> +<p>21:15 - 21:45<br> +de 'extra; in de dagelijkse omgeving:<br> +Voorzitter: TBA<br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition" - Dennis de Bel (NL, varia - centrum voor alledaagse technologie / Willem de Kooning Academie / Design Academy Eindhoven)<br> +"Remote Fulfillment" - Moritz (NL, Random Creations)</p> +<p>21:45 - 22:15 uur<br> +extra en verder:<br> +Voorzitter: TBA<br> +"door voorwerpen lopen - een intratonische benadering" - Michael J. Muik (AT, nothing more - Vereniging voor de promotie van kunst, irritatie en commons)<br> +"Quasitonaliteit - Op weg naar een circulatoire praktijk van onenigheid" - oyo (BG / NL, LOFO, Willem de Kooning Academie) &amp; mnd (AT / NL, LOFO)<br></p> +<p>22:15 - 24:00 uur<br> +Extra presentaties:<br> +DJ Pattex (varia - centrum voor alledaagse technologie)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-16:/extratonaliteit.htmleventNieuwjaarsborrelhttps://varia.zone/nieuwjaarsborrel.html<p>Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.</p> +<p>datum: vrijdag 19 januari +start: 18:00u<br> +performance: 21:00u</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:varia.zone,2018-01-19:/nieuwjaarsborrel.htmlevent34c3 screening sessieshttps://varia.zone/ccc-screening.html<p>Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia: </p> +<ul> +<li>woensdag 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Neem je eigen eten en drinken mee en <a href="https://pad.vvvvvvaria.org/34c3">vul het lijstje aan van</a> van talks die we niet kunnen missen, we hebben maar één projector dus we maken het livestream programme ter plekke.</p> +<p>Download het CCC progamma<sup id=sf-ccc-screening-1-back class=simple-footnote>1</sup><span class=simple-footnote-container><span class=simple-footnote-content>[1] <a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a></span></span></p><ol class=simple-footnotes></ol>VariaFri, 15 Dec 2017 00:00:00 +0100tag:varia.zone,2017-12-15:/ccc-screening.htmleventThe Secret Life Of Machine screenings, seizoen 3https://varia.zone/the-secret-life-3.2.html<p>Nieuwe poging! Nu zonder sneeuwstorm.</p> +<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>20 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaFri, 15 Dec 2017 00:00:00 +0100tag:varia.zone,2017-12-15:/the-secret-life-3.2.htmlscreeningSoep & Woorden - Inox Kapellhttps://varia.zone/inox-kapell.html<p>Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.</p> +<p>Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij mensen mee op insectenexcursies, bijvoorbeeld in kasteel Freudenberg. Hij maakt films, muziek en kunst van en over insecten, onder andere in de dadaistische band ‘Ordnungsamt et la politesse’. Bovendien is hij de oprichter van het ‘Insektium’, een insect-gerelateerd museum/galerie/happeningraum in Berlijn. Naar eigen zeggen worden insecten vaak onterecht veroordeeld en is hij degene die tussen ambassadeur mens en insect kan mediëren.</p> +<p>Een paar van zijn woorden: </p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, +dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-26:/inox-kapell.htmleventThe Secret Life Of Machine screenings, seizoen 3 (afgelast)https://varia.zone/the-secret-life-3.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>10 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaThu, 23 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-23:/the-secret-life-3.htmlscreeninghomebrewserver.club, kalenders sessie 2https://varia.zone/hbsc-cal-2-nl.html<p>De tweede ontmoeting rondom zelf-gehoste kalenders. </p> +<p>Locatie: Varia</p>VariaWed, 22 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-22:/hbsc-cal-2-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 2https://varia.zone/the-secret-life-2.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-12:/the-secret-life-2.htmlscreeninghomebrewserver.club, kalenders sessie 1https://varia.zone/hbsc-cal-1-nl.html<p>Een eerste ontmoeting rondom zelf-gehoste kalenders. </p>VariaThu, 09 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-09:/hbsc-cal-1-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 1https://varia.zone/the-secret-life-seizoen-1.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>5 november</strong>: seizoen 1 - huishoudelijke apparatuur (stofzuiger, naaimachine, centrale verwarming, wasmachine, vriezer en televisie)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 29 Oct 2017 00:00:00 +0200tag:varia.zone,2017-10-29:/the-secret-life-seizoen-1.htmlscreeningOpening Ruimtehttps://varia.zone/opening.html<p>Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level van de ruimte.</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:varia.zone,2017-10-26:/opening.htmleventhomebrewserver.clubhttps://varia.zone/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn goedkope, energiezuinige, onderhoudsarme computers waarmee men in eigen beheer diensten online kan gebruiken.</p> +<p>De club is bedoeld voor zowel gevorderde als beginnende deelnemers. De resultaten van onze bijeekomsten verwerken we tot guides en artikels die de technieken contextualiseren en stap voor stap uitleggen hoe je ze zelf kan uitvoeren.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:varia.zone,2017-09-14:/homebrewserver.club.htmlwork groupself-hostingRelearn Rotterdamhttps://varia.zone/relearn.html<p>Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen. </p> +<p>Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week vormen. Relearn omarmt het resetten van denkmodi, om een uiteenlopende reeks aanpakken te heroverwegen, die voortkomen uit de ontwikkeling van onze culturen tot en via digitale entiteiten.</p> +<p>Naast een experiment in collectief leren, is Relearn ontstaan vanuit een interesse in Vrije en Open Source Software-cultuur en -praktijken als een manier om de productieprocessen en -kaders van technologie en cultuur te ondervragen.</p> +<p>29 Augustus - 2 September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:varia.zone,2017-08-29:/relearn.htmlprojectsRotterdams Electronica Depothttps://varia.zone/red-nl.html<pre> + ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐ + ╠╦╝│ │ │ │ ├┤ ├┬┘ ││├─┤│││ + ╩╚═└─┘ ┴ ┴ └─┘┴└──┴┘┴ ┴┴ ┴ +┌─────────────────┬───────────────┐ +│div. onderdelen │div. onderd. │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +├─────────────────┼───────────────┼────────────────────┐ +│IC's │trim pots, │octo couplers │ +│ │ │EEPROMS │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstanden │weerstanden, │ +│lege lades, │>0.25W │lege lades, │ +│ │ │FTDI, │ +│ │ │arduino │ +│ │ │oscilloscope onderd │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstande │condensatoren, │ +│diodes │=<0.25W │transducers │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +└─────────────────┴───────────────┴────────────────────┘ + ╔═╗┬ ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐ ╔╦╗┌─┐┌─┐┌─┐┌┬┐ + ║╣ │ ├┤ │ │ ├┬┘│ ││││││ ├─┤ ║║├┤ ├─┘│ │ │ + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴ ═╩╝└─┘┴ └─┘ ┴ + +</pre> + +<h1 id="het-rotterdams-electronica-depot">Het Rotterdams Electronica Depot</h1> +<p>Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd vrijwel niet meer mogelijk om een fysieke electronica winkel te bezoeken in Rotterdam. Op deze manier is het onmogelijk om even op de fiets te springen om wat ontbrekende onderdelen te hallen. Daarom heeft een collectief electronica depot opgericht waar deelnemers van tegen kostprijs onderdelen kunnen komen ophalen.</p> +<h1 id="lid-worden">Lid worden:</h1> +<p>Neem contact op met varia via de mailinglijst</p> +<h1 id="openingstijden-en-ophalen">Openingstijden en ophalen</h1> +<p>Het depot kent geen vaste openingstijden. Ophalen kan aan de Gouwstraat 3, 3082 BA, te Rotterdam</p>VariaSun, 09 Apr 2017 00:00:00 +0200tag:varia.zone,2017-04-09:/red-nl.htmlwork groupelectronica \ No newline at end of file diff --git a/old/output/feeds/all.rss.xml b/old/output/feeds/all.rss.xml new file mode 100644 index 0000000..4a21fb7 --- /dev/null +++ b/old/output/feeds/all.rss.xml @@ -0,0 +1,2239 @@ + +Variahttps://varia.zone/Sat, 21 Mar 2020 00:00:00 +0100Sensible World Of Soccer - Varia Cup 2020https://varia.zone/sensible-soccer.html<p>Wordt een 'goal scoring superstar hero' tijdens de <strong>Sensible World of Soccer Varia Cup 2020</strong>! Na twee competitieve toernooien bij WORM brengen we dit klassieke voetbalspel nu naar Rotterdam-Zuid. Bij Varia organiseren we zowel een amateurcup als een pro-cup - iedereen kan meedoen (letterlijk: in tegenstelling tot moderne voetbalsimulators kan je het spel spelen met een joystick en slechts één knop)! Alhoewel de laatste officiële versie alweer dateert uit 1996 (de matige 3d pogingen laten we maar buiten beschouwing), is Sensible Soccer nooit weggeweest. Dankzij een uiterst verslavende gameplay en een uitgebreide database van wereldwijde teams zijn de mogelijkheden om kampioen te worden oneindig. SWOS maakt volgens de Stanford universiteit deel uit van het spelkanon, samen met bijvoorbeeld Tetris en Super Mario Bros 3. De Royal Mail heeft zijn aandeel in de Britse spelgeschiedenis beloond met een Sensible postzegel afgelopen maand.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +Het komt mede door een sterke community (zie ook <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) dat de bal bleef rollen. Denk aan mogelijkheden om online tegen elkaar te spelen, ranglijsten, en de jaarlijkse Sensible Days: het WK waar uitgemaakt wordt wie de beste speler is. Het hoogtepunt van dit jaar is de release van Sensible World of Soccer 2020! Deze nieuwe versie biedt niet alleen een geupdate database met +/- 1.500 teams (van Nederland tot El Salvador!), het is ook de eerste keer dat het spel op huidige besturingssystemen gespeeld kan worden zonder gebruik te maken van DOS- of Amiga-emulatoren. Deze editie kan rechstreeks vanaf je Windows-desktop opgestart worden (natuurlijk is er ook een database voor de originele Amiga-versie beschikbaar voor de die-hards). Het is zelfs mogelijk te switchen tussen DOS en Amiga-gameplay en om te kiezen voor een fraaie breedbeeld-modus in UltraHD-resolutie. Het spel is als freeware te downloaden via onderstaande link (wel is het nodig het originele spel in bezit te hebben; online zoekmachines bieden uitkomt, of ga naar <a href="http://www.gog.com">www.gog.com </a>waar het spel verkocht wordt).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +Het toernooi wordt gespeeld in SWOS2020, wat betekent dat je met de favoriete club van dit moment kan spelen. Zowel ervaren als onervaren spelers zijn welkom. Na een selectieronde gaan de beste spelers strijden om de pro-cup, terwijl de andere helft strijdt om de amateurcup. Voor beide toernooien zijn er prijzen!</p> +<p><strong>Tijdschema</strong> (afhankelijk van het aantal deelnemers)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Selectieronde (amateurs + pros gemengd)<br> +<strong>vanaf 14:30</strong> Pro Cup and Amateur Cup (op aparte systemen)<br> +<strong>+/- 17:30</strong> Avondeten<br> +<strong>19:00</strong> Prijsuitreiking<br> +<strong>20:00/21:00</strong> Slot<br></p> +<p><strong>entree:</strong> donatie</p> +<p>Het aantal deelnemers is beperkt. Tussen 12:00 en 13:00 kan je je inschrijven, maar als je zeker wilt zijn van een plekje is het verstandig een e-mail te sturen naar: sebatosh@gmail.com. Vergeet niet de club op te schrijven waarmee je wilt gaan spelen. Doe je niet mee aan het toernooi? Er zullen computers aanwezig zijn om zelf een wedstrijd te spelen. Of kom de deelnemers aanmoedigen. De belangrijke wedstrijden krijgen live wedstrijdverslag van onze Braziliaanse commentator en daarnaast is er Amiga-muziek van <strong>DJ Newk</strong>!</p> +<p><strong>Nuttige Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-21:/sensible-soccer.htmleventsensiblesoccereventgamingSensible World Of Soccer - Varia Cup 2020https://varia.zone/en/sensible-soccer.html<p>Become a goal scoring superstar hero at the <strong>Sensible World of Soccer Varia Cup 2020</strong>! After two competitive events at WORM it's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play (literally; in contrast with modern football simulators you only need a joystick with one button!). Although the last official release of the game was in 96 (not counting the terrible 3d attempts that became the downfall of Sensible Software), Sensible Soccer never went away thanks to its highly addictive gameplay and vast database of teams from around the world, creating possibilities to become champion infinite. SWOS has become part of the gaming canon as stated by Stanford University, amongst games as Tetris and Super Mario Bros 3. The Royal Mail celebrated its part in British video game history by releasing a Sensible Stamp last month.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +A strong community (check out <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) made sure the ball kept on rolling, with ways to play against each other online, rankings, as well as hosting the annual Sensible Days: the World Cup where players decide who's best. The highlight of this year though is the launch of <strong>Sensible World of Soccer 2020</strong>! Not only does it provide an up-to-date database with around 1,500 teams from all over the world (from The Netherlands to El Salvador; a huge community effort), it is also the first time that the game can be played on modern operating systems without using DOS- or Amiga-emulators. This time you can run the game straight from your Windows-desktop (of course, the database has also been released for the original Amiga version). You can even switch live between DOS and Amiga-gameplay, and choose for a beautiful wide screen mode on UltraHD resolutions. The game is available for free through below link (you do need to own the original version of the game though, but online search machines will help, or check out <a href="http://www.gog.com">www.gog.com </a>for a legal way to buy the game).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +We will play the cup in SWOS2020, which means you can play with your favourite team of the moment! Both experienced and unexperienced players are welcome. After a first qualifying round, the top half of the field will go and compete in the Pro Cup, the bottom half in the Amateur Cup; both cup winners will win a prize.</p> +<p><strong>Timetable</strong> (depending on amount of players participating)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Qualifying rounds (amateurs + pros mixed: best continu to the Pro Cup, worst to the Amateur Cup)<br> +<strong>14:30 </strong>- onwards Pro Cup and Amateur Cup (on separate systems)<br> +<strong>+/- 17:30</strong> Dinner time<br> +<strong>19:00</strong> Awards ceremony<br> +<strong>20:00/21:00</strong> Closing down<br></p> +<p><strong>entry:</strong> donation</p> +<p>The amount of players is limited. You can enroll between 12:00 and 13:00 but if you want to be sure of a spot, write to: sebatosh@gmail.com. Be sure to write down the club you want to play with. Not participating in the tournament? Feel free to come along and play on one of the practice systems. You can also stop by to support your local heroes while enjoying the live Brazilian commentary we will have during selected games or the Amiga-tunes that <strong>DJ Newk</strong> will be playing!</p> +<p><strong>Useful Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-21:/en/sensible-soccer.htmleventsensiblesoccereventgamingRadio on the radiohttps://varia.zone/radio-on-radio.html<p>Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.</p> +<p><strong> deur:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entree:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>Een radio-relaxation mixtape-performance. Een mix van meditatieve monsters en de natuur, met lawaai en socio-politieke angsten in een griezelig hypno-magnetisch magnetic-tape stuk. Dit alles wordt live uitgevoerd met meerdere cassettespelers en tapeloops, verspreid door de ruimte en gemoduleerd door een modulaire synthesizer.</p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Tijdens haar optreden 'Radio-active female monstrosity' gebruikt ze haar stem, evenals een online geluidsarchief dat ze heeft gebouwd om mee te spelen, te stapelen en te vervormen tot chaos. De vrouwelijke stem wordt de mannelijke stem, wordt het monster, de buitenaardse stem. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Heb je je ooit afgevraagd hoe het zou zijn om je eigen ASMR-vriendje te hebben, eentje die heel zacht praat en alleen maar over radio? Tijdens deze uitvoering van Pradapony69 zullen de rillingen over je ruggegraat lopen, terwijl hij je het verschil tussen lange golven en magnetrons uitlegt.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad onderzoekt nieuwe toepassingen van analoge radiotechnologieën binnen elektronische live-muziek. Zo ontstaan kneedbare sonische artefacten uit een topografie van lokale radiostations.</p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radiogolven worden niet beperkt door geopolitieke of ideologische grenzen. Samen met de Bel luisteren we, met behulp van originele vinylopnamen, naar radiostoringen uit de koude oorlog die nog steeds over de hele wereld worden uitgezonden.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-14:/radio-on-radio.htmlconcertradioonconcertRadio on the radiohttps://varia.zone/en/radio-on-radio.html<p>Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.</p> +<p><strong> door:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entry:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>A radio relaxation mixtape performance. A mix of meditative samples and nature with noise and social/political anxieties into an uncanny hypno-magnetic-tape audiopiece. It is performed live with multiple cassette tape players and spacial cassette tape loops spread across the space and modulated by a modular synthesizer. </p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Angeliki D. uses her voice, as well as an online sound archive she built to play, layer and gradually distort into chaos. The female voice becoming the male voice, becoming the monster, the otherworldly voice. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Did you ever wonder what it would be like to have your very own ASMR boyfriend, one that talks really soft and only about radio? During this performance by Pradapony69 will send chills down your spine while explaining the difference between long waves and microwaves.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad investigates the possibilities of re-appropriating analogue radio technologies into the realm of live electronic music, creating malleable sonic artefacts from a topography of broadcasted local radio stations. </p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radio waves are not constrained by geo-political nor ideological borders. Thus we tried. A close listening of cold war radio interference featuring original vinyl recordings, still being broadcast around the globe today.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:varia.zone,2020-03-14:/en/radio-on-radio.htmlconcertradioonconcertFeministische Hack Bijeenkomsten: Servershttps://varia.zone/feminist-hack-meetings-feb-servers.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>Laten we het over <strong>feministische servers</strong> hebben! In deze vergadering nodigen we u uit om te discussiëren over vragen als:<br> +Wat betekent het voor een server om feministisch te zijn, en hoe zou het eruit kunnen zien? Wat en wie dient het? Wat is er nodig om het te creëren en te onderhouden?<br> +We willen graag onze ideeën in kaart brengen en de mogelijkheid overwegen om een feministische server op te zetten bij Varia.<br> +Wij brengen materiaal zoals RPis en computers mee. Dan kunnen we samen experimenteren en dingen uitproberen. <br> +Doe met ons mee!<br></p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops. Ze zijn gericht op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken op het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. +Januari bijeenkomst: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 29 februari 2020</p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-29:/feminist-hack-meetings-feb-servers.htmleventFeminist Hack Meetings: Servershttps://varia.zone/en/feminist-hack-meetings-feb-servers.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>Let's talk about <strong>feminist servers</strong>! In this meeting, we invite you to discuss questions like:<br> +What does it mean for a server to be feminist, and how could it look like? What and who does it serve? What does it take to create and maintain it?<br> +We would like to map and draw collectively our ideas and consider the possibility of setting up a feminist server at Varia, as a base for our practice.<br> +We will bring material (like RPis and computers) to start experimenting and trying things out. <br> +Join us!<br></p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.<br> +January meeting: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 29 Feb 2020</em></p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-29:/en/feminist-hack-meetings-feb-servers.htmleventRead & Repair feat. readings & listings: open licenses editionhttps://varia.zone/rr-open-licences.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong> +Varia's deuren zijn elke laatste zondag van de maand open. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 23 februari heeft Varia een speciale gast: Manetta Berends zal de eerste editie van een <strong><em>readings &amp; listings</em> sessie rond open licenties</strong> organiseren. </p> +<p><strong>Wat moet ik meenemen?</strong></p> +<p>Een computer kan nuttig zijn om samen aan de <em>readings &amp; listings</em> te werken.</p> +<p><strong>Wat gaan we doen?</strong></p> +<p>We nemen een uur of twee de tijd om over open licenties te praten, stukjes van deze techno-juridische documenten te lezen, voorbeelden en tendensen op dit gebied te bespreken, en samen te werken aan een kleine leeslijst rond dit onderwerp.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 23 februari 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenties editie</p> +<p>13:00 - 17:00 (doorlopende tijd om te lezen en te repareren)</p> +<p>Thee en koffie zullen genoeg aanwezig zijn. Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-23:/rr-open-licences.htmleventRead & Repair feat. readings & listings: open licenses editionhttps://varia.zone/en/rr-open-licences.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Varia's doors are open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 23rd of February, Varia has a special guest: Manetta Berends will host the first edition of a <strong><em>readings &amp; listings</em> session around open licenses</strong>. </p> +<p><strong>What to bring?</strong></p> +<p>A computer could be useful for working on the <em>readings &amp; listings</em> together.</p> +<p><strong>What will we do?</strong></p> +<p>We will take an hour or two to talk about open licenses, read snippets of these techno-legal documents, discuss examples and tendencies of this field, and together work on a small reading list around this topic.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 23 Feb 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenses edition</p> +<p>13:00 - 17:00 (ongoing time to read and repair)</p> +<p>Tea and coffee will be bountiful. This event is open to all and the entrance is free.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-23:/en/rr-open-licences.htmleventCtrl-Alt-Savehttps://varia.zone/ctrl-alt-save-first.html<p>Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en +er bestaan veel zogenaamde oplossingen, maar zijn het +echt oplossingen?</p> +<p>Bij de eerste Ctrl-Alt-Save-bijeenkomst op Varia kunnen +veel van deze vragen voor u duidelijker worden.</p> +<p>De focus van de eerste bijeenkomst ligt op uw gegevens en +hoe u deze beter en veiliger kunt beheren op basis van uw +interesses en actuele problemen. Geen oplossing +gegarandeerd, maar een mogelijk beter begrip van het +onderwerp.</p> +<p>Ctrl-Alt-S zal een reeks evenementen en ontmoetingen zijn +bij Varia in 2020 en zal worden gevormd door de feedback +en opmerkingen van de aanwezigen. De meet-ups zullen in +het Engels zijn.</p> +<p><strong>Datum:</strong> February 21, 2020<br> +<strong>Tijd:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-21:/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageCtrl-Alt-Savehttps://varia.zone/en/ctrl-alt-save-first.html<p>Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects everyone and many so-called solutions exist but +are they really solutions?</p> +<p>At the first Ctrl-Alt-Save meetup at Varia, many of these +questions might become more clear for you.</p> +<p>The focus of the first meetup will be on your data and +how you can manage it better and more securely based on +your interests and current issues. No solution +guaranteed, but a possible better understanding of the +topic.</p> +<p>Ctrl-Alt-S will be a series of events and meet-ups at +Varia in 2020 and will be shaped by the feedback and +comments of the attendees. The meet-ups will be in +English.</p> +<p><strong>Date:</strong> February 21, 2020<br> +<strong>Time:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-21:/en/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageHeath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypsehttps://varia.zone/heath-bunting-apocalypse.html<p><strong> Heath Bunting </strong> is een in Engeland gevestigde kunstenaar die al meer dan dertig jaar controle- en communicatiesystemen in twijfel trekt en ondermijnt. Hij begon als street artist door posters op te hangen in de openbare ruimte, behoorde tot de eerste generatie van net.artists in de jaren negentig, waar hij <a href="http: //www.irational.org">irational.org</a> oprichtte (en de server runde), maar keerde zich in 1998 van het internet af toen hij diens bedrijfsovername daarvan voorzag.</p> +<p>Hij richtte verschillende radiostations op en werkte samen met Kate Rich aan workshops voor het betreden van privébezit en aan alternatieve distributiesystemen voor goederen. Voor zijn 'Identity Bureau' project onderzocht hij manieren voor individuën om legaal een nieuwe naam en identiteit te verkrijgen via de bureaucratische mazen van westerse landen (in 2014 gaf hij een Identity Bureau workshop in Wlfrt Projectspace Rotterdam). In zijn dagelijkse leven, vermijdt Bunting strikt het gebruik van elektronische systemen die hem traceerbaar maken, waaronder bankkaarten en mobiele telefoons.</p> +<p>Het bovenstaande is slechts een klein deel van zijn activiteiten en strijd tegen controlesystemen. <strong> Florian Cramer </strong> zal een gesprek van twee uur met Heath Bunting voeren over zijn vroegere en huidige projecten, met als doel de kennis en ervaring van Heath met het publiek te delen. Hierop volgt om 16.00 uur kritische feedback van Heath op de huidige activiteiten van <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong> the Voluntary Fire Brigade of the Apocalypse </strong></a> in Rotterdam.</p> +<p>Programma:</p> +<p><strong> 14.00-16.00: </strong> Dertig jaar onderzoek naar en activisme tegen controlesystemen - gesprek- en projectevaluatie met Heath Bunting <br> +<strong> 16.00-17.00: </strong> Feedback op the Voluntary Fire Brigade of the Apocalypse <br> +<strong> 17.00-19.00: </strong> pauze met koffie, thee en soep <br> +<strong> 19.00: </strong> DJ set van Jacco Weener <br></p> +<p><strong> datum: </strong> 17 Februari, 2020 +<strong> toegang: </strong> gratis of donatie</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-17:/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopHeath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypsehttps://varia.zone/en/heath-bunting-apocalypse.html<p><strong>Heath Bunting</strong> is an artist based in the UK who, for more than thirty years, has questioned and undermined systems of control and communication. He began as a street artist putting up fly posters in public spaces, belonged to the first generation of net.artists in the 1990s where he found (and ran the server of) <a href="http://www.irational.org/">irational.org</a>, but turned away from the Internet in 1998, seeing its corporate takeover as early as in that year. </p> +<p>He set up several radio stations, collaborated with Kate Rich on alternative distribution systems for goods and workshops for trespassing private property. For his "Identity Bureau', he investigated ways for people to legally obtain a new names and identities using loopholes in the bureaucracies of Western countries (and gave an Identity Bureau workshop in 2014 at Wlfrt Projectspace Rotterdam). In his daily life and travels, he strictly avoids use of electronic systems that make him traceable, including bank cards and mobile phones. </p> +<p>The above is only a small fraction of his activities in working against control systems. <strong>Florian Cramer </strong>will have a two-hour conversation with Heath Bunting on his past and present projects, with the aim to share Heath's knowledge and experience with the audience. This will be followed, at 16.00, by heath's critical feedback on the current activities of <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong>the Voluntary Fire Brigade of the Apocalypse</strong></a> in Rotterdam.</p> +<p>Program:</p> +<p><strong> 14.00-16.00:</strong> Thirty years of researching and working against control systems - conversation &amp; project review with Heath Bunting<br> +<strong> 16.00-17.00:</strong> Feedback on the Voluntary Fire Brigade of the Apocalypse<br> +<strong> 17.00-19.00:</strong> break with coffee, tea, soup<br> +<strong> 19.00:</strong> DJ set by Jacco Weener<br></p> +<p><strong> date:</strong> February 17, 2020 +<strong> entry:</strong> free or donation</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:varia.zone,2020-02-17:/en/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopAlles Flex? Call me Intern, City Dragonhttps://varia.zone/alles-flex-call-me-intern-city-dragon.html<p>Varia nodigt je uit voor een avond vol documentaires, muziek en goede gesprekken!</p> +<p>Op 8 februari vertonen we de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Om dit onderwerp te verduidelijken heeft Abel Heijkamp, een van de filmmakers van "Alles Flex?" en lid van de Bond Precaire Woonvormen, ermee ingestemd aanwezig te zijn voor een gesprek voor- en achteraf.</p> +<p>Het tweede deel van het programma wordt verzorgd door Sam Kreuk, die zijn solo-project City Dragon zal presenteren.</p> +<p><strong>Locatie:</strong> Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum:</strong> Zaterdag, 8 Februari<br> +<strong>Tijd:</strong> 17:30 - 21:30 <br> +<strong>Entree:</strong> Donatie</p> +<p><strong>City Dragon</strong><br> +City Dragon is het soloproject van <em>Max Kaario aka. Sam Kreuk</em>. Met behulp van saxofoon, blokfluit, speelgoed en percussie maakt hij geïmproviseerde collages en loops. Verwacht de stem van een diva, power ballads, street trance, een verzameling aan afvalritmes, Celine Dion mesmer mantra's en nog veel meer!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In de documentaire ‘Alles Flex?’ (All Flex?) verkennen filmmakers <em>Abel Heijkamp</em> (NL) en <em>Julij Borštnik</em> (SI) de mogelijke gevolgen van de huidige flexibilisering van onze leefwereld. De film is gebaseerd op de persoonlijke verhalen van flexwerkers en flexhuurders met verschillende leeftijden en levenswijzen. Wat voor soort samenleving creëren we wanneer existentiële veiligheid niet langer een recht is, maar een voorrecht voor hen die het zich kunnen veroorloven?</p> +<p>‘Alles Flex?’ Is de eerste aflevering van een 4-delige webdocumentaire serie 'The Future of Work' en gefilmd in Nederland, Slovenija, Duitsland en Europa.</p> +<p><strong>Call me Intern</strong><br> +Jong, werkloos en gefrustreerd; filmmakers <em>David Leo Hyde</em> en <em>Nathalie Berger</em> gingen in het kader van een millennial gonzo-filmproductie op stage om het systeem van binnenuit te bekijken.</p> +<p>Nadat David een stage bij de Verenigde Naties heeft aanvaard, verhuizen Nathalie en hij naar een kleine blauwe tent aan het meer van Genève om zijn onbetaalde stage-ervaring te documenteren. Deze actie veroorzaakt een wereldwijde persstorm en daagt hun rol als filmmaker uit.</p> +<p>Ondertussen werkt Marisa voor een Amerikaanse presidentsverkiezingencampagne, terwijl ze de intimidatie van haar toezichthouders afweert. Kyle neemt een stage voor een fortuin-500 bedrijf, terwijl hij in een daklozenopvang in New York woont.</p> +<p>Elk van deze stagiaires staat voor een keuze: het systeem accepteren zoals deze is of hun carrière op het spel zetten door ertegen in te gaan. Hun acties helpen zichtbaarheid en kracht te geven aan een groeiende internationale stage-beweging. Hun verhalen onthullen de druk die zoveel millennials ertoe brengt om gratis te werken, terwijl uittreksels uit popcultuur en getuigenissen van academici, politici en werkgevers ons een idee geven van hoe breed het stage-fenomeen zich al heeft verspreid.</p> +<p><strong>Schema:</strong><br> +17:30: Deuren open<br> +18:00: Alles Flex? + Q&amp;A met filmmaker Abel Heijkamp<br> +19:45: Breuk<br> +20:00: Call Me Intern<br> +21:15: Breuk<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:varia.zone,2020-02-08:/alles-flex-call-me-intern-city-dragon.htmlmisceventAlles Flex? Call me Intern, City Dragonhttps://varia.zone/en/alles-flex-call-me-intern-city-dragon.html<p>Varia would like to invite you to an evening of documentary watching, thoughtful debate and a musical performance!</p> +<p>On the February we will be screening the documentaries "Alles Flex?" and "Call me Intern", both of which reflect on the devastating consequences caused by the ongoing flexibilization of both housing and work. To further clarify and present these topics, Abel Heijkamp, one of the filmmakers responsible for "Alles Flex?" and member of Bondprecaire Woonvormen, has kindly agreed to be present for a Q&amp;A and conversation.</p> +<p>The second part of the program will be secured by Sam Kreuk, who will be presenting his solo project, City Dragon.</p> +<p><strong>Location:</strong> Varia, Gouwstraat 3 (Rotterdam)<br> +<strong>Date:</strong> Saturday 8th of February<br> +<strong>Time:</strong> 17:30 - 21:30<br> +<strong>Entry:</strong> Donation</p> +<p><strong>City Dragon</strong><br> +City Dragon is the solo project of <em>Max Kaario aka. Sam Kreuk</em>. Using saxophone, recorders, toys and percussion he creates improvised collages and loops. Expect diva vocalization, power ballads, street trance, a collapsing assemblage of garbage rhythms, Celine Dion mesmer mantra's and much more!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In the documentary ‘Alles Flex?’ (All Flex?) filmmakers <em>Abel Heijkamp</em> (NL) and <em>Julij Borštnik</em> (SI) explore the possible consequences of the current flexibilisation of our life-world. It draws upon the personal accounts of flex workers and flex tenants of different ages and walks of life. What kind of society are we fostering when existential security is no longer a right, but a privilege for those who can afford it?</p> +<p>‘Alles Flex?’ is the first episode of a 4 part web documentary series The Future of Work. +Filmed in the Netherlands, Slovenija, Germany and Europe.</p> +<p><strong>Call me Intern</strong><br> +Young, unemployed and frustrated, Filmmakers <em>David Leo Hyde</em> and <em>Nathalie Berger</em> set out to land an internship so they can examine the system from the inside in an act of millenial gonzo-film making.</p> +<p>After David accepts an internship at the United Nations, they move into a small blue tent on the Geneva lakefront and begin documenting his unpaid intern experience. Their action sparks a global press storm, challenging their roles as filmmakers.</p> +<p>Meanwhile, Marisa works for a US presidential election campaign, while fending off harassment from her supervisors. Kyle interns for a fortune-500 company, while living in a New York homeless shelter.</p> +<p>Each of these interns faces a choice: accept the system the way it is or put their careers on the line to speak out against it. Their actions help give visibility and strength to a growing global intern movement. Their journeys reveal the pressures which lead so many millennials to work for free while pop-culture extracts and testimonies from academics, politicians and employers give us a sense of how wide the internship phenomenon has spread.</p> +<p><strong>Schedule:</strong><br> +17:30: Doors open<br> +18:00: Alles Flex + Q&amp;A with filmmaker Abel Heijkamp<br> +19:45: Break<br> +20:00: Call Me Intern<br> +21:15: Break<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:varia.zone,2020-02-08:/en/alles-flex-call-me-intern-city-dragon.htmlmisceventRead & Repair feat. The Bootleg Libraryhttps://varia.zone/rr-bootleg.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong></p> +<p>Vanaf januari 2020 zal Varia elke laatste zondag van de maand haar deuren openen. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 26 januari heeft Varia een speciale gast: +Simon Browne introduceert de "bootleg library", een gedeelde digitale en fysieke bibliotheek van gebootlegde teksten. </p> +<div class="highlight"><pre><span></span><code><span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + +<span class="n">wat</span> <span class="n">mee</span> <span class="n">te</span> <span class="n">nemen</span><span class="o">?</span> + <span class="n">een</span> <span class="n">computer</span> <span class="n">en</span> <span class="n">een</span> <span class="n">paar</span> <span class="n">van</span> <span class="n">je</span> <span class="n">favoriete</span> <span class="n">digitale</span> <span class="n">boeken</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">welk</span> <span class="n">bestandsformaat</span> <span class="n">dan</span> <span class="n">ook</span><span class="p">)</span> + +<span class="n">wat</span> <span class="n">gaan</span> <span class="n">we</span> <span class="n">doen</span><span class="o">?</span> + <span class="n">Een</span> <span class="n">introductie</span> <span class="n">over</span> <span class="n">de</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> <span class="n">een</span> <span class="n">gedeelde</span> + <span class="n">digitale</span> <span class="n">en</span> <span class="n">fysieke</span> <span class="n">bibliotheek</span> <span class="n">met</span> <span class="err">“</span><span class="n">bootlegged</span><span class="err">”</span> <span class="n">teksten</span><span class="p">.</span> + <span class="n">we</span> <span class="n">kunnen</span> <span class="n">gebruikersaccounts</span> <span class="n">aanmaken</span><span class="p">,</span> <span class="n">teksten</span> <span class="n">up</span><span class="o">-</span> <span class="n">en</span> + <span class="n">downloaden</span><span class="p">,</span> <span class="n">gesprekken</span> <span class="n">hebben</span> <span class="n">over</span> <span class="n">wat</span> <span class="n">we</span> <span class="n">lezen</span><span class="p">,</span> <span class="n">over</span> <span class="n">hoe</span> + <span class="n">we</span> <span class="n">onze</span> <span class="n">eigen</span> <span class="n">boekenplank</span> <span class="n">organiseren</span> <span class="k">of</span> <span class="n">samen</span> <span class="n">een</span> <span class="n">gesprek</span> + <span class="n">voeren</span> <span class="n">over</span> <span class="n">mogelijke</span> <span class="n">ontwikkelingen</span> <span class="n">van</span> <span class="n">deze</span> <span class="n">bibliotheek</span><span class="p">.</span> +</code></pre></div> + + +<p>Thee en koffie zullen genoeg aanwezig zijn. +Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 26 januari 2020</em></p> +<p>11:00 - 17:00 uur (lopende sessies, u kunt altijd komen of gaan)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-26:/rr-bootleg.htmleventRead & Repair feat. The Bootleg Libraryhttps://varia.zone/en/rr-bootleg.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Starting in January 2020, Varia will have their doors open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 26th of January, Varia has a special guest: Simon Browne will be introducing the “bootleg library”, which is a shared digital and physical library of bootlegged texts. </p> +<div class="highlight"><pre><span></span><code> <span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + + <span class="n">what</span> <span class="k">to</span> <span class="n">bring</span><span class="o">?</span> + <span class="n">a</span> <span class="n">computer</span> <span class="k">and</span> <span class="k">some</span> <span class="k">of</span> <span class="n">your</span> <span class="n">favourite</span> <span class="n">ebooks</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">whatever</span><span class="p">)</span> + + <span class="n">what</span> <span class="n">will</span> <span class="n">we</span> <span class="k">do</span><span class="o">?</span> + <span class="n">we</span><span class="err">’</span><span class="n">ll</span> <span class="n">have</span> <span class="n">an</span> <span class="n">introduction</span> <span class="k">to</span> <span class="n">the</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> + <span class="n">which</span> <span class="k">is</span> <span class="n">a</span> <span class="n">shared</span> <span class="n">digital</span> <span class="k">and</span> <span class="n">physical</span> <span class="n">library</span> <span class="k">of</span> + <span class="n">bootlegged</span> <span class="n">texts</span><span class="p">.</span> <span class="n">let</span><span class="err">’</span><span class="n">s</span> <span class="n">make</span> <span class="k">user</span> <span class="n">accounts</span><span class="p">,</span> <span class="n">download</span> + <span class="k">and</span> <span class="n">upload</span> <span class="k">some</span> <span class="n">texts</span><span class="p">,</span> <span class="n">talk</span> <span class="n">about</span> <span class="n">what</span> <span class="n">we</span><span class="err">’</span><span class="n">re</span> <span class="n">reading</span> + <span class="k">and</span> <span class="n">how</span> <span class="n">we</span> <span class="k">like</span> <span class="k">to</span> <span class="n">organise</span> <span class="n">our</span> <span class="n">bookshelves</span><span class="p">,</span> <span class="k">and</span> + <span class="n">together</span> <span class="n">discuss</span> <span class="n">ways</span> <span class="n">the</span> <span class="n">library</span> <span class="n">can</span> <span class="n">develop</span><span class="p">.</span> +</code></pre></div> + + +<p>Tea and coffee will be bountiful. +This event is open to all and the entrance is free.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 26 Jan 2020</em></p> +<p>11:00 - 17:00 (ongoing sessions, you can come or go anytime)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-26:/en/rr-bootleg.htmleventFeministische Hack Bijeenkomstenhttps://varia.zone/feminist-hack-meetings-jan.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken on het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. </p> +<p>Een feministische benadering van technologie houdt rekening met de samenhangende sociale en politieke context. Het verlegt de grenzen van technologische kringen, met inbegrip van gender-diverse mensen, amateurs of anderen, die in minder of meerdere mate een uitsluiting hebben ervaren in technische omgevingen. Ze omvatten ook culturele, artistieke en educatieve praktijken die technologie benaderen, maar niet als een doel op zich. </p> +<p>Het idee begon na de deelname aan het <strong>ETC (Eclectic Tech Carnival)</strong> in Athene, een bijeenkomst van feministen, die alledaagse informatie technologieën kritisch gebruiken / bestuderen / delen / verbeteren in de context van de gratis software en open hardware stromingen.</p> +<p>In deze eerste bijeenkomst zullen we een overzicht en een inleiding geven over deze reeks vergaderingen. We zullen bespreken hoe dit voorstel in de loop van de tijd zich kan ontwikkelen .</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 25 januari 2020</p> +<p>17:00 - 19:00</p> +<p><em>De afbeelding is onderdeel van een illustratie gemaakt door een / ETC-lid voor / ETC Athene 2019.</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-25:/feminist-hack-meetings-jan.htmleventFeminist Hack Meetingshttps://varia.zone/en/feminist-hack-meetings-jan.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations. </p> +<p>A feminist approach to technology takes into consideration the social and political context around it. It pushes the boundaries of technological circles, in order to include gender-diverse people, amateurs, or others who have experienced low or high levels of exclusion in tech environments. They also include cultural, artistic and educational practices that are approaching technology, not as an end in itself. </p> +<p>The idea started after participating in <strong>/ETC (Eclectic Tech Carnival)</strong> in Athens, which is a gathering of feminists, who critically use/study/share/improve everyday information technologies in the context of the free software and open hardware movements. </p> +<p>In this first gathering we will give an overview and an introduction to this series of meetings. We will discuss on how this proposal may grow in time.</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 25 Jan 2020</em></p> +<p>17:00 - 19:00</p> +<p><em>The event image is part of an illustration made by an /ETC member for /ETC Athens 2019</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:varia.zone,2020-01-25:/en/feminist-hack-meetings-jan.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greethttps://varia.zone/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Beste allemaal,</p> +<p>Bond Precaire Woonvormen (BPW) organiseert wederom een <em>huurdersspreekuur</em> en <em>meet and greet</em> bij Varia.</p> +<p>Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen is onzeker en duur, en dat lijkt alleen maar erger te worden. Gezien deze situatie leek het ons goed idee om een huurdersspreekuur te houden. Tijdens het huurdersspreekuur kunnen specialisten je vragen beantwoorden over wonen en uitgezet worden, huurrecht / -onrecht.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? of heb vragen of ideeën omtrent dit onderwerp? Wil je met anderen van gedachten wisselen over waar je mee bezig bent op dit gebied? Wees dan van harte welkom!</em></p> +<p><strong>Datum: Maandag 25 November 2019</strong> <br> +<strong>Locatie: Gouwstraat 3, Rotterdam</strong></p> +<p>Planning:</p> +<p><strong>15:00-17:00 Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke)huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30-21:00: BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-25:/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greethttps://varia.zone/en/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Dear all,</p> +<p>Bond Precaire Woonvormen (BPW) organizes another round of their <em>tenant consultation</em> plus <em>meet and greet</em> at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-25:/en/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventMuziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneerhttps://varia.zone/music-niek-hilkmann.html<p>Een nieuwe muzikale avond in Varia! Wees erbij op 16 november voor een evenement vol singers, songwriters, herrie en karton!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>“Je lege melkfles”, “Hey, wat raar… Er zit een beestje in je haar” en “Nooit meer terug naar Zaamslag”; dat zijn niet zomaar wat bij elkaar geraapte woorden, maar enkele titels die Niek Hilkmann in gedachten heeft voor een gloednieuwe EP. Ter gelegenheid van de opnames hiervan speelt hij bij Varia met zijn band, De Puls, deze en vele andere Nederlandstalige liederen. Verwacht een bonte aaneenschakeling van ongehoorde primeurs en misschien zelfs wat oude bekenden.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is een tweehoofdig, feminiem beest met een grote bek zoals je die eigenlijk alleen in sprookjes en fabels ziet. Maar nu dus ook bij Varia! Verwacht een flinke bak herrie, theaterale escapades en een hoop geschreeuw, waarvan het de vraag is of het eigenlijk wel op het podium thuis hoort. Vulva zal zeker uitbarsten!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>Men geeft niet zomaar een beschrijving van het leven en werk van Rowan Van As. Deze kunstenaar-troubadour zingt, tekent en beeldhouwt alsof er geen morgen is en gebruikt daarbij een overvloed aan rekwisieten en zelfgemaakte instrumenten (zoals zijn beroemde mosselorgel). Bij Varia zal hij een aantal gloednieuwe nummers voor ons uitvoeren.</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, zoals zijn naam al doet vermoeden, niet zomaar een muzikant, maar een heuse Singer-Songwriter; een solist die slechts met gitaar en stem de mensen weet te verbazen, ontroeren en verwonderen. Zijn liederen zijn rauw als de Rotterdamse straatstenen en zijn gitaarsound is ongeknutseld uniek!</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>Geen enkele muziekavond is compleet zonder goede DJ en daarom zijn we erg blij om DJ Wanneer op de line-up te hebben. Deze DJ combineert het beste van Scheveningen, Rotterdam en Zoeterwoude door een eclectische mix van kleine crooners, dissonante meidenbands en algehele hysterische muziek te draaien.</p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>entree: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-16:/music-niek-hilkmann.htmlconcertniekhilkmannconcertMusic: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneerhttps://varia.zone/en/music-niek-hilkmann.html<p>Another musical night at Varia! Join us on November 16th for an evening full of singers, songwriters, noise and cardboard!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>"Your empty milk bottle", "Hey, that's strange ... There is a bug in your hair" and "Zaamslag, never again"; those are not just some random words, but songtitles that Niek Hilkmann is considering for his new EP. To commemorate the fact that they will be recording this very soon, he will perform these songs at Varia with his band, De Puls. Expect a colorful succession of unprecedented scoops and perhaps even some old acquaintances.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is a twoheaded, feminine beast with a mouth so big that you usually only see it in fairy tales and fables. This doesn’t stop them from visiting Varia however! Expect a lot of noise, some theatrical escapades and an abundance of shouting, We will witness Vulva erupt!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>One does not easily describe the life and times of Rowan Van As. This artist-troubadour sings, draws, sculpts and records like there is no tomorrow with the help of an abundance of props and home-made instruments (such as his famous organ mussel). At Varia he will perform some brand new songs for us and warm your heart!</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, as his name suggests, a true Singer-Songwriter; a solo musician who knows how to move and amaze an audience with just his guitar and voice. His songs are raw like the paving stones of Rotterdam and his guitar sound is unquestionably unique.</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>No evening of entertainment is complete without a proper DJ and that is why we are very to have DJ Wanneer on the line-up. This individual combines the best of Scheveningen, Rotterdam and Zoeterwoude by playing an eclectic mix of little crooners, dissonant girl bands and overall hysterical music. </p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>entry: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-16:/en/music-niek-hilkmann.htmlconcertniekhilkmannconcertCentury 21 Calling - Camp Centuryhttps://varia.zone/21-Camp-Century.html<p>Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale, olie- en gasafzettingen, is een nieuwe stormloop op het poolgebied een feit.</p> +<p>In de late jaren 1950, op het hoogtepunt van de Koude Oorlog, bouwde het Amerikaanse leger een geheime basis in het noordpoolgebied, verborgen voor de bevolking van Groenland en Denemarken. Deze basis werd een kerncentrale en was onderdeel van het geheime <strong> Project Iceworm </strong>.Tijdens deze editie van <strong> Century 21 Calling </strong> zullen we de documentaire <strong> Camp Century </strong> bekijken om meer context te geven over dit onderwerp. De film gaat over de bouw van de basis "Camp Century", de eerste van vele voorgestelde bases op Groenland. Voor de lezing geeft David Young een lezing over Groenland, de Amerikaanse politiek en de controle en commando strutter van de koude oorlog.</p> +<p><strong> David Young </strong> is een onderzoeker die geïnteresseerd is in het archiveren van mediatechnologieën, de geschiedenis van informatica en het discours van defensie-onderzoek in de Verenigde Staten tijdens de Koude Oorlog. Hij is momenteel een M3C / AHRC-gefinancierd doctoraatsonderzoeker aan de Universiteit van Nottingham; zijn doctoraatsthema is een onderzoek naar de technologische administratie van commando- en controlesystemen, de vormen van disciplinaire praktijken waarvan ze afhankelijk zijn om te opereren, en de strategische rationaliteiten die hun ontwikkeling in de loop van de tijd bepalen. Hij heeft een achtergrond in digitale mediakunst en heeft samengewerkt met kunstenaars, ontwerpers en wetenschappers bij de productie van experimentele, op onderzoek gerichte kunstwerken gefinancierd door de Arts Trust Scotland, de Alt-W Award van New Scotland en Creative Scotland.</p> +<p><strong> Century 21 Calling </strong> is een initiatief van het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt georganiseerd bij Varia in Rotterdam. Samen kijken we naar de industriële archieffilms, infomercials, tv-rapporten en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken deze om het heden te doorgronden.</p> +<p><strong>Deur open:</strong> 20:30<br> +<strong>David Young lezing begint:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatiehttps://varia.zone/Entrepecariat-Book-Launch.html<p>Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een wereld die bevolkt wordt door motiverende posters, productiviteitstools, mobiele kantoren en zelfhulptechnieken. Een wereld waarin een mengeling van ondernemersideologie en wijdverbreide precariteit de professionele sociale media, online marktplaatsen voor zelfstandig ondernemerschap en crowdfundingplatforms voor persoonlijke behoeften reguleert. Het resultaat? Een leven in permanente bèta, met soms tragische implicaties.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Tijden:</strong> 18:00h - 19:00h</p> +<p><strong> Entree:</strong> Gratis/Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchCentury 21 Calling - Camp Centuryhttps://varia.zone/en/21-Camp-Century.html<p>With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil and gas deposits, a new rush for the artic has started.</p> +<p>In the late 1950s, during the height of the Cold War, the US military constructed a secret base in the arctic, hidden from the populations of Greenland and Denmark. This base was a nuclear power facility and part of the secret <strong>Project Iceworm</strong>. During this edition of <strong>Century 21 Calling</strong> we will be screening the documentary <strong>Camp Century</strong>, which is about the construction of the base "Camp Century", the first of many envisioned bases on Greenland, to give you more context about the topic. Before the lecture there will be a lecture by David Young on the topic of Greenland, American politics and control and command strutter of the cold war.</p> +<p><strong>David Young</strong> is a researcher interested in archiving media technologies, the history of computing, and the discourses of defence research in the United States during the Cold War. He is currently a M3C/AHRC-funded doctoral researcher at the University of Nottingham; his PhD topic is an examination of the technological administration of command and control systems, the forms of disciplinary practices they depend on in order to operate, and the strategic rationalities which shape their development over time. He has a background in digital media art, and has collaborated with artists, designers, and scientists in the production of experimental, research-oriented artworks funded by the Arts Trust Scotland, New Scotland's Alt-W award, and Creative Scotland.</p> +<p><strong>Century 21 Calling</strong> is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam. Together, we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Door open:</strong> 20:30<br> +<strong>David Young lecture starts:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entry:</strong> Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/en/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launchhttps://varia.zone/en/Entrepecariat-Book-Launch.html<p>Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.</p> +<p>Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in perennial start-up phase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> guides us through the entreprecariat, a world where change is natural and healthy, whatever it may bring. A world populated by motivational posters, productivity tools, mobile offices and self-help techniques. A world in which a mix of entrepreneurial ideology and widespread precarity is what regulates professional social media, online marketplaces for self-employment and crowdfunding platforms for personal needs. The result? A life in permanent beta, with sometimes tragic implications.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Time:</strong> 18:00h - 19:00h</p> +<p><strong> Entry:</strong> Free/Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:varia.zone,2019-11-09:/en/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchTHE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD)https://varia.zone/the-social-in-the-media.html<p>Afgelopen zomer bezochten we ODD in Boekarest, om een presentatie te geven over collectieve infrastructuren en tools. Het verslag van ons bezoek is geschreven in het Engels, <a href="/en/the-social-in-the-media.html">klik hier om het te lezen</a>!</p> +<hr> +<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-21:/the-social-in-the-media.htmlarticlereportTHE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD)https://varia.zone/en/the-social-in-the-media.html<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p> +<p>In June 2019, a delegation of Varia traveled to Bucharest to meet and exchange with <a href="https://www.oddweb.org/">ODD</a>, a space for theoretical discussion and social gatherings of all kinds founded and run by Cristina Bogdan. On the 19th, we gave a presentation entitled "The Social in the Media: On Digital Interdependencies". This was the abstract of the talk:</p> +<blockquote> +<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.</p> +<p>The evening will touch upon alternative tools and approaches, from federated and community-owned social media platforms, and other types of infrastructures that Varia, a space in the South of Rotterdam (the Netherlands), is experimenting with. Departing from discussions on this situation and its causes, we will try to imagine and formulate the affective infrastructures that shape everyday cultural practices and online socialities.</p> +</blockquote> +<p><img alt="Attendants reading Constant's &quot;Dear Cultural Institution, There's an Elephant in the Room&quot; letter. Photo by Florian Cramer." src="/images/the-social-in-the-media-01.jpg"> +<small>Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer.</small></p> +<p>We started the session by briefly mentioning our individual practices and how Varia came from a dissatisfaction with existing models for self-run spaces, such as the makerspace (lack of critical theory involved), the hackerspace (technology for technology's own sake), the co-working space (sociality as a a service), the fablab, etc.</p> +<p>After this introduction, the topic of the evening was more precisely expounded through a collective reading of "Dear Cultural Institution, There's an Elephant in the Room", a letter by Brussels based organisation Constant which addresses the troublesome relationship that independent cultural institutions maintain with corporate tools and social media. The letter was written as a reaction to multiple organisations' request for "help to degooglify". Following the reading, a short discussion took place, during which we invited the audience to exchange with us the intricacies of their relationship to corporate social media, but also their experiences, or lack thereof, and the obstacles they encountered while attempting to establish some distance.</p> +<p>Obviously, Varia hasn't found any definitive solution to this issue, but the question does connect to a lot of the practices in and around Varia. To explain how we tried to address some of the concerns raised in the letter we created a map of the broad Varia digital ecosystem. With this map, we wanted to stress that our current strategy consists in a combination of self-hosted tools and services (such as the website, the collaborative note taking software Etherpad, the on-line calendar and the git-based code sharing repository), but also some that are run by solidary organizations (such as mailing lists, chat, individual fediverse micro-blogging accounts) and some that are paid for (email). Our wish was to emphasize that a cultural organization doesn't necessarilily need to do everything by themselves, but can make use of what is already available.</p> +<p>We then spoke about our use of bots in chat systems, both to communicate and to document our exchanges. Our initial idea was to develop new forms of note-taking based on our interaction habits. We share a lot of different types of information in group chats, from news to recommendations of articles to instigations to clean the fridge. Starting from the conversational nature of our exchanges, we are experimenting with two different bot-users in the chat: one that gathers images shared on the main Varia channel and displays them online, and another one, focused specifically on the topic of digital interdependencies, that gathers images, quotes and looks for books' citations.</p> +<p>Beyond these internal initiatives, we also try to reach out and collaborate with people involved in the development of the tools we are interested in. Last year we invited Daniel Gultsch, the developer of Conversations, an open source application for self-hosted chat that is used in Varia. Daniel introduced his work and reflections before animating a worksession organised as part of the <em>Welcome to the Federation</em> project. This example was mentioned as one of the ways in which Varia tries not only to use, but also to contribute to and engage more broadly with free software tools and culture.</p> +<p><img alt="Varia delegation presenting at ODD. Photo by Florian Cramer." src="/images/the-social-in-the-media-02.jpg"> +<small>Varia delegation presenting at ODD. Photo by Florian Cramer.</small></p> +<p>An other thing we mentioned is the centrality of Etherpad, the collaborative note-taking software, in our practice. The main reason for that is its flexibility and the tools one can build on top of it, such as Etherdump, a command line tool written by Michael Murtaugh that converts etherpad pages to files. Our use of this tool turned our collaborative writing practice into a collaborative publishing practice. As the pads are driving us to write, edit, add and remove text all the time collectively, most content can be described as traces or fragments rather than "properly" edited essays. Reflecting on this tendency, we discussed the possibility of publishing <em>through</em> leaking. This idea became the departure point for the development of a new Etherdump feature allowing us to collect only the pads featuring a "<em>PUBLISH</em>" mention. As a result, the Etherdump became a fuzzy field of documents, that can speak to others in the group.</p> +<p>For the last part of the presentation, we spoke about collaborative projects initiated within Varia which make explicit the importance of tools within our members respective practices. The project <a href="http://pushingscores.deplayer.nl/">Pushing Scores</a>, developed by Cristina and Julie, was mentioned because its development was heavily influenced by our familiarity with software, including its vulnerabilities. Pushing scores, an archive for a research project about experimental score making, was commissioned by De Player, a Rotterdam based organisation dedicated to experimental music and performance. The outcome is a database free lightweight website made using Python (Flask, Jinja and nltk) in which all the content is interlinked through the vocabulary used by De Player themselves to describe it. Each word submitted by de Player is a clickable link, offering the possibility to chose from a list of sentences containing this specific word within the whole collection to access an other item.</p> +<p><img alt="Varia XMPP federation nodes with other chat providers." src="/images/varia_s2s_federation.svg"> +<small>Varia XMPP federation nodes with other chat providers.</small></p> +<p>Ultimately, we tried to introduce and discuss our own experience to point out to strategies that can be adopted by other organizations, such as using the resources of hosting associations or solidary organizations, rather than corporate ones. Furthermore, we also tried to emphasize how the adoption of such tools have provided us with the freedom to implement some custom elements, from bots to publishing tools. We explained our attachment to free software and what other types of hosting can be (such as the ones inspired by the <a href="https://feministhacktivism.noblogs.org/post/2015/02/03/what-is-a-feminist-server/">Feminist Server Manifesto</a>). We discussed as well the value and perils of federation against the private silos of the GAFAM and the need for trusted intermediaries. Together with ODD and the audience we discussed the politics of adoption of free software and self-hosting, the issue of time investment and the issues around delegating control over services and instruments.</p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-21:/en/the-social-in-the-media.htmlarticlereportFloppy Totaal: Double Densityhttps://varia.zone/floppy-totaal-DD.html<p>Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld met optredens van Kisszántó en Eoforwine, presentaties en gesprekken met Joak en Jason Scott en een bijdrage op lange afstand van Michael Ridge.</p> +<p>De nadruk van dit evenement ligt op het concept van de diskette als comfortfood in een "future / present shocked" tijdperk. Op welke manier helpt de omgang met diskettes ons om te overleven in een tijd die vooral wordt gekenmerkt door "nieuwe media" en "planned obsolescence"? Bevat de diskette meer inhoud dan enkel 1,44 MB aan data? Op 19 oktober zoeken we het uit!</p> +<ul> +<li>workshop: 14:00 / gratis</li> +<li>avondprogramma: 20:00 / 5 euro</li> +</ul> +<p>Full Program (in het Engels):</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-19:/floppy-totaal-DD.htmleventfloppytotaaleventFloppy Totaal: Double Densityhttps://varia.zone/en/floppy-totaal-DD.html<p>Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine, presentations and conversations with Joak and Jason Scott and a long distance contribution by Michael Ridge. </p> +<p>The emphasis of the event lies on the concept of the floppy disk as comfort food in a "future/present shocked" digital age. In what way does working with floppy disks help us cope in a time preoccupied with "new" media and planned obsolescence? Does the floppy disk hold more content than just 1,44 MB of data? Join us to find out!</p> +<ul> +<li>workshop: 14:00 / free</li> +<li>evening: 20:00 / 5 euro</li> +</ul> +<p>Full Program:</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:varia.zone,2019-10-19:/en/floppy-totaal-DD.htmleventfloppytotaaleventEén avond, Twee lanceringen, Drie opvattingenhttps://varia.zone/networks-of-ones-own.html<p>Op 28 september lanceert Varia de tweede editie van <strong>Networks of One's Own: Three takes on taking care</strong> en <strong>Fed Up!</strong>, de 13e editie van de <em>Pervasive Labour Union zine</em>. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.</p> +<p><strong>Locatie</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum</strong>: zaterdag 28 september <br> +<strong>Tijd</strong>: 19:30u - 21:30u </p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is een para-nodale<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodieke publicatie die wordt geschreven in een netwerk. Elk van de uitgaven is tegelijk een <em>release</em> van een specifieke software bundel, die gecontextualiseerd is in zijn eigen praktijk. De serie documenteert gereedschappen, ervaringen en manieren van werken die divers zijn in hun tijdsduur, volledigheid en volharding. <strong>Three takes on taking care</strong> is de tweede uitgave in deze reeks. </p> +<p>In onze praktijken als kunstenaars, ontwerpers en onderzoekers werkend aan vrije software projecten, komen we vaak situaties tegen waar collectief auteurschap leidt tot ingewikkelde relaties tot eigenaarschap. In zulke collectieve projecten vallen er snel gaten bij praktische aspecten rondom zorg, onderhoud, documentatie en algemene betrokkenheid. </p> +<p>Drie van deze projecten, <em>homebrewserver.club</em>, <em>Bibliotecha</em> en <em>Relearn</em>, hebben een grote invloed gehad op de individuele praktijken van de betrokkenen, maar ook op een breder internationaal netwerk van actoren. Daaronder vallen expositieruimtes, festivals, en zowel formele als informele leergemeenschappen. Het onderhoud van deze projecten, wat over langere periodes gaat en een voortdurende inzet vereist, blijft echter vaak achter. Dat omdat het door individuen wordt opgepakt op basis van hun capaciteiten en tijd.</p> +<p>Deze publicatie is het resultaat van een actieve documentatie van de netwerkprojecten die in en rond Varia zijn ontwikkeld. Actieve documentatie betekent dat we deze projecten niet alleen hebben gedocumenteerd, maar dat we ze ook opnieuw hebben bekeken en tijd hebben besteed aan onderhoud, verdere ontwikkeling en de consolidatie ervan:</p> +<ul> +<li><em>Homebrewserver.club</em>, een periodieke bijeenkomst waar mensen samen leren en reflecteren over het zelf hosten van digitale inhoud. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, een project gericht op de ontwikkeling van lokale off-line digitale bibliotheken voor de distributie van elektronische publicaties binnen kleine gemeenschappen. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, een 'zomerschool' die reflecteert op collectief leren met evenveel leerkrachten als deelnemers. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>Met deze publicatie hopen we de veerkracht, draagbaarheid, duurzaamheid en herbruikbaarheid voor de langere termijn te verbeteren.</p> +<p>De eerste editie in de serie is geinitieerd door <a href="http://constantvzw.org">Constant</a> en documenteert het project 'Etherbox', een <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collectieve schrijf- en documentatie-omgeving</a>. Die publicatie behelste een genealogie van de evenementen, ideeen en praktijken in het bredere netwerk van Constant die enerzijds de ontwikkeling van Etherbox beinvloed hebben of anderszijds er zelf door beinvloed zijn. Deze manier van documenteren benadrukt hoe een project als Etherbox het werk is van een heterogeen netwerk van praktijken waarin het project kan ontstaan.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is de 13e editie van de <strong>Pervasive Labour Union</strong> en is dit keer gewijd aan gefedereerde sociale netwerken zoals Mastodon, Pleroma, Funkwhale. Met bijdragen van Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p>De <strong>Pervasive Labour Union</strong> zine is in 2015 opgericht door Lídia Pereira. De zine is niet alleen een laagdrempelig publicatie project voor mensen die willen schrijven over arbeid in en rondom sociale netwerken, maar ook een toegankelijke plek om bekend te raken met discusses rondom deze onderwerpen. De periodieke publicaties van de PLU verzamelen kennis en discussies, terwijl ze een debat initiëren en ruimte geven aan nieuwe discoursen waar sociale-media gebruikers zich binnen kunnen organiseren en uiten.</p> +<p>De PLU brengt een diversiteit aan bijdragen samen, waaronder persoonlijke tirades, academische artikelen, poëzie, foto montages, collages en illustraties. Elke uitgave richt zich op een specifiek onderwerp van sociale netwerken vanuit arbeidsperspectief. Vanuit verschillende invalshoeken, zoals algoritmische bestuursvormen, weerbaarheid en alternatieve houdingen, worden zo verbanden gelegd tussen verschillende werkgebieden rondom sociale netwerken.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.nl.gif" width="150px" height="auto"></p> +<p><small>Dit evenement is mede mogelijk gemaakt door het <em>Stimuleringsfonds Creatieve Industrie</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Zie: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-28:/networks-of-ones-own.htmleventOne evening, Two launches, Three takeshttps://varia.zone/en/networks-of-ones-own.html<p>We are all very glad to invite you to the launch of the second issue of <strong>Networks of One's Own: three takes on taking care</strong> and <strong>Fed Up!</strong>, the 13th issue of the <em>Pervasive Labour Union zine</em>. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.</p> +<p><strong>Location</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Date</strong>: Saturday 28th of September <br> +<strong>Time</strong>: 19:30h - 21:30h</p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is a para-nodal<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodic publication that is itself collectively written in a network. Each of the episodes is thought of as the ‘release’ of a specific software stack, contextualised in its specific practice. The series aims to document a set of tools, experiences, ways of working that are diverse in terms of their temporality, granularity and persistence. <strong>Three takes on taking care</strong> is the second volume of this series.</p> +<p>In our activity as artists, designers and researchers working with and around free/libre open source technology based projects, we often encounter situations where collective authorship gives rise to complicated interrelationships of ownership. Specifically, these involve the practical aspects of care, maintenance, documentation and overall commitment. </p> +<p>Three of these projects, <em>homebrewserver.club</em>, <em>Bibliotecha</em> and <em>Relearn</em>, have been influential for the individual practices of those involved, but also for a wider international network of actors, including exhibition spaces, festivals, collective and both formal and informal learning communities. The maintenance of those projects, however, which is long-term and requires ongoing engagement, often lags behind since it is taken up by individuals on the basis of their ability and time.</p> +<p>This publication is the result of an act of active documentation of the networked projects developed in and around Varia. Active documentation means that we not only documented, but also revisited these projects, spending time on their maintenance and consolidation:</p> +<ul> +<li><em>homebrewserver.club</em>, a periodic gathering where people learn together and reflect on self-hosting digital content. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, a project centered on the development of local offline digital libraries for the distribution of electronic publications within small communities. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, a self-organised 'summer school' reflecting upon collective learning, that has as many teachers as it has participants. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>With this publication we hope to improve their resilience, portability, long-term sustainability and accessibility.</p> +<p>The first issue in the series was initiated by <a href="http://constantvzw.org">Constant</a> and documents the project 'Etherbox', a <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collaborative writing and documentation environment</a>. The publication included a genealogy of the events, ideas and practices in the Constant network that influenced or reversely were influenced by what eventually became known as Etherbox. This way of documenting stresses how a project like Etherbox is the work of a heterogenous network of practices that each in their way contribute to its formation.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is the 13th edition of the <strong>The Pervasive Labour Union</strong> and explores topics and issues relating to federated social networks such as Mastodon, Pleroma and Funkwhale. It was made possible by the contributions of Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p><strong>The Pervasive Labour Union</strong> zine is a project initiated by Lídia Pereira in 2015. It not only offers a low-barrier entry level for contributors wishing to express their views on corporate social networking labour, but also a low-barrier entry level for those wishing to become acquainted with these debates. It tries to gather existing knowledge and conversations, while opening up that debate and creating new discourses of user organisation and expression.</p> +<p>It brings together personal rants, academic texts, poetry, photo montages, collages, drawing, etc. Each issue represents a smaller particle pertaining to labour on social networking platforms and attempts to establish an interconnecting discourse around topics such as labour on corporate social networks, algorithmic governance, resistance and alternatives.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.en.gif" width="150px" height="auto"></p> +<p><small>This event is made possible with the kind support of the <em>Creative Industries Fund NL</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>See: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-28:/en/networks-of-ones-own.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greethttps://varia.zone/bpw-consultation-plus-meet-and-greet.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te mogen kondigen dat een tweede <em>huurdersspreekuur</em> en <em>meet and greet</em> van de Bond Precaire Woonvormen (BPW) bij Varia plaats zal vinden.</p> +<p>Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen word ook daar onzeker en duur. Omdat de BPW in deze regio relatief onbekend is en er lokaal ook een aantal mensen actief zijn, leek het ons goed idee om een huurdersspreekuur te houden.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? Of heb je vragen of ideeën omtrent dit onderwerp? Wees dan van harte welkom!</em></p> +<p><strong>15:00 - 17:00, Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke) huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30 - 21:00, BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-13:/bpw-consultation-plus-meet-and-greet.htmleventBPW Rotterdam Tenant Consultation Hours + Meet & Greethttps://varia.zone/en/bpw-consultation-plus-meet-and-greet.html<p>Dear all,</p> +<p>We are very happy to announce that a second <em>tenant consultation</em> plus <em>meet and greet</em> by Bond Precaire Woonvormen (BPW) will take place at Varia on Monday the 23rd of September. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-13:/en/bpw-consultation-plus-meet-and-greet.htmleventMuziek: Able Noise, Goldblum en Piyojohttps://varia.zone/music-able-noise.html<p>Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:</p> +<p>Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex en George. Ze balanceren op de grens tussen poprock en lawaaierige free jazz. Met behulp van tapes en misbruik van hun instrumenten, creëren ze een ietwat minimale en vrij visuele muzikale beleving.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is de naam waaronder de Nederlandse kunstenaar Rik Möhlmann onderscheidende bevrijdende geluiden maakt die worden gekenmerkt door bescheiden, doch directe texturen. Geluiden verplaatsen zich in zijn muziek van links naar rechts, alsof ze zich verschuilen achter bomen of opduiken uit rivieren. Möhlmann gebruikt zijn excentrieke en nieuwsgierige benadering van muziek om liedjes te maken die zich niet noodzakelijk verhalend gedragen. In plaats daarvan openbaren ze zich als kleine schilderijen</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is een oogverblindend duo uit Middelland dat rommelt met cassettes van de rommelmarkt en analoge synthesizers. Verwacht fragmenten van gouden oudjes, kreupele ritmes en gesynthetiseerde geluiden, begraven in sissende tape. Het duo heeft hun tanden eerder geslepen in acts als Sweat Tongue en Red Brut.</p> +<ul> +<li>deur: 20:30</li> +<li>start: 21:00</li> +<li>entree: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-12:/music-able-noise.htmlconcertablenoiseconcertMusic: Able Noise, Goldblum and Piyojohttps://varia.zone/en/music-able-noise.html<p>A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.</p> +<p>Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of Alex and George. They indecisively balance themselves on the border between pop rock and noisy free jazz. With the help of tapes and by employing less consistent ways of playing their instruments, they create a somewhat minimal and rather visual musical performance.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is the monikor of Dutch artist Rik Möhlmann. The music he makes has a distinct, liberating sound, characterized by a modest and direct way of recording musical sessions in which different textures are explored. Sounds appear from left to right, as if hidden behind trees or emerging from rivers. Möhlmann uses his eccentric and inquisitive approach to music to make songs that don't necessarily behave in a narrative way. Instead, his tracks expose themselves like little paintings</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is an eye blinding duo from Middelland messing around with flea market cassette tapes and analogue synthesizers. Expect fragments of golden oldies, crippled rhythms and synthesized sounds buried in tape hiss. The duo has cut their teeth in acts like Sweat Tongue and Red Brut.</p> +<ul> +<li>door: 20:30</li> +<li>start: 21:00</li> +<li>price: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:varia.zone,2019-09-12:/en/music-able-noise.htmlconcertablenoiseconcertCentury 21 Calling - Crystals Go To Warhttps://varia.zone/21-Crystals-War.html<p>Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.</p> +<p>Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S. Army Signal Corps in 1943, toont de film de processen die kwartskristallen moeten doorlopen voordat ze klaar zijn om in radio's en communicatieapparatuur te worden ingebracht.</p> +<p>Kwartskristallen maken al tientallen jaren deel uit van het daglijks leven en vormen sinds de ontdekking van hun piëzo-elektrische eigenschappen in de jaren 1880 een belangrijk onderdeel van onze moderne technologie.</p> +<p>Voorafgaand aan de screening zal er een korte introductie worden gegeven van het gebruik van kristallen in technologie. Een mooi begin van het tweede seizoen van Century 21 Calling!</p> +<p>"Century 21 Calling" is een reeks screenings die is geïnitieerd door het collectief <a href="(http://www.save-as.media/)">Save_as</a> en wordt gehost door Varia.</p> +<ul> +<li>deur: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>prijs: donatie</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:varia.zone,2019-08-24:/21-Crystals-War.htmlscreeningcrystalswar21st centuryCentury 21 Calling - Crystals Go To Warhttps://varia.zone/en/21-Crystals-War.html<p>Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<p>This evening we will be screening the documentary Crystal Go To War from 1943. Created by the U.S. Army Signal Corps in 1943, it shows the processes that quartz crystals have to go through before they are ready to be inserted into radios and communication equipment.</p> +<p>Quartz crystals have been part of human life for decades and since the discovery of its piezoelectric properties in the 1880's it has been a key component in modern technology.</p> +<p>Before the screening, there will be a small introduction the usage of crystals in technology. So join us on the 24 for the first screening of the 2 seasons of Century 21 Calling!</p> +<p>“Century 21 Calling” is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam.</p> +<ul> +<li>door: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>price: Donation</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:varia.zone,2019-08-24:/en/21-Crystals-War.htmlscreeningcrystalswar21st centuryBibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheekhttps://varia.zone/curriculum-bibliotecha.html<h2 id="maak-en-onderhoud-een-off-line-digitale-gemeenschapsbibliotheek">Maak en onderhoud een off-line digitale gemeenschapsbibliotheek</h2> +<p>Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis van vrije software door middel van een speciale open Wi-fi hotspot het mogelijk maakt de collectie in te zien. Gebruikers kunnen met een laptop, telefoon of tablet verbinding maken met deze hotspot en via de browser publicaties uitnemen of doneren. Aangezien het stroomverbruik zeer gering is kan Bibliotecha draaien vanaf een USB powerbank zodat het overal mee te nemen is.</p> +<p>Tijdens de workshop leren wordt er veel aandacht besteed aan het process van het installeren van Bibliotecha. Zodoende krijg je als deelnemer een grondige introductie in de onderliggende vrije software, het werken met de RaspberryPi en een introductie in Calibre, het de software om je collectie mee te beheren. Het tweede deel van de workshop is een sessie waarin we met elkaar boeken delen en kennis uitwisselen op het gebied van het beginnen en onderhouden van een off-line digitale bibliotheek voor een gemeenschap.</p> +<p><em>Tegen het einde van de workshop hebben deelnemers een grondige introductie gehad in het werken met de 'command line', het werken met Linux-gebaseerde systemen en het werken met de RaspberryPi. +</em>Bovendien zul je de ins- en outs van het beheren van een digitale collectie meekrijgen met o.a metadatabeheer en bestandsformaten. +*En niet het minste: deelnemers kunnen een werkende Bibliotecha mee naar huis nemen.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop maakt onderdeel uit van het Varia curriculum.</p> +<p>Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in Varia. De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas die tengrondslag kunnen liggen aan verder eigen onderzoek. </p> +<p>Zou je willen deelnemen aan deze workshop? Stuur ons dan <strong>voor 04 juli</strong> een korte mail op info[a]varia.zone</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)<br> +<strong>💶</strong> Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)<em> <br> +</em><em>💶</em><em> Neem ebooks of pdfs mee die je met de groep zou willen delen<br> +</em><em>💶</em>* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk. </p> +<p><sup>*</sup> Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:varia.zone,2019-05-30:/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfBibliotecha, building and maintaining an off-line digital libraryhttps://varia.zone/en/curriculum-bibliotecha.html<h2 id="building-and-maintaining-an-off-line-digital-library">Building and maintaining an off-line digital library</h2> +<p>Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source software to serve digital publications on an open Wi-fi hotspot. Using a laptop, phone or tablet visitors can connect to it and books can be retrieved or donated via the browser. Since it is a low-power device you can power it with a USB powerbank and take it with you everywhere.</p> +<p>During the workshop we will guide participants through the installation process of a Bilbiotecha node. Participants will get introduced to the open source software stack, working with a RaspberryPi and Calibre the library management tool. This will be followed by a book sharing session and conversation where we exchange knowledge on taking care of a off-line digital community library.</p> +<ul> +<li>At the end of the workshop participants will have a basic working understanding of the command line interface, working with Linux and the RaspberryPi. </li> +<li>In addition participants will get an understanding of the ins and outs of managing collections of digital books. </li> +<li>Last but not least, participants will take home a working Bibliotecha node, ready to distribute books!</li> +</ul> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised as part of the Varia curriculum.</p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations. </p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 04 of July the latest!</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)<br> +<strong>💶</strong> Bring your own Raspberry pi workshop price: 50 euros or All materials incuded (Raspberry pi 3, power supply, sd card) price: 100 euros +(coffee, tea and cookies included)<em> <br> +</em><em>💶</em><em> Bring ebooks and pdfs you would like to share with the group<br> +</em><em>💶</em>* The workshop will be conducted in English </p> +<p><sup>*</sup> Lack of funds should not preclude participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:varia.zone,2019-05-30:/en/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfRelearn 2019 curvedhttps://varia.zone/relearn-2019.html<p>Voor de Rotterdamse sessie op de Relearn curve stellen we voor om samen een <strong>onderwerpszone</strong> te betreden (•) waar verschillende digitale netwerkpraktijken elkaar kruizen. Deze subject zone kan tijdens deze sessie meerdere gedaantes aannemen en allerlei kanten op bewegen. Onze specifieke interesse in dit onderwerp is gericht op hoe <strong>publicatie vormen</strong> (••) functioneren binnen/met deze zone. </p> +<p>• Wanneer het gaat over digitale infrastructuur, hosting, servers, online diensten, netwerken en hun technische realiteiten hangen er heel veel vragen in de lucht. Voor deze sessie wilden we niet een enkel vraagstuk uitlichten, maar juist een reeks aan vocabulair, protocollen, technologieën en infrastructuren naast elkaar zetten. We nodigen je uit om deel te nemen aan Relearn en deze <em>zone</em> verder op te rekken, te beginnen bij of toewerkend naar:</p> +<ul> +<li>digitale inter-afhankelijkheden</li> +<li>affectieve infrastructuur</li> +<li>homebrew netwerken</li> +<li>genetwerkte knopen</li> +<li>feministische servers</li> +<li>gefedereerde netwerken</li> +<li>en-en-netwerken</li> +<li>digitale autonomie</li> +<li>transitionele infrastructuren</li> +<li>digitale zelf-organisaties</li> +<li>so-en-soevereiniteits netwerken</li> +<li>buiten-de-cloud denken</li> +<li>…</li> +</ul> +<p>•• We zijn nieuwsgierig om te leren van/via publiceer processen. De volgende vormen van publiceren nodigen uit om vanuit een geïntegreerde positie te werken met/aan de onderwerpszone van digitale netwerken. Kunnen we deze bestandstypes als een morfische lens inzetten, om te leren over digitale netwerken? Of kunnen we datgene dat we al kennen over digitale netwerken opnieuw proberen te leren, zoals de naam <em>relearn</em> suggereert? Te beginnen bij of toewerkend naar:</p> +<ul> +<li>meervoudige readers</li> +<li>logboeken</li> +<li>syllabi</li> +<li>documentatie</li> +<li>annotaties</li> +<li>kookboeken</li> +<li>tutorials</li> +<li>README's</li> +<li>error rapporten</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Meerdere sub-trajecten kunnen tijdens dit weekend ontwikkeld worden, zonder dat er een noodzaak bestaat om allemaal hetzelfde pad te nemen of het eens te zijn over vocabulair of geometrie.</p> +<p>De sessie zal plaats vinden in Rotterdam en begint op vrijdag avond (7e) in een publieke setting, gevolgd door twee volle dagen samen <em>relearnen</em>.</p> +<p><strong>vrijdag 7 juni 20:00 - 22:00</strong><br> +Relearn publiek avond programma: <em>embed yourself into Relearn</em></p> +<p><strong>zaterdag/zondag 8 - 9 juni 10:00 - 18:00</strong><br> +Relearn sub-zone-trajecten</p> +<p>Als je mee wilt doen aan Relearn, stuur ons dan een mail op <a href="mailto:info@varia.zone">info@varia.zone</a> met een korte motivatie om je interesse toe te lichten. We zullen met enige regelmaat op inschrijvingen antwoorden, tot <strong>26 mei</strong>.</p> +<p>Onze capaciteiten zijn beperkt, waardoor we maximaal 30 relearners kunnen verwelkomen. Onze voorkeur gaat uit naar deelnemers die de hele sessie mee komen doen (vrijdag avond, zaterdag en zondag). We zullen zorgen voor een dagelijkse <em>vegetarische lunch</em> (laat het ons weten als je allergisch bent of speciale dieet voorkeuren hebt). Ook zullen we de traditie van vorige jaren Relearn voortzetten en hard ons best doen om een <em>hosting netwerk</em> te organiseren in de stad, om zo iedereen onder te brengen. Laat alsjeblieft weten in je email of je een plek nodig hebt om te slapen in Rotterdam, of hoeveel mensen je thuis zou kunnen hosten tijdens dit weekend. </p> +<p>Als je alleen op vrijdag avond mee wilt doen dan kan dat natuurlijk ook, je hoeft je dan niet in te schrijven, kom gewoon langs! :)</p> +<p><strong>Practische informatie</strong><br> +Datum: 7-9 juni 2019<br> +Locatie: Varia - Gouwstraat 3, Rotterdam<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Bronnen &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">schrijf je in op de Relearn mailinglijst </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC kanaal: #relearn op Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Foto's van vorige edities van Relearn kunnen gevonden worden in de gallerie van Constant</a></p> +<hr> +<p><small>Dit project wordt mogelijk gemaakt met de steun van Gemeente Rotterdam &amp; Stimuleringsfonds Creative Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:varia.zone,2019-05-29:/relearn-2019.htmllearning situationRelearn 2019 curvedhttps://varia.zone/en/relearn-2019.html<p>For the Rotterdam control point on this year's curved edition of Relearn, we propose to together attend to a <strong>subject zone</strong> (•) where different digital network practices intersect. This subject zone can morph into multiple directions throughout the session. Our specific interest is in how <strong>publishing formats</strong> (••) operate with/on/through this zone.</p> +<p>• There are many questions in the air when we start to speak about digital infrastructures, hosters, servers, services, networks and their technical realities. Instead of picking one and diving deeper, we thought it would be more interesting to present a range and explore different vocabularies, protocols, technologies, infrastructures. We invite you to join Relearn to stretch this zone, starting from or moving towards:</p> +<ul> +<li>digital interdependencies</li> +<li>affective infrastructures</li> +<li>homebrew networks</li> +<li>networked entanglements</li> +<li>feminist servers</li> +<li>federated networks</li> +<li>and-and-networks</li> +<li>digital autonomy</li> +<li>transitional infrastructures</li> +<li>digital selves-organisations</li> +<li>so-and-sovereignty networks</li> +<li>out-of-the-cloud thinking</li> +<li>…</li> +</ul> +<p>•• We’re curious about learning through publishing formats. The different publishing formats serve as an invitation to embed ourselves within the subject zone of digital networks. How can these formats be our morphable lenses, that we use to relearn digital networks? Starting from or moving towards:</p> +<ul> +<li>multiple readers</li> +<li>cross-readings created through algorithms</li> +<li>logbooks</li> +<li>syllabi</li> +<li>documentation</li> +<li>annotations</li> +<li>cookbooks</li> +<li>tutorials</li> +<li>README</li> +<li>bug reports</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Many sub-trajectories can emerge from here during the days, without the need of taking the same path or agreeing about vocabularies or geometries altogether.</p> +<p>The session will take place in Rotterdam and starts on Friday evening (the 7th) in a public setting, followed by two full days of relearning together.</p> +<p><strong>Friday 7th June 20:00 - 22:00</strong><br> +Relearn public evening program: embed yourself into Relearn</p> +<p><strong>Saturday/Sunday 8-9th June 10:00 - 18:00</strong><br> +Relearn sub-zone-trajectories</p> +<p>If you would like to join this Relearn session, please send an email to <a href="mailto:info@varia.zone">info@varia.zone</a> with a short motivation of your interest. We will reply to subscriptions on a regular basis, up to the <strong>26th of May</strong>.</p> +<p>Our capacities allow us to have a group of 30 relearners. Our preference goes out to people that can join the whole session (Friday evening, Saturday and Sunday). We will take care of a <em>daily vegetarian lunch</em> (please let us know about allergies or other dietary preferences). Following a tradition from previous years, we will arrange a <em>hosting network</em> in the city and find a place to stay for everyone. Please mention in the email if you need to be hosted or could host one or more relearners in your house.</p> +<p>If you would like to join us only on the Friday evening, there is no need to subscribe, just come over! :)</p> +<p><strong>Practical info</strong><br> +Date: 7th-9th June 2019<br> +Location: Varia - Gouwstraat 3, Rotterdam, The Netherlands<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Resources &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">subscribe to the Relearn mailinglist </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC channel: #relearn on Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Photographs of previous Relearn editions can be found in Constant’s gallery</a></p> +<hr> +<p><small>This event is made possible with the support of the Gemeente Rotterdam &amp; Stimuleringsfonds Creatieve Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:varia.zone,2019-05-29:/en/relearn-2019.htmllearning situationEen archief activerenhttps://varia.zone/pushing-the-score-end.html<h3 id="pushing-scores-presentatie-publicatie-en-performanceavond">Pushing Scores - Presentatie publicatie en performanceavond</h3> +<p>Eind vorige jaar benaderde <strong>De Player</strong> <strong>Varia</strong> met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores. </p> +<p>Varia heeft hier aan bijgedragen door een archiefpublicatie te ontwikkelen waarin de spreektaal uit het archief de basis vormt waarop men door de verzameling kan navigeren. Het materiaal heeft uiteindelijk de vorm gekregen van een dynamisch, toegankelijk en daardoor levend archief. Hiermee wordt het mogelijk nieuwe verbanden, perspectieven en wie weet zelfs wel concepten voor nieuwe scores te zien. Op deze manier wordt de handeling van het navigeren door de datastructuur van het archief het componeren van een nieuwe score.</p> +<p>Om deze aanname op de proef te stellen hebben de Player en Varia enkele kunstenaars uitgenodig om aan de deze publicatie uit te proberen en aan de hand daarvan een performance te ontwikkelen.</p> +<p>Je bent van harte uitgenodigd om langs te komen op vrijdag 31 Mei in Varia. Waar <strong>Julie Boschat Thorez</strong> en <strong>Cristina Cochior</strong> de archiefpublicatie zullen introduceren. Daarna volgen er performances van <strong>Niek Hilkmann</strong>, <strong>Robert Kroos</strong> en <strong>Christine Cornwell</strong>.</p> +<p>De uitvoeringen zullen de hele nacht doorgaan, je bent van harte welkom om op elk moment deel te nemen.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is een Rotterdamse kunstenaar, onderzoeker en muzikant met een interesse in de verwarrende technologische toestand waarin we allemaal momenteel verkeren, en de ontoereikende intellectuele methodologieën die deze proberen uit te leggen of te rechtvaardigen. Tijdens de presentatie van Pushing Scores zal hij de ruimtelijke dimensies van Varia verkennen en de scores die voortkomen uit het nieuwe archief hercontextualiseren. Gedurende een doorlopende performance zullen onverwachte verbanden ontstaan tussen het archiefmateriaal en de fysieke omgeving waarin deze worden gerepresenteerd.</p> +<p><strong>Christine Cornwell</strong> is een componist en violiste die tussen NL/UK werkt met projecten met improvisatie- en samenwerkingsverbanden, vaak in combinatie met beeldend kunstenaars, dansers, operagezelschappen of experimentele TV. Momenteel voltooit ze samen met Hans Koolmees/René Uijlenhoet een MA Compositie bij Codarts en haar freelance werk omvat onder meer het presenteren van nieuw werk voor viool, residenties, het leiden van workshops en het produceren/cureren van evenementen op dit gebied. Vanaf haar eerste experimenten, zoals de interdisciplinaire samenwerking in 2011 met beeldend kunstenaar Eddie Peake/LuckyPDF TV op de Londense Barbicanen tot het experimentele evenement 'Invitation (x)' in 2019, zijn collectieve creatiepraktijken een belangrijk ontmoetingspunt dat terug te vinden is in al haar creatieve werk tussen performance, productie en management.</p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is een Rotterdamse muzikant, geluidskunstenaar en DJ die werkt aan allerlei soorten geluids- en muziekgerelateerde projecten. Voor deze speciale gebeurtenis zal hij de guzheng en elektronica als instrumenten naar keuze gebruiken.</p> +<p><strong>Datum:</strong> Vrijdag 31 May 2019<br> +<strong>Aanvang:</strong> 20:00<br> +<strong>Toegang:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:varia.zone,2019-05-28:/pushing-the-score-end.htmleventActivating an archivehttps://varia.zone/en/pushing-the-score-end.html<h3 id="publication-launch-and-performance-evening">Publication launch and performance evening</h3> +<p>At the end of last year, <strong>De Player</strong> approached <strong>Varia</strong> to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.</p> +<p>Varia contributed by developing an archival web publication where the vernacular vocabulary of De Player creates the possibilities of text-based navigation across the collection of items. The material is embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Navigating within the data structure of the archive becomes an act of score notation.</p> +<p>To test this De Player and Varia asked several artists to work with the tool and use the result as a starting point for a performance.</p> +<p><strong>Julie Boschat Thorez</strong> and <strong>Cristina Cochior</strong> will give a brief introduction to the tool, followed by <strong>Niek Hilkmann</strong>, <strong>Christine Cornwell</strong> and <strong>Robert Kroos</strong>'s score interpretations. </p> +<p>The performances will be ongoing throughout the night, you are welcome to join in at any moment.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is a Rotterdam based artist, musician and researcher with a background in art history, media design and musicology. He has a particular interest in the abstruse technological condition we are living in and the insufficient intellectual methodologies that seek to justify, or explain it. During the presentation of Pushing Scores he will utilize the spatial dimensions of Varia and recontextualize the scores created by the archive. In an ongoing performance unexpected correlations will be produced between the items in the archive and the physical surroundings in which they are represented.</p> +<p><strong>Christine Cornwell</strong> is a composer and violinist working between NL/UK with projects involving improvisation and collaborative work often combined with visual artists, dancers, opera companies or experimental TV. She is currently completing a Composition MA at Codarts with Hans Koolmees/René Uijlenhoet and her freelance work includes presenting new works for violin, collaborative residencies, workshop leading and producing/curating events in this field. From her first experiments, such as 2011’s interdisciplinary collaboration with visual artist Eddie Peake/LuckyPDF TV at London’s Barbican to 2019's experimental event 'Invitation (x)', collective creation practises are a vital meeting point which can be traced through all of her creative work between performance, production and management. </p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is a Rotterdam based musician, sound-artist and DJ working on all kinds of sound- and music related projects. For this special event he will be using the guzheng and electronics as instruments of choice.</p> +<p><strong>Date:</strong> Friday, 31 May 2019<br> +<strong>Start:</strong> 20:00<br> +<strong>Entrance:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:varia.zone,2019-05-28:/en/pushing-the-score-end.htmleventBPW Rotterdam Huurdersspreekuur & Introductiehttps://varia.zone/bpw-consultation-introduction.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te kondigen dat de leden van Bond Precaire Woonvormen +(BPW) een introductie en huurdersspreekuur organiseren in Varia op 6 mei tussen +15:00 en 20:00 uur.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar +steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor +moeten opstaan.</p> +<p>Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te +reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we +elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en +betaalbare wonen.</p> +<p>Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGroetjes,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:varia.zone,2019-05-02:/bpw-consultation-introduction.htmleventBPW Rotterdam Tenant Consultation & Introductionhttps://varia.zone/en/bpw-consultation-introduction.html<p>Dear all,</p> +<p>We are very happy to announce that members of the Union of Precarious Dwellings +(Bond Precaire Woonvormen, BPW) are organising a tenant consultation and an +introduction session at Varia on the 6th of May between 15:00 and 20:00.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other +based on the conviction that housing is a fundamental right that must be +protected.</p> +<p>Please feel welcome to join us for a day of discussion, co-learning and +reflection on the housing situation in Rotterdam, our rights as tenants and how +we can support each other to work towards solutions for more safe, secure and +affordable housing.</p> +<p>For more information on the event, please see <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">this announcement</a>.</p> +<p>To learn more about the union, please see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGreets,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:varia.zone,2019-05-02:/en/bpw-consultation-introduction.htmleventCentury 21 Calling - Safety Firsthttps://varia.zone/C21C.html<p>Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren op kantoor? Waar kunnen je kinderen veilig spelen? Deze vragen en vele andere komen tijdens deze informatieve avond aan bod.</p> +<p>Tijdens "Century 21 Calling", een reeks screenings die is geïnitieerd door het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt gehost door Varia, bekijken we de industriële archieven, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen vormden en houden deze tegen het licht van het heden.</p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>prijs: donatie</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-20:/C21C.htmlscreeninghealthsafety21st centuryCentury 21 Calling - Safety Firsthttps://varia.zone/en/C21C.html<p>During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in the traffic? What are the dangers around the office? Where can your children play safely? These questions and many more will be addressed during this informative evening. </p> +<p>During “Century 21 Calling”, an series of screenings started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we observe the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>price: donation</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-20:/en/C21C.htmlscreeninghealthsafety21st centuryOpen Dag @ Variahttps://varia.zone/openday2019.html<p>Tijdens de volgende editie van <a href="http://southexplorer.nl/">South Explorer</a> zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld <a href="https://iodinedynamics.com/">Idione Dynamic's</a> 'What Remains' en Mathijs van Oosterhoudt's <a href="https://vimeo.com/241442224">'Strange Fruits'</a>. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project <a href="https://walskaar.com/gaming/index.html">'Hidden Levels'</a> en presenteert Niek Hilkmann een nieuwe geluidsinstallatie 'Venetië aan de Maas' in de kelder van Varia . Iedereen is welkom tussen 12 tot 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-13:/openday2019.htmleventOpen Day @ Variahttps://varia.zone/en/openday2019.html<p>During the next edition of <a href="http://southexplorer.nl/">South Explorer</a> Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include <a href="https://iodinedynamics.com/">Idione Dynamic’s</a> ‘What Remains’ and Mathijs van Oosterhoudt’s <a href="https://vimeo.com/241442224">‘Strange Fruits’</a>. Furthermore, Thomas Walskaar will conduct interviews for his new project <a href="https://walskaar.com/gaming/index.html">‘Hidden Levels’</a> and Niek Hilkmann will present a new sound installation ‘Venice on the Maas’ in Varia's basement. Join us from 12 till 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-13:/en/openday2019.htmleventDear Cultural Intitiative, there is an Elephant in the Room.https://varia.zone/there-is-an-elephant-in-the-room.html<p><em>Dear Cultural Intitiative, there is an Elephant in the Room</em> is een workshop waarin de afhankelijk van globale commerciële digitale tools en sociale networken een uitgangspunt is voor een gesprek rondom digitale infrastructuren van zelf-georganiseerde culturele initiatieven in Rotterdam.</p> +<p>De aankondiging van onze workshop is niet vertaald naar het Nederlands. Klik <a href="https://varia.zone/en/there-is-an-elephant-in-the-room.html">hier</a> om de Engelse versie te lezen. </p> +<p>De workshop is onderdeel van het Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-12:/there-is-an-elephant-in-the-room.htmlworkshopDear Cultural Intitiative, there is an Elephant in the Roomhttps://varia.zone/en/there-is-an-elephant-in-the-room.html<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group. </p> +<p>This workshop is a moment for some out-of-the-cloud thinking. Departing from a discussion on this situation and its causes, we will try to imagine and formulate the digital infrastructures that shape our everyday cultural practices and online socialities. The workshop will touch upon alternative tools and approaches, from federated and community-owned social media platforms, to hosting cooperatives, free software philosophy and feminist understandings of the internet.</p> +<p><strong>Date</strong>: Friday 12 April, 13:00h - 17:00h</p> +<p>This workshop is part of the Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-12:/en/there-is-an-elephant-in-the-room.htmlworkshopThe Network We (de)Served - (XPUB Special Issue #08)https://varia.zone/the-network-we-de-served.html<p>Geachte bezoeker,</p> +<p>Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke <em>homebrew</em> netwerk te installeren. Terwijl onze <em>host</em> een kop thee voor ons zette, onderzochten we op deze <em>infrastructour</em> onze routers en hoe die ons aan het internet verbonden. In de huizen waar het mogelijk was installeerden we een server, maar dat lukte niet overal. Het maakte sommigen van ons afhankelijk van een ander lid van de groep. </p> +<p>Gedurende het project was gezamenlijk werken aan vormen van <em>self-hosting</em> een manier om het te hebben over netwerken, autonomie, online publiceren en sociale infrastructuren, waarbij we elk van ons vertrok vanuit een andere vraag. We willen graag onze persoonlijke (en toch onderling verbonden) zoektochten met je delen, je een verhaal vertellen, je onze on-line en geprinte zines presenteren en je uitnodigen om ons zelfgebouwde netwerk te verkennen.</p> +<p><strong>Datum</strong>: Donderdag 04 april 2019<br> +<strong>Locatie</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entree</strong>: Gratis<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Met bijdragen van: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Dit project is ontwikkeld in de context van de <em>Master of Arts in Fine Art and Design: Experimental Publishing (XPUB)</em> van het Piet Zwart Instituut, en <em>Varia, Centrum voor Alledaagse Technologie</em>, Rotterdam - april 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-04:/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Network We (de)Served, (XPUB Special Issue #08)https://varia.zone/en/the-network-we-de-served.html<p>Dear guest,</p> +<p>We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of the group. </p> +<p>While self-hosting together we questioned our understandings of networks, autonomy, online publishing and social infrastructures, where each of us departed from a different question. We would like to share our personal (yet interconnected) routes with you, tell you a story, present our web- and printed zines, and invite you to explore our homebrewed network.</p> +<p><strong>Date</strong>: Thursday, 04 April 2019<br> +<strong>Location</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entrance</strong>: Free<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Contributors: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Brought to you by the Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) of the Piet Zwart Institute, and Varia, Centre for Everyday Technology, Rotterdam, April 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:varia.zone,2019-04-04:/en/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Call Of The Kettlehttps://varia.zone/kettle.html<p>Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven aan te gaan. Dit alles onder het mom van ‘The Call Of The Kettle’; de eerste object georienteerde muziekavond bij Varia! Tijdens dit evenement zullen er optredens te zien zijn van de volgende artiesten:</p> +<p><strong> Agente Costura en Stephen Doyle </strong> is een duo dat geïmproviseerde geluiden speelt met behulp van versterkte naaimachine en drums. Constura speelt al sinds 2003 op de Singer. Overdag werkt ze met ongewenste kleding en transformeert die in nieuwe draagbare vormen. 's Nachts sluit de Singer zich aan bij haar medemuzikanten en naait zij op het ritme van de muziek. Zo improviseert zij kleding op basis van ritme en geluid. Costura heeft onder meer opgetreden in The Vancouver Art Gallery, de Month of Performance Art Berlin, het Bimhuis Amsterdam en de Curitiba Fashion Week. Stephen Doyle is een drummer die woont en werkt in Amsterdam. Costura en Doyle creëren samen een percussieve upcycled stortvloed van uniek gebeeldhouwd geluid.</p> +<p><a href="www.agentecostura.blogspot.de/">Agente Costura Online</a><br> +<a href="https://soundcloud.com/stephen-doyle-drummer">Stephen Doyle op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/oey80a-7CQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>Watt's Cookin'</strong> bestaat uit Zeynep Aslan, Tamara van Suylekom en Inge Hoonte, die elkaar hebben leren kennen via re#sister en repeteren bij Worm. Voor deze performance gaan ze knallen en klooien met dagelijkse objecten. Ze repeteren momenteel in de keuken met hun orkestleden, waaronder waterkokers en koffiepercolators, een mes en een snijplank, een paar potten met noten, rijst en maïs, een mini-oven, twee pannen, twee theelepels en een eierklopper. Een broodrooster en een blik kokosmelk aarzelen nog of mee willen doen, maar waarschijnlijk loopt dat wel los!</p> +<p><strong> De Brut </strong> is een nieuw project van Marijn Verbiesen, die volgens bronnen "een van de krachten is die de Rotterdamse underground bij elkaar houdt!" Ze heeft deelgenomen aan tal van projecten (Sweat Tongue, Red Brut) en is actief als een van de organisatoren van de beruchte Herman concertreeks. Daarnaast staat Verbiesen bekend om haar tapecollages die zeer persoonlijk zijn en hoog aangeschreven staan door bladen als The Wire.</p> +<p><a href="https://redbrut.com/">De Website van Red Brut</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/pa066-UzitY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Beachcombartband </strong> is een "one-man-sea-trash-band" uit Rotterdam met kunstenaar Bart Koppe aan het roer. Het mechanisch en met de hand bespeelde afval van het schoongeveegde strand zal door hem op uw hoofd worden geloosd, in een netwerk van audio-galactische bevrediging!</p> +<p><strong> The Singing Toaster </strong> is niet zoals andere broodroosters, omdat niet elke broodrooster kan zingen. Daarom is deze bijdrage aan "The Call Of The Kettle" nu al een beetje bijzonder. Zullen de verbrande kruimels tussen zijn verwarmingselementen ook uw hart kunnen verwarmen?</p> +<p><strong>Datum:</strong> Vrijdag, 15 Maart 2019<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30 </p>VariaFri, 15 Mar 2019 00:00:00 +0100tag:varia.zone,2019-03-15:/kettle.htmleventeventConversas bij variahttps://varia.zone/conversas-february.html<p>Op de <strong><em>6 februari van 19.30 tot 21.30 uur</em></strong> heeft Varia het genoegen om een van de nomadische Conversas-avonden te ontvangen.</p> +<p>Conversas is een reeks van tweewekelijkse informele ontmoetingen om elkaar te leren kennen, projecten, verhalen of interesses te delen.</p> +<p>Tijdens het evenement brengen drie Conversadores (degenen die het gesprek beginnen) gedurende dertig minuten elk iets te delen met de verzamelde groep. Zoals de titel al doet vermoeden, streeft Conversas (Conversations in Portuguese) naar een gelijkwaardige opzet waar zowel de Conversadores als de groep baat bij hebben. In deze serie dagen we onze gasten uit om geen beamer te gebruiken, creatief te zijn en alleen woorden en/of andere objecten te gebruiken om hun verhaal te vertellen.</p> +<p>De drie Conversadores voor de sessie bij Varia zijn dat wel:</p> +<ul> +<li>Karla de Witte (Nederlandse liefdesbrieven)</li> +<li>Clara Mendes (Naakt modellen, postkolonialisme en musea)</li> +<li>Ludovic Lacreuse (Digressies rond een vlag)</li> +</ul> +<p><strong>Karla</strong> is ontwerper en docent beeldende kunst. <a href="www.facebook.com/pg/dutchloveletters/">DLL</a> begon toen twee moeders elkaar ontmoetten op een kleurrijk schoolplein in Rotterdam. Zowel geboren als opgegroeid in verschillende delen van de wereld, met wafels die soortgelijke herinneringen aan oud en nieuw delen. Delicaat en zeer dun gemaakt met veel geduld door hun grootmoeders. +www.instagram.com/dutch_love_letters/liefdebrieven/</p> +<p><strong>Clara</strong> is onlangs verhuisd van Portugal naar Nederland om haar wens na te streven om meer te weten te komen over de impact van kunst op het leven van verschillende mensen. Ze zal vertellen over de projecten waar ze tijdens haar masteropleiding Kunst en Maatschappij in is gesprongen terwijl ze nog worstelde om haar weg te vinden in een nieuwe stad.</p> +<p>Na een residentie van 3 maanden (Staat van de Stad, in Paviljoen aan het Water, in Rotterdam), presenteert <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> een vlag die bovenop het varia-zonegebouw wordt gehesen. Zijn gesprek wordt gevuld met uitweidingen over verschillende onderwerpen die min of meer met de vlag te maken hebben.</p> +<p>De 13e serie van tien <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> begint op 7 november en loopt elke andere woensdag tot 20 maart. Deze serie vindt plaats op verschillende locaties verspreid door de stad Rotterdam. Het wordt georganiseerd door Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said en Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is een project geïnitieerd in Lissabon door Constança Saraiva en Mafalda Fernandes, in 2012. Tegenwoordig is het een project van veel mensen en steden.</p> +<p>Evenementen zijn voor iedereen toegankelijk en de toegang is gratis.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:varia.zone,2019-02-06:/conversas-february.htmleventConversasinformeelontmoetingenConversas at variahttps://varia.zone/en/conversas-february.html<p>On the <strong><em>6th of February from 19:30 to 21:30</em></strong>, Varia has the pleasure to host one of the nomadic Conversas evenings.</p> +<p>Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests. </p> +<p>During the event, three Conversadores (those who start the conversation) bring something to share with the gathered group, for thirty minutes each. As the title suggests, Conversas (Conversations in Portuguese) aim at an equal set up from which both the Conversadores and the group benefit. In this series, we are challenging our guests to not use a beamer, try to be creative and use only words and/or other objects to tell their story.</p> +<p>The three Conversadores for the session at Varia are:</p> +<ul> +<li>Karla de Witte (Dutch Love Letters)</li> +<li>Clara Mendes (Nude models, postcolonialism and museums)</li> +<li>Ludovic Lacreuse (Digressions around a flag)</li> +</ul> +<p><strong>Karla</strong> is designer and educator of visual arts. <a href="www.facebook.com/pg/dutchloveletters/ +">DLL</a> started when two mothers met at a colorful schoolyard in Rotterdam. Both born and grown up in different parts of the world, sharing similar memories of New Year's Eve with waffles. Delicate and very thin made with great patience by their grandmothers. +www.instagram.com/dutch_love_letters/</p> +<p><strong>Clara</strong> has recently moved from Portugal to The Netherlands to pursue her wish to learn more about how art impacts the lives of different people. She will talk about the projects she jumped into throughout her master's program in Arts and Society whilst she was still struggling to find her way around a new city.</p> +<p>After a 3 month artist residency (State of the City, in Paviljoen aan het Water, in Rotterdam), <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> will present a flag which will be hoisted on top of the varia zone building. His conversation will be filled by digressions about different subjects more or less related to the flag.</p> +<p>The 13th series of ten <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> starts on the 7th of November and runs every other Wednesday until the 20th of March. This series is happening in different locations spread through the city of Rotterdam. It is organized by Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said and Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is a project initiated in Lisbon by Constança Saraiva and Mafalda Fernandes, in 2012. Nowadays, it's a project of many people and cities.</p> +<p>Events are open to all and the entrance is free.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:varia.zone,2019-02-06:/en/conversas-february.htmleventConversasinformalmeetingsVaria's Nieuwjaarsborrelhttps://varia.zone/borrel2019.html<p>Varia's Nieuwjaarsborrel</p> +<p>Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!</p> +<p>Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van DJ Listentomerijn.</p> +<p>Woodstone Kugelblitz zal dan de nieuwste editie van L'Intolerant presenteren: Nummer 18, A Really Useful Cookbook.</p> +<p>Iedereen is welkom en de toegang is uiteraard vrij. Echter, vrijwillige donatie van 5 euro helpen ons bij het vervangen van de ruit en worden zeer gewaardeerd!</p> +<p>Tot dan!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:varia.zone,2019-01-11:/borrel2019.htmleventeventVaria New Year's Receptionhttps://varia.zone/en/borrel2019.html<p>It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.</p> +<p>This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music.</p> +<p>Woodstone Kugelblitz will also be presenting the latest issue of L'Intolerant #18: A Really Useful Cookbook.</p> +<p>Almost everyone is welcome and the entrance is free. However, a voluntary donation of 5 euros will help us replace our window and is greatly appreciated!</p> +<p>See you there!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:varia.zone,2019-01-11:/en/borrel2019.htmleventeventKerst bij Varia - Met adammmmmmmmmmmm en Logosamphiahttps://varia.zone/christmas.html<p>Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje, warm je hart op met een kop glühwein en bespreek al je goede voornemens zolang ze nog goed zijn! Er zullen optredens zijn van:</p> +<p><strong> adammmmmmmmmmmm</strong>, ook bekend als Adam Tuch, is een artiest / muzikant uit Boston. Hij maakt deel uit van een collectief met de naam media_rins dat werk creëert en publiceert op het gebied van elektronische muziek, nieuwe media en performance art. Zij organiseren evenementen in de omgeving van Boston voor avontuurlijke en hedendaagse kunstenaars die werken met digitale Hi-Fi-tools, analoge elektronica en informatiemedia. In zijn werk richt hij zich op de absurditeit binnen online/digitale identiteiten en reflexiviteit.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">Adam Tuch op Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website van media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong> Logosamphia </strong> is een project van Sadra Hemati. Met een voet in de Franse underground party scene, en een andere in de Nederlandse avant-garde noise performance &amp; kunstwereld, vertegenwoordigt hij een van de weinige Iraanse muzikanten die actief is in niet-mainstream elektronische muziek. Hemati heeft een voorliefde voor het combineren van invloeden uit zowel traditionele als moderne technieken in unieke en pakkende arrangementen.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> DJ The Sound of C </strong> brengt je een spotgoedkoop kerst extravaganza, geselecteerd bij je lokale kringloopwinkel. Platen worden ingepakt en cadeaus brkrast. Alles is gratis nadat het is afgespeeld. De kerstman komt vroeg dit jaar!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>Tot in Varia!</p> +<p><strong>Datum:</strong> Zaterdag, 22 December 2018<br> +<strong>Entree:</strong> 4 euro<br> +<strong>Deur:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-22:/christmas.htmlconcertChristmas at Varia - With adammmmmmmmmmmm and Logosamphiahttps://varia.zone/en/christmas.html<p>A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday themed music, warm your heart up with a hot cup of glühwein and discuss your new years resolutions like there is no tomorrow! There will be performances by:</p> +<p><strong>adammmmmmmmmmmm</strong>, also known as Adam Tuch, is an artist/musician based out of Boston. He is part of a collective called media_rins that creates and publishes work in the fields of electronic music, new media, and performance art. They organize events in the Boston area for adventurous and contemporary artists working with Hi-Fi digital tools, analogue electronics, and information media. In his work he focuses on absurdity within online/digital identities and reflexivity.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">adammmmmmmmmmmm on Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website of media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong>Logosamphia</strong> is a project of Sadra Hemati. With one foot in the French underground party scene, and another in Netherlands’ avant-garde noise performance &amp; arts world, he represents one of the few Iranian musicians active in non-mainstream electronic music. Hemati has a penchant for combining influences from both traditional &amp; modern techniques in unique and catchy arrangements.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>DJ The Sound of C</strong> brings you a dirt cheap Christmas extravaganza selected at your local thrift store. Records will be wrapped and gifts will get scratched. Everything is for free, after it’s being played. Santa comes early this year. Warm hearts only!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>See you at Varia!</p> +<p><strong>Date:</strong> Saturday, 22 December 2018<br> +<strong>Entrance:</strong> 4 euro<br> +<strong>Door:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-22:/en/christmas.htmlconcertCentury 21 Calling - I'd Buy That For A Dollar!https://varia.zone/id-buy-that-for-a-dollar.html<p>Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen van je spelcomputer naar de winkel. </p> +<p><strong>Century 21 Calling</strong> gebruikt archiefmateriaal uit de industrie, infomercials van bedrijven, tv uitzendingen en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken die om het heden te doorgronden. Het is een initiatief van Save_as en vindt plaats in Varia in Rotterdam.</p> +<p><strong>Datum:</strong> Zaterdag, 15 December 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-15:/id-buy-that-for-a-dollar.htmleventCentury 21 Calling - I'd Buy That For A Dollar!https://varia.zone/en/id-buy-that-for-a-dollar.html<p>During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and refund instruction video’s. This will surely get you in the shopping mood!</p> +<p><strong>Century 21 Calling</strong> is a series by the collective Save_as and hosted at Varia in Rotterdam. During these screenings we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Save_as</strong> is a platform for 360 degrees media exploration by Thomas Walskaar and Léna Robin, initiated in 2017. Save_as investigates media and alternative publishing practices, to observe tensions which emanate from them. Save_as is also an independent publisher of printed and non-printed matter.</p> +<p><strong>Date:</strong> Saturday, 15 December 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> Donation</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-15:/en/id-buy-that-for-a-dollar.htmleventWelcome to the � Federation - Mastodon en de Fediversehttps://varia.zone/mastodon-and-fediverse.html<p>De laatste jaren is er veel discussie en ontevredenheid over sociale media. Tegelijkertijd is er een nieuw platform, Mastodon, dat aan populariteit wint door de manier waarop het de kern van dit ongemakkelijke gevoel probeert aan te pakken. Mastodon ziet er uit en gedraagt zich als soortgelijke platforms, maar achter de schermen functioneert het op en totaal andere manier. </p> +<p><a href="https://joinmastodon.org/">Mastodon</a> is geen eigen gesloten platform, maar maakt deel uit van een verzameling onafhankelijke platforms die met elkaar samenwerken. Deze grotere verzameling projecten wordt ook wel <em>de Fediverse</em> genoemd en bestaat uit een grote diversiteit van softwares, gemeenschappen, culturen en houdingen.</p> +<h2 id="publiek-gesprek">Publiek gesprek</h2> +<p><em>Een algemene inleiding in Mastodon en het Fediverse</em><br> +Zaterdag 8 december 2018<br> +20:00u - 21:30u </p> +<p>Op zaterdag 8 december zal <a href="https://varia.zone/wttf/">Wtt�F</a> een rond-de-tafel gesprek organiseren als algemene introductie over Mastodon en de Fediverse. Hoe werkt het? Wat zijn de onderliggende concepten? Wie heeft het gemaakt? Wat is de geschiedenis erachter? Wat voor soort verschillende gemeenschappen leven er in dit ecosysteem? Wat betekent het om een gemeenschap te hosten?</p> +<p>De introductie en het rondetafelgesprek worden gefaciliteerd door een beheerder van een grote Mastodon gemeenschap en een beheerder van een kleine Mastodon gemeenschap. Beiden hebben ook bijgedragen aan het vertalen van Fediverse software. </p> +<h2 id="werksessie">Werksessie</h2> +<p><em>Vertaling en documentatie van het Mastodon-project</em><br> +Zaterdag 8 december 2018<br> +14:00 uur - 18:00 uur </p> +<p>Als onderdeel van deze editie van Wtt�F zullen we ook de middag samen doorbrengen om de documentatie en vertaling van het Mastodon-project te bekijken. Hoe worden open-source projecten vertaald? In welke taal worden projecten gecommuniceerd? Hoe kunnen de technische concepten toegankelijk worden gemaakt voor een groter publiek zonder hun betekenis te verliezen? </p> +<p>Als je wilt deelnemen aan deze werksessie, schrijf je dan vooraf in door een korte mail te sturen naar <code>info[at]varia.zone</code>.</p> +<h2 id="praktisch">Praktisch</h2> +<p>Deze bijeenkomst vindt plaats in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op de constatering van een hernieuwde interesse in 'alternatieve' online diensten zoals sociale media en chat. Door middel van presentaties en werksessies wordt er aandacht besteed aan de softwareprojecten die deel uit maken van deze ecosystemen. Een bijzondere focus zal liggen op projecten die (op)nieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, door veel aandacht te besteden aan ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a> (engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> en <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-08:/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubWelcome to the � Federation - Mastodon and The Fediversehttps://varia.zone/en/mastodon-and-fediverse.html<p>In recent years there has been a lot of dissatisfaction about social media. At the same time there has been a new platform, Mastodon, which has been gaining popularity in the way it seeks to address the sources of this unease. It looks and behaves like similar platforms, but under the hood it works substantially different ways. </p> +<p>Rather than a single service, <a href="https://joinmastodon.org/">Mastodon</a> is part of a collection of community-owned independent services that interoperate with each other. This larger set of projects is also known as the Fediverse and is compromised of vastly different softwares, cultures and attitudes.</p> +<h2 id="public-conversation">Public conversation</h2> +<p><em>A general introduction into Mastodon and the Fediverse</em><br> +Saturday 8 December 2018<br> +20:00h - 21:30h </p> +<p>On the Saturday 8th of December <a href="https://varia.zone/wttf/">Wtt�F</a> will host an evening roundtable as a general introduction into Mastodon and the Fediverse. How does it work? What are the underlying concepts? Who made it? What has been the history behind it? What kind of different communities inhabit this Fediverse? What does it mean to host such a community?</p> +<p>It will be hosted together by an administrator of a large Mastodon community and an administrator of a small Mastodon community. Both are also contributors to the fediverse. </p> +<h2 id="worksession">Worksession</h2> +<p><em>Translating and documentation of the Mastodon project</em><br> +Saturday 8 December 2018<br> +14:00h - 18:00h </p> +<p>As part of this edition of Wtt�F we will also spend the afternoon together to look at the documentation and translation of the Mastodon project. How does the translation of open source projects work? How are projects communicated? How can the technical concepts be made accessible for larger audiences without diluting their significance? </p> +<p>If you would like to join the worksession, please register in advance by sending a mail to <code>info[at]varia.zone</code>.</p> +<h2 id="practical">Practical</h2> +<p>This gathering takes place in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> and <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-08:/en/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubMaximum Velocityhttps://varia.zone/velocity.html<p>Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die met snelheid en beweging werken in hun composities en uitvoeringen!</p> +<p>Ditevenement bestaat uit de volgende elementen:</p> +<p><strong>Bismuth</strong> is een tweemansformatie, opgebouwd uit experimenteel instrumentenbouwer Yuri Landman en multi-instrumentalist Arnold van de Velde (ex-Feverdream). Samen bespelen zij een ruimtevullende hoeveelheid zelfgebouwde instrumenten, gemaakt uit hout, staal, snaren, motoren en electronica. Dzee bonte collectie instrumenten leidt tot een ritmische samensmelting van experimentele noise rock, dance en gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> maak directe elektronische composities met zelfgeprogrammeerde software en zelf gemaakte controllers. Ze streven naar een fysieke benadering van elektronische muziek (en in het bijzonder realtime synthese) door het gebruik van objecten als fietsen, radio's, FM-zenders en kleine zonnecelsynths bij hun uitvoeringen. Hun muziek - soms omschreven als 'geïmproviseerde noise ambient' - wordt beïnvloed door de muziek en ideeën van artiesten als John Cage, Tim Hecker, John Zorn en Captain Beefheart. De huidige leden zijn componist/geluidskunstenaar Sjoerd Leijten en ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten op het web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is een performer, kunstenaar en theoloog die werkt tussen Charlois en Scheveningen. De laatste 10 jaar heeft hij onafgebroken opgetreden onder verschillende namen (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) en in verschillende gelegenheden. Op Maximum Velocity zal hij een dans uitvoeren die is geïnspireerd door de meditatieve wervelen van de Sufi-derwisjen van de Mevlevi-orde.</p> +<p><a href="http://jaccoweener.nl/">Meer over Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> toont het hypnotiserende effect van roterende schijven gemaakt van vinyl die op verschillende snelheden in contact komen met een min of meer stabiele naald. Het effect is verrassend!</p> +<p><strong>Datum:</strong> Vrijdag, 7 December 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-07:/velocity.htmlconcertMaximum Velocityhttps://varia.zone/en/velocity.html<p>Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both speed and movement in their compositions and performances!</p> +<p>The event is comprised of the following elements:</p> +<p><strong>Bismuth</strong> is a two-man formation, made up of experimental instrument builder Yuri Landman and multi-instrumentalist Arnold van de Velde (ex-Feverdream). Together they play a space-filling amount of self-built instruments made of wood, steel, strings, motors and electronics. This colorful collection of instruments leads to a rhythmic amalgamation of experimental noise rock, dance and gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> make instant electronic compositions with self-programmed software and self-made controllers. They aim for a physical approach towards electronic music (and in particular realtime synthesis) by using objects such as bicycles, radios, FM transmitters and little solar cell synths in their performances. Their music – sometimes described as ‘improvised noise ambient’ – is influenced by the music and ideas of artists like John Cage, Tim Hecker, John Zorn and Captain Beefheart. Current members are composer/sound artist Sjoerd Leijten and ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten on the web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is a performer, artist and theologist working between Charlois and Scheveningen. For the last 10 years he has performed continuously under various monikors (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) and in a variety of setups. At Maximum Velocity he will perform a dance inspired by the concept of meditative sufi whirling, practiced by the Sufi Dervishes of the Mevlevi order. </p> +<p><a href="http://jaccoweener.nl/">More on Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> will display the hypnotic effect of rotating disks made out of vinyl at various speeds, coming into contact with a more or less stable needle. You might be surprised by the results!</p> +<p><strong>Date:</strong> Friday, 7 December 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:varia.zone,2018-12-07:/en/velocity.htmlconcertPushing Scores met De Playerhttps://varia.zone/pushing-the-score.html<p>Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door <strong><a href="https://www.deplayer.nl/">De Player</a></strong> uitgevoerd. Zij heeft aan <strong>Varia</strong> gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een online archiefuitgave van het project. Julie Boschat Thorez, Cristina Cochior en Niek Hilkmann zal deze aanpak toelichten, tijdens een avond met verschillende presentaties. </p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> zal een liveset spelen. Zij benadert computers met 'transducers' die elektromagnetische straling in geluid transformeren via choreografisch opstellingen. De 'runtime' van uitgevoerde software wordt geënsceneerd voor een publiek om een akoestische ervaring te bieden.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> introduceert haar project 'Untitled Records'; een performatieve geluidsinstallatie die historische en emotionele vertellingen verweeft door middel van de 'instrumentalisatie' van een verzameling platen.</p> +<p><strong>Niek Hilkmann</strong> (onderdeel van Varia) presenteert zijn <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universele Notatie Ideaal); een Pay2Print verkenning van de simultane productie en distributie van gestandaardiseerde grafische notatie gemedieerd door automatiek. Deze is ontwikkelt in samenwerking met Joseph Knierzinger en gebaseerd op een nieuw notatiesysteem dat conceptuele componisten kan helpen in de ontwikkeling en uitwisseling van conceptuele muziek in een uniforme taal. Het daadwerkelijke afdrukken van de composities op papier kan gelezen worden als een stochastische compositie in zichzelf. Door dit aspect te benadrukken, waardoor de machine een muzikale entrepeneur wordt die zijn eigen inkomen verdient, verkennen we de voorwaarden van mechanische arbeid in de creatieve industrie en de daarbij horende ethische kwesties.</p> +<h2 id="over-pushing-scores">Over Pushing Scores</h2> +<p>Wat zijn de mogelijkheden van grafische partituren, in een tijd waarin grafische notatie meestal als een 'tekening' wordt gezien en als een soort bladmuziek dienst doet? </p> +<p>In een poging om dit concept te herdefiniëren, stelde DE PLAYER een programma samen waarvoor artiesten, muzikanten en theoretici werden uitgenodigd. Het collectieve doel is om nieuwe audiovisuele en media-technische vormen van grafische notatie te ontwikkelen en te presenteren door middel van artistiek onderzoek. </p> +<p>De meest eigentijdse en innovatieve grafische notatiepraktijken op het gebied van muziek, geluidskunst, performancekunst, e-cultuur, nieuwe mediakunst, grafisch ontwerp en mediao-ntwerp introduceerde De Player zo aan een nationaal en internationaal publiek.</p> +<p><strong>Datum:</strong> Donderdag, 29 November 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-29:/pushing-the-score.htmleventPushing Scores with De Playerhttps://varia.zone/en/pushing-the-score.html<p>During this evening we focus on the archiving of the Pushing Scores project by <strong><a href="https://www.deplayer.nl/">DE PLAYER</a></strong>; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?</p> +<p>To communicate the project to a larger audience DE PLAYER asked <strong>Varia</strong> to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Julie Boschat Thorez, Cristina Cochior and Niek Hilkmann will explain their ideas and approach to this matter.</p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records.</p> +<p><strong>Niek Hilkmann</strong> (part of Varia) will present his <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics.</p> +<h2 id="about-pushing-scores">about Pushing Scores</h2> +<p>What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? </p> +<p>In an attempt to redefine this concept, DE PLAYER compiles a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. </p> +<p>Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.</p> +<p><strong>Date:</strong> Thursday, 29 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-29:/en/pushing-the-score.htmleventDruk: Een avond met Cantos Deus & Bohman Familyhttps://varia.zone/druk-cantos-bohman-evening.html<p>Omdat de boog niet altijd gespannen kan staan, lassen we tijdens het evenement <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.nl.md">Woodstone Kugelblitz: Druk In Varia</a> een muzikale pauze in.</p> +<p>En wat voor een pauze!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>De Engelse <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> toveren al meer dan twee decenia unieke en impure experimentele muziek uit een tafel vol huis, tuin en keuken-rommel. Er zijn sporen van fluxus ongein, musique concrete, en vrije improvisatie. Voor deze avond worden de Bohman Brothers een Bohman Family: ze adopteren een aantal lokale muzikanten en zullen als een nonet optreden. </p> +<h1 id="cantos-deus">Cantos Deus</h1> +<p><iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p></p> +<p>Door <a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> zal een selectie van no-wave, gospel, reli-pop en psychedelica worship gespeeld worden, dit alles verpakt in een amusante revival show. Voor het publiek is er mogelijkheid tot dans, zang en aanbidding. Het gezelschap bestaat uit Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Zaterdag, 24 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euro</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-24:/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalDruk: An Evening With Cantos Deus & Bohman Familyhttps://varia.zone/en/druk-cantos-bohman-evening.html<p>Because we can't always keep the pressure on, we've added a musical intermezzo during <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.en.md">Woodstone Kugelblitz: Druk In Varia</a>.</p> +<p>And what an intermezzo it is!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>For more than two decades the English <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> have been summoning a mix of unique and impure experimental music from a table stuffed with ordinary day to day objects. The mix contains fluxus elements, musique concrete and free improv. For this one evening the Bohman Brothers become a Bohman Family as they will adopt a bunch of local musicians and perform together as a nonet.</p> +<h1 id="cantos-deus">Cantos Deus</h1> +<iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p> + +<p><a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> will play a selection of no-wave, gospel, reli-pop en psychedelica worship, all in the form of an entertaining revival show. Plenty of opportunity for the audience to dance, sing and worship. The company consists of Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Saturday, 24th of November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euros</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-24:/en/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalWoodstone Kugelblitz: Druk in Variahttps://varia.zone/woodstone-kugelblitz-druk-in-varia.html<p>Een Kookboek voor Écht Nuttige Kennis</p> +<p>Want, sommige dingen zijn nou eenmaal nuttiger om te weten dan andere.</p> +<p>Op 23, 24 en 25 november tijdens <em>Woodstone Kugelblitz Druk in Varia</em> gaan we een receptenboek maken. +Een handleiding om meer te ageren en minder te consumeren in het dagelijks leven. </p> +<p>Deze driedaagse gemoedelijke boeksprint gaat over het uitwisselen van kennis over analoge druktechniek, samen koken &amp; eten, het delen van recepten uit- en voor het dagelijkse leven, het bespreken van Écht Nuttige Kennis, samen zijn en het redigeren en vormgeven van de publicatie.</p> +<h2 id="een-oproep-voor-echt-nuttige-recepten">Een oproep voor Écht Nuttige Recepten!</h2> +<p>Voor de publicatie zijn we op zoek naar doe-het-zelf advies, tips en handleidingen die opgenomen moeten worden in het receptenboek zodat het onderdeel kan worden van ons collectieve geheugen. Zo hebben we bijvoorbeeld al recepten over het opvoeden van peuters zonder luiers, het blokkeren van online advertenties op de computer en het maken van sambal op basis van lactosefermentatie!</p> +<p>Alle soorten recepten uit het dagelijkse leven zijn hiervoor welkom. </p> +<p>Deze recepten kunnen gewoon als platte tekst worden ingediend of al reeds voorzien van een vormgeving.</p> +<p>Stuur het materiaal per post of email voor 15 november naar: +info[at]varia.zone of Gouwstraat 3, 3082 BA, Rotterdam vóór <strong>15 november</strong>.</p> +<p>Je kunt recepten ook toevoegen via deze Écht Nuttige Etherpad <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="over-de-boeksprint">Over de boeksprint</h2> +<p>Als je wilt meedoen met de boeksprint zelf, stuur ons dan een e-mailtje (info[at]varia.zone). Let wel dat we op zoek zijn naar mensen die er gedurende de drie dagen kunnen zijn om de continuïteit en concentratie te kunnen behouden voor het maken van de publicatie!</p> +<p>We hebben tijdens het evenement de volgende printapparatuur op locatie:</p> +<ul> +<li>Riso automatic A3 met zwarte en blauwe inkt</li> +<li>A0 rol inkt jet plotter op </li> +<li>A0 rol pen plotter</li> +<li>A4 zwart-wit laser printer</li> +<li>Dot matrix printer</li> +<li>automatische stencil kopieermachine -&gt; gele en zwarte inkt </li> +<li>handmatige stencilmachines -&gt; rood, groen, blauw en zwarte inkt </li> +<li>Fax machine (waar we sjablonen voor de stencils mee kunnen maken)</li> +<li>Telex FS200 Teletypewriter</li> +<li>Bonnetjesprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-23:/woodstone-kugelblitz-druk-in-varia.htmleventdruksamenwerkingécht nuttige kennisreceptenboek.Woodstone Kugelblitz: Druk in Variahttps://varia.zone/en/woodstone-kugelblitz-druk-in-varia.html<p>Some things are more useful to know than others. </p> +<p>On the 23rd, 24th and 25th of November during <em>Woodstone Kugelblitz: Druk in Varia</em> we will make a Really Useful Knowledge Cookbook. A manual to be more an actor and less a consumer in your day to day affairs. The cookbook brings together recipes and instructions from the practice and theory of daily life. </p> +<p>This three day convivial book sprint is about exchanging knowledge on analog printing techniques, eating together, sharing of recipes for and from daily life, discussing Really Useful Knowledge, hanging out and editing and designing the publication.</p> +<blockquote> +<p>'What we want to be informed about is how to get out of our present trouble' +<small>Poor Man's Guardian</small></p> +</blockquote> +<h2 id="a-call-for-really-useful-recipes">A Call For Really Useful Recipes!</h2> +<p>For this event we are looking for DIY-advice, tips and tricks, that need to be inscribed in our collective memory as part of this recipebook. We already have recipes about raising toddlers without diapers, blocking online advertising and making of hot sauce based on lactic fermentation!</p> +<p>All of your recipes for daily life are very welcome! </p> +<p>These can be submitted just as text or as already designed pages.</p> +<p>Please send us recipes for the book by email(info[at]varia.zone) or by post (Gouwstraat 3, 3082 BA, Rotterdam) before <strong>November 15th</strong>.</p> +<p>You can also submit via this Really Useful Etherpad: <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="about-the-book-sprint">About the book sprint</h2> +<p>If you are interested in participating in the book sprint you can also drop us an email (info[at]varia.zone). Please note that to ensure continuity we prefer you to join the full three days. </p> +<p>We will have the following machines on site:</p> +<ul> +<li>Riso automatic A3 with black and blue ink</li> +<li>A0 Roll inkjet plotter </li> +<li>A0 Roll pen plotter</li> +<li>A4 b/w laser printer</li> +<li>Dot matrix printer</li> +<li>automatic stencil copy printer -&gt; yellow and black ink </li> +<li>manual stenciling machines -&gt; red, green, blue, black ink </li> +<li>Fax machine (can be used to make stencil masters)</li> +<li>Telex FS200 Teletypewriters</li> +<li>Thermal receipt sprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-23:/en/woodstone-kugelblitz-druk-in-varia.htmleventprintcollaborationreally useful knowledgerecipe bookRecycleReduceReuse and waar is Repair Workshop (vol)https://varia.zone/recycle-reduce-reuse.html<p>In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden worden toegepast die elk hun eigen impact hebben op de economie en het milieu. Hieruit vloeien enkele relevante vragen:</p> +<ul> +<li>Welke waarden construeren onze hedendaagse houding tegenover afval?</li> +<li>Is het misschien een obsessie met nuttigheid?</li> +<li>Wat zijn de artistieke verdiensten van reparatie?</li> +</ul> +<p>In deze workshop, georganiseerd door Yoana Buzova en Niek Hilkmann, zullen we de implicaties van de recycling van (elektronisch) afval bekijken. Dit gebeurt in een praktische workshop waarin we plaatsen bezoeken waar 'afval' wordt verzameld om vervolgens het concept van reparatie en recyclage op zijn kop zet. Uitgaande van het idee dat nutteloosheid, net als een haiku-gedicht, een bepaald subversief potentieel bevat, zullen we een gebruiksvoorwerp reparen tot iets volkomen nutteloos.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 19 november!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 22 November, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-22:/recycle-reduce-reuse.htmlcurriculumrepairRecycleReduceReuse and where is Repair Workshop (full)https://varia.zone/en/recycle-reduce-reuse.html<p>Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each have their own impact on the economy and environment. Among others, some relevant questions arise from this matter:</p> +<ul> +<li>What values construct our contemporary attitude towards waste? </li> +<li>Is it perhaps an obsession with utility? </li> +<li>What are the artistic merits of repair?</li> +</ul> +<p>In this workshop, hosted by Yoana Buzova and Niek Hilkmann, we will take a look at the implications of recycling (electronic) waste. This will happen in a hands-on workshop in which we will visit places where ‘waste’ is being gathered and turn the concept of repair and recycle upside down. Departing from the idea that uselessness, like a haiku poem, contains a certain subversive potential, we will rework a utility object into something quite useless.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address before the 19th of November!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 22 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-22:/en/recycle-reduce-reuse.htmlcurriculumrepairChoreo-Graphische-Hypothese Boeklanceringhttps://varia.zone/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Zie hier een voorproef van de publicatie: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Kom en dans mee ~</p> +<hr> +<p><strong>Datum</strong>: Donderdag, 15th of November 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is grafisch ontwerper, coder, onderzoeker met een achtergrond in dans. Haar trans-disciplinaire project verweeft media ontwerp en web omgevingen met choreochrafische praktijken. Chicau heeft onderzoek gedaan naar het snijvlak van lichamelijkheid met geconstruuerde, vormgegeven en geprogrammeerde omgevingen. Daarme heeft ze voor ogen om de manieren waarop digitale kennis wordt gepresenteerd en toegankelijk gemaakt aan een groter publiek te verbreden. +Ze is actief in het organiseren en deelnemen aan evenementen waarbij performances op meerdere locaties gezamelijk algorithmisch geimproveerd wordt. Ook organiseert ze open discussies over gendergelijkwaardigheid en activisme.</p> +<p>Ze is ook lid van Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-15:/choreographic.htmleventChoreo-Graphic-Hypothesis Book Launchhttps://varia.zone/en/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Find here a sneak preview of the publication at: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Come dance along ~</p> +<hr> +<p><strong>Date</strong>: Thursday, 15th of November 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is a graphic designer, coder, researcher - with background in dance. Her trans-disciplinary project interweaves media design and web environments with choreographic practices. Chicau has been researching the intersection of the body with the constructed, designed, programmed environment, aiming at in widening the ways in which digital sciences is presented and made accessible to the public. She has been actively participating and organizing events with performances involving multi- location collaborative algorithmic improvisation, open discussions on gender equality and activism. +She is a member of Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-15:/en/choreographic.htmleventLooking Back - Varia Anniversaryhttps://varia.zone/anniversary.html<p>Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat. </p> +<p>Je bent van harte uitgenodigd om te komen genieten van onze exclusieve varia-drankjes en nostalgische herinneringen aan Varia's verleden en toekomst!</p> +<p>Dankzij de DJ-vaardigheden van Newk en DJ USB, plus de zeldzame aanwezigheid van de varia karaoke-set, zal dit zeker een nacht worden die iedereen zal helpen herinneren!</p> +<p><strong>Datum:</strong> Vrijdag, 9 November 2018<br> +<strong>Deur:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-09:/anniversary.htmlpartyLooking Back - Varia Anniversaryhttps://varia.zone/en/anniversary.html<p>It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat. </p> +<p>You are welcome to join us, feast on our exclusive varia drinks and enjoy nostalgic memories of varia's past and future! </p> +<p>Thanks to the DJ skills of Newk and DJ USB, plus the rare appearance of the varia karaoke set, this will surely be a night to help you remember!</p> +<p><strong>Date:</strong> Friday, 9 November 2018<br> +<strong>Door:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-09:/en/anniversary.htmlpartyInter-Planetary File System unearthedhttps://varia.zone/curriculum-ipfs.html<h2 id="van-het-gecentraliseerde-http-pad-af">Van het gecentraliseerde HTTP pad af</h2> +<p>In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het aan elkaar doorgeven van bestanden op alle machines. Het InterPlanetary File System (IPFS) protocol is een van deze pogingen: een gedistribueerd bestandssysteem dat het mogelijk maakt in het hele netwerk bestanden te zoeken, verspreid op te slaan en te delen.</p> +<p>IPFS heeft de interesse van veel gemeenschappen gewekt, van archivisten tot activisten. De mogelijkheid verschillende versies van bestanden bij te houden, de weerbarstigheid van het netwerk en de toegenomen beschikbaarheid van bestanden maken het een nuttige bouwsteen voor zowel digitale archivarissen als groepen die censuur willen omzeilen. Een voorbeeld is de website voor het referendum van Catalonië in 2017, die op IPFS nog beschikbaar was nadat de oorspronkelijke website door de Spaanse regering werd gesloten. </p> +<p>Tijdens deze workshop kijken we naar de successen, de valkuilen en de mogelijkheden van dit protocol. We zullen IPFS installeren, de basis doornemen, bespreken hoe het verschilt van andere P2P protocollen en wat voor toepassingen mogelijk zijn.</p> +<ul> +<li>Deze workshop duurt 8 uur en een laptop is noodzakelijk.</li> +<li>Voorafgaande kennis van IPFS zou goed zijn, maar is niet verplicht. </li> +</ul> +<p>Deze workshop is geïnitieerd door Cristina Cochior, Silvio Lorusso en Julie Boschat Thorez.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 29 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag 1 November, 10:00h - 18:00h (Lunch tussen 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-01:/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyInter-Planetary File System unearthedhttps://varia.zone/en/curriculum-ipfs.html<h2 id="off-the-centralitarian-http-path">Off the centralitarian HTTP path.</h2> +<p>In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary File System (IPFS) protocol constitutes one of these attempts: a distributed file system that seeks all computing devices with the same system of files for storing and sharing.</p> +<p>IPFS has raised the interest of many communities, from archivists to activists. Versioning, resiliency and availability make it a useful infrastructure builder for digital archivists, while its distributed nature has enabled groups of people to circumvent censorship. For instance, the 2017 referendum website of Catalonia, which was mirrored on IPFS after the original website was shut down by the Spanish government. </p> +<p>During this workshop, we will look at the successes, the pitfalls and the potential of this protocol. We will install it, go through the basics, discuss how it differs from other P2P protocols like dat and what types of usage it enables.</p> +<ul> +<li>This workshop will last for 8 hours and a laptop will be necessary.</li> +<li>Prior knowledge of command line would be good, but is not obligatory. </li> +</ul> +<p>This workshop is an initiative by Julie Boschat Thorez, Silvio Lorusso and Cristina Cochior.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 29th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 01 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:varia.zone,2018-11-01:/en/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyLife Hacks:Spacehttps://varia.zone/lifehacks.html<p>Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan <em>co-working</em> als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken <em>lifehacks</em> bevrijdend of zijn ze een extra last?</p> +<p>Samen met auteur en vormgever <a href="https://www.francoisgm.com/">François Girard-Meunier</a>, het <a href="https://worknot.info/">WORKNOT! collectief</a> (Arvand Pourabbasi and Golnar Abbasi), <a href="https://varia.zone">Varia</a> (vertegenwoordigd door Manetta Berends, Niek Hilkmann, Roel Roscam Abbing) en <a href="http://xpub.nl">XPUB</a> gaan we deze en meer vragen aan tijdens een avond gewijd aan ruimtes die zowel ondernemend als precair zijn.</p> +<p>Life Hacks is onderdeel van het fellowship-programma van Het Nieuwe Instituut met het thema 'burn out'. Zoals verwoord door <em>fellow</em> Ramon Amaro:</p> +<p><em>“aan de ene kant is een 'burn out' een moment van stilstand, van breken of van andersinds onbruikbaar worden. Met andere woorden, processesen, procedures en participatie werkt gewoon niet meer. Aan de andere kant is een 'burn out' een mogelijkheid om open te breken, om actie te bevorderen en verandering te catalyseren richting nieuwe structuren en relaties.”</em></p> +<p><em>Life Hacks</em> is een serie bijeenkomsten met die reageren op deze ambivalenties. Deze bijeenkomsten gaan over benaderingen en technieken die helpen bij het (hernieuwd) vormgeven van een leven in de context van toenemende onzekerheid en afgedwongen ondernemersmentaliteit.</p> +<p>Life Hacks wordt gecureerd door Silvio Lorusso en is een samenwerking tussen het Research Department van Het Nieuwe Instituut en XPUB.</p> +<hr> +<p><strong>Datum</strong>: Woensdag, 31 Oktober 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Donaties</p> +<p><em>Afbeelding: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:varia.zone,2018-10-31:/lifehacks.htmleventLife Hacks: Spacehttps://varia.zone/en/lifehacks.html<p>What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or yet another burden? Together with author and designer François Girard-Meunier, the WORKNOT! collective (Arvand Pourabbasi and Golnar Abbasi), Varia, the Centre for Everyday Technology (represented by Roel Roscam Abbing, Manetta Berends and Niek Hilkmann) and XPUB (the Experimental Publishing program of the Piet Zwart Institute), we will tackle these and more questions during an evening dedicated to spaces that are at once entrepreneurial and precarious.</p> +<p>Life Hacks is part of Het Nieuwe Instituut’s fellowship program around the theme of ‘burn out’. As 2017 fellow Ramon Amaro states, <em>“on the one hand, to ‘burn out’ is to stall, break, or become otherwise unusable. In other words, processes, procedure and participation simply stop working. On the other hand, ‘burn out’ is an opportunity to break open, promote action and catalyse change towards new structures and relations.”</em> </p> +<p>Life Hacks manifests in a series of gatherings that respond to this ambivalence by exploring the approaches and techniques adopted to design or redesign life against the backdrop of growing precarity and an intensified entrepreneurial regime. </p> +<p>Together with theorists, practitioners and XPUB, the Experimental Publishing program of the Piet Zwart Institute, Life Hacks looks into the tensions and releases that emerge from the constant reinvention and progressive self-optimization necessary to inhabit public and private space, manage time and productivity, and tweak one's own thoughts and feelings.</p> +<p>Life Hacks is curated by Silvio Lorusso, and jointly organized by HNI’s Research Department and XPUB.</p> +<hr> +<p><strong>Date</strong>: Wednesday, 31st of October 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Donation</p> +<hr> +<p>Roel Roscam Abbing (NL) is an artist and researcher whose work engages with the issues and cultures surrounding networked computation. He engages with themes such as network infrastructures, the politics of technology and do-it-yourself approaches. He holds an MA Networked Media from the Piet Zwart Institute in Rotterdam and a Fine Arts BA from the Willem De Kooning Academy. Currently he also works as a teacher in Digital Media at the department of Graphic Design in Artez, Arnhem. He is also a member of the homebrewserver.club and Varia. <a href="https://roelof.info">https://roelof.info</a></p> +<p>Manetta Berends (NL) is a graphic designer with an interest in networked publishing &amp; free software. Her practice is rooted in practical investigations into the sociality of software related to publishing infrastructures. Besides working on commissions, projects and workshops, Manetta is also member of Varia. <a href="https://www.manettaberends.nl">https://www.manettaberends.nl</a></p> +<p>François Girard-Meunier (CA/NL) is interested by the performativity and politics of labour in the contemporary western post-fordist context. Graduated from the Graphic Design department of the Gerrit Rietveld Academie (2015) and the Critical Studies department of the Sandberg Instituut (2018), he works mainly in the cultural field as a designer, web developer, writer and so on. Recent projects include <em>Flexible Bodies</em> (2017), at the Tallinn Photomonth 17, and <em>Talent at Work</em> (2017), in collaboration with Mirjam Reili and re-published in the context of Signals From The Periphery (EE). He is based in Amsterdam, where he runs the Office for Workspace Studies and self-publishes. <a href="http://www.francoisgm.com/">http://www.francoisgm.com/</a></p> +<p>Niek Hilkmann (NL) is an artist with a background in media design, art history and musicology. After graduating from the Piet Zwart Institute in Rotterdam, he started collaborating with various institutes, designers and artists on the fringe of speculative design, science fiction, media archeology and extratonal music. Besides being the curator of events such as "Floppy Totaal" and "De Grote Hoop", he is also one of the core members of Varia, the conductor of an amateur avant-garde orchestra, the editor of the UNI Graphical Notation System, a part-time dodologist and the creator of one of the first moving panoramas since the nineteenth century. <a href="https://niekhilkmann.nl/">https://niekhilkmann.nl/</a></p> +<p>Varia (NL) is a Rotterdam based initiative focused on working with, on and through everyday technology. At its core the initiative aims to be a social infrastructure from which to collaboratively facilitate critical understandings on the technologies that surround us. The initiative is a membership-based organisation striving to become a space for questions, opinions, modifications, help and action. <a href="http://varia.zone/">http://varia.zone/</a></p> +<p>WORKNOT! (NL/IR) is a Rotterdam-based independent open collective that works to create a platform for the representation of the life and work of today’s cognitarians. It works with seemingly banal, yet extreme (and political) conditions that shape our today’s contemporary forms of living and working. The collective consists of Arvand Pourabbasi and Golnar Abbasi, researchers/designers/makers with a background in architecture and art. Since its foundation in Tehran (2012), it has worked in a variety of context through a broad range of collaborations, and has created workshops, exhibitions, performances, images, writings, lectures and publications. <a href="https://worknot.info/">https://worknot.info/</a></p> +<hr> +<p><em>Cover image: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:varia.zone,2018-10-31:/en/lifehacks.htmleventThe Big Bounce - Century 21 Callinghttps://varia.zone/the-big-bounce_century-21-calling.html<p>De derde editie van Century 21 Calling is gewijd aan de ontwikkeling van +satellietcommunicatie. Van de spiegelende kogels in de jaren 50 tot +hedendaagse SATCOM systemen.</p> +<p>Hoe werken deze dingen? Hoe krijgt men ze de ruimte in? Wat gebeurt er +als ze kapotgaan? En waarom zijn er geen kogelvormige satellieten meer?</p> +<p>Na de screening neemt mmths ons mee op een reis door het radiospectrum. +In zijn performance bezoeken we de ontmoetingsplekken van +satellietpiraten en worden we ondergedompeld in de ruis en signalen van +spooksatellieten.</p> +<p>mmths is een geluidskunstenaar in Rotterdam. Hij is gefascineerd door +wat er in het heelal gebeurt en zijn huidige werk gaat over de ontvangst +van onbekende radiosignalen en satellieten als basis voor live +performance en compositie.</p> +<p>“Century 21 Calling” gebruikt archiefmateriaal uit de industrie, +infomercials van bedrijven, tv uitzendingen en documentaires die in het +verleden ons beeld van de toekomst hebben gevormd en gebruikt die om het +heden te doorgronden. Het is een initiatief van <em>Save_as</em> en vindt plaats +in Varia in Rotterdam.</p> +<p><strong>Datum</strong>: Zaterdag 20 oktober 2018<br> +<strong>Deuren open</strong>: 20:00u<br> +<strong>Start screening</strong>: 20:30u<br> +<strong>Performance</strong>: 21:30u<br> +<strong>Einde van de avond</strong>: 23:00u<br></p> +<p><strong>Entree</strong>: Donatie</p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-20:/the-big-bounce_century-21-calling.htmlscreeningThe Big Bounce - Century 21 Callinghttps://varia.zone/en/the-big-bounce_century-21-calling.html<p>During our third screening of Century 21 Calling, we will be taking a +look at the development of satellite communications. From the shiny orbs +of the 1950s to our present day SATCOM systems.</p> +<p>How do they work? How do they get into space? What happens when the +systems break down? Why are there no more shiny orb satellites in space?</p> +<p>This and many more questions will put into the light of today, via the +present.</p> +<p>Later in the evening you can join mmths on a trip through the radio +spectrum, to listen to the satellite pirates in GEO Oribt and drown in +the noise of the static and signals of ghost satellites.</p> +<p>mmths is a sound artist currently based in Rotterdam. In his practice, +he often is fascinated by outer space activities. His current research +deals with harvesting satellite transmissions and signal hunting as a +tool for exploring live performance and composition.</p> +<p>In a series of screenings called “Century 21 Calling” we will have a +look at archival industrial films, corporate infomercials, tv reports +and historical documentary of yesterday that shaped the imagination of +tomorrow and we hold it up to the light of the present.</p> +<p>“Century 21 Calling” is an event by the collective <em>Save_as</em> and hosted at +Varia in Rotterdam.</p> +<p><strong>Date</strong>: Saturday 20th of October 2018<br> +<strong>Doors open</strong>: 20:00h<br> +<strong>Start screening</strong>: 20:30h<br> +<strong>Performance</strong>: 21:30h<br> +<strong>End of the evening</strong>: 23:00h<br></p> +<p><strong>Entree</strong>: Donation</p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-20:/en/the-big-bounce_century-21-calling.htmlscreeningIn the Beginning ... Was the Commandlinehttps://varia.zone/curriculum-command-lines.html<h2 id="over-tekst-encoderen-en-command-lines">Over tekst, encoderen en command lines.</h2> +<p>De <em>command line</em> is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen <em>command line tools</em> de filosofie om één ding te doen en dat goed te doen. Deze kleine programma's kunnen samen worden 'gebonden' tot <em>pipelines</em> die elk type data of tekst kunnen verwerken. Deze <em>pipelines</em> zijn een manier om snel unieke en specifieke gereedschappen te produceren die een breed scala aan creatieve mogelijkheden bieden.</p> +<p>In deze workshop zullen we ons concentreren op <em>command line tools</em> in relatie tot platte tekst (<em>plain text</em>). Gedurende de dag verkennen we de sociaal-culturele geschiedenis van de <em>command line interface</em>, onderzoeken we de materialiteit van tekst op een computer en proberen we een breed scala aan tools uit.</p> +<ul> +<li>Er is geen voorkennis van programmeren vereist, maar vaardigheden om notities te nemen zijn essentieel.</li> +<li>Computer / Laptop is noodzakelijk.</li> +</ul> +<p>Deze workshop is geïnitieerd door Roel Roscam Abbing en Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Er is nog plek voor een paar deelnemers. Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 15 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 18 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek mag geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-18:/curriculum-command-lines.htmlcurriculuminterfacingIn the Beginning ... Was the Commandlinehttps://varia.zone/en/curriculum-command-lines.html<h2 id="on-text-encodings-and-command-lines">On text, encodings and command lines.</h2> +<p>The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing one thing and doing it well. These small programmes can be 'chained' together into pipelines capable of processing any type of data or text. These pipelines are a way of quickly producing unique and custom toolsets providing a wide range of creative opportunities.</p> +<p>In this workshop we will focus on command line tools in relation to plain text. During the day we will dive into the social-cultural history of the command line interface, explore the materiality of plain text on a computer and discover a wide range of command line tools.</p> +<ul> +<li>No prior knowledge of programming is required, but note taking skills are essential. </li> +<li>Computer / Laptop is necessary. </li> +</ul> +<p>This workshop is initiated by Roel Roscam Abbing and Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? There is still space for a few participants. Please send us a short email on the info[a]varia.zone email address at the 15th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 18 October, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of funds should not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-18:/en/curriculum-command-lines.htmlcurriculuminterfacingThe Key to Casio (and Yamaha too)https://varia.zone/casio.html<p>Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio's Rapman</a> tot <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio's Dadada</a>!</p> +<p>Het evenement bestaat uit de volgende elementen:</p> +<p><strong> Dion &amp; The Magic Chords </strong> is het liefdeskind van casio-freaks Dion Woestenburg en Griffin Stuip en klinkt als het mechaniche speeldoosje van je favoriete progressieve acts, zoals Jean Michelle Jarre en Yes. Met behulp van eleverende beelden en een wilde samenstelling van casio's en yamahama's brengen ze je geest naar het volgende bewustzijnsniveau.</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Zoontoon </strong> gebruikt een loopstation en een aangepast Casio SK-1-keyboard om te experimenteren met de eenvoud van elektronische trillingen. De trance van de natuur en de ritmes van oosterse muziek zijn hier de belangrijkste inspiratiebronnen. Zoontoon's uitvoeringen zitten vol met loops en deuntjes die je zullen laten dansen als Apollo!</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong> M. Klein </strong> is ook wel bekend van zijn werk in bands als Sweat Tongue, Lewsberg en Eklin en het label De Hef. Geïnspireerd door Satie en Fauré besloot hij om een aantal minimalistische elektronische pianocomposities samen te stellen. Daarbij kunnen wij als toeschouwer genieten van zijn organische toetsenbordspel, misschien wel op zijn Yamaha PSS-170, en wie weet wat nog meer?</p> +<p><strong> Listentomerijn </strong> is het pseudoniem van Merijn van Ham. Wat is er nog niet over hem gezegd? Deze gerenommeerde Rotterdamse DJ toont zijn talent bij Varia achter de toetsen en misschien ook enkele drumpads. Wat voor soort drumpads? Die van de Casio MT205FF natuurlijk! Zou je iets minder verwachten?</p> +<p><strong> Casio Show And Tell </strong>; Tussen de bedrijven door zal er een reeks toetsenbordpresentaties te zien zijn die de vele vormen en afmetingen die deze wonderlijke instrumenten door de loop der jaren hebben gehad, demonstreert. De show en vertel wordt gepresenteerd door niemand minder dan Lídia Pereira en haar assistent, Niek Hilkmann. Wil je zelf een keyboard presenteren? Stuur een e-mail naar: info@varia.zone</p> +<p><strong>Datum:</strong> Vrijdag, 12 October 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-12:/casio.htmlconcertThe Key to Casio (and Yamaha too)https://varia.zone/en/casio.html<p>In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio’s Rapman</a> to <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio’s Dadada</a>! </p> +<p>The event is comprised of the following elements:</p> +<p><strong>Dion &amp; The Magic Chords</strong> is the lovechild of casio freaks Dion Woestenburg and Griffin Stuip and sounds like the toybox equivalent to your favourite progressive acts, such as Jean Michelle Jarre and Yes. With the help of stunning visuals and a wild arrangement of casio’s and yamahama’s they will bring your mind towards the next level of levitation</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>ZOONTOON</strong> is een Nederlands muzikant/kunstenaar. Hij maakt gebruik van een loopstation en de presets op een kleine zelf bewerkte SK-1 Casio keyboard om te experimenteren met Noord-Afrikaanse ritmes, geluid verstoringen en melodieen.</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>M. Klein</strong> is also known for his work in Sweat Tongue, Lewsberg, Eklin and his label De Hef. Inspired by Satie and Fauré he decided to compose some minimalist electronic piano compositions. At Varia M. Klein will perform these with the help of his Yamaha PSS-170 and who knows what else? </p> +<p><strong>Listentomerijn</strong> is the pseudonym of Merijn van Ham. What has not been said about him? This renowned Rotterdam DJ will prove his skills once more; this time behind the keys and maybe some drumpads too. What kind of drumpads? Those of the Casio MT205 course! Would you expect anything less? </p> +<p><strong>Casio Show and tell</strong>; Interluding the way, there will be a series of keyboard presentations that showcase the many shapes and sizes these instruments have taken throughout the years. The show and tell will be presented by none other than Lídia Pereira and her assistant, Niek Hilkmann. Want to present a keyboard yourself? Send an email to: info@varia.zone</p> +<p><strong>Date:</strong> Friday, 12 October 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-12:/en/casio.htmlconcertAttente Taart Confectie (vol)https://varia.zone/considerate-cake.html<p>Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de oorsprong van specifieke ingrediënten en recepten analyseren, we zullen ons ook richten op de politieke economie en klassendynamiek die toegankelijkheid van deze smaken en ingrediënten teweegbrengen. De daadwerkelijke confectie van een taart biedt ons de mogelijkheid om de voorwaarden van dergelijke praktijken ter discussie te stellen.</p> +<p>De workshop zal worden onderverdeeld in twee praktische fasen: de receptanalysefase en de taartbakfase. Tijdens de receptanalysefase zullen we elk van de vereiste ingrediënten van de door ons gekozen taart analyseren en evalueren of deze voldoen aan onze 'attente' normen. Als ze dat niet doen, zullen we mogelijke alternatieven overwegen. Tijdens de taartbakfase zullen de deelnemers aan de workshop de taart daadwerkelijk bakken, volgens ons nieuwe attente recept.</p> +<p>Considerate Cake Confection is een initiatief van Lídia Pereira en Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 8 oktober!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 11 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-11:/considerate-cake.htmlcurriculumcakeConsiderate Cake Confection (full)https://varia.zone/en/considerate-cake.html<p>In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we be analysing the origins of specific ingredients and recipes, we will also focus on the political economy and class dynamics that engender taste and ingredient accessibility. The actual confection of this cake will provide us with an opportunity to hack into the requirments involved in such practices and turn the table around.</p> +<p>The workshop will be divided into two practical phases: the recipe analysis phase and the cake baking phase. During the recipe analysis phase we will be looking at each of the required ingredients of our cake of choice and evaluate whether they meet our 'considerate' standards. If they don't, we will consider possible alternatives. During the cake baking phase participants will actually bake the cake, according to our new considerate recipe.</p> +<p>Considerate Cake Confection is an initiative by Lídia Pereira and Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 8th of October the latest!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 11 oktober, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:varia.zone,2018-10-11:/en/considerate-cake.htmlcurriculumcakeConcert: Crimson Butterfly, Evamuss en St. Fractaliumhttps://varia.zone/crimson.html<p><strong> Crimson Butterfly (Rusland) </strong> is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze autistische zangeres, vervolgens synthpop met twee leadzangers, om daarna terug te keren naar waar alles mee begonnen was: improvisatie en abstracte elektronica. De band maakt zeer intense en hypnotiserende muziek met dans en ambient elementen, improviserend van aard. Mensen noemen het vaak 'experimenteel'. Crimson Butterfly houdt ervan om concerten te geven en te spelen op locaties zoals kluizen van musea, ergens tussen Balashikha en Barcelona. Hun gezichten zijn zo mooi dat ze zich achter maskers verbergen en al hun onvergetelijke shows worden vergezeld door heupnotische visuele sequenties.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Evamuss (Peru / Nederland) </strong> was een project van de Peruviaanse Chrs Galarreta (ook bekend als Sajjra, DiosMeHaViolado en Tica). Dit project was tussen 1997 en 2003 erg actief in de ondergrondse scene van Lima. Evamuss heeft 9 solo-albums gepubliceerd in zeer beperkte oplage en verscheen ook op veel samenwerkingen en compilaties uit die periode. In het begin gebruikte Evamuss zelfgemaakte versterkers, oscillatoren, pedaaleffecten en speelgoed-sleutelwoorden, later richtte hij zich ook op het misbruik van computers en piraten-software. Fouten en niet-functionaliteit zijn welkom in het proces. In november 2017 herrees Evamuss met een paar zelf-gehackte synthspeeltjes, een paar effecten en enkele met de hand gemaakte sequencers die in samenwerking met enkele hackers in Paruro (de legendarische elektronische zwarte markt in Lima City) zijn vervaardigd. De geluiden zijn nu gemuteerd in de richting van een warme en vochtige analoge jungle.</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> St. Fractalium (Rusland) </strong> St.Fractalium is een audiovisueel duo uit Nizhniy Novgorod, Rusland; bewoners van de plaatselijke cultusplaats Black Ho. Geïnspireerd door bands als Autechre en Coil, en met indrukwekkende ervaring in verschillende muzikale projecten, brengen de jongens het licht van Saint Fractalium, een verhelderende nectar voor degenen die de conventionele muziek beu zijn, alles met behulp van computers en controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Georganiseerd door <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Datum</strong>: Vrijdag, 14 September 2018<br> +<strong>Entree</strong>: 3 euro (donatie) <br> +<strong>Deur</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:varia.zone,2018-09-14:/crimson.htmlconcertConcert: Crimson Butterfly, Evamuss and St. Fractaliumhttps://varia.zone/en/crimson.html<p><strong>Crimson Butterfly (Russia)</strong> is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop with two lead singers, and currently the band returned to what it had started with: improvisational abstract electronic. The band makes very intense and hypnotic music with dance and ambient elements, improvisational by nature. People often call it "experimental". Crimson Butterfly love to give concerts and play at any venues from vaults to museums in any cities from Balashikha to Barcelona. Their faces are so beautiful that they hide them behind the masks and all their unforgettable shows are always accompanied by hipnotic visual sequences.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>Evamuss (Peru/The Netherlands)</strong> was a project of the Peruvian Chrs Galarreta (aka: Sajjra, DiosMeHaViolado, Tica, among others alias). This project was very active in the underground Lima scene between 1997-2003. Evamuss have 9 solo albums published on very limited editions, also appears in a lot of collaborations and compilations of that period. At the beginning Evamuss used home made amps, oscillators, pedal effects and toy keywords , last years it will include the misuse of computer and the pirate software. Error and non-functionality were welcome in its process. On November 2017, Evamuss resurrects with a pair of self-hacked synth toys, some effects, hand made sequencers furbished in collaboration with some hackers in Paruro (the legendary electronic black market's in Lima City). In the current days its sounds mutated towards a warm and humid analog jungle. Its recent - 2018- assaults included tours between Portugal, Spain, Lithuania, Russia, The Netherlands and a publication of a release in Favela Discos (Porto).</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>St. Fractalium (Russia)</strong> St.Fractalium is an audio-visual duo from Nizhniy Novgorod, Russia, residents of local cult place Black Ho. Inspired by bands like Autechre and Coil, and having impressive experience in various musical projects, the guys bring the light of Saint Fractalium, an enlightening nectar for those are tired of conventional music, using only computers and controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Organized by <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Date</strong>: Friday, 14 September 2018<br> +<strong>Entrance</strong>: 3 euro (donation) <br> +<strong>Door</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:varia.zone,2018-09-14:/en/crimson.htmlconcertConcert: Matheus Silva and Theo Krantz Album Releasehttps://varia.zone/Silva-and-Krantz.html<p>Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met tape-geluiden en de menselijke stem.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's op Bandcamp</a></p> +<p>Matheus Silva is een elektronische kunstenaar, afkomstig uit Brazilië. Na een begin als muzikant in de hardcore punkscene van Florida in 2011, stapte hij over op het produceren van elektronische muziek als soloartiest. Vanuit een eclectische muzikale achtergrond haalt hij inspiratie uit verschillende muziekgenres, zoals ambient, drone en hiphop, om een uniek geluid te produceren.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva op Soundcloud</a></p> +<p><strong>Datum</strong>: 17 Augustus 2018<br> +<strong>Entree</strong>: Gratis / Donatie <br> +<strong>Deur</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:varia.zone,2018-08-09:/Silva-and-Krantz.htmlconcertConcert: Matheus Silva and Theo Krantz Album Releasehttps://varia.zone/en/Silva-and-Krantz.html<p>Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which blends ambient synthesizer work with tape sounds and the human voice.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's bandcamp page</a></p> +<p>Matheus Silva is an electronic artist originating from Brazil. From his start as a musician in the Florida hardcore punk scene in 2011, he eventually moved onto producing electronic music as a solo artist. With an eclectic musical background, he draws inspiration from various genres of music such as ambient drone and hip hop to produce a unique sound.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva on Soundcloud</a></p> +<p><strong>Date</strong>: 17 August 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Door</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:varia.zone,2018-08-09:/en/Silva-and-Krantz.htmlconcertWhat Remains - Final Playtesthttps://varia.zone/what-remains-final-playtest.html<p><em>We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p><em>What Remains</em> is een gloednieuw, duister humoristisch computerspel voor de Nintendo Entertainment System (NES) uit 1985, ontwikkeld door Iodine Dynamics. De game is momenteel in haar laatste ontwikkelfase belandt en zal in 2018 vrij worden uitgebracht. Met 'vrij' bedoelen we een gratis NES ROM-download en we zullen de broncode en artworks van de game en tools die we hebben gebruikt publiceren. Tevens zal er een gelimiteerde oplage aan fysieke, NES en Famicom casettes van gerecyclede hardware worden geproduceerd.</p> +<p>Tijdens de ontwikkeling van het spel heeft Iodine Dynamics in samenwerking met Het Nieuwe Instituut voorzonderzoek gedaan en bij V2_ de eerste playtests georganiseerd. Op 22 juni organiseert Varia de laatste playtest voor het spel en we zijn op zoek naar spelers die ons nog één keer feedback willen geven!</p> +<p>Kom de planeet redden en doe met ons mee op 22 juni!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>We beginnen om 19:00u en stoppen rond 22:30u.</p> +<hr> +<p><small><em>What Remains</em> wordt mogelijk gemaakt door de steun van Stimuleringsfonds, Creatieve Industrie NL.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-14:/what-remains-final-playtest.htmleventvideo gameWhat Remains - Final Playtesthttps://varia.zone/en/what-remains-final-playtest.html<p><em>It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p>What Remains is a new darkly humorous 8-bit homebrew adventure video game for the 1985 Nintendo Entertainment System (NES), and developed by Iodine Dynamics. The game is currently in final development and will be released for free in 2018. By free we mean a free of charge NES ROM download, and we will publish the source code and assets of the game and tools we used. A limited edition of physical cartridges for the NES and the Famicom, using recycled hardware, will be also be produced.</p> +<p>During the development of the game Iodine Dynamics has worked with Het Nieuwe Instituut for preliminary research, and V2_ for hosting the early playtests. +On June 22, Varia will host the last playtest for the game, and we are looking for players to come and give us feedback one last time!</p> +<p>Come save the planet and join us the evening of June 22!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>Starting at 19:00h<br> +Ending around 22:30h</p> +<hr> +<p><small>What Remains is made possible with the support from creative industries fund nl.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-14:/en/what-remains-final-playtest.htmleventvideo gameWhat a website can behttps://varia.zone/what-a-website-can-be.html<p><em>Dit artikel is in het Engels geschreven, <a href="/en/what-a-website-can-be.html">klik hier voor de volledige versie</a>.</em></p> +<hr> +<p>Tijdens het maakproces van een website voor varia, werd het duidelijk dat we niet <em>alleen maar</em> een website wilden maken. Het werd een moment om het proces te onderzoeken en te verkennen wat een website kan zijn. </p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>De varia website in de loop der tijd.</small></p>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-13:/what-a-website-can-be.htmlartikelwerkgroepwebpublicerenWhat a website can behttps://varia.zone/en/what-a-website-can-be.html<p>When considering how to design a website for varia, our<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> mutual but implicit understanding was not to <em>just</em> make a site. But rather that there was a potential for the process of site-making to become a process of exploring what a website can be. Exploring how one could do web publishing in a self-hosted<sup id="fnref:2"><a class="footnote-ref" href="#fn:2">2</a></sup>, minimal<sup id="fnref:3"><a class="footnote-ref" href="#fn:3">3</a></sup>, portable<sup id="fnref:4"><a class="footnote-ref" href="#fn:4">4</a></sup>, documented<sup id="fnref:5"><a class="footnote-ref" href="#fn:5">5</a></sup>, FLOSS<sup id="fnref:6"><a class="footnote-ref" href="#fn:6">6</a></sup> and playfull<sup id="fnref:6b"><a class="footnote-ref" href="#fn:6b">7</a></sup> way. In a way that connects to the multiplicity of practices that varia consists of. This text is the beginning of an attempt to make explicit and put to words some of the ideas and questions that drove this process. In the spirit of release early, release often we will publish a series of texts as we develop this site. Hopefully this can trigger questions on web design in the conceptual sense, not as a practice only involved with visual language, but as a practice considering on-line publishing ecosystems. One of the fundamental choices we made early on was to use a static site generator as our publishing tool, so we'll start by introducing the concepts of both 'static site' and 'generator'.</p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>The varia website unfolding over time.</small></p> +<h2 id="static-site">Static site</h2> +<p>Varia.zone is a <em>static</em> website. A static website is a 'traditional' website where all the content consists of HTML documents on the server's hard disk. In our case these are generated through Pelican<sup id="fnref:7"><a class="footnote-ref" href="#fn:7">8</a></sup>, which is a collection of Python<sup id="fnref:8"><a class="footnote-ref" href="#fn:8">9</a></sup> scripts and plugins<sup id="fnref:9"><a class="footnote-ref" href="#fn:9">10</a></sup> to turn unstyled plain text into HTML pages. </p> +<p><img alt="varia.zone" src="/images/static-dynamic.svg"> +<small>Schematic overview of the main differences between a static and a dynamic website.</small></p> +<p>This way of working can be understood to be different to 'more modern' websites. These modern methods use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits the site, it gets generated on demand. </p> +<p>A static website instead gets generated once and exists as a set of documents. They are always there, not only when a visitor visits the page. Like the tree in the forest that also falls when nobody is there to hear it. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. A website based on storage has some advantages for performance, security, portability and reproducibility that we will address in detail later in the series. </p> +<p>The static website is supportive to another idea we would like to push for: independent, self-hosted services. Since a static website requires less resources, one can do with a not-so-powerful, energy efficient server to host them. This opens up the possibility to (economically) serve the site directly from our space, which we currently do. </p> +<p><img alt="The varia server in the space, where various self-hosted services are installed." src="/images/varia.server.jpg"> +<small>The varia server in the space, where various self-hosted services are installed.</small></p> +<p>In general hosting a server from one's own space introduces some security concerns. These are however partly mitigated by a static site, because it doesn't use server side languages. That also means the web server doesn't become a liability in terms of exploitable plug-ins or databases like in popular systems such as Wordpress. Once it has been generated, it is very much a case of set and forget.</p> +<p>In essence the minimal file-based website is contrary to a cloud mentality, where the material circumstances of the hardware and hosting location are made irrelevant (for the cloud/vps customer) meaning that any 'service' can be 'deployed', 'scaled' 'migrated' etc. Our approach instead informs what can be hosted based on the material circumstances of the server. The choice to self-host this website is a start for us to think about what it means to base web design decisions on a specific situation in terms of hardware and hosting location. </p> +<h2 id="generator">Generator</h2> +<p>The static HTML documents that together make the varia website are not manually written in the html language, but are generated out of a set 'plain text'<sup id="fnref:10"><a class="footnote-ref" href="#fn:10">11</a></sup> documents. This <em>generating</em> aspect allows for multiple ways to engage with the texts and images that we publish. It is a promising way to think about possible transformations of plain text into not just web pages but different media altogether. </p> +<p>One of the needs for transformability comes from the fact that our website exists in a context where usage of the web has atrophied to the point where one is required to publish on or via social media in order to reach an audience at all. However, politically we are not interested in dedicated profiles on social media platforms for our organization. This is a clear decision driven by a strong desire to self-host and own our content, yet allowing to let that content be referred to comfortably within social media as well. The technique of the generator allows us to do this<sup id="fnref:11"><a class="footnote-ref" href="#fn:11">12</a></sup>. </p> +<p>Working with generative processes also triggers our interest and enthusiasm for exploring other publishing tools. One can imagine a single text or article morphing into widely different media such as calendar entries, RSS feeds, email newsletters, posters, etc. Each of these introducing their own potentials for playful aesthetics, reading experiences and publics. This is on the one hand interesting as a form of automation that reduces (or better: re-uses) work, but more importantly as a process which necessarily will introduce new 'forms' and aesthetics.</p> +<p><img alt="This article in its plain text 'view', showing the markdown mark-up language." src="/images/what-a-website-can-be.markdown.png"> +<small>This article in its plain text 'view', showing the markdown mark-up language.</small></p> +<p>At the center this processes relies heavily on the habit of writing in markdown, a mark-up language that allows one to add styling information to plain text, so that it can be read by both people and a variety of tools. The markdown files can be archived using versioning tools<sup id="fnref:12"><a class="footnote-ref" href="#fn:12">13</a></sup> or easily converted into different formats using generators. The content of the website, in its 'raw' form, can therefore be read by many other softwares across (historical) operating systems or included in other workflows, and thus stay open for potential reuse and long-term re-accesibility. Using this process makes it possible for our source files to remain simple, fluid and archivable. </p> +<h2 id="concluding">Concluding</h2> +<p>Revisiting static sites and taking all these small steps feels like going back in time. However, revisiting web-development basics in this sense becomes a vehicle for understanding the web of these days. To get a sense of the compound choices that have sedimented over time into 'web design' practices and that remain opaque when using ready made frameworks. Creating an on-line publishing work flow from ground up instead allows one to explore the potentials and challenge the conventions of what a website should be. </p> +<hr> +<p><strong> To unpack the website ... </strong></p> +<p>This folder of Pelican scripts, markdown documents, images, template and css files ...</p> +<p><a href="https://git.vvvvvvaria.org/varia/varia.website">varia.website.git</a><br> +├── content/<br> +|&nbsp;&nbsp;&nbsp;└── post1.en.md<br> +|&nbsp;&nbsp;&nbsp;└── post1.nl.md<br> +├── LICENSE<br> +├── Makefile<br> +├── output<br> +├── pelicanconf.py<br> +├── pelican-plugins<br> +├── plugins-custom<br> +├── publishconf.py<br> +├── README.md<br> +└── themes<br></p> +<p>... generates the following output folder ...</p> +<p>output/<br> +├── author/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/author/varia.html">varia.html</a><br> +├── <a href="https://varia.zone/categories.html">categories.html</a><br> +├── category/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/category/event.html">event.html</a><br> +├── <a href="https://varia.zone/en/">en/</a><br> +|&nbsp;&nbsp;&nbsp;└── feeds/<br> +|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/feeds/all-en.rss.xml">all-en.rss.xml</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/century-21-calling.html">post1.en.html</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/algologs.html">post2.en.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/itisasif.html">post3.en.html</a><br> +├── <a href="http://varia.zone/events.ics">events.ics</a><br> +├── feeds/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/feeds/all.rss.xml">all.rss.xml</a><br> +├── images/<br> +├── <a href="https://varia.zone/">index.html</a><br> +├── pages/<br> +│&nbsp;&nbsp;&nbsp;├── <a href="http://varia.zone/pages/about.html">about.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/pages/stream.html">stream.html</a><br> +├── <a href="http://varia.zone/century-21-calling.html">post1.nl.html</a><br> +├── <a href="http://varia.zone/algologs.html">post2.nl.html</a><br> +├── <a href="http://varia.zone/itisasif.html">post3.nl.html</a><br> +└── theme/<br></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Varia works via different thematic work groups, one which is concerned with its website. We use the word 'group' here, which only works if you consider two people to be a group already. Current website work group members are Roel Roscam Abbing &amp; Manetta Berends.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +<li id="fn:2"> +<p><em>Self-hosting culture</em> as a way to speak about network infrastructures and preferences. This is also the main subject of the <a href="https://homebrewserver.club">homebrewserver.club</a>, a group for discussions, learning and reflection on the practice of hosting a server from home.&#160;<a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">&#8617;</a></p> +</li> +<li id="fn:3"> +<p><em>Minimal</em> not as in minimalism in design but rather understood as simple/low-tech/appropriate technologies, understood in (some) aspects of <a href="http://go-dh.github.io/mincomp/">Minimal Computing</a>.&#160;<a class="footnote-backref" href="#fnref:3" title="Jump back to footnote 3 in the text">&#8617;</a></p> +</li> +<li id="fn:4"> +<p><em>Portable</em> in the sense that it allows for multiple transformations and media, generated by various tools and distributed to various contexts and publics.&#160;<a class="footnote-backref" href="#fnref:4" title="Jump back to footnote 4 in the text">&#8617;</a></p> +</li> +<li id="fn:5"> +<p>What does a <em>documented</em> process mean? For whom? Currently the varia website is translated into two different languages (dual NL/EN), but documenting can also refer to other types of languages like explanatory articles such as this one, to accompany a work-in-progress to enable further reading than rather just 'reading the code'.&#160;<a class="footnote-backref" href="#fnref:5" title="Jump back to footnote 5 in the text">&#8617;</a></p> +</li> +<li id="fn:6"> +<p><em>FLOSS</em>, or Free Libre and Open Source Software, refers to free culture communities and the use of free licenses.&#160;<a class="footnote-backref" href="#fnref:6" title="Jump back to footnote 6 in the text">&#8617;</a></p> +</li> +<li id="fn:6b"> +<p>The context of varia creates a <em>playful</em> space that enables us to experiment with different tools, modes of address and publishing work flows.&#160;<a class="footnote-backref" href="#fnref:6b" title="Jump back to footnote 7 in the text">&#8617;</a></p> +</li> +<li id="fn:7"> +<p>Pelican is static site generator software written in Python, <a href="https://blog.getpelican.com/">getpelican.com</a>.&#160;<a class="footnote-backref" href="#fnref:7" title="Jump back to footnote 8 in the text">&#8617;</a></p> +</li> +<li id="fn:8"> +<p>Python is a commonly used object-oriented programming language, <a href="https://python.org">Python</a>.&#160;<a class="footnote-backref" href="#fnref:8" title="Jump back to footnote 9 in the text">&#8617;</a></p> +</li> +<li id="fn:9"> +<p>We use both <a href="https://github.com/getpelican/pelican-plugins">the plugins made by the pelican community</a> and <a href="https://git.vvvvvvaria.org/varia/plugins-custom">our own custom ones</a>.&#160;<a class="footnote-backref" href="#fnref:9" title="Jump back to footnote 10 in the text">&#8617;</a></p> +</li> +<li id="fn:10"> +<p><em>"Plain text identifies a file format and a frame of mind. (...) [A] kind of a systematic minimalism when it comes to our use of computers, a minimalism that privileges access to source materials, ensuring legibility and comprehension."</em> - A quote from: Plain Text, the poetics of Computation (2017), by Dennis Tenen - Stanford University Press&#160;<a class="footnote-backref" href="#fnref:10" title="Jump back to footnote 11 in the text">&#8617;</a></p> +</li> +<li id="fn:11"> +<p>For example by generating meta tags in our web page following <a href="http://ogp.me/">Open Graph</a> or <a href="https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards.html">Twitter Cards</a>. These provide previews of one's page when a link is published on social media or in mobile apps. Right click on any page and view source to have a look. The OG headers are at the beginning in the <code>&lt;meta&gt;</code> tags.&#160;<a class="footnote-backref" href="#fnref:11" title="Jump back to footnote 12 in the text">&#8617;</a></p> +</li> +<li id="fn:12"> +<p>The source files of the varia website are stored in and tracked by a Git versioning system. You can access these files through this <a href="https://git.vvvvvvaria.org/varia/varia.website/commits/branch/master">Gitea interface</a>, where you can read the markdown documents and follow the changes that are being made. For example: this article can be found <a href="https://git.vvvvvvaria.org/varia/varia.website/src/branch/master/content/what-a-website-can-be.en.md">here</a>.&#160;<a class="footnote-backref" href="#fnref:12" title="Jump back to footnote 13 in the text">&#8617;</a></p> +</li> +</ol> +</div>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:varia.zone,2018-06-13:/en/what-a-website-can-be.htmlarticleworkgroupwebpublishingMobiel Monument - Presentatiehttps://varia.zone/monument.html<p>Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag, pestepidemie of andere historische gebeurtenis, geschonken door een veldheer of mecenas. Helaas bezit Charlois momenteel geen werkende fontein. Niek Hilkmann en Anne Kolbe willen dit gebrek verhelpen door Charlois tijdelijk een mobiele fontein te geven die niet gebonden is aan een vaste plek of duiding. Deze fontein zal op 2 juni om 13:00 bij Varia gepresenteerd worden en is vervolgens tijdens de weekenden van Charlois Speciaal te zien, op zoek naar nieuwe betekenis en waardering.</p> +<p>Openingsceremonie: 2 Juni / 13:00-14:00<br> +Uitgestald: 2, 3, 9 en 10 Juni / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:varia.zone,2018-05-28:/monument.htmlpresentationfountainarchitecturepresentationMoving Monument - Presentationhttps://varia.zone/en/monument.html<p>Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or some other historical event, donated by the municipality or a patron. Unfortunately, Charlois currently has no working fountain. Niek Hilkmann and Anne Kolbe want to remedy this shortcoming and temporarily give Charlois a mobile fountain that is not tied to a single place or interpretation. After an opening ceremony, held on the 2nd June around 13:00, next to Varia, the fountain can be seen during the weekends of the Charlois Speciaal festival, in search of new meaning and appreciation.</p> +<p>Opening Ceremony: 2 June / 13:00-14:00<br> +On Display: 2,3, 9 and 10 June / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:varia.zone,2018-05-28:/en/monument.htmlpresentationfountainarchitecturepresentationWelcome to the � Federation - The Ecosystem is Movinghttps://varia.zone/the-ecosystem-is-moving.html<p>Op 1 en 2 juni organiseert Varia <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, een lezing door en een werksessie met Daniel Gultsch over federatieve chat diensten, open source software en de duurzaamheid van open systemen.</p> +<ul> +<li>1 juni 19.00 - 22.00 uur - introductie tot XMPP en lezing door Daniel Gultsch</li> +<li>2 juni, 10.00 - 18.00 uur - werkessie rondom vormgeving en federatieve chat systemen. <br> Registreer voor deze werksessie door een mailtje te sturen naar <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is de ontwikkelaar achter <a href="https://conversations.im">Conversations</a>, een open source instant messaging-applicatie voor Android. In 2014 besloot hij om voltijds te werken aan Conversations en daar ook van proberen te leven. In plaats van helemaal opnieuw met Conversations te beginnen, bouwde hij een nieuwe client voor het bestaande gefedereerde chatprotocol XMPP.</p> +<p>Omdat een XMPP-applicatie in feite maar net zo goed kan zijn als het hele ecosysteem waar het onderdeel van is, was er voor Daniel een noodzaak om naast zijn werk aan Conversations ook bij te dragen aan het uitbreiden en verbeteren van dat grotere XMPP-ecosysteem. Deze werkzaamheden omvatten het helpen opstellen en implementeren van protocolstandaarden. OMEMO, een moderne en gebruiksvriendelijke end-to-end encryptie op basis van het protocol van Signal is daar een voorbeeld van. Hij draagt ook code bij aan andere XMPP-servers en -clients in het ecosysteem om ze te helpen te moderniseren. Daarnaast is hij <a href="https://gultsch.de/xmpp_2016.html">via zijn kritische essays</a> een uitgesproken voorstander van XMPP en open standaarden in het algemeen.</p> +<p>Conversations is een uitzonderlijk project, omdat het door de aanhoudende focus op gebruikerservaring, ontwerp en beveiliging veel belangstelling heeft vergaard voor zowel zichzelf als ook het XMPP-ecosysteem als geheel. Dit maakt het een interessant voorbeeld om vanuit te bevragen hoe het ontwerpveld zou kunnen bijdragen aan kritieke softwarepraktijken.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op een hernieuwde interesse in 'alternatieve' onlinediensten zoals sociale media en chat. Door middel van presenaties en werksessies worden in de context van dit project verschillende evenementen georganiseerd rond softwareprojecten die werken aan deze ecosystemen. Een bijzondere focus zal liggen op projecten die opnieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, deels door hun focus op ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a>(engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:varia.zone,2018-05-20:/the-ecosystem-is-moving.htmleventfederationsoftwarepresentatieworksessieWelcome to the � Federation - The Ecosystem is Movinghttps://varia.zone/en/the-ecosystem-is-moving.html<p>On the 1st and 2nd of June Varia will host <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, a lecture by and worksession with Daniel Gultsch about federated instant messaging, open source software and the sustainability of open systems.</p> +<ul> +<li>June 1st, 19.00 - 22.00 - introduction to XMPP and lecture by Daniel Gultsch</li> +<li>June 2nd, 10.00 - 18.00 - hands on worksession on design and federated chat systems. <br>Please register for the worksession via <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is the developer behind <a href="https://conversations.im">Conversations</a>, an open source instant messaging application for Android. In 2014, he decided to work full time on Conversations and try to make a living from it. Rather than starting from scratch with Conversations, he built it as a client for the existing federated messaging protocol XMPP.</p> +<p>Since an XMPP messenger can, in a way, only be as good as the entire ecosystem, Daniels work on Conversations also meant work on expanding and improving that larger XMPP ecosystem. This work includes helping to draft and implement protocol standards, such as OMEMO, a modern and user-friendly end-to-end encryption based on Signal's protocol. He also contributed code to other XMPP servers and clients in the ecosystem to bring them up to speed with modern uses. Additionally, <a href="https://gultsch.de/xmpp_2016.html">through his critical essays</a> he is a vocal defender of XMPP and open standards in general.</p> +<p>Conversations is notable because, through its continuous focus on user experience, design and security it has garnered a lot of interest for both itself and the XMPP ecosystem as a whole. This makes it an interesting example to talk about what the design field could potentially contribute to critical software practices.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support of <a href="https://varia.zone">Varia</a> and <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:varia.zone,2018-05-20:/en/the-ecosystem-is-moving.htmleventfederationsoftwarepresentationworksessionCentury 21 Calling - Rising to the High-Risehttps://varia.zone/21-High-Rise.html<p>Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts een herhaling van het verleden? Wat is er met de telefooncentrale gebeurd toen we die verbinding verbraken? Wat gebeurt er op kantoor na het werk? En hoe reageer je op klanten als ze klagen over je product? Dit alles en meer zal worden beantwoord tijdens de volgende editie van Century 21 Calling.</p> +<p>In een reeks screenings genaamd 'Century 21 Calling', een initiatief gestart door het collectief <a href="http://www.save-as.media/">Save_as</a> en gehost door <em>varia</em> in Rotterdam, kijken we naar de industriële archieven, 'infomercials' van bedrijven en historische documentaires. Al dit materiaal heeft onze verbeelding van 'morgen' gevormd en dus is het tijd om deze voor het voetlicht van vandaag te werpen.</p> +<ul> +<li>deuren open: 20:00</li> +<li>introductie: 20:15</li> +<li>screening: 20:30</li> +<li>prijs: Donaties welkom</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:varia.zone,2018-05-02:/21-High-Rise.htmlscreeningindustriële propagandakantoren21ste eeuwCentury 21 Calling - Rising to the High-Risehttps://varia.zone/en/21-High-Rise.html<p>During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the past? Where is the paperless office? What happened to the phone exchange when we cut the cord? What takes place at the office after work? And how do you react to customers when they complain about your product? All of this and more will the answered at the next edition of Century 21 Calling.</p> +<p>In a series of screenings called “Century 21 Calling”, an initiative started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we look at the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>intro: 20:15</li> +<li>screening: 20:30</li> +<li>price: Donation</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:varia.zone,2018-05-02:/en/21-High-Rise.htmlscreeningindustrial propagandaoffices21st centuryWojtek Szustak - Space Junk Workshophttps://varia.zone/Space-Junk-Workshop.html<p>Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd. </p> +<h2 id="wil-je-meedoen">Wil je meedoen?</h2> +<p>Meld je dan aan via: info@varia.zone. </p> +<p>Er is slechts ruimte voor een beperkt aantal deelnemers, dus wacht niet te lang!</p> +<ul> +<li>deur: 10:00</li> +<li>start: 10:30</li> +<li>eind: 18:00</li> +<li>prijs: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-23:/Space-Junk-Workshop.htmlworkshopsynthezisersafvalWojtek Szustak - Space Junk Workshophttps://varia.zone/en/Space-Junk-Workshop.html<p>Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results will be presented during the evening.</p> +<h2 id="want-to-join">Want to join?</h2> +<p>Please sign up through: info@varia.zone. +There's only limited capacity, so don't wait too long! </p> +<ul> +<li>door: 10:00</li> +<li>start: 10:30</li> +<li>end: 18:00</li> +<li>price: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-23:/en/Space-Junk-Workshop.htmlworkshopewastesynthsInfinite Outwardnesshttps://varia.zone/Infinite-Outwardness.html<p>Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot kosmische toiletten, wordt dit een avond om niet snel te vergeten!</p> +<p>Deur: 20:00 +Start: 20:30 +Entree: Donatie</p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is een van de verborgen parels van België. Op een tijdreis uit de jaren zestig transformeert deze man in zijn eentje, of samen met zijn band the Shovels, het universum van muziek zoals we dat kennen tot een reis naar de grenzen van het sonische geloof. Hij zal nummers van 'Spaced Out In Outer Space' uit 2016 en zijn gloednieuwe album 'Beat The System' spelen.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is een inventieve componist uit Krakau die met en rond ruimteafval werkt. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-rommelworkshop geven in Charlois, waarbij hij nieuwe elektronische instrumenten zal maken van oude spullen die hij op straat vindt. De resultaten worden tijdens het evenement gepresenteerd.</p> +</li> +<li> +<p>Niek Hilkmann is een componist die een amateur avant-gardistisch orkest leidde, een honderd meter lang bewegend panorama creëerde, het Universal Notation Ideal (UNI)-systeem construeerde en evenementen organiseerde zoals "Will VHS Save The Universe?" en "Floppy Totaal". Tijdens 'Infinite Outwardness' toont hij het puin van zijn meer recente projecten 'Galaxico, kerst tussen de sterren' en 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is een Rotterdamse kunstenaar die voornamelijk op het gebied van geluid werkt als een startpunt voor nieuwe projecten. Hij presenteert een sonische verkenning van kosmologische verschijnselen en neemt ons mee naar de ruimte via Google's kolonisatie van virtuele ruimte. Digitale en / of virtuele mapping van de aarde, het claimen van territorium via mapping en het bekijken van de aarde vanuit een baan zijn het onderwerp geweest van zijn recente werk.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is de naam van het internationale onderzoeksteam dat u Toilettronic heeft geleverd; een stressvrije toiletervaring in de ruimte. Het is een gamified toiletnavigatiesysteem voor ruimtehabitats. Tijdens 'Infinite Outwardness' presenteert het team een muzikaal vervolg op dit project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 en DJ Naam zijn bekende namen in de wereldwijde ruimte-DJ-scene. In mei zullen ze samenwerken om muziek uit de vierde dimensie te brengen die je geest naar een ander niveau zal verplaatsen.</li> +</ul> +<p>Dit evenement wordt mogelijk gemaakt met de vriendelijke steun van Popunie Rotterdam, WORM Pirate Bay en natuurlijk ... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-20:/Infinite-Outwardness.htmlconcertruimtetijdmuziekInfinite Outwardnesshttps://varia.zone/en/Infinite-Outwardness.html<p>Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable space junk to cosmic toilets, this will be an evening to remember!</p> +<p>Door: 20:00 +Start: 20:30 +Price: Donation</p> +<p><a href="http://varia.zone/">http://varia.zone/</a></p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is one of Belgium's hidden gems. On a time travel from the sixties, this man single-handedly, or together with his band the Shovels, transforms the universe of music as we know it into a trip to the boundaries of sonic belief. He will perform songs from 2016's 'Spaced Out In Outer Space' and his brand new album 'Beat The System'.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is an inventive composer from Krakow who works with and around space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop in Charlois where he will make new electronic instruments from old stuff he finds on the streets. The results will be presented during the event.</p> +</li> +<li> +<p>Niek Hilkmann is a topsy-turvy polymath who conducted an amateur avant-garde orchestra, created a one hundred meter long moving panorama, constructed the Universal Notation Ideal (UNI) system and curated events such as "Will VHS Save The Universe?" and "Floppy Totaal”. During ‘Infinite Outwardness’ he will exhibit the debris of his current projects 'Galaxico; Christmas between the stars' and 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is a Rotterdam based artist working predominantly in the field of sound as a jumping off point for new projects. He will present an audible exploration of cosmological phenomena and take us into space via Google’s colonisation of virtual space. Digital and/or virtual mapping of Earth, claiming territory via mapping and viewing Earth from orbit have been the subject of his recent work.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is the moniker of the international research designer team that brought you Toilettronic; a stress free toilet experience in space. It is a gamified toilet navigation system for space habitats. During 'Infinite Outwardness' the team will present a musical sequel to this project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 and DJ Naam are household names in the global space DJ scene. In May they will team up to bring you music from the fourth dimension and beyond that will take your mind to another level of conscienceless.</li> +</ul> +<p>This event is made possible with the kind support of Popunie Rotterdam, WORM Pirate Bay and of course... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-20:/en/Infinite-Outwardness.htmlconcertspacetimemusicOpen Dag @ Variahttps://varia.zone/varia-open-day.html<p>Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> en elektronica.</p> +<p>Gedurende de dag vinden de volgende activiteiten plaats:</p> +<h2 id="linux-presentation-day-hele-dag">Linux Presentation Day (hele dag)</h2> +<p>Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of kun je de software niet meer bijwerken? Dan is het tijd om Linux te proberen! Het Linux Presentation Day team dat eerdere edities in Leeszaal West heeft georganiseerd staat nu voor je klaar in varia. Wil je jou oude computer nieuw leven inblazen? Vergeet deze dan niet mee te nemen. Dan kun je daar Linux op uit proberen of hulp te krijgen bij het installeren!</p> +<h2 id="adblocken-voor-beginners-hele-dag">Adblocken voor beginners (hele dag)</h2> +<p>Ben je het zat om naar online advertenties te kijken? Ben je het zat dat online advertenties naar jou terug kijken? Neem je computer of smartphone mee en dan laten wij zien hoe je van de rust en privacy van een advertentievrij internet kunt genieten. </p> +<h2 id="solderen-kan-je-leren-1400-1600">Solderen kan je leren (14:00 - 16:00)</h2> +<p>Maak kennis met elektronica door samen met wat onderdelen, een vaste hand en hulp van ons een mini boombox in elkaar te zetten! Neem je favoriete muziek, een oude (micro) SD-kaart en 5 euro voor materialen mee. 12 jaar en ouder. Geef je van tevoren op door ons een mail te sturen.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Ben je benieuwd naar andere grafische softwarepaketten dan Photoshop? Kom langs en probeer een set verschillende tools, zoals Gimp en ImageMagick (beeldbewerking), Laidout (een specifieke vector editor) of zelfgemaakte: maak een zine met Publish or Perish!, een Desktop Publishing tool en spel in één. Het idee is om gedurende de één uur intensieve tool-test-party beeldende recensies van deze tools te maken. We kunnen ze dan ook op een van de varia printers afdrukken.</p> +<p>De open dag begint om 12:00 en duurt tot 18:00. Ons adres is Gouwstraat 3, Rotterdam Charlois.</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Vrije software verwijst naar een beweging die door middel van vrije licenties gebruikers het recht geeft om software te gebruiken, bestuderen, aan te passen en te distribueren. Het is gestoeld in gemeenschappen die software gebruiken, schrijven en onderhouden. Van hele professionele server software tot hele experimentele grafische software. Vrije software is een gedeelde interesse en manier van werken voor varia die we graag laten zien!&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-12:/varia-open-day.htmleventopen daglinux presentation dayworkshopsOpen Day @ Variahttps://varia.zone/en/varia-open-day.html<p>On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> </p> +<p>We will have the following activities throughout the day:</p> +<h2 id="linux-presentation-day-all-day">Linux Presentation Day (All day)</h2> +<p>Bored Windows or Apple? Unable to update your operating system? Time to try linux, an operating system that comes in all shapes and flavors! Linux runs on the latest macbooks, your Playstation, possibly on your brand new fridge, but also on very old computers. Don't throw your old computer away yet. Bring your old and new laptops and breathe new life into them. Have a try or get help installing Linux on it. The Leeszaal West group that have been organising Linux Presentation Day in the previous years will be around to help you with your installation or with any other questions.</p> +<h2 id="adblockers-for-beginners-all-day">Adblockers for beginners (all day)</h2> +<p>Are you tired of looking at online ads? Are you tired of on-line ads looking at you? Bring your computer or smartphone and we'll show you how to enjoy the tranquility and privacy of an ad-free internet. </p> +<h2 id="introduction-to-soldering-1400-1600-12">Introduction to soldering (14:00 - 16:00), 12+</h2> +<p>Learn how to make a pocket boombox using only a few electronic components, a soldering iron and a steady hand. Bring your favourite tune(s) as mp3 files and a (disposable) memory card (micro)SD!. There is space for a maximum of 6 participants. Participation fee: €5. Please sign up by writing us an email.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Tired of having to crack yet another version of Photoshop? Tired of Microsoft Publisher? What about Microsoft Paint :-(? Come and play around with a series of graphic tools such as Gimp and ImageMagick (image editors), Laidout, or self-built ones: make a zine with <a href="http://www.publishorperish.pro/about">Publish or Perish!</a>, a Desktop Publishing tool that is also a game. We will group together in an intense one-hour tool-test-party to make visual reviews of these tools and print them on one of Varia's printers.</p> +<p>We speak Dutch/English/Italian/French/Norwegian/Spanish and Portuguese!</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Free software refers to a movement around(in?) computer cultures. Thanks to a (open/)free license, a user is given the freedom to run, study, modify and share it. Grounded in communities of people writing and maintaining all different kinds of software. Free software lies at the heart of Varia's activities and way of working.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:varia.zone,2018-04-12:/en/varia-open-day.htmleventopen daylinux presentation dayworkshopsConcert: CLM en Maria Violenzahttps://varia.zone/CLM-and-Violenza.html<p>Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.</p> +<p>CLM (voorheen bekend als Cascao &amp; Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy art-melodieën: denk daarbij aan Talking Heads, The Residents en proto 70's &amp; 80's wave-dingen. In 2016 brachten ze hun eerste LP 'Spleenism' uit op vinyl en digitaal via Cochon-records in San Francisco.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM op Soundcloud</a></p> +<p>De in Sicilië geboren en in Rome wonende Maria Violenza speelt donkere synth punkmuziek onder de invloed van het gemengde culturele erfgoed van haar thuisland. Naast haar opzwepende solowerk is ze ook lid van het Franse muziekcollectief Grand Triple Alliance Internationale De L'Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy en Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza op bandcamp</a></p> +<p>Datum: 17 April 2018 +Entree: 3 euro +Deur: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:varia.zone,2018-03-31:/CLM-and-Violenza.htmlconcertConcert: CLM and Maria Violenzahttps://varia.zone/en/CLM-and-Violenza.html<p>Varia presents two concerts by three incredible musicians from Italy.</p> +<p>CLM (formerly known as Cascao &amp; Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion and poppy art melodies: evoking talking heads, the residents, and proto 70's &amp; 80's wave stuff. In 2016 they released their first LP 'Spleenism' on vinyl and digital through the San Francisco based Cochon records.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM on Soundcloud</a></p> +<p>Sicilian born and Rome based Maria Violenza plays dark synth punk music under the influence of her homelands’ mixed cultural heritage. Besides her rousing solo-work, she is also a member of French music collective Grand Triple Alliance Internationale De L’Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy and Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza's bandcamp page</a></p> +<p>Date: 17 April 2018 +Entrance: 3 euro +Doors: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:varia.zone,2018-03-31:/en/CLM-and-Violenza.htmlconcertCentury 21 Callinghttps://varia.zone/century-21-calling.html<p>Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?</p> +<p>In een reeks screenings "Century 21 Calling", geïnitieerd door Save_as en gehost door Varia in Rotterdam, zullen we kijken naar industriële archieven en bedrijfs informercials/propaganda die het voorstellingsvermorgen van morgen hebben vormgegeven en het vol hebben gehouden tot aan de dag van vandaag.</p> +<p>Tijdens ons eerste evenement zullen we een algemene blik werpen op films van wereldtentoonstellingen en hun dromen voor morgen van vandaag.</p> +<p><strong>Datum</strong>: 14 April 2018<br> +<strong>Entree</strong>: Free / Donation<br> +<strong>Deuren open</strong>: 19:00<br> +<strong>Presentatie</strong>: 19:30<br> +<strong>Start screening</strong>: 20:00<br></p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:varia.zone,2018-03-07:/century-21-calling.htmlscreeningCentury 21 Callinghttps://varia.zone/en/century-21-calling.html<p>Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?</p> +<p>In a series of screenings called “Century 21 Calling”, an event started by the collective Save_as and hosted at Varia in Rotterdam, we will have a look at archival industrial films and corporate informercials/propaganda that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p>During our first event we will have a general look at films from world fairs and the their dreams for todays tomorrow.</p> +<p><strong>Date</strong>: 14th April 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Doors open</strong>: 19:00<br> +<strong>Presentation</strong>: 19:30<br> +<strong>Screening starts</strong>: 20:00<br></p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:varia.zone,2018-03-07:/en/century-21-calling.htmlscreeningAlgologshttps://varia.zone/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten. Algologs maakt deel uit van een reeks ontmoetingen rondom de Algolit-bijeenkomsten (die normaal gesproken in Brussel plaatsvinden), om zo externe sprekers, presentatoren en deelnemers uit te nodigen om deel te nemen aan het gesprek. Tijdens Algologs verhogen we het % betrokkenheid bij alledaagse algoritmes.</p> +<p>Op vrijdagavond verkennen we een vermenigvuldiging van: Algoliteraire manieren om woorden te vertalen naar cijfers x infrapuncturele opluchtingen x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Om zo samen logs te maken van algoritmische standpunten, stemmen en werkwijzen.</p> +<p>De presentaties op vrijdag worden gevolgd door een Algolit-sessie op zaterdag, waar we een collectieve duik zullen introduceren in de clusteringstechnieken van word-embeddings. Door stap voor stap naar een specifieke implementatie van word-embeddings te kijken, ontstaat een bron voor recepten voor kleine (op code of niet op code gebaseerde) experimenten.</p> +<p>Oproep aan alle extra-amateurs, protoprofessionals en indirecte algologgers.</p> +<hr> +<p><strong> Algolit </strong> is een in Brussel gevestigde groep kunstenaars, ontwerpers, programmeurs en activisten die eenmaal per maand samenkomen om tekst &amp; code experimenten te schrijven.</p> +<p><strong> Cristina Cochior </strong> is een in Rotterdam gevestigde onderzoeker, ontwerper en enthousiaste verzamelaar die momenteel geïnteresseerd is in algoritmische stressverlichting.</p> +<p><strong> de XPUB practicioners </strong> werken momenteel aan OuNuPo: het 5e Special Issue rondom de cultuur van boekenscanners. XPUB is de Experimental Publishing-master van het Piet Zwart Instituut.</p> +<p><strong> Marloes de Valk </strong> is een softwarekunstenaar en -schrijfster in de post-wanhoopfase van het omgaan met de dreiging van het broeikaseffect terwijl zij bespied wordt door de apparaten om haar heen.</p> +<hr> +<h2 id="programma">Programma</h2> +<p><strong> Vrijdag 16 maart, 19:00 - 21:30 + </strong> <br> +Introducties, infrapunctures, voorbeelden van bookscanners, big data-beloften</p> +<p>18:45 - 19:00 Inloop</p> +<p>19:00 - 19:20 Algoliteraire introducties<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +vanaf 21:30 drinks &amp; discussie<br></p> +<p><strong> Zaterdag 17 maart, 10:00 - 18: 00 </strong> <br> +Algolit-sessie: van woorden naar cijfers via word-embeddings</p> +<p>Deze sessie is een speciale editie en maakt deel uit van een langere tijdslijn van maandelijkse Algolit-bijeenkomsten georganiseerd door Constant in het WTC25 in Brussel. In 2018 koos Algolit er voor om haar sessies een meer open karakter te geven, zodat een spontane jump-in jump-out-deelname mogelijk is. Meer informatie en materiaal rond Algolit is te vinden op <a href="http://algolit.net">algolit.net</a>.</p> +<p>We beginnen de dag met het stapsgewijs doorlopen van het script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a> en langzaam naar zowel op code gebaseerde als niet-code gebaseerde experimenten te werken, afhankelijk van waar de deelnemers een voorkeur voor hebben. Deze werksessie is een moment om zelf en samen dingen uit te proberen.</p> +<p>Opmerking voor deelnemers: het zou goed zijn om een ​​laptop mee te nemen. Niet per se om met code of digitale hulpmiddelen te werken (we zijn grote fans van analoge experimenten!), maar vanuit de gewoonte om gezamenlijk aantekeningen te maken of te kijken naar referenties. Daarom is een laptop een fijne metgezel!</p> +<p>Als je geïnteresseerd bent om deze sessie bij te wonen, e-mail dan info@varia.zone op elk gewenst moment van tevoren.</p> +<p><strong> Locatie </strong> <br> +Varia - Gouwstraat 3, Rotterdam <br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong> Links naar eerdere oefeningen rond deze onderwerpen </strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, een meerdaags evenement in november 2017 rond machine learning &amp; word-embeddings met rondleidingen, gepresenteerde tools, twee lezingen en twee workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, stap voor stap</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, grafieken gegenereerd door word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, een eerste stap naar een case study rondom toegepaste woordinbeddingen</li> +</ul> +<hr> +<p>Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiële bijdrage van CBK Rotterdam <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-28:/algologs.htmleventworksessionalgorithmsloggingAlgologshttps://varia.zone/en/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet. Algologs is part of a series of occurances meant to open up the usually Brussels-based Algolit meetings by inviting external speakers, presenters and participants to join the conversation. During Algologs, we will increase the % of engagement with everyday algorithms.</p> +<p>On Friday evening we explore a multiplication of Algoliterary ways of converting words to numbers x infrapunctural reliefs x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Together we will log algorithmic attitudes, voices and practices.</p> +<p>The presentations on Friday are followed by an Algolit session on Saturday, where we will host a collective dive into the clustering techniques of word-embeddings. We propose to look at a specific implementation of word-embeddings step-by-step, to use it as a source for recipies for small (code or non-code based) experiments.</p> +<p>Calling all extra-amateurs, protoprofessionals and circumstantial algologgers.</p> +<hr> +<p><strong>Algolit</strong> is a Brussels-based group of artists, designers, programmers and activists that meet once a month to write textual code experiments together.</p> +<p><strong>Cristina Cochior</strong> is a Rotterdam-based researcher, designer and enthusiast media aggregator who is currently interested in algorithmic stress relief.</p> +<p><strong>the XPUB practitioners</strong> are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.</p> +<p><strong>Marloes de Valk</strong> is a software artist and writer in the post-despair stage of coping with the threat of global warming and being spied on by the devices surrounding her.</p> +<hr> +<h2 id="program">Program</h2> +<p><strong>Friday 16th of March, 19:00 - 21:30+</strong><br> +Introductions, infrapunctures, bookscanner samples, big data promises</p> +<p>18:45 - 19:00 doors are open</p> +<p>19:00 - 19:20 Algoliterary introductions<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +21:30 onwards Drinks &amp; Discussion</p> +<p><strong>Saturday 17th of March, 10:00 - 18:00</strong><br> +Algolit session: From words to numbers through word-embeddings</p> +<p>This session is special edition and part of a longer timeline of monthly Algolit gatherings organised by Constant in the WTC25 in Brussels. In 2018 Algolit decided to open the sessions, to allow incisive jump-in jump-out participation. More information &amp; material around Algolit can be found on <a href="http://algolit.net">algolit.net</a>.</p> +<p>We will start the day with going step-by-step through the script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a>, and slowly slide into both code-based and non-code based experiments, depending on what the attendants are inclined towards. This work session is a moment to try things out yourself.</p> +<p>Note to attendants: It would be good to bring a laptop. Not per se for the reason of working with code or digital tools (we are big enthusiasts of non-coding experiments!), but we usually take notes collectively or look at references. For that reason a laptop is a nice companion!</p> +<p>If you are interested to attend this session, please email info@varia.zone at any point in advance.</p> +<p><strong>Location</strong><br> +Varia - Gouwstraat 3, Rotterdam<br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong>Links to previous exercises around these topics</strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, a multi-day event in November 2017 around machine learning &amp; word-embeddings with guided tours, presented tools, two lectures and two workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, step-by-step</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, graphs generated by word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, a first-step into a case study of applied word-embeddings</li> +</ul> +<hr> +<p>The research project of Cristina Cochior is kindly supported by <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-28:/en/algologs.htmleventworksessionalgorithmsloggingIt Is As If We Were Doing Workhttps://varia.zone/itisasif.html<p>Het is al een tijdje terug dat de 11de editie van de <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> is verschenen, maar de discussie over onderwerpen van die uitgave aansneed is echter nog niet uitgewoed. Centraal in die uitgave stond het idee van het <a href="http://networkcultures.org/entreprecariat/">'entreprecariat'</a> en de verschillende bijdragen boden allen verschillende inzichten over hoe om te gaan met de samenkomst van ondernemersideologie en precariteit. Om verder in te gaan op de bijdragen in van de zine organiseert Varia een avond met enkele van de auteurs. </p> +<p>De avond zal aanvangen met een introductie van het Pervasive Labour Union zine project door Lídia Pereira. Daarna volgt een gesprek tussen Alina Lupu, Gui Machiavelli dat wordt gemodereerd door Silvio Lorusso. Onderwerp van gesprek zullen de individuele bijdragen van de auteurs aan de zine zijn, alsmede de relatie tussen hun praktijk, ontwikkelingen op het vlak van hedendaagse arbeid en de huidige staat van het onderwijs. Daarnaast zal er mogelijkheid zijn om een aantal van de games te spelen die in de 11de editie van PLU zijn besproken, waaronder <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> van Pippin Barr en <a href="http://thefounder.biz/">"The Founder"</a> van Francis Tseng.</p> +<p>Entree en versnaperingen op basis van donatie</p> +<p>Programma:<br/> +18:45 Inloop</p> +<p>19:00 Introductie van de <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> door Lídia Pereira (PT/NL) en gesprek met Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), gemodereerd by Silvio Lorusso (IT/NL)</p> +<p>20:00 - 22:00 Gamesessie met "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng</p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is conceptueel kunstenaar en bezorgt maaltijden per fiets. Soms is ze echter ook projectmanager, schrijver, fotograaf of doet andere bijbaantjes. Op het moment heeft ze zich verkiesbaar gesteld voor een van de deelgemeenteraden in Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is van maandag tot donderdag een redelijke en van vrijdag tot zondag een lethargische schrijver.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is zelfstandig vormgever, kunstenaar en onderzoeker gevestigd in Rotterdam, NL. Haar huidige interesses gaan uit naar de politieke dimensie van arbeid op socialenetwerk-sites. Daarbinnen richt zij haar blik op hoe machtsstructuren online en offline gedrag beïnvloeden.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is een vormgever zonder specialisatie, een kunstenaar zonder galerie en een schrijver zonder spel-check.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-18:/itisasif.htmleventIt Is As If We Were Doing Workhttps://varia.zone/en/itisasif.html<p>A few months have passed since the 11th issue of the <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> by Pippin Barr and <a href="http://thefounder.biz/">"The Founder"</a> by Francis Tseng.</p> +<p>Food, drinks and entrance are available on donation.</p> +<p>Program:<br/> +18:45 Open Doors and Welcome +19:00 Introduction of the <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL) +20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng</p> +<p><a href="http://varia.zone/">http://varia.zone/</a> +<!-- link to event on fb >:( --></p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is an okay programmer from Monday to Thursday and a lethargic writer from Friday to Sunday.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is an independent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is a designer without qualities, an artist without a gallery and a writer without spell checker.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-18:/en/itisasif.htmleventOplossingen en problemen in extratonaliteithttps://varia.zone/extratonaliteit.html<p>Oplossingen en problemen in Extratonality 4<br> +"Extratonaliteit - Het openen van deuren is niet genoeg"</p> +<p>De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin problemen worden ontworpen om oplossingen te zijn, en industrieel afval ons dagelijks leven overneemt, is er een dringende behoefte aan een nieuwe extratonale conferentie die dieper graaft in de huidige stand van zaken van de "extra" tendensen. "Oplossingen en problemen in extratonaliteit" (OPIE) is de internationale conferentie over oplossingen en problemen op het gebied van extratonaliteit voor kleinere en grotere instituten, evenals onafhankelijke componisten en wetenschappers. We zullen geavanceerde obstakels in hun dagelijkse routine onderzoeken met de ondersteuning van op maat gemaakte instrumenten, verouderde schrijftechnieken, speciale notatiesystemen en alternatieve toepassingen van bestaande technologie.</p> +<p>Op vrijdag 16 februari 2018 vindt de vierde editie plaats in Rotterdam bij "varia - het centrum van de alledaagse technologie". OPIE4 gaat over het toepassen van extratonale oplossingen voor alledaagse problemen en alledaagse oplossingen voor extratonale problemen. OPIE4 is een must voor diegenen die meer willen weten over werkstrategieën rond extratonaliteit. Na OPIE1 in Wenen op 28 april 2017, OPIE2 in Zagreb op 30 september 2017 en OPIE3 in Rotterdam op 6 februari 2018, zal de volgende editie de laatste discussies in het veld behandelen en nieuwe input genereren voor de toekomstige onderhandelingen over extratonaliteit. Meer dan 250 jaar na zijn ontdekking en rechtvaardiging wordt het veld nu wereldwijd erkend als een belangrijk onderzoek in zijn vakgebied, daarom bestaat deze editie uit verschillende tracks en presentaties.</p> +<p>De ongeveer 300 OPIE-bezoekers beoordeelden de conferentie met een 9,8 en meer dan 98% van de bezoekers beveelt de conferentie aan bij anderen of zou graag terugkomen in de volgende editie.</p> +<p>Dit evenement wordt mogelijk gemaakt door de vriendelijke steun van het Institute of Extratonal Composition, WORM pirate bay, varia en Nothing More.</p> +<p>Eten, drinken en toegang zijn beschikbaar op donatie!</p> +<p>Programma:<br> +19:30 Registratie, meet &amp; greet &amp; welkomstdrankjes<br> +20:00 Officiële Opening: Welkom door Danny van der Kleij (NL, voorzitter varia - centrum voor alledaagse technologie / ArtEZ hogeschool voor de kunsten)<br> +20:05 Inleiding door de conferentievoorzitters; Niek Hilkmann (NL, varia - centrum voor alledaagse technologie / Institute of Extratonal Composition) en Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)</p> +<p>20:15 - 20:45<br> +Toepassingen: verbeelding en extratoniteit<br> +Voorzitter: Christina Cochior (RO / NL, Wikipedia Bot Memorial Foundation)<br> +"De verbeeldingskracht van opslaan" - Thomas Walskaar (NO, Save as.media) - Presentatie van een denkbeeldig medium<br> +"hoe een trommel te bouwen" - Teun de Graaf (fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonaliteit en arbeid:<br> +Voorzitter: Lidia Pereira (PT / NL, PLU - pervasive labor union / doordringende vakbond)<br> +"orkesttonaalsysteem met volledig bereik" - a. tangramdichters (int., geen instelling)<br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - centrum voor alledaagse technologie)</p> +<p>21:15 - 21:45<br> +de 'extra; in de dagelijkse omgeving:<br> +Voorzitter: TBA<br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition" - Dennis de Bel (NL, varia - centrum voor alledaagse technologie / Willem de Kooning Academie / Design Academy Eindhoven)<br> +"Remote Fulfillment" - Moritz (NL, Random Creations)</p> +<p>21:45 - 22:15 uur<br> +extra en verder:<br> +Voorzitter: TBA<br> +"door voorwerpen lopen - een intratonische benadering" - Michael J. Muik (AT, nothing more - Vereniging voor de promotie van kunst, irritatie en commons)<br> +"Quasitonaliteit - Op weg naar een circulatoire praktijk van onenigheid" - oyo (BG / NL, LOFO, Willem de Kooning Academie) &amp; mnd (AT / NL, LOFO)<br></p> +<p>22:15 - 24:00 uur<br> +Extra presentaties:<br> +DJ Pattex (varia - centrum voor alledaagse technologie)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-16:/extratonaliteit.htmleventSolutions and problems in Extratonalityhttps://varia.zone/en/extratonaliteit.html<p>Solutions and problems in Extratonality 4<br> +“Extratonality - Opening Doors Is Not Enough”</p> +<p>The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be solutions, and industrialised rubbish predominates our everyday life, there is an urgent need for another extratonal conference that digs deeper in the current state of affairs of the "extra" tendencies. "Solutions and problems in extratonality" (SAPIE) is the international conference on solutions and problems in the field of extratonality for smaller and larger institutes, as well as independent composers and scholars. They will explore advanced obstacles in their daily routines with the support of custom-made instruments, obsolete writing techniques, special notation systems and alternative applications of existing technologies.</p> +<p>On Friday, February 16, 2018, the fourth edition will take place in Rotterdam at "varia - the center of everyday technology". SAPIE4 is about applying extratonal solutions to everyday problems and everyday solutions to extratonal problems. SAPIE4 is a must attend for those who want to know more about working strategies and cases around extratonality. After SAPIE1 in Vienna on 28th April 2017, SAPIE2 in Zagreb on 30th September 2017 and SAPIE3 in Rotterdam on the 6th February 2018 the next edition will catch up on the latest debates in the field and trigger new input for the future ongoings around extratonality. More than 250 years after its discovery and justification the field is now recognized worldwide as a significant inquiry in its discipline, therefore this edition consists of several different tracks and presentations.</p> +<p>The approximately 300 SAPIE visitors rated the conference with a 9.8 and more than 98% of the visitors recommends the conference to others or would like to come back in the next edition.</p> +<p>This event is made possible by the kind support of the Institute of Extratonal Composition, WORM pirate bay, varia and nothing more.</p> +<p>Food, drinks and entrance are available on donation!</p> +<p>Program:<br> +19:30 Registration, meet and greet &amp; welcome drinks <br> +20:00 Official Opening: Welcome by Danny van der Kleij (NL, Chairman varia - center of everyday technology / ArtEZ hogeschool voor de kunsten) <br> +20:05 Introduction by the Conference Chairs; Niek Hilkmann (NL, varia - center of everyday technology / Institute of Extratonal Composition) and Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition) </p> +<p>20:15 - 20:45<br> +Applications: Imagination and Extratonlity<br> +Chair: Christina Cochior (RO/NL, Wikipedia Bot Memorial Foundation) <br> +"The imagination of storing" - Thomas Walskaar (NO, Save as.media) - Presentation of an imaginary medium <br> +"how to build a drum" - Teun de Graaf (NL, fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonality and Labour: <br> +Chair: Lidia Pereira (PT/NL, PLU - pervasive labour union)<br> +"full range orchestra tonal system" - a. tangram poets (INT, no institution) <br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - center for everyday technology)</p> +<p>21:15 - 21:45<br> +the extra in the everyday surroundings:<br> +Chair: TBA <br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition"- Dennis de Bel (NL, varia - center of everyday technology / Willem de Kooning Academy / Design Academy Eindhoven) <br> +"Remote Fulfillment" - Moritz (NL, Random Creations) </p> +<p>21:45 - 22:15<br> +extra and beyond:<br> +Chair: TBA<br> +"walking through objects - an intratonal approach" - Michael J. Muik (AT, nothing more - Association for the Promotion of Art, Irritation and Commons) <br> +"Quasitonality - Towards a circulatory practice of disagreement" - oyo (BG/NL, LOFO, Willem de Kooning Academy) &amp; mths (AT/NL, LOFO)</p> +<p>22:15 - 24:00<br> +Extra Presentations:<br> +DJ Pattex (varia - center for everyday technology)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:varia.zone,2018-02-16:/en/extratonaliteit.htmleventNieuwjaarsborrelhttps://varia.zone/nieuwjaarsborrel.html<p>Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.</p> +<p>datum: vrijdag 19 januari +start: 18:00u<br> +performance: 21:00u</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:varia.zone,2018-01-19:/nieuwjaarsborrel.htmleventNew Year's receptionhttps://varia.zone/en/nieuwjaarsborrel.html<p>Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance. </p> +<p>date: Friday, 19th of January +start: 18:00h<br> +performance: 21:00h</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:varia.zone,2018-01-19:/en/nieuwjaarsborrel.htmlevent34c3 screening sessieshttps://varia.zone/ccc-screening.html<p>Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia: </p> +<ul> +<li>woensdag 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Neem je eigen eten en drinken mee en <a href="https://pad.vvvvvvaria.org/34c3">vul het lijstje aan van</a> van talks die we niet kunnen missen, we hebben maar één projector dus we maken het livestream programme ter plekke.</p> +<p>Download het CCC progamma<sup id=sf-ccc-screening-1-back class=simple-footnote>1</sup><span class=simple-footnote-container><span class=simple-footnote-content>[1] <a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a></span></span></p><ol class=simple-footnotes></ol>VariaFri, 15 Dec 2017 00:00:00 +0100tag:varia.zone,2017-12-15:/ccc-screening.htmleventThe Secret Life Of Machine screenings, seizoen 3https://varia.zone/the-secret-life-3.2.html<p>Nieuwe poging! Nu zonder sneeuwstorm.</p> +<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>20 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaFri, 15 Dec 2017 00:00:00 +0100tag:varia.zone,2017-12-15:/the-secret-life-3.2.htmlscreening34c3 screening sessionhttps://varia.zone/en/ccc-screening.html<p>For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia: </p> +<ul> +<li>Wednesday 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Bring your own beer and add your whishes to the list of talks[ref]<a href="https://pad.vvvvvvaria.org/34c3">https://pad.vvvvvvaria.org/34c3</a>[/ref], we only have one projector and make the livestream programme on the spot!</p> +<p>Download the CCC progam[ref]<a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a>[/ref]</p>VariaFri, 15 Dec 2017 00:00:00 +0100tag:varia.zone,2017-12-15:/en/ccc-screening.htmleventSoep & Woorden - Inox Kapellhttps://varia.zone/inox-kapell.html<p>Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.</p> +<p>Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij mensen mee op insectenexcursies, bijvoorbeeld in kasteel Freudenberg. Hij maakt films, muziek en kunst van en over insecten, onder andere in de dadaistische band ‘Ordnungsamt et la politesse’. Bovendien is hij de oprichter van het ‘Insektium’, een insect-gerelateerd museum/galerie/happeningraum in Berlijn. Naar eigen zeggen worden insecten vaak onterecht veroordeeld en is hij degene die tussen ambassadeur mens en insect kan mediëren.</p> +<p>Een paar van zijn woorden: </p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, +dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-26:/inox-kapell.htmleventSoup & Talk - Inox Kapellhttps://varia.zone/en/inox-kapell.html<p>Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.</p> +<p>Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today he takes people on insect excursions, for example in castle Freudenberg. He makes films, music and art from and about them, including his work with the Dadaist band 'Ordnungsamt et la politesse’. Besides that he is the founder of the 'Insektium', an insect-related museum / gallery / happeningraum in Berlin. According to him, insects are often wrongly condemned, but he can mediate between humans and insects as a sort of ambassador.</p> +<p>A few of his words:</p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-26:/en/inox-kapell.htmleventThe Secret Life Of Machine screenings, seizoen 3 (afgelast)https://varia.zone/the-secret-life-3.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>10 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaThu, 23 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-23:/the-secret-life-3.htmlscreeninghomebrewserver.club, kalenders sessie 2https://varia.zone/hbsc-cal-2-nl.html<p>De tweede ontmoeting rondom zelf-gehoste kalenders. </p> +<p>Locatie: Varia</p>VariaWed, 22 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-22:/hbsc-cal-2-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 2https://varia.zone/the-secret-life-2.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-12:/the-secret-life-2.htmlscreeningScreening: The Secret Life Of Machines, season 2https://varia.zone/en/the-secret-life-2.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-12:/en/the-secret-life-2.htmlscreeninghomebrewserver.club, kalenders sessie 1https://varia.zone/hbsc-cal-1-nl.html<p>Een eerste ontmoeting rondom zelf-gehoste kalenders. </p>VariaThu, 09 Nov 2017 00:00:00 +0100tag:varia.zone,2017-11-09:/hbsc-cal-1-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 1https://varia.zone/the-secret-life-seizoen-1.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>5 november</strong>: seizoen 1 - huishoudelijke apparatuur (stofzuiger, naaimachine, centrale verwarming, wasmachine, vriezer en televisie)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 29 Oct 2017 00:00:00 +0200tag:varia.zone,2017-10-29:/the-secret-life-seizoen-1.htmlscreeningOpening Ruimtehttps://varia.zone/opening.html<p>Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level van de ruimte.</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:varia.zone,2017-10-26:/opening.htmleventOpening Spacehttps://varia.zone/en/opening.html<p>After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:varia.zone,2017-10-26:/en/opening.htmleventhomebrewserver.clubhttps://varia.zone/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn goedkope, energiezuinige, onderhoudsarme computers waarmee men in eigen beheer diensten online kan gebruiken.</p> +<p>De club is bedoeld voor zowel gevorderde als beginnende deelnemers. De resultaten van onze bijeekomsten verwerken we tot guides en artikels die de technieken contextualiseren en stap voor stap uitleggen hoe je ze zelf kan uitvoeren.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:varia.zone,2017-09-14:/homebrewserver.club.htmlwork groupself-hostinghomebrewserver.clubhttps://varia.zone/en/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:varia.zone,2017-09-14:/en/homebrewserver.club.htmlwork groupself-hostingRelearn Rotterdamhttps://varia.zone/relearn.html<p>Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen. </p> +<p>Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week vormen. Relearn omarmt het resetten van denkmodi, om een uiteenlopende reeks aanpakken te heroverwegen, die voortkomen uit de ontwikkeling van onze culturen tot en via digitale entiteiten.</p> +<p>Naast een experiment in collectief leren, is Relearn ontstaan vanuit een interesse in Vrije en Open Source Software-cultuur en -praktijken als een manier om de productieprocessen en -kaders van technologie en cultuur te ondervragen.</p> +<p>29 Augustus - 2 September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:varia.zone,2017-08-29:/relearn.htmlprojectsRelearn Rotterdamhttps://varia.zone/en/relearn.html<p>Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.</p> +<p>During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we call "tracks". Relearn outlines the idea of resetting thinking modes, for a diverse set of approaches that we can reconsider, that come out of the development of our cultures towards and through digital entities.</p> +<p>While Relearn is an experiment in collective learning, it grows from an interest in Free / Libre Open Source Software culture and practices as a way to address and acknowledge the production processes and frameworks involving technology and cultur</p> +<p>29th of August - 2nd of September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:varia.zone,2017-08-29:/en/relearn.htmlprojectsRotterdams Electronica Depothttps://varia.zone/red-nl.html<pre> + ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐ + ╠╦╝│ │ │ │ ├┤ ├┬┘ ││├─┤│││ + ╩╚═└─┘ ┴ ┴ └─┘┴└──┴┘┴ ┴┴ ┴ +┌─────────────────┬───────────────┐ +│div. onderdelen │div. onderd. │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +├─────────────────┼───────────────┼────────────────────┐ +│IC's │trim pots, │octo couplers │ +│ │ │EEPROMS │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstanden │weerstanden, │ +│lege lades, │>0.25W │lege lades, │ +│ │ │FTDI, │ +│ │ │arduino │ +│ │ │oscilloscope onderd │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstande │condensatoren, │ +│diodes │=<0.25W │transducers │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +└─────────────────┴───────────────┴────────────────────┘ + ╔═╗┬ ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐ ╔╦╗┌─┐┌─┐┌─┐┌┬┐ + ║╣ │ ├┤ │ │ ├┬┘│ ││││││ ├─┤ ║║├┤ ├─┘│ │ │ + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴ ═╩╝└─┘┴ └─┘ ┴ + +</pre> + +<h1 id="het-rotterdams-electronica-depot">Het Rotterdams Electronica Depot</h1> +<p>Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd vrijwel niet meer mogelijk om een fysieke electronica winkel te bezoeken in Rotterdam. Op deze manier is het onmogelijk om even op de fiets te springen om wat ontbrekende onderdelen te hallen. Daarom heeft een collectief electronica depot opgericht waar deelnemers van tegen kostprijs onderdelen kunnen komen ophalen.</p> +<h1 id="lid-worden">Lid worden:</h1> +<p>Neem contact op met varia via de mailinglijst</p> +<h1 id="openingstijden-en-ophalen">Openingstijden en ophalen</h1> +<p>Het depot kent geen vaste openingstijden. Ophalen kan aan de Gouwstraat 3, 3082 BA, te Rotterdam</p>VariaSun, 09 Apr 2017 00:00:00 +0200tag:varia.zone,2017-04-09:/red-nl.htmlwork groupelectronica \ No newline at end of file diff --git a/old/output/feminist-hack-meetings-feb-servers-en.html b/old/output/feminist-hack-meetings-feb-servers-en.html new file mode 100644 index 0000000..d35de7b --- /dev/null +++ b/old/output/feminist-hack-meetings-feb-servers-en.html @@ -0,0 +1,117 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1637. varia komt in vele vormen:
          1638. +
          1639.  mailinglijst
          1640. +
          1641.  RSS feed
          1642. + +
          1643. Nederlands
          1644. +
          1645. English
          1646. +
            +
            +
            + +
            + + + + +
            +
            + Feminist Hack Meetings: Servers +
            +
            + +
            +
            2020-02-29 15:00
            +
            Published at 29 February 2020
            +
            + +
            +
            +
            +

            Artemis and Angeliki invite you to join the Feminist Hack Meetings.

            +

            Let's talk about feminist servers! In this meeting, we invite you to discuss questions like:
            +What does it mean for a server to be feminist, and how could it look like? What and who does it serve? What does it take to create and maintain it?
            +We would like to map and draw collectively our ideas and consider the possibility of setting up a feminist server at Varia, as a base for our practice.
            +We will bring material (like RPis and computers) to start experimenting and trying things out.
            +Join us!

            +

            The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.
            +January meeting: https://varia.zone/en/feminist-hack-meetings-jan.html

            +

            Program:

            +

            Saturday, 29 Feb 2020

            +

            15:00 - 18:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/feminist-hack-meetings-feb-servers.html b/old/output/feminist-hack-meetings-feb-servers.html new file mode 100644 index 0000000..3b4bdea --- /dev/null +++ b/old/output/feminist-hack-meetings-feb-servers.html @@ -0,0 +1,117 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1647. varia komt in vele vormen:
          1648. +
          1649.  mailinglijst
          1650. +
          1651.  RSS feed
          1652. + +
          1653. Nederlands
          1654. +
          1655. English
          1656. +
            +
            +
            + +
            + + + + +
            +
            + Feministische Hack Bijeenkomsten: Servers +
            +
            + +
            +
            2020-02-29 15:00:00
            +
            Gepubliceerd op 29 February 2020
            +
            + +
            +
            +
            +

            Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.

            +

            Laten we het over feministische servers hebben! In deze vergadering nodigen we u uit om te discussiëren over vragen als:
            +Wat betekent het voor een server om feministisch te zijn, en hoe zou het eruit kunnen zien? Wat en wie dient het? Wat is er nodig om het te creëren en te onderhouden?
            +We willen graag onze ideeën in kaart brengen en de mogelijkheid overwegen om een feministische server op te zetten bij Varia.
            +Wij brengen materiaal zoals RPis en computers mee. Dan kunnen we samen experimenteren en dingen uitproberen.
            +Doe met ons mee!

            +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops. Ze zijn gericht op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken op het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. +Januari bijeenkomst: https://varia.zone/en/feminist-hack-meetings-jan.html

            +

            Programma:

            +

            Zaterdag 29 februari 2020

            +

            15:00 - 18:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/feminist-hack-meetings-jan-en.html b/old/output/feminist-hack-meetings-jan-en.html new file mode 100644 index 0000000..a3a2c50 --- /dev/null +++ b/old/output/feminist-hack-meetings-jan-en.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1657. varia komt in vele vormen:
          1658. +
          1659.  mailinglijst
          1660. +
          1661.  RSS feed
          1662. + +
          1663. Nederlands
          1664. +
          1665. English
          1666. +
            +
            +
            + +
            + + + + +
            +
            + Feminist Hack Meetings +
            +
            + +
            +
            2020-01-25 17:00
            +
            Published at 25 January 2020
            +
            + +
            +
            +
            +

            Artemis and Angeliki invite you to join the Feminist Hack Meetings.

            +

            The Feminist Hack Meetings are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack & tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.

            +

            A feminist approach to technology takes into consideration the social and political context around it. It pushes the boundaries of technological circles, in order to include gender-diverse people, amateurs, or others who have experienced low or high levels of exclusion in tech environments. They also include cultural, artistic and educational practices that are approaching technology, not as an end in itself.

            +

            The idea started after participating in /ETC (Eclectic Tech Carnival) in Athens, which is a gathering of feminists, who critically use/study/share/improve everyday information technologies in the context of the free software and open hardware movements.

            +

            In this first gathering we will give an overview and an introduction to this series of meetings. We will discuss on how this proposal may grow in time.

            +

            Program:

            +

            Saturday, 25 Jan 2020

            +

            17:00 - 19:00

            +

            The event image is part of an illustration made by an /ETC member for /ETC Athens 2019

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/feminist-hack-meetings-jan.html b/old/output/feminist-hack-meetings-jan.html new file mode 100644 index 0000000..af9787d --- /dev/null +++ b/old/output/feminist-hack-meetings-jan.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1667. varia komt in vele vormen:
          1668. +
          1669.  mailinglijst
          1670. +
          1671.  RSS feed
          1672. + +
          1673. Nederlands
          1674. +
          1675. English
          1676. +
            +
            +
            + +
            + + + + +
            +
            + Feministische Hack Bijeenkomsten +
            +
            + +
            +
            2020-01-25 17:00:00
            +
            Gepubliceerd op 25 January 2020
            +
            + +
            +
            +
            +

            Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.

            +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken on het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen.

            +

            Een feministische benadering van technologie houdt rekening met de samenhangende sociale en politieke context. Het verlegt de grenzen van technologische kringen, met inbegrip van gender-diverse mensen, amateurs of anderen, die in minder of meerdere mate een uitsluiting hebben ervaren in technische omgevingen. Ze omvatten ook culturele, artistieke en educatieve praktijken die technologie benaderen, maar niet als een doel op zich.

            +

            Het idee begon na de deelname aan het ETC (Eclectic Tech Carnival) in Athene, een bijeenkomst van feministen, die alledaagse informatie technologieën kritisch gebruiken / bestuderen / delen / verbeteren in de context van de gratis software en open hardware stromingen.

            +

            In deze eerste bijeenkomst zullen we een overzicht en een inleiding geven over deze reeks vergaderingen. We zullen bespreken hoe dit voorstel in de loop van de tijd zich kan ontwikkelen .

            +

            Programma:

            +

            Zaterdag 25 januari 2020

            +

            17:00 - 19:00

            +

            De afbeelding is onderdeel van een illustratie gemaakt door een / ETC-lid voor / ETC Athene 2019.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/floppy-totaal-DD-en.html b/old/output/floppy-totaal-DD-en.html new file mode 100644 index 0000000..0509fe3 --- /dev/null +++ b/old/output/floppy-totaal-DD-en.html @@ -0,0 +1,165 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1677. varia komt in vele vormen:
          1678. +
          1679.  mailinglijst
          1680. +
          1681.  RSS feed
          1682. + +
          1683. Nederlands
          1684. +
          1685. English
          1686. +
            +
            +
            + +
            + + + + +
            +
            + Floppy Totaal: Double Density +
            +
            + +
            +
            2019-10-19 14:00
            +
            Published at 19 October 2019
            +
            + +
            +
            +
            +

            Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine, presentations and conversations with Joak and Jason Scott and a long distance contribution by Michael Ridge.

            +

            The emphasis of the event lies on the concept of the floppy disk as comfort food in a "future/present shocked" digital age. In what way does working with floppy disks help us cope in a time preoccupied with "new" media and planned obsolescence? Does the floppy disk hold more content than just 1,44 MB of data? Join us to find out!

            +
              +
            • workshop: 14:00 / free
            • +
            • evening: 20:00 / 5 euro
            • +
            +

            Full Program:

            +

            Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.

            +

            Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott.

            +
              +
            • Floppy Kick Workshop
            • +
            +

            Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.

            +

            http://floppykickrecords.blogspot.com/ +https://floppykick.bandcamp.com/

            +
              +
            • Eoforwine
            • +
            +

            Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.

            +

            https://eoforwine.bandcamp.com/

            +
              +
            • Kisszántó
            • +
            +

            Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh & obscure +acid vinyl to mix further with.

            +

            https://kisszanto.bandcamp.com/

            +
              +
            • Joak
            • +
            +

            Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.

            +

            https://joak.nospace.at/

            +
              +
            • Michael Ridge
            • +
            +

            Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge & Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!

            +

            https://michaelridge.wordpress.com/

            +
              +
            • Jason Scott
            • +
            +

            Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.

            +

            https://en.wikipedia.org/wiki/Jason_Scott

            +
              +
            • Floppy Totaal
            • +
            +

            Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.

            +

            http://www.floppytotaal.org/

            +

            This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/floppy-totaal-DD.html b/old/output/floppy-totaal-DD.html new file mode 100644 index 0000000..5fbb481 --- /dev/null +++ b/old/output/floppy-totaal-DD.html @@ -0,0 +1,165 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1687. varia komt in vele vormen:
          1688. +
          1689.  mailinglijst
          1690. +
          1691.  RSS feed
          1692. + +
          1693. Nederlands
          1694. +
          1695. English
          1696. +
            +
            +
            + +
            + + + + +
            +
            + Floppy Totaal: Double Density +
            +
            + +
            +
            2019-10-19 14:00:00
            +
            Gepubliceerd op 19 October 2019
            +
            + +
            +
            +
            +

            Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld met optredens van Kisszántó en Eoforwine, presentaties en gesprekken met Joak en Jason Scott en een bijdrage op lange afstand van Michael Ridge.

            +

            De nadruk van dit evenement ligt op het concept van de diskette als comfortfood in een "future / present shocked" tijdperk. Op welke manier helpt de omgang met diskettes ons om te overleven in een tijd die vooral wordt gekenmerkt door "nieuwe media" en "planned obsolescence"? Bevat de diskette meer inhoud dan enkel 1,44 MB aan data? Op 19 oktober zoeken we het uit!

            +
              +
            • workshop: 14:00 / gratis
            • +
            • avondprogramma: 20:00 / 5 euro
            • +
            +

            Full Program (in het Engels):

            +

            Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.

            +

            Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott.

            +
              +
            • Floppy Kick Workshop
            • +
            +

            Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.

            +

            http://floppykickrecords.blogspot.com/ +https://floppykick.bandcamp.com/

            +
              +
            • Eoforwine
            • +
            +

            Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.

            +

            https://eoforwine.bandcamp.com/

            +
              +
            • Kisszántó
            • +
            +

            Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh & obscure +acid vinyl to mix further with.

            +

            https://kisszanto.bandcamp.com/

            +
              +
            • Joak
            • +
            +

            Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.

            +

            https://joak.nospace.at/

            +
              +
            • Michael Ridge
            • +
            +

            Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge & Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!

            +

            https://michaelridge.wordpress.com/

            +
              +
            • Jason Scott
            • +
            +

            Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.

            +

            https://en.wikipedia.org/wiki/Jason_Scott

            +
              +
            • Floppy Totaal
            • +
            +

            Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.

            +

            http://www.floppytotaal.org/

            +

            This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/hbsc-cal-1-en-en.html b/old/output/hbsc-cal-1-en-en.html new file mode 100644 index 0000000..97e39ab --- /dev/null +++ b/old/output/hbsc-cal-1-en-en.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1697. varia komt in vele vormen:
          1698. +
          1699.  mailinglijst
          1700. +
          1701.  RSS feed
          1702. + +
          1703. Nederlands
          1704. +
          1705. English
          1706. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club, calendars session 1 +
            +
            + +
            +
            2017-11-16 19:00
            +
            09 November 2017
            +
            + +
            +
            +
            +

            A first gathering around self-hosted calendars.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/hbsc-cal-1-nl.html b/old/output/hbsc-cal-1-nl.html new file mode 100644 index 0000000..b019fe8 --- /dev/null +++ b/old/output/hbsc-cal-1-nl.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1707. varia komt in vele vormen:
          1708. +
          1709.  mailinglijst
          1710. +
          1711.  RSS feed
          1712. + +
          1713. Nederlands
          1714. +
          1715. English
          1716. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club, kalenders sessie 1 +
            +
            + +
            +
            2017-11-16 19:00:00
            +
            09 November 2017
            +
            + +
            +
            +
            +

            Een eerste ontmoeting rondom zelf-gehoste kalenders.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/hbsc-cal-2-en-en.html b/old/output/hbsc-cal-2-en-en.html new file mode 100644 index 0000000..760fb77 --- /dev/null +++ b/old/output/hbsc-cal-2-en-en.html @@ -0,0 +1,108 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1717. varia komt in vele vormen:
          1718. +
          1719.  mailinglijst
          1720. +
          1721.  RSS feed
          1722. + +
          1723. Nederlands
          1724. +
          1725. English
          1726. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club, kalenders sessie 2 +
            +
            + +
            +
            2017-11-30 19:00
            +
            22 November 2017
            +
            + +
            +
            +
            +

            A second gathering around self-hosted calendars.

            +

            Location: Varia

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/hbsc-cal-2-nl.html b/old/output/hbsc-cal-2-nl.html new file mode 100644 index 0000000..5fbcd42 --- /dev/null +++ b/old/output/hbsc-cal-2-nl.html @@ -0,0 +1,108 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1727. varia komt in vele vormen:
          1728. +
          1729.  mailinglijst
          1730. +
          1731.  RSS feed
          1732. + +
          1733. Nederlands
          1734. +
          1735. English
          1736. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club, kalenders sessie 2 +
            +
            + +
            +
            2017-11-30 19:00:00
            +
            22 November 2017
            +
            + +
            +
            +
            +

            De tweede ontmoeting rondom zelf-gehoste kalenders.

            +

            Locatie: Varia

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/heath-bunting-apocalypse-en.html b/old/output/heath-bunting-apocalypse-en.html new file mode 100644 index 0000000..1941f36 --- /dev/null +++ b/old/output/heath-bunting-apocalypse-en.html @@ -0,0 +1,131 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1737. varia komt in vele vormen:
          1738. +
          1739.  mailinglijst
          1740. +
          1741.  RSS feed
          1742. + +
          1743. Nederlands
          1744. +
          1745. English
          1746. +
            +
            +
            + +
            + + + + +
            +
            + Heath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypse +
            +
            + +
            +
            2020-02-17 14:00
            +
            Published at 17 February 2020
            +
            + +
            +
            +
            +

            Heath Bunting is an artist based in the UK who, for more than thirty years, has questioned and undermined systems of control and communication. He began as a street artist putting up fly posters in public spaces, belonged to the first generation of net.artists in the 1990s where he found (and ran the server of) irational.org, but turned away from the Internet in 1998, seeing its corporate takeover as early as in that year.

            +

            He set up several radio stations, collaborated with Kate Rich on alternative distribution systems for goods and workshops for trespassing private property. For his "Identity Bureau', he investigated ways for people to legally obtain a new names and identities using loopholes in the bureaucracies of Western countries (and gave an Identity Bureau workshop in 2014 at Wlfrt Projectspace Rotterdam). In his daily life and travels, he strictly avoids use of electronic systems that make him traceable, including bank cards and mobile phones.

            +

            The above is only a small fraction of his activities in working against control systems. Florian Cramer will have a two-hour conversation with Heath Bunting on his past and present projects, with the aim to share Heath's knowledge and experience with the audience. This will be followed, at 16.00, by heath's critical feedback on the current activities of the Voluntary Fire Brigade of the Apocalypse in Rotterdam.

            +

            Program:

            +

            14.00-16.00: Thirty years of researching and working against control systems - conversation & project review with Heath Bunting
            + 16.00-17.00: Feedback on the Voluntary Fire Brigade of the Apocalypse
            + 17.00-19.00: break with coffee, tea, soup
            + 19.00: DJ set by Jacco Weener

            +

            date: February 17, 2020 + entry: free or donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/heath-bunting-apocalypse.html b/old/output/heath-bunting-apocalypse.html new file mode 100644 index 0000000..ab89146 --- /dev/null +++ b/old/output/heath-bunting-apocalypse.html @@ -0,0 +1,131 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1747. varia komt in vele vormen:
          1748. +
          1749.  mailinglijst
          1750. +
          1751.  RSS feed
          1752. + +
          1753. Nederlands
          1754. +
          1755. English
          1756. +
            +
            +
            + +
            + + + + +
            +
            + Heath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypse +
            +
            + +
            +
            2020-02-17 14:00:00
            +
            Gepubliceerd op 17 February 2020
            +
            + +
            +
            +
            +

            Heath Bunting is een in Engeland gevestigde kunstenaar die al meer dan dertig jaar controle- en communicatiesystemen in twijfel trekt en ondermijnt. Hij begon als street artist door posters op te hangen in de openbare ruimte, behoorde tot de eerste generatie van net.artists in de jaren negentig, waar hij irational.org oprichtte (en de server runde), maar keerde zich in 1998 van het internet af toen hij diens bedrijfsovername daarvan voorzag.

            +

            Hij richtte verschillende radiostations op en werkte samen met Kate Rich aan workshops voor het betreden van privébezit en aan alternatieve distributiesystemen voor goederen. Voor zijn 'Identity Bureau' project onderzocht hij manieren voor individuën om legaal een nieuwe naam en identiteit te verkrijgen via de bureaucratische mazen van westerse landen (in 2014 gaf hij een Identity Bureau workshop in Wlfrt Projectspace Rotterdam). In zijn dagelijkse leven, vermijdt Bunting strikt het gebruik van elektronische systemen die hem traceerbaar maken, waaronder bankkaarten en mobiele telefoons.

            +

            Het bovenstaande is slechts een klein deel van zijn activiteiten en strijd tegen controlesystemen. Florian Cramer zal een gesprek van twee uur met Heath Bunting voeren over zijn vroegere en huidige projecten, met als doel de kennis en ervaring van Heath met het publiek te delen. Hierop volgt om 16.00 uur kritische feedback van Heath op de huidige activiteiten van the Voluntary Fire Brigade of the Apocalypse in Rotterdam.

            +

            Programma:

            +

            14.00-16.00: Dertig jaar onderzoek naar en activisme tegen controlesystemen - gesprek- en projectevaluatie met Heath Bunting
            + 16.00-17.00: Feedback op the Voluntary Fire Brigade of the Apocalypse
            + 17.00-19.00: pauze met koffie, thee en soep
            + 19.00: DJ set van Jacco Weener

            +

            datum: 17 Februari, 2020 + toegang: gratis of donatie

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/homebrewserver.club-en.html b/old/output/homebrewserver.club-en.html new file mode 100644 index 0000000..c0c6e60 --- /dev/null +++ b/old/output/homebrewserver.club-en.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1757. varia komt in vele vormen:
          1758. +
          1759.  mailinglijst
          1760. +
          1761.  RSS feed
          1762. + +
          1763. Nederlands
          1764. +
          1765. English
          1766. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club +
            +
            + +
            +
            Published at 14 September 2017
            +
            + +
            +
            +
            +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.

            +

            homebrewserver.club

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/homebrewserver.club.html b/old/output/homebrewserver.club.html new file mode 100644 index 0000000..ac2b67c --- /dev/null +++ b/old/output/homebrewserver.club.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1767. varia komt in vele vormen:
          1768. +
          1769.  mailinglijst
          1770. +
          1771.  RSS feed
          1772. + +
          1773. Nederlands
          1774. +
          1775. English
          1776. +
            +
            +
            + +
            + + + + +
            +
            + homebrewserver.club +
            +
            + +
            +
            Gepubliceerd op 14 September 2017
            +
            + +
            +
            +
            +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn goedkope, energiezuinige, onderhoudsarme computers waarmee men in eigen beheer diensten online kan gebruiken.

            +

            De club is bedoeld voor zowel gevorderde als beginnende deelnemers. De resultaten van onze bijeekomsten verwerken we tot guides en artikels die de technieken contextualiseren en stap voor stap uitleggen hoe je ze zelf kan uitvoeren.

            +

            homebrewserver.club

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/id-buy-that-for-a-dollar-en.html b/old/output/id-buy-that-for-a-dollar-en.html new file mode 100644 index 0000000..7d13c62 --- /dev/null +++ b/old/output/id-buy-that-for-a-dollar-en.html @@ -0,0 +1,113 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1777. varia komt in vele vormen:
          1778. +
          1779.  mailinglijst
          1780. +
          1781.  RSS feed
          1782. + +
          1783. Nederlands
          1784. +
          1785. English
          1786. +
            +
            +
            + +
            + + + + +
            +
            + Century 21 Calling -  I'd Buy That For A Dollar! +
            +
            + +
            +
            2018-12-15 20:00
            +
            Published at 15 December 2018
            +
            + +
            +
            +
            +

            During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and refund instruction video’s. This will surely get you in the shopping mood!

            +

            Century 21 Calling is a series by the collective Save_as and hosted at Varia in Rotterdam. During these screenings we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.

            +

            Save_as is a platform for 360 degrees media exploration by Thomas Walskaar and Léna Robin, initiated in 2017. Save_as investigates media and alternative publishing practices, to observe tensions which emanate from them. Save_as is also an independent publisher of printed and non-printed matter.

            +

            Date: Saturday, 15 December 2018
            +Door: 20:00
            +Start: 20:30
            +Entrance: Donation

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/id-buy-that-for-a-dollar.html b/old/output/id-buy-that-for-a-dollar.html new file mode 100644 index 0000000..ac8eb09 --- /dev/null +++ b/old/output/id-buy-that-for-a-dollar.html @@ -0,0 +1,112 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1787. varia komt in vele vormen:
          1788. +
          1789.  mailinglijst
          1790. +
          1791.  RSS feed
          1792. + +
          1793. Nederlands
          1794. +
          1795. English
          1796. +
            +
            +
            + +
            + + + + +
            +
            + Century 21 Calling - I'd Buy That For A Dollar! +
            +
            + +
            +
            2018-12-15 20:00:00
            +
            Gepubliceerd op 15 December 2018
            +
            + +
            +
            +
            +

            Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen van je spelcomputer naar de winkel.

            +

            Century 21 Calling gebruikt archiefmateriaal uit de industrie, infomercials van bedrijven, tv uitzendingen en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken die om het heden te doorgronden. Het is een initiatief van Save_as en vindt plaats in Varia in Rotterdam.

            +

            Datum: Zaterdag, 15 December 2018
            +Deur: 20:00
            +Start: 20:30
            +Entree: Donatie

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/images/20195.jpg b/old/output/images/20195.jpg new file mode 100644 index 0000000..1ba1c13 Binary files /dev/null and b/old/output/images/20195.jpg differ diff --git a/old/output/images/8245264_1280x720.jpg b/old/output/images/8245264_1280x720.jpg new file mode 100644 index 0000000..62173aa Binary files /dev/null and b/old/output/images/8245264_1280x720.jpg differ diff --git a/old/output/images/Aloardi.jpg b/old/output/images/Aloardi.jpg new file mode 100644 index 0000000..c888731 Binary files /dev/null and b/old/output/images/Aloardi.jpg differ diff --git a/old/output/images/C212_05_safey.jpg b/old/output/images/C212_05_safey.jpg new file mode 100644 index 0000000..5c55b48 Binary files /dev/null and b/old/output/images/C212_05_safey.jpg differ diff --git a/old/output/images/C212_shopping.jpg b/old/output/images/C212_shopping.jpg new file mode 100644 index 0000000..773a8e6 Binary files /dev/null and b/old/output/images/C212_shopping.jpg differ diff --git a/old/output/images/CLM2.jpg b/old/output/images/CLM2.jpg new file mode 100644 index 0000000..5c7c8ee Binary files /dev/null and b/old/output/images/CLM2.jpg differ diff --git a/old/output/images/Cake.jpg b/old/output/images/Cake.jpg new file mode 100644 index 0000000..c6fbe09 Binary files /dev/null and b/old/output/images/Cake.jpg differ diff --git a/old/output/images/Camp Century.jpeg b/old/output/images/Camp Century.jpeg new file mode 100644 index 0000000..2aa7d4c Binary files /dev/null and b/old/output/images/Camp Century.jpeg differ diff --git a/old/output/images/Casio.jpg b/old/output/images/Casio.jpg new file mode 100644 index 0000000..920132b Binary files /dev/null and b/old/output/images/Casio.jpg differ diff --git a/old/output/images/ConversasEvento137-02.png b/old/output/images/ConversasEvento137-02.png new file mode 100644 index 0000000..a4cede6 Binary files /dev/null and b/old/output/images/ConversasEvento137-02.png differ diff --git a/old/output/images/Crystals_goes_to_war_poster.jpeg b/old/output/images/Crystals_goes_to_war_poster.jpeg new file mode 100644 index 0000000..63dbf75 Binary files /dev/null and b/old/output/images/Crystals_goes_to_war_poster.jpeg differ diff --git a/old/output/images/Entrepecariat Book Launch.jpeg b/old/output/images/Entrepecariat Book Launch.jpeg new file mode 100644 index 0000000..9921c2a Binary files /dev/null and b/old/output/images/Entrepecariat Book Launch.jpeg differ diff --git a/old/output/images/Evamuss1.jpg b/old/output/images/Evamuss1.jpg new file mode 100644 index 0000000..701e0eb Binary files /dev/null and b/old/output/images/Evamuss1.jpg differ diff --git a/old/output/images/Evamuss_Kalinigrad_14_06-2018.jpg b/old/output/images/Evamuss_Kalinigrad_14_06-2018.jpg new file mode 100644 index 0000000..f233486 Binary files /dev/null and b/old/output/images/Evamuss_Kalinigrad_14_06-2018.jpg differ diff --git a/old/output/images/Evamuss_by_Austeja_Kaunas3.jpg b/old/output/images/Evamuss_by_Austeja_Kaunas3.jpg new file mode 100644 index 0000000..7f67062 Binary files /dev/null and b/old/output/images/Evamuss_by_Austeja_Kaunas3.jpg differ diff --git a/old/output/images/Extra.jpg b/old/output/images/Extra.jpg new file mode 100644 index 0000000..9ac5e94 Binary files /dev/null and b/old/output/images/Extra.jpg differ diff --git a/old/output/images/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/output/images/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg new file mode 100644 index 0000000..d278380 Binary files /dev/null and b/old/output/images/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg differ diff --git a/old/output/images/Infinite-Outwardness-Web-2.jpg b/old/output/images/Infinite-Outwardness-Web-2.jpg new file mode 100644 index 0000000..ae2cb80 Binary files /dev/null and b/old/output/images/Infinite-Outwardness-Web-2.jpg differ diff --git a/old/output/images/Infinite.jpg b/old/output/images/Infinite.jpg new file mode 100644 index 0000000..90b2498 Binary files /dev/null and b/old/output/images/Infinite.jpg differ diff --git a/old/output/images/Krantz.jpg b/old/output/images/Krantz.jpg new file mode 100644 index 0000000..8d85376 Binary files /dev/null and b/old/output/images/Krantz.jpg differ diff --git a/old/output/images/Niek-At-Varia5hd.jpg b/old/output/images/Niek-At-Varia5hd.jpg new file mode 100644 index 0000000..26542e5 Binary files /dev/null and b/old/output/images/Niek-At-Varia5hd.jpg differ diff --git a/old/output/images/Repair.jpg b/old/output/images/Repair.jpg new file mode 100644 index 0000000..4b95a06 Binary files /dev/null and b/old/output/images/Repair.jpg differ diff --git a/old/output/images/SWOS - varia 2020.jpg b/old/output/images/SWOS - varia 2020.jpg new file mode 100644 index 0000000..a351c06 Binary files /dev/null and b/old/output/images/SWOS - varia 2020.jpg differ diff --git a/old/output/images/Santas.jpg b/old/output/images/Santas.jpg new file mode 100644 index 0000000..5d36590 Binary files /dev/null and b/old/output/images/Santas.jpg differ diff --git a/old/output/images/Spacejunk.jpg b/old/output/images/Spacejunk.jpg new file mode 100644 index 0000000..e8c256b Binary files /dev/null and b/old/output/images/Spacejunk.jpg differ diff --git a/old/output/images/Trash-1900s.jpg b/old/output/images/Trash-1900s.jpg new file mode 100644 index 0000000..3ccbb47 Binary files /dev/null and b/old/output/images/Trash-1900s.jpg differ diff --git a/old/output/images/Velocity.jpg b/old/output/images/Velocity.jpg new file mode 100644 index 0000000..668e057 Binary files /dev/null and b/old/output/images/Velocity.jpg differ diff --git a/old/output/images/able-noise-3.jpg b/old/output/images/able-noise-3.jpg new file mode 100644 index 0000000..841b39a Binary files /dev/null and b/old/output/images/able-noise-3.jpg differ diff --git a/old/output/images/algologs.png b/old/output/images/algologs.png new file mode 100644 index 0000000..94b2368 Binary files /dev/null and b/old/output/images/algologs.png differ diff --git a/old/output/images/allesflex.png b/old/output/images/allesflex.png new file mode 100644 index 0000000..2343cb5 Binary files /dev/null and b/old/output/images/allesflex.png differ diff --git a/old/output/images/arton3017-b0f93.png b/old/output/images/arton3017-b0f93.png new file mode 100644 index 0000000..5435077 Binary files /dev/null and b/old/output/images/arton3017-b0f93.png differ diff --git a/old/output/images/autonomous-fabric-2019.png b/old/output/images/autonomous-fabric-2019.png new file mode 100644 index 0000000..e1c9889 Binary files /dev/null and b/old/output/images/autonomous-fabric-2019.png differ diff --git a/old/output/images/beachbombart.jpg b/old/output/images/beachbombart.jpg new file mode 100644 index 0000000..c3925c6 Binary files /dev/null and b/old/output/images/beachbombart.jpg differ diff --git a/old/output/images/bibliotecha_01.png b/old/output/images/bibliotecha_01.png new file mode 100644 index 0000000..8257093 Binary files /dev/null and b/old/output/images/bibliotecha_01.png differ diff --git a/old/output/images/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/output/images/bootleg_library_sessions_extra_text_varia_EN.jpg new file mode 100644 index 0000000..44daafb Binary files /dev/null and b/old/output/images/bootleg_library_sessions_extra_text_varia_EN.jpg differ diff --git a/old/output/images/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/output/images/bootleg_library_sessions_extra_text_varia_NL.jpg new file mode 100644 index 0000000..7597ce9 Binary files /dev/null and b/old/output/images/bootleg_library_sessions_extra_text_varia_NL.jpg differ diff --git a/old/output/images/bpwlogo.jpg b/old/output/images/bpwlogo.jpg new file mode 100644 index 0000000..7ef68df Binary files /dev/null and b/old/output/images/bpwlogo.jpg differ diff --git a/old/output/images/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/output/images/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg new file mode 100644 index 0000000..f6dd553 Binary files /dev/null and b/old/output/images/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg differ diff --git a/old/output/images/c21c-02_web_final.jpg b/old/output/images/c21c-02_web_final.jpg new file mode 100644 index 0000000..257ed67 Binary files /dev/null and b/old/output/images/c21c-02_web_final.jpg differ diff --git a/old/output/images/cal.png b/old/output/images/cal.png new file mode 100644 index 0000000..d57b4a1 Binary files /dev/null and b/old/output/images/cal.png differ diff --git a/old/output/images/cal2.png b/old/output/images/cal2.png new file mode 100644 index 0000000..4fc7e76 Binary files /dev/null and b/old/output/images/cal2.png differ diff --git a/old/output/images/cbkrotterdam.png b/old/output/images/cbkrotterdam.png new file mode 100644 index 0000000..8539704 Binary files /dev/null and b/old/output/images/cbkrotterdam.png differ diff --git a/old/output/images/ccc-2017.jpg b/old/output/images/ccc-2017.jpg new file mode 100644 index 0000000..1b24910 Binary files /dev/null and b/old/output/images/ccc-2017.jpg differ diff --git a/old/output/images/ccc-tram.jpg b/old/output/images/ccc-tram.jpg new file mode 100644 index 0000000..241157a Binary files /dev/null and b/old/output/images/ccc-tram.jpg differ diff --git a/old/output/images/century21.jpg b/old/output/images/century21.jpg new file mode 100644 index 0000000..bd51364 Binary files /dev/null and b/old/output/images/century21.jpg differ diff --git a/old/output/images/century21_the-big-bounce.jpg b/old/output/images/century21_the-big-bounce.jpg new file mode 100644 index 0000000..db40ee2 Binary files /dev/null and b/old/output/images/century21_the-big-bounce.jpg differ diff --git a/old/output/images/choreo_joanachicau.gif b/old/output/images/choreo_joanachicau.gif new file mode 100644 index 0000000..0256fd9 Binary files /dev/null and b/old/output/images/choreo_joanachicau.gif differ diff --git a/old/output/images/colours.gif b/old/output/images/colours.gif new file mode 100644 index 0000000..930a9b7 Binary files /dev/null and b/old/output/images/colours.gif differ diff --git a/old/output/images/curriculum.command-lines.png b/old/output/images/curriculum.command-lines.png new file mode 100644 index 0000000..b01ed35 Binary files /dev/null and b/old/output/images/curriculum.command-lines.png differ diff --git a/old/output/images/curve.png b/old/output/images/curve.png new file mode 100644 index 0000000..2a49859 Binary files /dev/null and b/old/output/images/curve.png differ diff --git a/old/output/images/de_varia.jpg b/old/output/images/de_varia.jpg new file mode 100644 index 0000000..cceae67 Binary files /dev/null and b/old/output/images/de_varia.jpg differ diff --git a/old/output/images/de_varia.png b/old/output/images/de_varia.png new file mode 100644 index 0000000..0025e36 Binary files /dev/null and b/old/output/images/de_varia.png differ diff --git a/old/output/images/druk-concert.jpg b/old/output/images/druk-concert.jpg new file mode 100644 index 0000000..d8d18a3 Binary files /dev/null and b/old/output/images/druk-concert.jpg differ diff --git a/old/output/images/extra image 1.jpg b/old/output/images/extra image 1.jpg new file mode 100644 index 0000000..630741c Binary files /dev/null and b/old/output/images/extra image 1.jpg differ diff --git a/old/output/images/extra image 3.jpg b/old/output/images/extra image 3.jpg new file mode 100644 index 0000000..d406829 Binary files /dev/null and b/old/output/images/extra image 3.jpg differ diff --git a/old/output/images/feminist-servers.jpg b/old/output/images/feminist-servers.jpg new file mode 100644 index 0000000..a0dc7e6 Binary files /dev/null and b/old/output/images/feminist-servers.jpg differ diff --git a/old/output/images/fire.gif b/old/output/images/fire.gif new file mode 100644 index 0000000..430bbdd Binary files /dev/null and b/old/output/images/fire.gif differ diff --git a/old/output/images/hbsc1.png b/old/output/images/hbsc1.png new file mode 100644 index 0000000..48399f6 Binary files /dev/null and b/old/output/images/hbsc1.png differ diff --git a/old/output/images/homebrewserverclub.png b/old/output/images/homebrewserverclub.png new file mode 100644 index 0000000..cf360e9 Binary files /dev/null and b/old/output/images/homebrewserverclub.png differ diff --git a/old/output/images/infinitehd.jpg b/old/output/images/infinitehd.jpg new file mode 100644 index 0000000..b946f73 Binary files /dev/null and b/old/output/images/infinitehd.jpg differ diff --git a/old/output/images/insekt.jpg b/old/output/images/insekt.jpg new file mode 100644 index 0000000..bf5ff4e Binary files /dev/null and b/old/output/images/insekt.jpg differ diff --git a/old/output/images/kettle4-web-xs.jpg b/old/output/images/kettle4-web-xs.jpg new file mode 100644 index 0000000..4e83c8b Binary files /dev/null and b/old/output/images/kettle4-web-xs.jpg differ diff --git a/old/output/images/lifehacks-girard-meunier.jpg b/old/output/images/lifehacks-girard-meunier.jpg new file mode 100644 index 0000000..d11ad4a Binary files /dev/null and b/old/output/images/lifehacks-girard-meunier.jpg differ diff --git a/old/output/images/networktopology.jpeg b/old/output/images/networktopology.jpeg new file mode 100644 index 0000000..7fda2c2 Binary files /dev/null and b/old/output/images/networktopology.jpeg differ diff --git a/old/output/images/nieuwjaarsborrel.jpg b/old/output/images/nieuwjaarsborrel.jpg new file mode 100644 index 0000000..8be05a0 Binary files /dev/null and b/old/output/images/nieuwjaarsborrel.jpg differ diff --git a/old/output/images/nieuwjaarsborrel.png b/old/output/images/nieuwjaarsborrel.png new file mode 100644 index 0000000..c0ed672 Binary files /dev/null and b/old/output/images/nieuwjaarsborrel.png differ diff --git a/old/output/images/nooo2.png b/old/output/images/nooo2.png new file mode 100644 index 0000000..6c50d13 Binary files /dev/null and b/old/output/images/nooo2.png differ diff --git a/old/output/images/nooo2.relearn.jpg b/old/output/images/nooo2.relearn.jpg new file mode 100644 index 0000000..a2d8cda Binary files /dev/null and b/old/output/images/nooo2.relearn.jpg differ diff --git a/old/output/images/nooo2.relearn2.jpg b/old/output/images/nooo2.relearn2.jpg new file mode 100644 index 0000000..bd24f29 Binary files /dev/null and b/old/output/images/nooo2.relearn2.jpg differ diff --git a/old/output/images/offline_listening.png b/old/output/images/offline_listening.png new file mode 100644 index 0000000..e1429b3 Binary files /dev/null and b/old/output/images/offline_listening.png differ diff --git a/old/output/images/og.png b/old/output/images/og.png new file mode 100644 index 0000000..f41be42 Binary files /dev/null and b/old/output/images/og.png differ diff --git a/old/output/images/og2.png b/old/output/images/og2.png new file mode 100644 index 0000000..a47f3c0 Binary files /dev/null and b/old/output/images/og2.png differ diff --git a/old/output/images/ouroboros.gif b/old/output/images/ouroboros.gif new file mode 100644 index 0000000..5d8b9f3 Binary files /dev/null and b/old/output/images/ouroboros.gif differ diff --git a/old/output/images/pg.jpg b/old/output/images/pg.jpg new file mode 100644 index 0000000..9421e3b Binary files /dev/null and b/old/output/images/pg.jpg differ diff --git a/old/output/images/plu13.png b/old/output/images/plu13.png new file mode 100644 index 0000000..885e47e Binary files /dev/null and b/old/output/images/plu13.png differ diff --git a/old/output/images/pluz.jpg b/old/output/images/pluz.jpg new file mode 100644 index 0000000..2155b8d Binary files /dev/null and b/old/output/images/pluz.jpg differ diff --git a/old/output/images/ps-img.png b/old/output/images/ps-img.png new file mode 100644 index 0000000..14cc726 Binary files /dev/null and b/old/output/images/ps-img.png differ diff --git a/old/output/images/pub.gif b/old/output/images/pub.gif new file mode 100644 index 0000000..6081bf8 Binary files /dev/null and b/old/output/images/pub.gif differ diff --git a/old/output/images/pushingscores.jpeg b/old/output/images/pushingscores.jpeg new file mode 100644 index 0000000..f29b8d9 Binary files /dev/null and b/old/output/images/pushingscores.jpeg differ diff --git a/old/output/images/pushingscores2.jpg b/old/output/images/pushingscores2.jpg new file mode 100644 index 0000000..63fc7a4 Binary files /dev/null and b/old/output/images/pushingscores2.jpg differ diff --git a/old/output/images/radio.jpg b/old/output/images/radio.jpg new file mode 100644 index 0000000..1115f47 Binary files /dev/null and b/old/output/images/radio.jpg differ diff --git a/old/output/images/radioontheradio01-02-01-popunie.jpg b/old/output/images/radioontheradio01-02-01-popunie.jpg new file mode 100644 index 0000000..87ef6e1 Binary files /dev/null and b/old/output/images/radioontheradio01-02-01-popunie.jpg differ diff --git a/old/output/images/radioontheradio01-02-01.jpg b/old/output/images/radioontheradio01-02-01.jpg new file mode 100644 index 0000000..13a1905 Binary files /dev/null and b/old/output/images/radioontheradio01-02-01.jpg differ diff --git a/old/output/images/read-and-repair-img.png b/old/output/images/read-and-repair-img.png new file mode 100644 index 0000000..91695c8 Binary files /dev/null and b/old/output/images/read-and-repair-img.png differ diff --git a/old/output/images/schoolbells.jpg b/old/output/images/schoolbells.jpg new file mode 100644 index 0000000..ecb5cdc Binary files /dev/null and b/old/output/images/schoolbells.jpg differ diff --git a/old/output/images/secret_life_chain.gif b/old/output/images/secret_life_chain.gif new file mode 100644 index 0000000..6970893 Binary files /dev/null and b/old/output/images/secret_life_chain.gif differ diff --git a/old/output/images/secret_life_chain_compressed.gif b/old/output/images/secret_life_chain_compressed.gif new file mode 100644 index 0000000..9f62f90 Binary files /dev/null and b/old/output/images/secret_life_chain_compressed.gif differ diff --git a/old/output/images/static-dynamic.svg b/old/output/images/static-dynamic.svg new file mode 100644 index 0000000..eca84ea --- /dev/null +++ b/old/output/images/static-dynamic.svg @@ -0,0 +1,1300 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + static site dynamic site serving serving server sideprocessing databasestoring http request http request http response http response + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/old/output/images/stimu.en.gif b/old/output/images/stimu.en.gif new file mode 100644 index 0000000..be1005a Binary files /dev/null and b/old/output/images/stimu.en.gif differ diff --git a/old/output/images/stimu.nl.gif b/old/output/images/stimu.nl.gif new file mode 100644 index 0000000..a2046b4 Binary files /dev/null and b/old/output/images/stimu.nl.gif differ diff --git a/old/output/images/the-social-in-the-media-01.jpg b/old/output/images/the-social-in-the-media-01.jpg new file mode 100644 index 0000000..83b53f8 Binary files /dev/null and b/old/output/images/the-social-in-the-media-01.jpg differ diff --git a/old/output/images/the-social-in-the-media-02.jpg b/old/output/images/the-social-in-the-media-02.jpg new file mode 100644 index 0000000..a32db97 Binary files /dev/null and b/old/output/images/the-social-in-the-media-02.jpg differ diff --git a/old/output/images/this.gif b/old/output/images/this.gif new file mode 100644 index 0000000..c70b3e8 Binary files /dev/null and b/old/output/images/this.gif differ diff --git a/old/output/images/thumb/20195.jpg b/old/output/images/thumb/20195.jpg new file mode 100644 index 0000000..4bffb5d Binary files /dev/null and b/old/output/images/thumb/20195.jpg differ diff --git a/old/output/images/thumb/8245264_1280x720.jpg b/old/output/images/thumb/8245264_1280x720.jpg new file mode 100644 index 0000000..3f6a173 Binary files /dev/null and b/old/output/images/thumb/8245264_1280x720.jpg differ diff --git a/old/output/images/thumb/Aloardi.jpg b/old/output/images/thumb/Aloardi.jpg new file mode 100644 index 0000000..507e4b3 Binary files /dev/null and b/old/output/images/thumb/Aloardi.jpg differ diff --git a/old/output/images/thumb/C212_05_safey.jpg b/old/output/images/thumb/C212_05_safey.jpg new file mode 100644 index 0000000..9dfce5d Binary files /dev/null and b/old/output/images/thumb/C212_05_safey.jpg differ diff --git a/old/output/images/thumb/C212_shopping.jpg b/old/output/images/thumb/C212_shopping.jpg new file mode 100644 index 0000000..a347477 Binary files /dev/null and b/old/output/images/thumb/C212_shopping.jpg differ diff --git a/old/output/images/thumb/CLM2.jpg b/old/output/images/thumb/CLM2.jpg new file mode 100644 index 0000000..8dc747b Binary files /dev/null and b/old/output/images/thumb/CLM2.jpg differ diff --git a/old/output/images/thumb/Cake.jpg b/old/output/images/thumb/Cake.jpg new file mode 100644 index 0000000..63fb742 Binary files /dev/null and b/old/output/images/thumb/Cake.jpg differ diff --git a/old/output/images/thumb/Camp Century.jpeg b/old/output/images/thumb/Camp Century.jpeg new file mode 100644 index 0000000..52a4aeb Binary files /dev/null and b/old/output/images/thumb/Camp Century.jpeg differ diff --git a/old/output/images/thumb/Casio.jpg b/old/output/images/thumb/Casio.jpg new file mode 100644 index 0000000..993f133 Binary files /dev/null and b/old/output/images/thumb/Casio.jpg differ diff --git a/old/output/images/thumb/ConversasEvento137-02.png b/old/output/images/thumb/ConversasEvento137-02.png new file mode 100644 index 0000000..6a27e83 Binary files /dev/null and b/old/output/images/thumb/ConversasEvento137-02.png differ diff --git a/old/output/images/thumb/Crystals_goes_to_war_poster.jpeg b/old/output/images/thumb/Crystals_goes_to_war_poster.jpeg new file mode 100644 index 0000000..2f5098b Binary files /dev/null and b/old/output/images/thumb/Crystals_goes_to_war_poster.jpeg differ diff --git a/old/output/images/thumb/Entrepecariat Book Launch.jpeg b/old/output/images/thumb/Entrepecariat Book Launch.jpeg new file mode 100644 index 0000000..0e3ad0b Binary files /dev/null and b/old/output/images/thumb/Entrepecariat Book Launch.jpeg differ diff --git a/old/output/images/thumb/Evamuss1.jpg b/old/output/images/thumb/Evamuss1.jpg new file mode 100644 index 0000000..52ebb02 Binary files /dev/null and b/old/output/images/thumb/Evamuss1.jpg differ diff --git a/old/output/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg b/old/output/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg new file mode 100644 index 0000000..8186e04 Binary files /dev/null and b/old/output/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg differ diff --git a/old/output/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg b/old/output/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg new file mode 100644 index 0000000..1037c09 Binary files /dev/null and b/old/output/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg differ diff --git a/old/output/images/thumb/Extra.jpg b/old/output/images/thumb/Extra.jpg new file mode 100644 index 0000000..9f67fb3 Binary files /dev/null and b/old/output/images/thumb/Extra.jpg differ diff --git a/old/output/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/output/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg new file mode 100644 index 0000000..84e55e0 Binary files /dev/null and b/old/output/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg differ diff --git a/old/output/images/thumb/Infinite-Outwardness-Web-2.jpg b/old/output/images/thumb/Infinite-Outwardness-Web-2.jpg new file mode 100644 index 0000000..ac666db Binary files /dev/null and b/old/output/images/thumb/Infinite-Outwardness-Web-2.jpg differ diff --git a/old/output/images/thumb/Infinite.jpg b/old/output/images/thumb/Infinite.jpg new file mode 100644 index 0000000..29ab323 Binary files /dev/null and b/old/output/images/thumb/Infinite.jpg differ diff --git a/old/output/images/thumb/Krantz.jpg b/old/output/images/thumb/Krantz.jpg new file mode 100644 index 0000000..ef1d436 Binary files /dev/null and b/old/output/images/thumb/Krantz.jpg differ diff --git a/old/output/images/thumb/Niek-At-Varia5hd.jpg b/old/output/images/thumb/Niek-At-Varia5hd.jpg new file mode 100644 index 0000000..3c26f48 Binary files /dev/null and b/old/output/images/thumb/Niek-At-Varia5hd.jpg differ diff --git a/old/output/images/thumb/Repair.jpg b/old/output/images/thumb/Repair.jpg new file mode 100644 index 0000000..5fd36e9 Binary files /dev/null and b/old/output/images/thumb/Repair.jpg differ diff --git a/old/output/images/thumb/SWOS - varia 2020.jpg b/old/output/images/thumb/SWOS - varia 2020.jpg new file mode 100644 index 0000000..45cc8e1 Binary files /dev/null and b/old/output/images/thumb/SWOS - varia 2020.jpg differ diff --git a/old/output/images/thumb/Santas.jpg b/old/output/images/thumb/Santas.jpg new file mode 100644 index 0000000..e843075 Binary files /dev/null and b/old/output/images/thumb/Santas.jpg differ diff --git a/old/output/images/thumb/Spacejunk.jpg b/old/output/images/thumb/Spacejunk.jpg new file mode 100644 index 0000000..02cc4be Binary files /dev/null and b/old/output/images/thumb/Spacejunk.jpg differ diff --git a/old/output/images/thumb/Trash-1900s.jpg b/old/output/images/thumb/Trash-1900s.jpg new file mode 100644 index 0000000..1a804be Binary files /dev/null and b/old/output/images/thumb/Trash-1900s.jpg differ diff --git a/old/output/images/thumb/Velocity.jpg b/old/output/images/thumb/Velocity.jpg new file mode 100644 index 0000000..80f5518 Binary files /dev/null and b/old/output/images/thumb/Velocity.jpg differ diff --git a/old/output/images/thumb/able-noise-3.jpg b/old/output/images/thumb/able-noise-3.jpg new file mode 100644 index 0000000..3233c4f Binary files /dev/null and b/old/output/images/thumb/able-noise-3.jpg differ diff --git a/old/output/images/thumb/algologs.png b/old/output/images/thumb/algologs.png new file mode 100644 index 0000000..9fa0473 Binary files /dev/null and b/old/output/images/thumb/algologs.png differ diff --git a/old/output/images/thumb/allesflex.png b/old/output/images/thumb/allesflex.png new file mode 100644 index 0000000..50d6ef8 Binary files /dev/null and b/old/output/images/thumb/allesflex.png differ diff --git a/old/output/images/thumb/arton3017-b0f93.png b/old/output/images/thumb/arton3017-b0f93.png new file mode 100644 index 0000000..7099a65 Binary files /dev/null and b/old/output/images/thumb/arton3017-b0f93.png differ diff --git a/old/output/images/thumb/autonomous-fabric-2019.png b/old/output/images/thumb/autonomous-fabric-2019.png new file mode 100644 index 0000000..2677db4 Binary files /dev/null and b/old/output/images/thumb/autonomous-fabric-2019.png differ diff --git a/old/output/images/thumb/beachbombart.jpg b/old/output/images/thumb/beachbombart.jpg new file mode 100644 index 0000000..96e925a Binary files /dev/null and b/old/output/images/thumb/beachbombart.jpg differ diff --git a/old/output/images/thumb/bibliotecha_01.png b/old/output/images/thumb/bibliotecha_01.png new file mode 100644 index 0000000..5dd0a95 Binary files /dev/null and b/old/output/images/thumb/bibliotecha_01.png differ diff --git a/old/output/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/output/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg new file mode 100644 index 0000000..4fbfe7d Binary files /dev/null and b/old/output/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg differ diff --git a/old/output/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/output/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg new file mode 100644 index 0000000..a7e4cd1 Binary files /dev/null and b/old/output/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg differ diff --git a/old/output/images/thumb/bpwlogo.jpg b/old/output/images/thumb/bpwlogo.jpg new file mode 100644 index 0000000..c25c9bc Binary files /dev/null and b/old/output/images/thumb/bpwlogo.jpg differ diff --git a/old/output/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/output/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg new file mode 100644 index 0000000..a63afcb Binary files /dev/null and b/old/output/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg differ diff --git a/old/output/images/thumb/c21c-02_web_final.jpg b/old/output/images/thumb/c21c-02_web_final.jpg new file mode 100644 index 0000000..105b31b Binary files /dev/null and b/old/output/images/thumb/c21c-02_web_final.jpg differ diff --git a/old/output/images/thumb/cal.png b/old/output/images/thumb/cal.png new file mode 100644 index 0000000..30b518b Binary files /dev/null and b/old/output/images/thumb/cal.png differ diff --git a/old/output/images/thumb/cal2.png b/old/output/images/thumb/cal2.png new file mode 100644 index 0000000..7598752 Binary files /dev/null and b/old/output/images/thumb/cal2.png differ diff --git a/old/output/images/thumb/cbkrotterdam.png b/old/output/images/thumb/cbkrotterdam.png new file mode 100644 index 0000000..34cda9f Binary files /dev/null and b/old/output/images/thumb/cbkrotterdam.png differ diff --git a/old/output/images/thumb/ccc-2017.jpg b/old/output/images/thumb/ccc-2017.jpg new file mode 100644 index 0000000..06552cf Binary files /dev/null and b/old/output/images/thumb/ccc-2017.jpg differ diff --git a/old/output/images/thumb/ccc-tram.jpg b/old/output/images/thumb/ccc-tram.jpg new file mode 100644 index 0000000..a8fa2ff Binary files /dev/null and b/old/output/images/thumb/ccc-tram.jpg differ diff --git a/old/output/images/thumb/century21.jpg b/old/output/images/thumb/century21.jpg new file mode 100644 index 0000000..5047ac3 Binary files /dev/null and b/old/output/images/thumb/century21.jpg differ diff --git a/old/output/images/thumb/century21_the-big-bounce.jpg b/old/output/images/thumb/century21_the-big-bounce.jpg new file mode 100644 index 0000000..b51644f Binary files /dev/null and b/old/output/images/thumb/century21_the-big-bounce.jpg differ diff --git a/old/output/images/thumb/choreo_joanachicau.gif b/old/output/images/thumb/choreo_joanachicau.gif new file mode 100644 index 0000000..01c6335 Binary files /dev/null and b/old/output/images/thumb/choreo_joanachicau.gif differ diff --git a/old/output/images/thumb/colours.gif b/old/output/images/thumb/colours.gif new file mode 100644 index 0000000..a056050 Binary files /dev/null and b/old/output/images/thumb/colours.gif differ diff --git a/old/output/images/thumb/curriculum.command-lines.png b/old/output/images/thumb/curriculum.command-lines.png new file mode 100644 index 0000000..33d942a Binary files /dev/null and b/old/output/images/thumb/curriculum.command-lines.png differ diff --git a/old/output/images/thumb/curve.png b/old/output/images/thumb/curve.png new file mode 100644 index 0000000..e9f636a Binary files /dev/null and b/old/output/images/thumb/curve.png differ diff --git a/old/output/images/thumb/de_varia.jpg b/old/output/images/thumb/de_varia.jpg new file mode 100644 index 0000000..84641f9 Binary files /dev/null and b/old/output/images/thumb/de_varia.jpg differ diff --git a/old/output/images/thumb/de_varia.png b/old/output/images/thumb/de_varia.png new file mode 100644 index 0000000..e677701 Binary files /dev/null and b/old/output/images/thumb/de_varia.png differ diff --git a/old/output/images/thumb/druk-concert.jpg b/old/output/images/thumb/druk-concert.jpg new file mode 100644 index 0000000..863a522 Binary files /dev/null and b/old/output/images/thumb/druk-concert.jpg differ diff --git a/old/output/images/thumb/extra image 1.jpg b/old/output/images/thumb/extra image 1.jpg new file mode 100644 index 0000000..1ea1922 Binary files /dev/null and b/old/output/images/thumb/extra image 1.jpg differ diff --git a/old/output/images/thumb/extra image 3.jpg b/old/output/images/thumb/extra image 3.jpg new file mode 100644 index 0000000..1e37cf3 Binary files /dev/null and b/old/output/images/thumb/extra image 3.jpg differ diff --git a/old/output/images/thumb/feminist-servers.jpg b/old/output/images/thumb/feminist-servers.jpg new file mode 100644 index 0000000..a1a84df Binary files /dev/null and b/old/output/images/thumb/feminist-servers.jpg differ diff --git a/old/output/images/thumb/fire.gif b/old/output/images/thumb/fire.gif new file mode 100644 index 0000000..2bbc268 Binary files /dev/null and b/old/output/images/thumb/fire.gif differ diff --git a/old/output/images/thumb/hbsc1.png b/old/output/images/thumb/hbsc1.png new file mode 100644 index 0000000..54e9887 Binary files /dev/null and b/old/output/images/thumb/hbsc1.png differ diff --git a/old/output/images/thumb/homebrewserverclub.png b/old/output/images/thumb/homebrewserverclub.png new file mode 100644 index 0000000..b2de230 Binary files /dev/null and b/old/output/images/thumb/homebrewserverclub.png differ diff --git a/old/output/images/thumb/infinitehd.jpg b/old/output/images/thumb/infinitehd.jpg new file mode 100644 index 0000000..3da401b Binary files /dev/null and b/old/output/images/thumb/infinitehd.jpg differ diff --git a/old/output/images/thumb/insekt.jpg b/old/output/images/thumb/insekt.jpg new file mode 100644 index 0000000..c888f0f Binary files /dev/null and b/old/output/images/thumb/insekt.jpg differ diff --git a/old/output/images/thumb/kettle4-web-xs.jpg b/old/output/images/thumb/kettle4-web-xs.jpg new file mode 100644 index 0000000..75c51ed Binary files /dev/null and b/old/output/images/thumb/kettle4-web-xs.jpg differ diff --git a/old/output/images/thumb/lifehacks-girard-meunier.jpg b/old/output/images/thumb/lifehacks-girard-meunier.jpg new file mode 100644 index 0000000..3af985f Binary files /dev/null and b/old/output/images/thumb/lifehacks-girard-meunier.jpg differ diff --git a/old/output/images/thumb/networktopology.jpeg b/old/output/images/thumb/networktopology.jpeg new file mode 100644 index 0000000..dad06d2 Binary files /dev/null and b/old/output/images/thumb/networktopology.jpeg differ diff --git a/old/output/images/thumb/nieuwjaarsborrel.jpg b/old/output/images/thumb/nieuwjaarsborrel.jpg new file mode 100644 index 0000000..d10a7ed Binary files /dev/null and b/old/output/images/thumb/nieuwjaarsborrel.jpg differ diff --git a/old/output/images/thumb/nieuwjaarsborrel.png b/old/output/images/thumb/nieuwjaarsborrel.png new file mode 100644 index 0000000..9fccde5 Binary files /dev/null and b/old/output/images/thumb/nieuwjaarsborrel.png differ diff --git a/old/output/images/thumb/nooo2.png b/old/output/images/thumb/nooo2.png new file mode 100644 index 0000000..e48eea4 Binary files /dev/null and b/old/output/images/thumb/nooo2.png differ diff --git a/old/output/images/thumb/nooo2.relearn.jpg b/old/output/images/thumb/nooo2.relearn.jpg new file mode 100644 index 0000000..f912352 Binary files /dev/null and b/old/output/images/thumb/nooo2.relearn.jpg differ diff --git a/old/output/images/thumb/nooo2.relearn2.jpg b/old/output/images/thumb/nooo2.relearn2.jpg new file mode 100644 index 0000000..da4ca9b Binary files /dev/null and b/old/output/images/thumb/nooo2.relearn2.jpg differ diff --git a/old/output/images/thumb/offline_listening.png b/old/output/images/thumb/offline_listening.png new file mode 100644 index 0000000..e65335b Binary files /dev/null and b/old/output/images/thumb/offline_listening.png differ diff --git a/old/output/images/thumb/og.png b/old/output/images/thumb/og.png new file mode 100644 index 0000000..5ed7756 Binary files /dev/null and b/old/output/images/thumb/og.png differ diff --git a/old/output/images/thumb/og2.png b/old/output/images/thumb/og2.png new file mode 100644 index 0000000..77c2f2e Binary files /dev/null and b/old/output/images/thumb/og2.png differ diff --git a/old/output/images/thumb/ouroboros.gif b/old/output/images/thumb/ouroboros.gif new file mode 100644 index 0000000..1612dc4 Binary files /dev/null and b/old/output/images/thumb/ouroboros.gif differ diff --git a/old/output/images/thumb/pg.jpg b/old/output/images/thumb/pg.jpg new file mode 100644 index 0000000..618309a Binary files /dev/null and b/old/output/images/thumb/pg.jpg differ diff --git a/old/output/images/thumb/plu13.png b/old/output/images/thumb/plu13.png new file mode 100644 index 0000000..571bfe8 Binary files /dev/null and b/old/output/images/thumb/plu13.png differ diff --git a/old/output/images/thumb/pluz.jpg b/old/output/images/thumb/pluz.jpg new file mode 100644 index 0000000..e56238d Binary files /dev/null and b/old/output/images/thumb/pluz.jpg differ diff --git a/old/output/images/thumb/ps-img.png b/old/output/images/thumb/ps-img.png new file mode 100644 index 0000000..d5c7df1 Binary files /dev/null and b/old/output/images/thumb/ps-img.png differ diff --git a/old/output/images/thumb/pub.gif b/old/output/images/thumb/pub.gif new file mode 100644 index 0000000..7d75de7 Binary files /dev/null and b/old/output/images/thumb/pub.gif differ diff --git a/old/output/images/thumb/pushingscores.jpeg b/old/output/images/thumb/pushingscores.jpeg new file mode 100644 index 0000000..fee11f8 Binary files /dev/null and b/old/output/images/thumb/pushingscores.jpeg differ diff --git a/old/output/images/thumb/pushingscores2.jpg b/old/output/images/thumb/pushingscores2.jpg new file mode 100644 index 0000000..20a0666 Binary files /dev/null and b/old/output/images/thumb/pushingscores2.jpg differ diff --git a/old/output/images/thumb/radio.jpg b/old/output/images/thumb/radio.jpg new file mode 100644 index 0000000..451533a Binary files /dev/null and b/old/output/images/thumb/radio.jpg differ diff --git a/old/output/images/thumb/radioontheradio01-02-01-popunie.jpg b/old/output/images/thumb/radioontheradio01-02-01-popunie.jpg new file mode 100644 index 0000000..e133387 Binary files /dev/null and b/old/output/images/thumb/radioontheradio01-02-01-popunie.jpg differ diff --git a/old/output/images/thumb/radioontheradio01-02-01.jpg b/old/output/images/thumb/radioontheradio01-02-01.jpg new file mode 100644 index 0000000..840725e Binary files /dev/null and b/old/output/images/thumb/radioontheradio01-02-01.jpg differ diff --git a/old/output/images/thumb/read-and-repair-img.png b/old/output/images/thumb/read-and-repair-img.png new file mode 100644 index 0000000..1c1c6d7 Binary files /dev/null and b/old/output/images/thumb/read-and-repair-img.png differ diff --git a/old/output/images/thumb/schoolbells.jpg b/old/output/images/thumb/schoolbells.jpg new file mode 100644 index 0000000..1e0d069 Binary files /dev/null and b/old/output/images/thumb/schoolbells.jpg differ diff --git a/old/output/images/thumb/secret_life_chain.gif b/old/output/images/thumb/secret_life_chain.gif new file mode 100644 index 0000000..c9598f5 Binary files /dev/null and b/old/output/images/thumb/secret_life_chain.gif differ diff --git a/old/output/images/thumb/secret_life_chain_compressed.gif b/old/output/images/thumb/secret_life_chain_compressed.gif new file mode 100644 index 0000000..7932cd9 Binary files /dev/null and b/old/output/images/thumb/secret_life_chain_compressed.gif differ diff --git a/old/output/images/thumb/stimu.en.gif b/old/output/images/thumb/stimu.en.gif new file mode 100644 index 0000000..a538844 Binary files /dev/null and b/old/output/images/thumb/stimu.en.gif differ diff --git a/old/output/images/thumb/stimu.nl.gif b/old/output/images/thumb/stimu.nl.gif new file mode 100644 index 0000000..1a03120 Binary files /dev/null and b/old/output/images/thumb/stimu.nl.gif differ diff --git a/old/output/images/thumb/the-social-in-the-media-01.jpg b/old/output/images/thumb/the-social-in-the-media-01.jpg new file mode 100644 index 0000000..04b6939 Binary files /dev/null and b/old/output/images/thumb/the-social-in-the-media-01.jpg differ diff --git a/old/output/images/thumb/the-social-in-the-media-02.jpg b/old/output/images/thumb/the-social-in-the-media-02.jpg new file mode 100644 index 0000000..67e2ab9 Binary files /dev/null and b/old/output/images/thumb/the-social-in-the-media-02.jpg differ diff --git a/old/output/images/thumb/this.gif b/old/output/images/thumb/this.gif new file mode 100644 index 0000000..aae6a97 Binary files /dev/null and b/old/output/images/thumb/this.gif differ diff --git a/old/output/images/thumb/tuch.jpg b/old/output/images/thumb/tuch.jpg new file mode 100644 index 0000000..d296f5a Binary files /dev/null and b/old/output/images/thumb/tuch.jpg differ diff --git a/old/output/images/thumb/tuch2.jpg b/old/output/images/thumb/tuch2.jpg new file mode 100644 index 0000000..e31d8c7 Binary files /dev/null and b/old/output/images/thumb/tuch2.jpg differ diff --git a/old/output/images/thumb/valid-rss-rogers.png b/old/output/images/thumb/valid-rss-rogers.png new file mode 100644 index 0000000..ec634b5 Binary files /dev/null and b/old/output/images/thumb/valid-rss-rogers.png differ diff --git a/old/output/images/thumb/varia-again.png b/old/output/images/thumb/varia-again.png new file mode 100644 index 0000000..ee6305a Binary files /dev/null and b/old/output/images/thumb/varia-again.png differ diff --git a/old/output/images/thumb/varia-open-day-2019-flyerx.jpg b/old/output/images/thumb/varia-open-day-2019-flyerx.jpg new file mode 100644 index 0000000..58fc8db Binary files /dev/null and b/old/output/images/thumb/varia-open-day-2019-flyerx.jpg differ diff --git a/old/output/images/thumb/varia-open-day-2xx.jpg b/old/output/images/thumb/varia-open-day-2xx.jpg new file mode 100644 index 0000000..9a7580e Binary files /dev/null and b/old/output/images/thumb/varia-open-day-2xx.jpg differ diff --git a/old/output/images/thumb/varia-open-day-flyer.png b/old/output/images/thumb/varia-open-day-flyer.png new file mode 100644 index 0000000..81c336d Binary files /dev/null and b/old/output/images/thumb/varia-open-day-flyer.png differ diff --git a/old/output/images/thumb/varia-open-day.jpg b/old/output/images/thumb/varia-open-day.jpg new file mode 100644 index 0000000..3e9879d Binary files /dev/null and b/old/output/images/thumb/varia-open-day.jpg differ diff --git a/old/output/images/thumb/varia-remains.png b/old/output/images/thumb/varia-remains.png new file mode 100644 index 0000000..5a60c60 Binary files /dev/null and b/old/output/images/thumb/varia-remains.png differ diff --git a/old/output/images/thumb/varia.jpg b/old/output/images/thumb/varia.jpg new file mode 100644 index 0000000..b32a370 Binary files /dev/null and b/old/output/images/thumb/varia.jpg differ diff --git a/old/output/images/thumb/varia.png b/old/output/images/thumb/varia.png new file mode 100644 index 0000000..ae86bc1 Binary files /dev/null and b/old/output/images/thumb/varia.png differ diff --git a/old/output/images/thumb/varia.server.jpg b/old/output/images/thumb/varia.server.jpg new file mode 100644 index 0000000..0ac3ebe Binary files /dev/null and b/old/output/images/thumb/varia.server.jpg differ diff --git a/old/output/images/thumb/varia.zone.png b/old/output/images/thumb/varia.zone.png new file mode 100644 index 0000000..7787615 Binary files /dev/null and b/old/output/images/thumb/varia.zone.png differ diff --git a/old/output/images/thumb/varia_image_1stmeeting.jpg b/old/output/images/thumb/varia_image_1stmeeting.jpg new file mode 100644 index 0000000..95aabf6 Binary files /dev/null and b/old/output/images/thumb/varia_image_1stmeeting.jpg differ diff --git a/old/output/images/thumb/varia_webhistory.gif b/old/output/images/thumb/varia_webhistory.gif new file mode 100644 index 0000000..2328280 Binary files /dev/null and b/old/output/images/thumb/varia_webhistory.gif differ diff --git a/old/output/images/thumb/variaecosystem.png b/old/output/images/thumb/variaecosystem.png new file mode 100644 index 0000000..78c50fd Binary files /dev/null and b/old/output/images/thumb/variaecosystem.png differ diff --git a/old/output/images/thumb/what-a-website-can-be.markdown.png b/old/output/images/thumb/what-a-website-can-be.markdown.png new file mode 100644 index 0000000..6c7e316 Binary files /dev/null and b/old/output/images/thumb/what-a-website-can-be.markdown.png differ diff --git a/old/output/images/thumb/wieisdezefontein.jpg b/old/output/images/thumb/wieisdezefontein.jpg new file mode 100644 index 0000000..aa9dab3 Binary files /dev/null and b/old/output/images/thumb/wieisdezefontein.jpg differ diff --git a/old/output/images/thumb/woodstonekugelblitzdruk.jpg b/old/output/images/thumb/woodstonekugelblitzdruk.jpg new file mode 100644 index 0000000..33feb67 Binary files /dev/null and b/old/output/images/thumb/woodstonekugelblitzdruk.jpg differ diff --git a/old/output/images/thumb/word_processor_robot.gif b/old/output/images/thumb/word_processor_robot.gif new file mode 100644 index 0000000..384325d Binary files /dev/null and b/old/output/images/thumb/word_processor_robot.gif differ diff --git a/old/output/images/thumb/wttf-mastodon-and-the-fediverse-e.png b/old/output/images/thumb/wttf-mastodon-and-the-fediverse-e.png new file mode 100644 index 0000000..3c7cbb1 Binary files /dev/null and b/old/output/images/thumb/wttf-mastodon-and-the-fediverse-e.png differ diff --git a/old/output/images/thumb/wttf-the-ecosystem-is-moving1.png b/old/output/images/thumb/wttf-the-ecosystem-is-moving1.png new file mode 100644 index 0000000..b43006a Binary files /dev/null and b/old/output/images/thumb/wttf-the-ecosystem-is-moving1.png differ diff --git a/old/output/images/thumb/xpub8.gif b/old/output/images/thumb/xpub8.gif new file mode 100644 index 0000000..872a50c Binary files /dev/null and b/old/output/images/thumb/xpub8.gif differ diff --git a/old/output/images/thumb2x/20195.jpg b/old/output/images/thumb2x/20195.jpg new file mode 100644 index 0000000..83970ec Binary files /dev/null and b/old/output/images/thumb2x/20195.jpg differ diff --git a/old/output/images/thumb2x/8245264_1280x720.jpg b/old/output/images/thumb2x/8245264_1280x720.jpg new file mode 100644 index 0000000..91172e1 Binary files /dev/null and b/old/output/images/thumb2x/8245264_1280x720.jpg differ diff --git a/old/output/images/thumb2x/Aloardi.jpg b/old/output/images/thumb2x/Aloardi.jpg new file mode 100644 index 0000000..5fa4e79 Binary files /dev/null and b/old/output/images/thumb2x/Aloardi.jpg differ diff --git a/old/output/images/thumb2x/C212_05_safey.jpg b/old/output/images/thumb2x/C212_05_safey.jpg new file mode 100644 index 0000000..a321b3d Binary files /dev/null and b/old/output/images/thumb2x/C212_05_safey.jpg differ diff --git a/old/output/images/thumb2x/C212_shopping.jpg b/old/output/images/thumb2x/C212_shopping.jpg new file mode 100644 index 0000000..0931f45 Binary files /dev/null and b/old/output/images/thumb2x/C212_shopping.jpg differ diff --git a/old/output/images/thumb2x/CLM2.jpg b/old/output/images/thumb2x/CLM2.jpg new file mode 100644 index 0000000..e06009c Binary files /dev/null and b/old/output/images/thumb2x/CLM2.jpg differ diff --git a/old/output/images/thumb2x/Cake.jpg b/old/output/images/thumb2x/Cake.jpg new file mode 100644 index 0000000..7262935 Binary files /dev/null and b/old/output/images/thumb2x/Cake.jpg differ diff --git a/old/output/images/thumb2x/Camp Century.jpeg b/old/output/images/thumb2x/Camp Century.jpeg new file mode 100644 index 0000000..2f3fc5f Binary files /dev/null and b/old/output/images/thumb2x/Camp Century.jpeg differ diff --git a/old/output/images/thumb2x/Casio.jpg b/old/output/images/thumb2x/Casio.jpg new file mode 100644 index 0000000..5ef8133 Binary files /dev/null and b/old/output/images/thumb2x/Casio.jpg differ diff --git a/old/output/images/thumb2x/ConversasEvento137-02.png b/old/output/images/thumb2x/ConversasEvento137-02.png new file mode 100644 index 0000000..494a247 Binary files /dev/null and b/old/output/images/thumb2x/ConversasEvento137-02.png differ diff --git a/old/output/images/thumb2x/Crystals_goes_to_war_poster.jpeg b/old/output/images/thumb2x/Crystals_goes_to_war_poster.jpeg new file mode 100644 index 0000000..20fac83 Binary files /dev/null and b/old/output/images/thumb2x/Crystals_goes_to_war_poster.jpeg differ diff --git a/old/output/images/thumb2x/Entrepecariat Book Launch.jpeg b/old/output/images/thumb2x/Entrepecariat Book Launch.jpeg new file mode 100644 index 0000000..3804771 Binary files /dev/null and b/old/output/images/thumb2x/Entrepecariat Book Launch.jpeg differ diff --git a/old/output/images/thumb2x/Evamuss1.jpg b/old/output/images/thumb2x/Evamuss1.jpg new file mode 100644 index 0000000..e342f82 Binary files /dev/null and b/old/output/images/thumb2x/Evamuss1.jpg differ diff --git a/old/output/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg b/old/output/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg new file mode 100644 index 0000000..e1e794d Binary files /dev/null and b/old/output/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg differ diff --git a/old/output/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg b/old/output/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg new file mode 100644 index 0000000..c1c6593 Binary files /dev/null and b/old/output/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg differ diff --git a/old/output/images/thumb2x/Extra.jpg b/old/output/images/thumb2x/Extra.jpg new file mode 100644 index 0000000..ae3b453 Binary files /dev/null and b/old/output/images/thumb2x/Extra.jpg differ diff --git a/old/output/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/output/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg new file mode 100644 index 0000000..081fa8b Binary files /dev/null and b/old/output/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg differ diff --git a/old/output/images/thumb2x/Infinite-Outwardness-Web-2.jpg b/old/output/images/thumb2x/Infinite-Outwardness-Web-2.jpg new file mode 100644 index 0000000..a02805b Binary files /dev/null and b/old/output/images/thumb2x/Infinite-Outwardness-Web-2.jpg differ diff --git a/old/output/images/thumb2x/Infinite.jpg b/old/output/images/thumb2x/Infinite.jpg new file mode 100644 index 0000000..fa7c0b4 Binary files /dev/null and b/old/output/images/thumb2x/Infinite.jpg differ diff --git a/old/output/images/thumb2x/Krantz.jpg b/old/output/images/thumb2x/Krantz.jpg new file mode 100644 index 0000000..92b3324 Binary files /dev/null and b/old/output/images/thumb2x/Krantz.jpg differ diff --git a/old/output/images/thumb2x/Niek-At-Varia5hd.jpg b/old/output/images/thumb2x/Niek-At-Varia5hd.jpg new file mode 100644 index 0000000..d072ee3 Binary files /dev/null and b/old/output/images/thumb2x/Niek-At-Varia5hd.jpg differ diff --git a/old/output/images/thumb2x/Repair.jpg b/old/output/images/thumb2x/Repair.jpg new file mode 100644 index 0000000..190ac20 Binary files /dev/null and b/old/output/images/thumb2x/Repair.jpg differ diff --git a/old/output/images/thumb2x/SWOS - varia 2020.jpg b/old/output/images/thumb2x/SWOS - varia 2020.jpg new file mode 100644 index 0000000..23e0c20 Binary files /dev/null and b/old/output/images/thumb2x/SWOS - varia 2020.jpg differ diff --git a/old/output/images/thumb2x/Santas.jpg b/old/output/images/thumb2x/Santas.jpg new file mode 100644 index 0000000..0f9f8da Binary files /dev/null and b/old/output/images/thumb2x/Santas.jpg differ diff --git a/old/output/images/thumb2x/Spacejunk.jpg b/old/output/images/thumb2x/Spacejunk.jpg new file mode 100644 index 0000000..30dba39 Binary files /dev/null and b/old/output/images/thumb2x/Spacejunk.jpg differ diff --git a/old/output/images/thumb2x/Trash-1900s.jpg b/old/output/images/thumb2x/Trash-1900s.jpg new file mode 100644 index 0000000..0517caf Binary files /dev/null and b/old/output/images/thumb2x/Trash-1900s.jpg differ diff --git a/old/output/images/thumb2x/Velocity.jpg b/old/output/images/thumb2x/Velocity.jpg new file mode 100644 index 0000000..ae15507 Binary files /dev/null and b/old/output/images/thumb2x/Velocity.jpg differ diff --git a/old/output/images/thumb2x/able-noise-3.jpg b/old/output/images/thumb2x/able-noise-3.jpg new file mode 100644 index 0000000..1cc996f Binary files /dev/null and b/old/output/images/thumb2x/able-noise-3.jpg differ diff --git a/old/output/images/thumb2x/algologs.png b/old/output/images/thumb2x/algologs.png new file mode 100644 index 0000000..5b5c570 Binary files /dev/null and b/old/output/images/thumb2x/algologs.png differ diff --git a/old/output/images/thumb2x/allesflex.png b/old/output/images/thumb2x/allesflex.png new file mode 100644 index 0000000..f0783c3 Binary files /dev/null and b/old/output/images/thumb2x/allesflex.png differ diff --git a/old/output/images/thumb2x/arton3017-b0f93.png b/old/output/images/thumb2x/arton3017-b0f93.png new file mode 100644 index 0000000..e34f6ec Binary files /dev/null and b/old/output/images/thumb2x/arton3017-b0f93.png differ diff --git a/old/output/images/thumb2x/autonomous-fabric-2019.png b/old/output/images/thumb2x/autonomous-fabric-2019.png new file mode 100644 index 0000000..c486c66 Binary files /dev/null and b/old/output/images/thumb2x/autonomous-fabric-2019.png differ diff --git a/old/output/images/thumb2x/beachbombart.jpg b/old/output/images/thumb2x/beachbombart.jpg new file mode 100644 index 0000000..68b38e0 Binary files /dev/null and b/old/output/images/thumb2x/beachbombart.jpg differ diff --git a/old/output/images/thumb2x/bibliotecha_01.png b/old/output/images/thumb2x/bibliotecha_01.png new file mode 100644 index 0000000..4b1d912 Binary files /dev/null and b/old/output/images/thumb2x/bibliotecha_01.png differ diff --git a/old/output/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/output/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg new file mode 100644 index 0000000..1ae658d Binary files /dev/null and b/old/output/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg differ diff --git a/old/output/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/output/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg new file mode 100644 index 0000000..f1409d6 Binary files /dev/null and b/old/output/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg differ diff --git a/old/output/images/thumb2x/bpwlogo.jpg b/old/output/images/thumb2x/bpwlogo.jpg new file mode 100644 index 0000000..8aa8c23 Binary files /dev/null and b/old/output/images/thumb2x/bpwlogo.jpg differ diff --git a/old/output/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/output/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg new file mode 100644 index 0000000..26d364a Binary files /dev/null and b/old/output/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg differ diff --git a/old/output/images/thumb2x/c21c-02_web_final.jpg b/old/output/images/thumb2x/c21c-02_web_final.jpg new file mode 100644 index 0000000..5812741 Binary files /dev/null and b/old/output/images/thumb2x/c21c-02_web_final.jpg differ diff --git a/old/output/images/thumb2x/cal.png b/old/output/images/thumb2x/cal.png new file mode 100644 index 0000000..f0a5a8b Binary files /dev/null and b/old/output/images/thumb2x/cal.png differ diff --git a/old/output/images/thumb2x/cal2.png b/old/output/images/thumb2x/cal2.png new file mode 100644 index 0000000..89f1555 Binary files /dev/null and b/old/output/images/thumb2x/cal2.png differ diff --git a/old/output/images/thumb2x/cbkrotterdam.png b/old/output/images/thumb2x/cbkrotterdam.png new file mode 100644 index 0000000..34cda9f Binary files /dev/null and b/old/output/images/thumb2x/cbkrotterdam.png differ diff --git a/old/output/images/thumb2x/ccc-2017.jpg b/old/output/images/thumb2x/ccc-2017.jpg new file mode 100644 index 0000000..62dfb53 Binary files /dev/null and b/old/output/images/thumb2x/ccc-2017.jpg differ diff --git a/old/output/images/thumb2x/ccc-tram.jpg b/old/output/images/thumb2x/ccc-tram.jpg new file mode 100644 index 0000000..96b2985 Binary files /dev/null and b/old/output/images/thumb2x/ccc-tram.jpg differ diff --git a/old/output/images/thumb2x/century21.jpg b/old/output/images/thumb2x/century21.jpg new file mode 100644 index 0000000..ac6e6ed Binary files /dev/null and b/old/output/images/thumb2x/century21.jpg differ diff --git a/old/output/images/thumb2x/century21_the-big-bounce.jpg b/old/output/images/thumb2x/century21_the-big-bounce.jpg new file mode 100644 index 0000000..8d44657 Binary files /dev/null and b/old/output/images/thumb2x/century21_the-big-bounce.jpg differ diff --git a/old/output/images/thumb2x/choreo_joanachicau.gif b/old/output/images/thumb2x/choreo_joanachicau.gif new file mode 100644 index 0000000..a7808f2 Binary files /dev/null and b/old/output/images/thumb2x/choreo_joanachicau.gif differ diff --git a/old/output/images/thumb2x/colours.gif b/old/output/images/thumb2x/colours.gif new file mode 100644 index 0000000..2a0374e Binary files /dev/null and b/old/output/images/thumb2x/colours.gif differ diff --git a/old/output/images/thumb2x/curriculum.command-lines.png b/old/output/images/thumb2x/curriculum.command-lines.png new file mode 100644 index 0000000..f5518f2 Binary files /dev/null and b/old/output/images/thumb2x/curriculum.command-lines.png differ diff --git a/old/output/images/thumb2x/curve.png b/old/output/images/thumb2x/curve.png new file mode 100644 index 0000000..bf16e11 Binary files /dev/null and b/old/output/images/thumb2x/curve.png differ diff --git a/old/output/images/thumb2x/de_varia.jpg b/old/output/images/thumb2x/de_varia.jpg new file mode 100644 index 0000000..6264165 Binary files /dev/null and b/old/output/images/thumb2x/de_varia.jpg differ diff --git a/old/output/images/thumb2x/de_varia.png b/old/output/images/thumb2x/de_varia.png new file mode 100644 index 0000000..1b58272 Binary files /dev/null and b/old/output/images/thumb2x/de_varia.png differ diff --git a/old/output/images/thumb2x/druk-concert.jpg b/old/output/images/thumb2x/druk-concert.jpg new file mode 100644 index 0000000..6b3dd10 Binary files /dev/null and b/old/output/images/thumb2x/druk-concert.jpg differ diff --git a/old/output/images/thumb2x/extra image 1.jpg b/old/output/images/thumb2x/extra image 1.jpg new file mode 100644 index 0000000..d472e24 Binary files /dev/null and b/old/output/images/thumb2x/extra image 1.jpg differ diff --git a/old/output/images/thumb2x/extra image 3.jpg b/old/output/images/thumb2x/extra image 3.jpg new file mode 100644 index 0000000..df23649 Binary files /dev/null and b/old/output/images/thumb2x/extra image 3.jpg differ diff --git a/old/output/images/thumb2x/feminist-servers.jpg b/old/output/images/thumb2x/feminist-servers.jpg new file mode 100644 index 0000000..e062324 Binary files /dev/null and b/old/output/images/thumb2x/feminist-servers.jpg differ diff --git a/old/output/images/thumb2x/fire.gif b/old/output/images/thumb2x/fire.gif new file mode 100644 index 0000000..a53bcd4 Binary files /dev/null and b/old/output/images/thumb2x/fire.gif differ diff --git a/old/output/images/thumb2x/hbsc1.png b/old/output/images/thumb2x/hbsc1.png new file mode 100644 index 0000000..e65bfd3 Binary files /dev/null and b/old/output/images/thumb2x/hbsc1.png differ diff --git a/old/output/images/thumb2x/homebrewserverclub.png b/old/output/images/thumb2x/homebrewserverclub.png new file mode 100644 index 0000000..12e1cd3 Binary files /dev/null and b/old/output/images/thumb2x/homebrewserverclub.png differ diff --git a/old/output/images/thumb2x/infinitehd.jpg b/old/output/images/thumb2x/infinitehd.jpg new file mode 100644 index 0000000..4462567 Binary files /dev/null and b/old/output/images/thumb2x/infinitehd.jpg differ diff --git a/old/output/images/thumb2x/insekt.jpg b/old/output/images/thumb2x/insekt.jpg new file mode 100644 index 0000000..8f3cdda Binary files /dev/null and b/old/output/images/thumb2x/insekt.jpg differ diff --git a/old/output/images/thumb2x/kettle4-web-xs.jpg b/old/output/images/thumb2x/kettle4-web-xs.jpg new file mode 100644 index 0000000..14c16ce Binary files /dev/null and b/old/output/images/thumb2x/kettle4-web-xs.jpg differ diff --git a/old/output/images/thumb2x/lifehacks-girard-meunier.jpg b/old/output/images/thumb2x/lifehacks-girard-meunier.jpg new file mode 100644 index 0000000..d2f1dea Binary files /dev/null and b/old/output/images/thumb2x/lifehacks-girard-meunier.jpg differ diff --git a/old/output/images/thumb2x/networktopology.jpeg b/old/output/images/thumb2x/networktopology.jpeg new file mode 100644 index 0000000..89604b2 Binary files /dev/null and b/old/output/images/thumb2x/networktopology.jpeg differ diff --git a/old/output/images/thumb2x/nieuwjaarsborrel.jpg b/old/output/images/thumb2x/nieuwjaarsborrel.jpg new file mode 100644 index 0000000..e7948c9 Binary files /dev/null and b/old/output/images/thumb2x/nieuwjaarsborrel.jpg differ diff --git a/old/output/images/thumb2x/nieuwjaarsborrel.png b/old/output/images/thumb2x/nieuwjaarsborrel.png new file mode 100644 index 0000000..3271dc1 Binary files /dev/null and b/old/output/images/thumb2x/nieuwjaarsborrel.png differ diff --git a/old/output/images/thumb2x/nooo2.png b/old/output/images/thumb2x/nooo2.png new file mode 100644 index 0000000..5b8f269 Binary files /dev/null and b/old/output/images/thumb2x/nooo2.png differ diff --git a/old/output/images/thumb2x/nooo2.relearn.jpg b/old/output/images/thumb2x/nooo2.relearn.jpg new file mode 100644 index 0000000..5fe69e7 Binary files /dev/null and b/old/output/images/thumb2x/nooo2.relearn.jpg differ diff --git a/old/output/images/thumb2x/nooo2.relearn2.jpg b/old/output/images/thumb2x/nooo2.relearn2.jpg new file mode 100644 index 0000000..75589a9 Binary files /dev/null and b/old/output/images/thumb2x/nooo2.relearn2.jpg differ diff --git a/old/output/images/thumb2x/offline_listening.png b/old/output/images/thumb2x/offline_listening.png new file mode 100644 index 0000000..e0527ac Binary files /dev/null and b/old/output/images/thumb2x/offline_listening.png differ diff --git a/old/output/images/thumb2x/og.png b/old/output/images/thumb2x/og.png new file mode 100644 index 0000000..3992047 Binary files /dev/null and b/old/output/images/thumb2x/og.png differ diff --git a/old/output/images/thumb2x/og2.png b/old/output/images/thumb2x/og2.png new file mode 100644 index 0000000..5bc5bf3 Binary files /dev/null and b/old/output/images/thumb2x/og2.png differ diff --git a/old/output/images/thumb2x/ouroboros.gif b/old/output/images/thumb2x/ouroboros.gif new file mode 100644 index 0000000..9e40dd5 Binary files /dev/null and b/old/output/images/thumb2x/ouroboros.gif differ diff --git a/old/output/images/thumb2x/pg.jpg b/old/output/images/thumb2x/pg.jpg new file mode 100644 index 0000000..1ceca6a Binary files /dev/null and b/old/output/images/thumb2x/pg.jpg differ diff --git a/old/output/images/thumb2x/plu13.png b/old/output/images/thumb2x/plu13.png new file mode 100644 index 0000000..df3ba9d Binary files /dev/null and b/old/output/images/thumb2x/plu13.png differ diff --git a/old/output/images/thumb2x/pluz.jpg b/old/output/images/thumb2x/pluz.jpg new file mode 100644 index 0000000..4f54639 Binary files /dev/null and b/old/output/images/thumb2x/pluz.jpg differ diff --git a/old/output/images/thumb2x/ps-img.png b/old/output/images/thumb2x/ps-img.png new file mode 100644 index 0000000..35b5de9 Binary files /dev/null and b/old/output/images/thumb2x/ps-img.png differ diff --git a/old/output/images/thumb2x/pub.gif b/old/output/images/thumb2x/pub.gif new file mode 100644 index 0000000..6be5a41 Binary files /dev/null and b/old/output/images/thumb2x/pub.gif differ diff --git a/old/output/images/thumb2x/pushingscores.jpeg b/old/output/images/thumb2x/pushingscores.jpeg new file mode 100644 index 0000000..b080f71 Binary files /dev/null and b/old/output/images/thumb2x/pushingscores.jpeg differ diff --git a/old/output/images/thumb2x/pushingscores2.jpg b/old/output/images/thumb2x/pushingscores2.jpg new file mode 100644 index 0000000..291e2e8 Binary files /dev/null and b/old/output/images/thumb2x/pushingscores2.jpg differ diff --git a/old/output/images/thumb2x/radio.jpg b/old/output/images/thumb2x/radio.jpg new file mode 100644 index 0000000..98846f6 Binary files /dev/null and b/old/output/images/thumb2x/radio.jpg differ diff --git a/old/output/images/thumb2x/radioontheradio01-02-01-popunie.jpg b/old/output/images/thumb2x/radioontheradio01-02-01-popunie.jpg new file mode 100644 index 0000000..5a6b692 Binary files /dev/null and b/old/output/images/thumb2x/radioontheradio01-02-01-popunie.jpg differ diff --git a/old/output/images/thumb2x/radioontheradio01-02-01.jpg b/old/output/images/thumb2x/radioontheradio01-02-01.jpg new file mode 100644 index 0000000..1aa4194 Binary files /dev/null and b/old/output/images/thumb2x/radioontheradio01-02-01.jpg differ diff --git a/old/output/images/thumb2x/read-and-repair-img.png b/old/output/images/thumb2x/read-and-repair-img.png new file mode 100644 index 0000000..a59fac9 Binary files /dev/null and b/old/output/images/thumb2x/read-and-repair-img.png differ diff --git a/old/output/images/thumb2x/schoolbells.jpg b/old/output/images/thumb2x/schoolbells.jpg new file mode 100644 index 0000000..18f6668 Binary files /dev/null and b/old/output/images/thumb2x/schoolbells.jpg differ diff --git a/old/output/images/thumb2x/secret_life_chain.gif b/old/output/images/thumb2x/secret_life_chain.gif new file mode 100644 index 0000000..18ed621 Binary files /dev/null and b/old/output/images/thumb2x/secret_life_chain.gif differ diff --git a/old/output/images/thumb2x/secret_life_chain_compressed.gif b/old/output/images/thumb2x/secret_life_chain_compressed.gif new file mode 100644 index 0000000..a9d88fa Binary files /dev/null and b/old/output/images/thumb2x/secret_life_chain_compressed.gif differ diff --git a/old/output/images/thumb2x/stimu.en.gif b/old/output/images/thumb2x/stimu.en.gif new file mode 100644 index 0000000..9a0e96d Binary files /dev/null and b/old/output/images/thumb2x/stimu.en.gif differ diff --git a/old/output/images/thumb2x/stimu.nl.gif b/old/output/images/thumb2x/stimu.nl.gif new file mode 100644 index 0000000..7d7b9a0 Binary files /dev/null and b/old/output/images/thumb2x/stimu.nl.gif differ diff --git a/old/output/images/thumb2x/the-social-in-the-media-01.jpg b/old/output/images/thumb2x/the-social-in-the-media-01.jpg new file mode 100644 index 0000000..a0f9a07 Binary files /dev/null and b/old/output/images/thumb2x/the-social-in-the-media-01.jpg differ diff --git a/old/output/images/thumb2x/the-social-in-the-media-02.jpg b/old/output/images/thumb2x/the-social-in-the-media-02.jpg new file mode 100644 index 0000000..71ea5c0 Binary files /dev/null and b/old/output/images/thumb2x/the-social-in-the-media-02.jpg differ diff --git a/old/output/images/thumb2x/this.gif b/old/output/images/thumb2x/this.gif new file mode 100644 index 0000000..528343d Binary files /dev/null and b/old/output/images/thumb2x/this.gif differ diff --git a/old/output/images/thumb2x/tuch.jpg b/old/output/images/thumb2x/tuch.jpg new file mode 100644 index 0000000..d6c1a31 Binary files /dev/null and b/old/output/images/thumb2x/tuch.jpg differ diff --git a/old/output/images/thumb2x/tuch2.jpg b/old/output/images/thumb2x/tuch2.jpg new file mode 100644 index 0000000..db8908d Binary files /dev/null and b/old/output/images/thumb2x/tuch2.jpg differ diff --git a/old/output/images/thumb2x/valid-rss-rogers.png b/old/output/images/thumb2x/valid-rss-rogers.png new file mode 100644 index 0000000..ec634b5 Binary files /dev/null and b/old/output/images/thumb2x/valid-rss-rogers.png differ diff --git a/old/output/images/thumb2x/varia-again.png b/old/output/images/thumb2x/varia-again.png new file mode 100644 index 0000000..ee6305a Binary files /dev/null and b/old/output/images/thumb2x/varia-again.png differ diff --git a/old/output/images/thumb2x/varia-open-day-2019-flyerx.jpg b/old/output/images/thumb2x/varia-open-day-2019-flyerx.jpg new file mode 100644 index 0000000..8155c60 Binary files /dev/null and b/old/output/images/thumb2x/varia-open-day-2019-flyerx.jpg differ diff --git a/old/output/images/thumb2x/varia-open-day-2xx.jpg b/old/output/images/thumb2x/varia-open-day-2xx.jpg new file mode 100644 index 0000000..45d14fb Binary files /dev/null and b/old/output/images/thumb2x/varia-open-day-2xx.jpg differ diff --git a/old/output/images/thumb2x/varia-open-day-flyer.png b/old/output/images/thumb2x/varia-open-day-flyer.png new file mode 100644 index 0000000..7da4e4c Binary files /dev/null and b/old/output/images/thumb2x/varia-open-day-flyer.png differ diff --git a/old/output/images/thumb2x/varia-open-day.jpg b/old/output/images/thumb2x/varia-open-day.jpg new file mode 100644 index 0000000..2eaa3d2 Binary files /dev/null and b/old/output/images/thumb2x/varia-open-day.jpg differ diff --git a/old/output/images/thumb2x/varia-remains.png b/old/output/images/thumb2x/varia-remains.png new file mode 100644 index 0000000..4a88630 Binary files /dev/null and b/old/output/images/thumb2x/varia-remains.png differ diff --git a/old/output/images/thumb2x/varia.jpg b/old/output/images/thumb2x/varia.jpg new file mode 100644 index 0000000..54c6000 Binary files /dev/null and b/old/output/images/thumb2x/varia.jpg differ diff --git a/old/output/images/thumb2x/varia.png b/old/output/images/thumb2x/varia.png new file mode 100644 index 0000000..ae86bc1 Binary files /dev/null and b/old/output/images/thumb2x/varia.png differ diff --git a/old/output/images/thumb2x/varia.server.jpg b/old/output/images/thumb2x/varia.server.jpg new file mode 100644 index 0000000..f827dde Binary files /dev/null and b/old/output/images/thumb2x/varia.server.jpg differ diff --git a/old/output/images/thumb2x/varia.zone.png b/old/output/images/thumb2x/varia.zone.png new file mode 100644 index 0000000..871e17e Binary files /dev/null and b/old/output/images/thumb2x/varia.zone.png differ diff --git a/old/output/images/thumb2x/varia_image_1stmeeting.jpg b/old/output/images/thumb2x/varia_image_1stmeeting.jpg new file mode 100644 index 0000000..fb4b765 Binary files /dev/null and b/old/output/images/thumb2x/varia_image_1stmeeting.jpg differ diff --git a/old/output/images/thumb2x/varia_webhistory.gif b/old/output/images/thumb2x/varia_webhistory.gif new file mode 100644 index 0000000..04541ac Binary files /dev/null and b/old/output/images/thumb2x/varia_webhistory.gif differ diff --git a/old/output/images/thumb2x/variaecosystem.png b/old/output/images/thumb2x/variaecosystem.png new file mode 100644 index 0000000..9518877 Binary files /dev/null and b/old/output/images/thumb2x/variaecosystem.png differ diff --git a/old/output/images/thumb2x/what-a-website-can-be.markdown.png b/old/output/images/thumb2x/what-a-website-can-be.markdown.png new file mode 100644 index 0000000..5efb4f8 Binary files /dev/null and b/old/output/images/thumb2x/what-a-website-can-be.markdown.png differ diff --git a/old/output/images/thumb2x/wieisdezefontein.jpg b/old/output/images/thumb2x/wieisdezefontein.jpg new file mode 100644 index 0000000..0f747aa Binary files /dev/null and b/old/output/images/thumb2x/wieisdezefontein.jpg differ diff --git a/old/output/images/thumb2x/woodstonekugelblitzdruk.jpg b/old/output/images/thumb2x/woodstonekugelblitzdruk.jpg new file mode 100644 index 0000000..2206ad1 Binary files /dev/null and b/old/output/images/thumb2x/woodstonekugelblitzdruk.jpg differ diff --git a/old/output/images/thumb2x/word_processor_robot.gif b/old/output/images/thumb2x/word_processor_robot.gif new file mode 100644 index 0000000..384325d Binary files /dev/null and b/old/output/images/thumb2x/word_processor_robot.gif differ diff --git a/old/output/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png b/old/output/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png new file mode 100644 index 0000000..f692a33 Binary files /dev/null and b/old/output/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png differ diff --git a/old/output/images/thumb2x/wttf-the-ecosystem-is-moving1.png b/old/output/images/thumb2x/wttf-the-ecosystem-is-moving1.png new file mode 100644 index 0000000..b7242f2 Binary files /dev/null and b/old/output/images/thumb2x/wttf-the-ecosystem-is-moving1.png differ diff --git a/old/output/images/thumb2x/xpub8.gif b/old/output/images/thumb2x/xpub8.gif new file mode 100644 index 0000000..0c72e8f Binary files /dev/null and b/old/output/images/thumb2x/xpub8.gif differ diff --git a/old/output/images/tuch.jpg b/old/output/images/tuch.jpg new file mode 100644 index 0000000..895a2e7 Binary files /dev/null and b/old/output/images/tuch.jpg differ diff --git a/old/output/images/tuch2.jpg b/old/output/images/tuch2.jpg new file mode 100644 index 0000000..dd59f89 Binary files /dev/null and b/old/output/images/tuch2.jpg differ diff --git a/old/output/images/valid-rss-rogers.png b/old/output/images/valid-rss-rogers.png new file mode 100644 index 0000000..5f6623a Binary files /dev/null and b/old/output/images/valid-rss-rogers.png differ diff --git a/old/output/images/varia-again.png b/old/output/images/varia-again.png new file mode 100644 index 0000000..2a304c0 Binary files /dev/null and b/old/output/images/varia-again.png differ diff --git a/old/output/images/varia-open-day-2019-flyerx.jpg b/old/output/images/varia-open-day-2019-flyerx.jpg new file mode 100644 index 0000000..520cbe6 Binary files /dev/null and b/old/output/images/varia-open-day-2019-flyerx.jpg differ diff --git a/old/output/images/varia-open-day-2xx.jpg b/old/output/images/varia-open-day-2xx.jpg new file mode 100644 index 0000000..2cd15d5 Binary files /dev/null and b/old/output/images/varia-open-day-2xx.jpg differ diff --git a/old/output/images/varia-open-day-flyer.png b/old/output/images/varia-open-day-flyer.png new file mode 100644 index 0000000..58d1506 Binary files /dev/null and b/old/output/images/varia-open-day-flyer.png differ diff --git a/old/output/images/varia-open-day.jpg b/old/output/images/varia-open-day.jpg new file mode 100644 index 0000000..d9fd993 Binary files /dev/null and b/old/output/images/varia-open-day.jpg differ diff --git a/old/output/images/varia-remains.png b/old/output/images/varia-remains.png new file mode 100644 index 0000000..fc10612 Binary files /dev/null and b/old/output/images/varia-remains.png differ diff --git a/old/output/images/varia.jpg b/old/output/images/varia.jpg new file mode 100644 index 0000000..56d21af Binary files /dev/null and b/old/output/images/varia.jpg differ diff --git a/old/output/images/varia.png b/old/output/images/varia.png new file mode 100644 index 0000000..7812527 Binary files /dev/null and b/old/output/images/varia.png differ diff --git a/old/output/images/varia.server.jpg b/old/output/images/varia.server.jpg new file mode 100644 index 0000000..5bf07d6 Binary files /dev/null and b/old/output/images/varia.server.jpg differ diff --git a/old/output/images/varia.zone.png b/old/output/images/varia.zone.png new file mode 100644 index 0000000..633680a Binary files /dev/null and b/old/output/images/varia.zone.png differ diff --git a/old/output/images/varia_image_1stmeeting.jpg b/old/output/images/varia_image_1stmeeting.jpg new file mode 100644 index 0000000..9a2f98d Binary files /dev/null and b/old/output/images/varia_image_1stmeeting.jpg differ diff --git a/old/output/images/varia_s2s_federation.svg b/old/output/images/varia_s2s_federation.svg new file mode 100644 index 0000000..e3b00fd --- /dev/null +++ b/old/output/images/varia_s2s_federation.svg @@ -0,0 +1,434 @@ + + + + + + +%3 + +Varia chat federating with other chat providers + + +vvvvvvaria.org + +vvvvvvaria.org + + + +agayon.be + +agayon.be + + + +vvvvvvaria.org->agayon.be + + + + + +blah.im + +blah.im + + + +vvvvvvaria.org->blah.im + + + + + +chat.cluxia.eu + +chat.cluxia.eu + + + +vvvvvvaria.org->chat.cluxia.eu + + + + + +chat.disroot.org + +chat.disroot.org + + + +vvvvvvaria.org->chat.disroot.org + + + + + +conversations.im + +conversations.im + + + +vvvvvvaria.org->conversations.im + + + + + +conversejs.org + +conversejs.org + + + +vvvvvvaria.org->conversejs.org + + + + + +dismail.de + +dismail.de + + + +vvvvvvaria.org->dismail.de + + + + + +disroot.org + +disroot.org + + + +vvvvvvaria.org->disroot.org + + + + + +frisjes.xs4all.nl + +frisjes.xs4all.nl + + + +vvvvvvaria.org->frisjes.xs4all.nl + + + + + +irc.jabberfr.org + +irc.jabberfr.org + + + +vvvvvvaria.org->irc.jabberfr.org + + + + + +jabber.at + +jabber.at + + + +vvvvvvaria.org->jabber.at + + + + + +lurk.org + +lurk.org + + + +vvvvvvaria.org->lurk.org + + + + + +muc.lurk.org + +muc.lurk.org + + + +vvvvvvaria.org->muc.lurk.org + + + + + +muc.metronome.im + +muc.metronome.im + + + +vvvvvvaria.org->muc.metronome.im + + + + + +muc.roelof.info + +muc.roelof.info + + + +vvvvvvaria.org->muc.roelof.info + + + + + +muc.virtualprivateserver.space + +muc.virtualprivateserver.space + + + +vvvvvvaria.org->muc.virtualprivateserver.space + + + + + +roelof.info + +roelof.info + + + +vvvvvvaria.org->roelof.info + + + + + +rooms.dismail.de + +rooms.dismail.de + + + +vvvvvvaria.org->rooms.dismail.de + + + + + +rubenvandeven.com + +rubenvandeven.com + + + +vvvvvvaria.org->rubenvandeven.com + + + + + +stuff2233.club + +stuff2233.club + + + +vvvvvvaria.org->stuff2233.club + + + + + +test.homebrewserver.club + +test.homebrewserver.club + + + +vvvvvvaria.org->test.homebrewserver.club + + + + + +virtualprivateserver.space + +virtualprivateserver.space + + + +vvvvvvaria.org->virtualprivateserver.space + + + + + +xmpp.jp + +xmpp.jp + + + +vvvvvvaria.org->xmpp.jp + + + + + +zom.bi + +zom.bi + + + +vvvvvvaria.org->zom.bi + + + + + +agayon.be->vvvvvvaria.org + + + + + +blah.im->vvvvvvaria.org + + + + + +chat.cluxia.eu->vvvvvvaria.org + + + + + +chat.disroot.org->vvvvvvaria.org + + + + + +conference.jabber.ccc.de + +conference.jabber.ccc.de + + + +conference.jabber.ccc.de->vvvvvvaria.org + + + + + +conversejs.org->vvvvvvaria.org + + + + + +dismail.de->vvvvvvaria.org + + + + + +disroot.org->vvvvvvaria.org + + + + + +frisjes.xs4all.nl->vvvvvvaria.org + + + + + +irc.jabberfr.org->vvvvvvaria.org + + + + + +lurk.org->vvvvvvaria.org + + + + + +muc.lurk.org->vvvvvvaria.org + + + + + +muc.metronome.im->vvvvvvaria.org + + + + + +muc.roelof.info->vvvvvvaria.org + + + + + +roelof.info->vvvvvvaria.org + + + + + +rooms.dismail.de->vvvvvvaria.org + + + + + +rubenvandeven.com->vvvvvvaria.org + + + + + +stuff2233.club->vvvvvvaria.org + + + + + +virtualprivateserver.space->vvvvvvaria.org + + + + + +zom.bi->vvvvvvaria.org + + + + + diff --git a/old/output/images/varia_webhistory.gif b/old/output/images/varia_webhistory.gif new file mode 100644 index 0000000..cd7f24f Binary files /dev/null and b/old/output/images/varia_webhistory.gif differ diff --git a/old/output/images/variaecosystem.png b/old/output/images/variaecosystem.png new file mode 100644 index 0000000..fe8b97a Binary files /dev/null and b/old/output/images/variaecosystem.png differ diff --git a/old/output/images/what-a-website-can-be.markdown.png b/old/output/images/what-a-website-can-be.markdown.png new file mode 100644 index 0000000..a811b34 Binary files /dev/null and b/old/output/images/what-a-website-can-be.markdown.png differ diff --git a/old/output/images/wieisdezefontein.jpg b/old/output/images/wieisdezefontein.jpg new file mode 100644 index 0000000..489497b Binary files /dev/null and b/old/output/images/wieisdezefontein.jpg differ diff --git a/old/output/images/woodstonekugelblitzdruk.jpg b/old/output/images/woodstonekugelblitzdruk.jpg new file mode 100644 index 0000000..556e3d6 Binary files /dev/null and b/old/output/images/woodstonekugelblitzdruk.jpg differ diff --git a/old/output/images/word_processor_robot.gif b/old/output/images/word_processor_robot.gif new file mode 100644 index 0000000..dc4dbd2 Binary files /dev/null and b/old/output/images/word_processor_robot.gif differ diff --git a/old/output/images/wttf-mastodon-and-the-fediverse-e.png b/old/output/images/wttf-mastodon-and-the-fediverse-e.png new file mode 100644 index 0000000..170193a Binary files /dev/null and b/old/output/images/wttf-mastodon-and-the-fediverse-e.png differ diff --git a/old/output/images/wttf-the-ecosystem-is-moving1.png b/old/output/images/wttf-the-ecosystem-is-moving1.png new file mode 100644 index 0000000..64b46fd Binary files /dev/null and b/old/output/images/wttf-the-ecosystem-is-moving1.png differ diff --git a/old/output/images/xpub8.gif b/old/output/images/xpub8.gif new file mode 100644 index 0000000..e36ad6e Binary files /dev/null and b/old/output/images/xpub8.gif differ diff --git a/old/output/index.html b/old/output/index.html new file mode 100644 index 0000000..d57b0fb --- /dev/null +++ b/old/output/index.html @@ -0,0 +1,3080 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1797. varia komt in vele vormen:
          1798. +
          1799.  mailinglijst
          1800. +
          1801.  RSS feed
          1802. + +
          1803. Nederlands
          1804. +
          1805. English
          1806. +
            +
            +
            + +
            + +
            + + + + +
            + + + +
            + + + + +

            Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Elke laatste zondag van de maand zijn de Varia Library en Rotterdams Electronica Depot geopend. Deze zondag krijgen we gezelschap van The Bootleg Library, een gedeelde digitale en fysieke bibliotheek van bootlegged teksten.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

            +

            Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

            +

            Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

            +

            Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Relearn editie van 2019 bestaat uit meerdere sessies verspreid over het jaar, die samen een (bezier) curve tussen (mogelijk Amsterdam)-Rotterdam-Brussel-Parijs vormen. De sessie in Rotterdam is het eerste controle punt van deze curve.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Pushing Scores - Presentatie publicatie en performanceavond

            +

            Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

            +

            Varia heeft hier aan bijgedragen …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Geachte bezoeker,

            +

            Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia's Nieuwjaarsborrel

            +

            Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

            +

            Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een …

            + + lees meer + +
            +

            + +
            + + + + + + + + + + + +
            + + + + +

            In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            < body > < script >

            +

            var delay="5";
            +var count="0";

            +

            Texts=new Array ();
            +Texts[0]="Media Choreographies.";
            +Texts[1]="ChoreoGraphic Vocabularies";
            +Texts[2]="Choreo-Graphic-Matters";
            +Texts[3]="Choreo-Graphic-Hypothesis";
            +Texts[4]="Rehearsal Series";
            +Texts[5]="Scores & Scripts";
            +Texts[6]="A glossary of language for movements";
            +Texts[7]="Choreographing from 0 to 1 and beyond …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

            +

            Je bent van harte uitgenodigd om te …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Van het gecentraliseerde HTTP pad af

            +

            In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

            +

            Samen met auteur en vormgever …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Over tekst, encoderen en command lines.

            +

            De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

            +

            Het evenement …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

            +

            Wil …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

            +

            Gedurende de dag vinden de volgende activiteiten plaats:

            +

            Linux Presentation Day (hele dag)

            +

            Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

            +

            CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Oplossingen en problemen in Extratonality 4
            +"Extratonaliteit - Het openen van deuren is niet genoeg"

            +

            De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

            +

            datum: vrijdag 19 januari +start: 18:00u
            +performance: 21 …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

            +
              +
            • woensdag 27th: 11:00h - late
            • +
            • Thursday 28th: 11:30h - late
            • +
            • Friday 29th: 11:30h - late
            • +
            • Saturday 30th: 11:30h - 18:15h
            • +
            +

            Neem je eigen eten en drinken mee en vul het lijstje …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Nieuwe poging! Nu zonder sneeuwstorm.

            +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

            +

            Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

            +

            Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +
            +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
            +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
            +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
            +┌─────────────────┬───────────────┐
            +│div. onderdelen  │div. onderd.   │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +├─────────────────┼───────────────┼────────────────────┐
            +│IC's             │trim pots,     │octo couplers       │
            +│                 │               │EEPROMS             │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistoren,    │weerstanden    │weerstanden,        │
            +│lege lades,      │>0.25W         │lege lades,         │
            +│                 │               │FTDI,               │
            +│                 │               │arduino             │
            +│                 │               │oscilloscope onderd │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistoren,    │weerstande     │condensatoren,      │
            +│diodes           │=<0.25W        │transducers         │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +└─────────────────┴───────────────┴────────────────────┘
            + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
            + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
            + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
            +
            +
            + +

            Het Rotterdams Electronica Depot

            +

            Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

            + + lees meer + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/inox-kapell-en.html b/old/output/inox-kapell-en.html new file mode 100644 index 0000000..13edb06 --- /dev/null +++ b/old/output/inox-kapell-en.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1807. varia komt in vele vormen:
          1808. +
          1809.  mailinglijst
          1810. +
          1811.  RSS feed
          1812. + +
          1813. Nederlands
          1814. +
          1815. English
          1816. +
            +
            +
            + +
            + + + + +
            +
            + Soup & Talk - Inox Kapell +
            +
            + +
            +
            2017-12-16 19:00
            +
            Published at 26 November 2017
            +
            + +
            +
            +
            +

            Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.

            +

            Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today he takes people on insect excursions, for example in castle Freudenberg. He makes films, music and art from and about them, including his work with the Dadaist band 'Ordnungsamt et la politesse’. Besides that he is the founder of the 'Insektium', an insect-related museum / gallery / happeningraum in Berlin. According to him, insects are often wrongly condemned, but he can mediate between humans and insects as a sort of ambassador.

            +

            A few of his words:

            +

            was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, dadurch unsere nahrung für unsere kindeskinder...

            +

            video: link +web: www.inoxkapell.de

            +

            16 december

            +
              +
            • Soup: 19:00
            • +
            • Talk: 20:00
            • +
            • Price: Donation
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/inox-kapell.html b/old/output/inox-kapell.html new file mode 100644 index 0000000..2403516 --- /dev/null +++ b/old/output/inox-kapell.html @@ -0,0 +1,120 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1817. varia komt in vele vormen:
          1818. +
          1819.  mailinglijst
          1820. +
          1821.  RSS feed
          1822. + +
          1823. Nederlands
          1824. +
          1825. English
          1826. +
            +
            +
            + +
            + + + + +
            +
            + Soep & Woorden - Inox Kapell +
            +
            + +
            +
            2017-12-16 19:00:00
            +
            Gepubliceerd op 26 November 2017
            +
            + +
            +
            +
            +

            Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

            +

            Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij mensen mee op insectenexcursies, bijvoorbeeld in kasteel Freudenberg. Hij maakt films, muziek en kunst van en over insecten, onder andere in de dadaistische band ‘Ordnungsamt et la politesse’. Bovendien is hij de oprichter van het ‘Insektium’, een insect-gerelateerd museum/galerie/happeningraum in Berlijn. Naar eigen zeggen worden insecten vaak onterecht veroordeeld en is hij degene die tussen ambassadeur mens en insect kan mediëren.

            +

            Een paar van zijn woorden:

            +

            was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, +dadurch unsere nahrung für unsere kindeskinder...

            +

            video: link +web: www.inoxkapell.de

            +

            16 december

            +
              +
            • Soup: 19:00
            • +
            • Talk: 20:00
            • +
            • Price: Donation
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/itisasif-en.html b/old/output/itisasif-en.html new file mode 100644 index 0000000..d62e265 --- /dev/null +++ b/old/output/itisasif-en.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1827. varia komt in vele vormen:
          1828. +
          1829.  mailinglijst
          1830. +
          1831.  RSS feed
          1832. + +
          1833. Nederlands
          1834. +
          1835. English
          1836. +
            +
            +
            + +
            + + + + +
            +
            + It Is As If We Were Doing Work +
            +
            + +
            +
            2018-03-10 18:45
            +
            Published at 18 February 2018
            +
            + +
            +
            +
            +

            A few months have passed since the 11th issue of the Pervasive Labour Union zine was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng.

            +

            Food, drinks and entrance are available on donation.

            +

            Program:
            +18:45 Open Doors and Welcome +19:00 Introduction of the Pervasive Labour union zine by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL) +20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng

            +

            http://varia.zone/ +

            +
            +

            Alina Lupu (http://www.theofficeofalinalupu.com/) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam.

            +

            Gui Machiavelli (https://guimachiavelli.com/) is an okay programmer from Monday to Thursday and a lethargic writer from Friday to Sunday.

            +

            Lídia Pereira (http://immateriallaborunion.net/) is an independent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.

            +

            Silvio Lorusso (http://networkcultures.org/entreprecariat/) is a designer without qualities, an artist without a gallery and a writer without spell checker.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/itisasif.html b/old/output/itisasif.html new file mode 100644 index 0000000..d4ca78e --- /dev/null +++ b/old/output/itisasif.html @@ -0,0 +1,118 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1837. varia komt in vele vormen:
          1838. +
          1839.  mailinglijst
          1840. +
          1841.  RSS feed
          1842. + +
          1843. Nederlands
          1844. +
          1845. English
          1846. +
            +
            +
            + +
            + + + + +
            +
            + It Is As If We Were Doing Work +
            +
            + +
            +
            2018-03-10 18:45:00
            +
            Gepubliceerd op 18 February 2018
            +
            + +
            +
            +
            +

            Het is al een tijdje terug dat de 11de editie van de Pervasive Labour Union zine is verschenen, maar de discussie over onderwerpen van die uitgave aansneed is echter nog niet uitgewoed. Centraal in die uitgave stond het idee van het 'entreprecariat' en de verschillende bijdragen boden allen verschillende inzichten over hoe om te gaan met de samenkomst van ondernemersideologie en precariteit. Om verder in te gaan op de bijdragen in van de zine organiseert Varia een avond met enkele van de auteurs.

            +

            De avond zal aanvangen met een introductie van het Pervasive Labour Union zine project door Lídia Pereira. Daarna volgt een gesprek tussen Alina Lupu, Gui Machiavelli dat wordt gemodereerd door Silvio Lorusso. Onderwerp van gesprek zullen de individuele bijdragen van de auteurs aan de zine zijn, alsmede de relatie tussen hun praktijk, ontwikkelingen op het vlak van hedendaagse arbeid en de huidige staat van het onderwijs. Daarnaast zal er mogelijkheid zijn om een aantal van de games te spelen die in de 11de editie van PLU zijn besproken, waaronder "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng.

            +

            Entree en versnaperingen op basis van donatie

            +

            Programma:
            +18:45 Inloop

            +

            19:00 Introductie van de Pervasive Labour union zine door Lídia Pereira (PT/NL) en gesprek met Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), gemodereerd by Silvio Lorusso (IT/NL)

            +

            20:00 - 22:00 Gamesessie met "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng

            +
            +

            Alina Lupu (http://www.theofficeofalinalupu.com/) is conceptueel kunstenaar en bezorgt maaltijden per fiets. Soms is ze echter ook projectmanager, schrijver, fotograaf of doet andere bijbaantjes. Op het moment heeft ze zich verkiesbaar gesteld voor een van de deelgemeenteraden in Amsterdam.

            +

            Gui Machiavelli (https://guimachiavelli.com/) is van maandag tot donderdag een redelijke en van vrijdag tot zondag een lethargische schrijver.

            +

            Lídia Pereira (http://immateriallaborunion.net/) is zelfstandig vormgever, kunstenaar en onderzoeker gevestigd in Rotterdam, NL. Haar huidige interesses gaan uit naar de politieke dimensie van arbeid op socialenetwerk-sites. Daarbinnen richt zij haar blik op hoe machtsstructuren online en offline gedrag beïnvloeden.

            +

            Silvio Lorusso (http://networkcultures.org/entreprecariat/) is een vormgever zonder specialisatie, een kunstenaar zonder galerie en een schrijver zonder spel-check.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/kettle.html b/old/output/kettle.html new file mode 100644 index 0000000..eec56a6 --- /dev/null +++ b/old/output/kettle.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1847. varia komt in vele vormen:
          1848. +
          1849.  mailinglijst
          1850. +
          1851.  RSS feed
          1852. + +
          1853. Nederlands
          1854. +
          1855. English
          1856. +
            +
            +
            + +
            + + + + +
            +
            + The Call Of The Kettle +
            +
            + +
            +
            2019-03-15 20:00:00
            +
            15 March 2019
            +
            + +
            +
            +
            +

            Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven aan te gaan. Dit alles onder het mom van ‘The Call Of The Kettle’; de eerste object georienteerde muziekavond bij Varia! Tijdens dit evenement zullen er optredens te zien zijn van de volgende artiesten:

            +

            Agente Costura en Stephen Doyle is een duo dat geïmproviseerde geluiden speelt met behulp van versterkte naaimachine en drums. Constura speelt al sinds 2003 op de Singer. Overdag werkt ze met ongewenste kleding en transformeert die in nieuwe draagbare vormen. 's Nachts sluit de Singer zich aan bij haar medemuzikanten en naait zij op het ritme van de muziek. Zo improviseert zij kleding op basis van ritme en geluid. Costura heeft onder meer opgetreden in The Vancouver Art Gallery, de Month of Performance Art Berlin, het Bimhuis Amsterdam en de Curitiba Fashion Week. Stephen Doyle is een drummer die woont en werkt in Amsterdam. Costura en Doyle creëren samen een percussieve upcycled stortvloed van uniek gebeeldhouwd geluid.

            +

            Agente Costura Online
            +Stephen Doyle op Soundcloud

            + + +

            Watt's Cookin' bestaat uit Zeynep Aslan, Tamara van Suylekom en Inge Hoonte, die elkaar hebben leren kennen via re#sister en repeteren bij Worm. Voor deze performance gaan ze knallen en klooien met dagelijkse objecten. Ze repeteren momenteel in de keuken met hun orkestleden, waaronder waterkokers en koffiepercolators, een mes en een snijplank, een paar potten met noten, rijst en maïs, een mini-oven, twee pannen, twee theelepels en een eierklopper. Een broodrooster en een blik kokosmelk aarzelen nog of mee willen doen, maar waarschijnlijk loopt dat wel los!

            +

            De Brut is een nieuw project van Marijn Verbiesen, die volgens bronnen "een van de krachten is die de Rotterdamse underground bij elkaar houdt!" Ze heeft deelgenomen aan tal van projecten (Sweat Tongue, Red Brut) en is actief als een van de organisatoren van de beruchte Herman concertreeks. Daarnaast staat Verbiesen bekend om haar tapecollages die zeer persoonlijk zijn en hoog aangeschreven staan door bladen als The Wire.

            +

            De Website van Red Brut

            + + +

            Beachcombartband is een "one-man-sea-trash-band" uit Rotterdam met kunstenaar Bart Koppe aan het roer. Het mechanisch en met de hand bespeelde afval van het schoongeveegde strand zal door hem op uw hoofd worden geloosd, in een netwerk van audio-galactische bevrediging!

            +

            The Singing Toaster is niet zoals andere broodroosters, omdat niet elke broodrooster kan zingen. Daarom is deze bijdrage aan "The Call Of The Kettle" nu al een beetje bijzonder. Zullen de verbrande kruimels tussen zijn verwarmingselementen ook uw hart kunnen verwarmen?

            +

            Datum: Vrijdag, 15 Maart 2019
            +Entree: 5 euro
            +Deur: 20:00
            +Start: 20:30

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/kettle_MD-en.html b/old/output/kettle_MD-en.html new file mode 100644 index 0000000..dd504d6 --- /dev/null +++ b/old/output/kettle_MD-en.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1857. varia komt in vele vormen:
          1858. +
          1859.  mailinglijst
          1860. +
          1861.  RSS feed
          1862. + +
          1863. Nederlands
          1864. +
          1865. English
          1866. +
            +
            +
            + +
            + + + + +
            +
            + The Call Of The Kettle +
            +
            + +
            +
            2019-03-15 20:00
            +
            15 March 2019
            +
            + +
            +
            +
            +

            There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under the guise of 'The Call Of The Kettle'; the first object oriented music evening at Varia! During this event there will be performances by the following artists:

            +

            Agente Costura and Stephen Doyle are a duo playing improvised sounds, on amplified sewing machine and drums. Constura has been playing the Singer since 2003. In the daytime she tackles unwanted clothing, transforming them into new wearable shapes. At night, the Singer joins her fellow musicians and Lisa sews to the beat of the music, improvising on clothing based on rhythm and sound. Lisa has performed extensively, for instance at The Vancouver Art Gallery, the Month of Performance Art Berlin, the Bimhuis Amsterdam, and Curitiba Fashion Week. Stephen Doyle is a drummer, living and working in Amsterdam. His sounds have previously graced the creations of Dagora, 78rpm, and many more. Together, Costura and Doyle create a percussive upcycled torrent of uniquely sculpted sound.

            +

            Agente Costura Online
            +Stephen Doyle on Soundcloud

            + + +

            Watt’s Cookin’ is composed of Zeynep Aslan, Tamara van Suylekom and Inge Hoonte who met through re#sister and rehearse at Worm. For this performance, the three have teamed up to bang, clang and tinker with everyday household items. They are currently rehearsing in Inge's kitchen with the orchestra members they’ve interested to participate, such as water cookers and coffee percolators, a knife and a cutting board, a few jars with nuts, rice, and corn, and a couple of empty jars, a mini oven, two pans, two tea spoons and an egg beater. A bread toaster and a coconut milk can are hesitant if they want to join this upbeat troupe, but they will probably fit right in!

            +

            De Brut is a new project by Marijn Verbiesen who, according to sources, is "one of the forces that keeps the Rotterdam underground together!" She has participated in numerous projects (Sweat Tongue, Red Brut) and is active as one of the organizers of the infamous Herman concert series. Besides that Verbiesen is renowned for her tape collages that are highly personal and highly regarded by magazines like The Wire.

            +

            Red Brut Online

            + + +

            Beachcombartband is a one-man-sea-trash-band from Rotterdam, helmed by none other than Bart Koppe. He performs with a collection of marine debris, played by mechanics and by hand. He will sweep the beach and throw its garbage on your head, in a maze of audio galactic joyfulness.

            +

            The Singing Toaster is not like other toasters, because not every toaster is able to sing. Therefore the inclusion of this one during ‘the call of the kettle’ is somewhat of an occasion. Will the burned crumbs between its heating elements be enough to warm your heart?

            +

            Date: Friday, 15 March 2019
            +Entrance: 5 euro
            +Door: 20:00
            +Start: 20:30

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/lifehacks-en.html b/old/output/lifehacks-en.html new file mode 100644 index 0000000..4abbffa --- /dev/null +++ b/old/output/lifehacks-en.html @@ -0,0 +1,125 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1867. varia komt in vele vormen:
          1868. +
          1869.  mailinglijst
          1870. +
          1871.  RSS feed
          1872. + +
          1873. Nederlands
          1874. +
          1875. English
          1876. +
            +
            +
            + +
            + + + + +
            +
            + Life Hacks: Space +
            +
            + +
            +
            2018-10-31 19:00
            +
            Published at 31 October 2018
            +
            + +
            +
            +
            +

            What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or yet another burden? Together with author and designer François Girard-Meunier, the WORKNOT! collective (Arvand Pourabbasi and Golnar Abbasi), Varia, the Centre for Everyday Technology (represented by Roel Roscam Abbing, Manetta Berends and Niek Hilkmann) and XPUB (the Experimental Publishing program of the Piet Zwart Institute), we will tackle these and more questions during an evening dedicated to spaces that are at once entrepreneurial and precarious.

            +

            Life Hacks is part of Het Nieuwe Instituut’s fellowship program around the theme of ‘burn out’. As 2017 fellow Ramon Amaro states, “on the one hand, to ‘burn out’ is to stall, break, or become otherwise unusable. In other words, processes, procedure and participation simply stop working. On the other hand, ‘burn out’ is an opportunity to break open, promote action and catalyse change towards new structures and relations.”

            +

            Life Hacks manifests in a series of gatherings that respond to this ambivalence by exploring the approaches and techniques adopted to design or redesign life against the backdrop of growing precarity and an intensified entrepreneurial regime.

            +

            Together with theorists, practitioners and XPUB, the Experimental Publishing program of the Piet Zwart Institute, Life Hacks looks into the tensions and releases that emerge from the constant reinvention and progressive self-optimization necessary to inhabit public and private space, manage time and productivity, and tweak one's own thoughts and feelings.

            +

            Life Hacks is curated by Silvio Lorusso, and jointly organized by HNI’s Research Department and XPUB.

            +
            +

            Date: Wednesday, 31st of October 2018
            +Time: 19:00h - 21:00h
            +Location: Varia, Gouwstraat 3 Rotterdam
            +Entrance: Donation

            +
            +

            Roel Roscam Abbing (NL) is an artist and researcher whose work engages with the issues and cultures surrounding networked computation. He engages with themes such as network infrastructures, the politics of technology and do-it-yourself approaches. He holds an MA Networked Media from the Piet Zwart Institute in Rotterdam and a Fine Arts BA from the Willem De Kooning Academy. Currently he also works as a teacher in Digital Media at the department of Graphic Design in Artez, Arnhem. He is also a member of the homebrewserver.club and Varia. https://roelof.info

            +

            Manetta Berends (NL) is a graphic designer with an interest in networked publishing & free software. Her practice is rooted in practical investigations into the sociality of software related to publishing infrastructures. Besides working on commissions, projects and workshops, Manetta is also member of Varia. https://www.manettaberends.nl

            +

            François Girard-Meunier (CA/NL) is interested by the performativity and politics of labour in the contemporary western post-fordist context. Graduated from the Graphic Design department of the Gerrit Rietveld Academie (2015) and the Critical Studies department of the Sandberg Instituut (2018), he works mainly in the cultural field as a designer, web developer, writer and so on. Recent projects include Flexible Bodies (2017), at the Tallinn Photomonth 17, and Talent at Work (2017), in collaboration with Mirjam Reili and re-published in the context of Signals From The Periphery (EE). He is based in Amsterdam, where he runs the Office for Workspace Studies and self-publishes. http://www.francoisgm.com/

            +

            Niek Hilkmann (NL) is an artist with a background in media design, art history and musicology. After graduating from the Piet Zwart Institute in Rotterdam, he started collaborating with various institutes, designers and artists on the fringe of speculative design, science fiction, media archeology and extratonal music. Besides being the curator of events such as "Floppy Totaal" and "De Grote Hoop", he is also one of the core members of Varia, the conductor of an amateur avant-garde orchestra, the editor of the UNI Graphical Notation System, a part-time dodologist and the creator of one of the first moving panoramas since the nineteenth century. https://niekhilkmann.nl/

            +

            Varia (NL) is a Rotterdam based initiative focused on working with, on and through everyday technology. At its core the initiative aims to be a social infrastructure from which to collaboratively facilitate critical understandings on the technologies that surround us. The initiative is a membership-based organisation striving to become a space for questions, opinions, modifications, help and action. http://varia.zone/

            +

            WORKNOT! (NL/IR) is a Rotterdam-based independent open collective that works to create a platform for the representation of the life and work of today’s cognitarians. It works with seemingly banal, yet extreme (and political) conditions that shape our today’s contemporary forms of living and working. The collective consists of Arvand Pourabbasi and Golnar Abbasi, researchers/designers/makers with a background in architecture and art. Since its foundation in Tehran (2012), it has worked in a variety of context through a broad range of collaborations, and has created workshops, exhibitions, performances, images, writings, lectures and publications. https://worknot.info/

            +
            +

            Cover image: François Girard-Meunier

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/lifehacks.html b/old/output/lifehacks.html new file mode 100644 index 0000000..9f8407d --- /dev/null +++ b/old/output/lifehacks.html @@ -0,0 +1,118 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1877. varia komt in vele vormen:
          1878. +
          1879.  mailinglijst
          1880. +
          1881.  RSS feed
          1882. + +
          1883. Nederlands
          1884. +
          1885. English
          1886. +
            +
            +
            + +
            + + + + +
            +
            + Life Hacks:Space +
            +
            + +
            +
            2018-10-31 19:00:00
            +
            Gepubliceerd op 31 October 2018
            +
            + +
            +
            +
            +

            Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

            +

            Samen met auteur en vormgever François Girard-Meunier, het WORKNOT! collectief (Arvand Pourabbasi and Golnar Abbasi), Varia (vertegenwoordigd door Manetta Berends, Niek Hilkmann, Roel Roscam Abbing) en XPUB gaan we deze en meer vragen aan tijdens een avond gewijd aan ruimtes die zowel ondernemend als precair zijn.

            +

            Life Hacks is onderdeel van het fellowship-programma van Het Nieuwe Instituut met het thema 'burn out'. Zoals verwoord door fellow Ramon Amaro:

            +

            “aan de ene kant is een 'burn out' een moment van stilstand, van breken of van andersinds onbruikbaar worden. Met andere woorden, processesen, procedures en participatie werkt gewoon niet meer. Aan de andere kant is een 'burn out' een mogelijkheid om open te breken, om actie te bevorderen en verandering te catalyseren richting nieuwe structuren en relaties.”

            +

            Life Hacks is een serie bijeenkomsten met die reageren op deze ambivalenties. Deze bijeenkomsten gaan over benaderingen en technieken die helpen bij het (hernieuwd) vormgeven van een leven in de context van toenemende onzekerheid en afgedwongen ondernemersmentaliteit.

            +

            Life Hacks wordt gecureerd door Silvio Lorusso en is een samenwerking tussen het Research Department van Het Nieuwe Instituut en XPUB.

            +
            +

            Datum: Woensdag, 31 Oktober 2018
            +Duur: van 19:00 uur tot 21:00 uur
            +Locatie: Varia, Gouwstraat 3 Rotterdam
            +Entreeprijs: Donaties

            +

            Afbeelding: François Girard-Meunier

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/mastodon-and-fediverse-en.html b/old/output/mastodon-and-fediverse-en.html new file mode 100644 index 0000000..6a0b8b8 --- /dev/null +++ b/old/output/mastodon-and-fediverse-en.html @@ -0,0 +1,140 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1887. varia komt in vele vormen:
          1888. +
          1889.  mailinglijst
          1890. +
          1891.  RSS feed
          1892. + +
          1893. Nederlands
          1894. +
          1895. English
          1896. +
            +
            +
            + +
            + + + + +
            +
            + Welcome to the � Federation - Mastodon and The Fediverse +
            +
            + +
            +
            2018-12-08 14:00
            +
            Published at 08 December 2018
            +
            + +
            +
            +
            +

            In recent years there has been a lot of dissatisfaction about social media. At the same time there has been a new platform, Mastodon, which has been gaining popularity in the way it seeks to address the sources of this unease. It looks and behaves like similar platforms, but under the hood it works substantially different ways.

            +

            Rather than a single service, Mastodon is part of a collection of community-owned independent services that interoperate with each other. This larger set of projects is also known as the Fediverse and is compromised of vastly different softwares, cultures and attitudes.

            +

            Public conversation

            +

            A general introduction into Mastodon and the Fediverse
            +Saturday 8 December 2018
            +20:00h - 21:30h

            +

            On the Saturday 8th of December Wtt�F will host an evening roundtable as a general introduction into Mastodon and the Fediverse. How does it work? What are the underlying concepts? Who made it? What has been the history behind it? What kind of different communities inhabit this Fediverse? What does it mean to host such a community?

            +

            It will be hosted together by an administrator of a large Mastodon community and an administrator of a small Mastodon community. Both are also contributors to the fediverse.

            +

            Worksession

            +

            Translating and documentation of the Mastodon project
            +Saturday 8 December 2018
            +14:00h - 18:00h

            +

            As part of this edition of Wtt�F we will also spend the afternoon together to look at the documentation and translation of the Mastodon project. How does the translation of open source projects work? How are projects communicated? How can the technical concepts be made accessible for larger audiences without diluting their significance?

            +

            If you would like to join the worksession, please register in advance by sending a mail to info[at]varia.zone.

            +

            Practical

            +

            This gathering takes place in Varia, Gouwstraat 3 in Rotterdam.

            +
            +

            Welcome to the � Federation

            +

            Welcome to the � Federation is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX).

            +

            The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: Welcome to the � Federation

            +
            +

            This project is made possible with the support CBK Rotterdam and Varia.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/mastodon-and-fediverse.html b/old/output/mastodon-and-fediverse.html new file mode 100644 index 0000000..f4f89ce --- /dev/null +++ b/old/output/mastodon-and-fediverse.html @@ -0,0 +1,140 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1897. varia komt in vele vormen:
          1898. +
          1899.  mailinglijst
          1900. +
          1901.  RSS feed
          1902. + +
          1903. Nederlands
          1904. +
          1905. English
          1906. +
            +
            +
            + +
            + + + + +
            +
            + Welcome to the � Federation - Mastodon en de Fediverse +
            +
            + +
            +
            2018-12-08 14:00:00
            +
            Gepubliceerd op 08 December 2018
            +
            + +
            +
            +
            +

            De laatste jaren is er veel discussie en ontevredenheid over sociale media. Tegelijkertijd is er een nieuw platform, Mastodon, dat aan populariteit wint door de manier waarop het de kern van dit ongemakkelijke gevoel probeert aan te pakken. Mastodon ziet er uit en gedraagt zich als soortgelijke platforms, maar achter de schermen functioneert het op en totaal andere manier.

            +

            Mastodon is geen eigen gesloten platform, maar maakt deel uit van een verzameling onafhankelijke platforms die met elkaar samenwerken. Deze grotere verzameling projecten wordt ook wel de Fediverse genoemd en bestaat uit een grote diversiteit van softwares, gemeenschappen, culturen en houdingen.

            +

            Publiek gesprek

            +

            Een algemene inleiding in Mastodon en het Fediverse
            +Zaterdag 8 december 2018
            +20:00u - 21:30u

            +

            Op zaterdag 8 december zal Wtt�F een rond-de-tafel gesprek organiseren als algemene introductie over Mastodon en de Fediverse. Hoe werkt het? Wat zijn de onderliggende concepten? Wie heeft het gemaakt? Wat is de geschiedenis erachter? Wat voor soort verschillende gemeenschappen leven er in dit ecosysteem? Wat betekent het om een gemeenschap te hosten?

            +

            De introductie en het rondetafelgesprek worden gefaciliteerd door een beheerder van een grote Mastodon gemeenschap en een beheerder van een kleine Mastodon gemeenschap. Beiden hebben ook bijgedragen aan het vertalen van Fediverse software.

            +

            Werksessie

            +

            Vertaling en documentatie van het Mastodon-project
            +Zaterdag 8 december 2018
            +14:00 uur - 18:00 uur

            +

            Als onderdeel van deze editie van Wtt�F zullen we ook de middag samen doorbrengen om de documentatie en vertaling van het Mastodon-project te bekijken. Hoe worden open-source projecten vertaald? In welke taal worden projecten gecommuniceerd? Hoe kunnen de technische concepten toegankelijk worden gemaakt voor een groter publiek zonder hun betekenis te verliezen?

            +

            Als je wilt deelnemen aan deze werksessie, schrijf je dan vooraf in door een korte mail te sturen naar info[at]varia.zone.

            +

            Praktisch

            +

            Deze bijeenkomst vindt plaats in Varia, Gouwstraat 3 in Rotterdam.

            +
            +

            Welcome to the Federation

            +

            Welcome to the � Federation is gebaseerd op de constatering van een hernieuwde interesse in 'alternatieve' online diensten zoals sociale media en chat. Door middel van presentaties en werksessies wordt er aandacht besteed aan de softwareprojecten die deel uit maken van deze ecosystemen. Een bijzondere focus zal liggen op projecten die (op)nieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, door veel aandacht te besteden aan ontwerp, taal en gebruikerservaring (UX).

            +

            De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: Welcome to the � Federation (engelstalig).

            +
            +

            Dit project wordt mogelijk gemaakt met de steun van CBK Rotterdam en Varia.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/monument-en.html b/old/output/monument-en.html new file mode 100644 index 0000000..44b97c5 --- /dev/null +++ b/old/output/monument-en.html @@ -0,0 +1,121 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1907. varia komt in vele vormen:
          1908. +
          1909.  mailinglijst
          1910. +
          1911.  RSS feed
          1912. + +
          1913. Nederlands
          1914. +
          1915. English
          1916. +
            +
            +
            + +
            + + + + +
            +
            + Moving Monument - Presentation +
            +
            + +
            +
            2018-06-02 13:00
            +
            Published at 28 May 2018
            +
            + +
            +
            +
            +

            Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or some other historical event, donated by the municipality or a patron. Unfortunately, Charlois currently has no working fountain. Niek Hilkmann and Anne Kolbe want to remedy this shortcoming and temporarily give Charlois a mobile fountain that is not tied to a single place or interpretation. After an opening ceremony, held on the 2nd June around 13:00, next to Varia, the fountain can be seen during the weekends of the Charlois Speciaal festival, in search of new meaning and appreciation.

            +

            Opening Ceremony: 2 June / 13:00-14:00
            +On Display: 2,3, 9 and 10 June / 13:00-18:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/monument.html b/old/output/monument.html new file mode 100644 index 0000000..195f6dd --- /dev/null +++ b/old/output/monument.html @@ -0,0 +1,121 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1917. varia komt in vele vormen:
          1918. +
          1919.  mailinglijst
          1920. +
          1921.  RSS feed
          1922. + +
          1923. Nederlands
          1924. +
          1925. English
          1926. +
            +
            +
            + +
            + + + + +
            +
            + Mobiel Monument - Presentatie +
            +
            + +
            +
            2018-06-02 13:00:00
            +
            Gepubliceerd op 28 May 2018
            +
            + +
            +
            +
            +

            Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag, pestepidemie of andere historische gebeurtenis, geschonken door een veldheer of mecenas. Helaas bezit Charlois momenteel geen werkende fontein. Niek Hilkmann en Anne Kolbe willen dit gebrek verhelpen door Charlois tijdelijk een mobiele fontein te geven die niet gebonden is aan een vaste plek of duiding. Deze fontein zal op 2 juni om 13:00 bij Varia gepresenteerd worden en is vervolgens tijdens de weekenden van Charlois Speciaal te zien, op zoek naar nieuwe betekenis en waardering.

            +

            Openingsceremonie: 2 Juni / 13:00-14:00
            +Uitgestald: 2, 3, 9 en 10 Juni / 13:00-18:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/music-able-noise-en.html b/old/output/music-able-noise-en.html new file mode 100644 index 0000000..d695677 --- /dev/null +++ b/old/output/music-able-noise-en.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1927. varia komt in vele vormen:
          1928. +
          1929.  mailinglijst
          1930. +
          1931.  RSS feed
          1932. + +
          1933. Nederlands
          1934. +
          1935. English
          1936. +
            +
            +
            + +
            + + + + +
            +
            + Music: Able Noise, Goldblum and Piyojo +
            +
            + +
            +
            2019-09-14 20:30
            +
            Published at 12 September 2019
            +
            + +
            +
            +
            +

            A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.

            +

            Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of Alex and George. They indecisively balance themselves on the border between pop rock and noisy free jazz. With the help of tapes and by employing less consistent ways of playing their instruments, they create a somewhat minimal and rather visual musical performance.

            +

            https://www.youtube.com/watch?v=MacLS1n0l_0

            +

            Piyoji is the monikor of Dutch artist Rik Möhlmann. The music he makes has a distinct, liberating sound, characterized by a modest and direct way of recording musical sessions in which different textures are explored. Sounds appear from left to right, as if hidden behind trees or emerging from rivers. Möhlmann uses his eccentric and inquisitive approach to music to make songs that don't necessarily behave in a narrative way. Instead, his tracks expose themselves like little paintings

            +

            https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE

            +

            Goldblum is an eye blinding duo from Middelland messing around with flea market cassette tapes and analogue synthesizers. Expect fragments of golden oldies, crippled rhythms and synthesized sounds buried in tape hiss. The duo has cut their teeth in acts like Sweat Tongue and Red Brut.

            +
              +
            • door: 20:30
            • +
            • start: 21:00
            • +
            • price: 5 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/music-able-noise.html b/old/output/music-able-noise.html new file mode 100644 index 0000000..ff7706e --- /dev/null +++ b/old/output/music-able-noise.html @@ -0,0 +1,129 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1937. varia komt in vele vormen:
          1938. +
          1939.  mailinglijst
          1940. +
          1941.  RSS feed
          1942. + +
          1943. Nederlands
          1944. +
          1945. English
          1946. +
            +
            +
            + +
            + + + + +
            +
            + Muziek: Able Noise, Goldblum en Piyojo +
            +
            + +
            +
            2019-09-14 20:30:00
            +
            Gepubliceerd op 12 September 2019
            +
            + +
            +
            +
            +

            Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

            +

            Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex en George. Ze balanceren op de grens tussen poprock en lawaaierige free jazz. Met behulp van tapes en misbruik van hun instrumenten, creëren ze een ietwat minimale en vrij visuele muzikale beleving.

            +

            https://www.youtube.com/watch?v=MacLS1n0l_0

            +

            Piyoji is de naam waaronder de Nederlandse kunstenaar Rik Möhlmann onderscheidende bevrijdende geluiden maakt die worden gekenmerkt door bescheiden, doch directe texturen. Geluiden verplaatsen zich in zijn muziek van links naar rechts, alsof ze zich verschuilen achter bomen of opduiken uit rivieren. Möhlmann gebruikt zijn excentrieke en nieuwsgierige benadering van muziek om liedjes te maken die zich niet noodzakelijk verhalend gedragen. In plaats daarvan openbaren ze zich als kleine schilderijen

            +

            https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE

            +

            Goldblum is een oogverblindend duo uit Middelland dat rommelt met cassettes van de rommelmarkt en analoge synthesizers. Verwacht fragmenten van gouden oudjes, kreupele ritmes en gesynthetiseerde geluiden, begraven in sissende tape. Het duo heeft hun tanden eerder geslepen in acts als Sweat Tongue en Red Brut.

            +
              +
            • deur: 20:30
            • +
            • start: 21:00
            • +
            • entree: 5 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/music-niek-hilkmann-en.html b/old/output/music-niek-hilkmann-en.html new file mode 100644 index 0000000..ec82fdc --- /dev/null +++ b/old/output/music-niek-hilkmann-en.html @@ -0,0 +1,143 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1947. varia komt in vele vormen:
          1948. +
          1949.  mailinglijst
          1950. +
          1951.  RSS feed
          1952. + +
          1953. Nederlands
          1954. +
          1955. English
          1956. +
            +
            +
            + +
            + + + + +
            +
            + Music: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneer +
            +
            + +
            +
            2019-11-16 20:00
            +
            Published at 16 November 2019
            +
            + +
            +
            +
            +

            Another musical night at Varia! Join us on November 16th for an evening full of singers, songwriters, noise and cardboard!

            +

            Niek Hilkmann en de Puls

            +

            "Your empty milk bottle", "Hey, that's strange ... There is a bug in your hair" and "Zaamslag, never again"; those are not just some random words, but songtitles that Niek Hilkmann is considering for his new EP. To commemorate the fact that they will be recording this very soon, he will perform these songs at Varia with his band, De Puls. Expect a colorful succession of unprecedented scoops and perhaps even some old acquaintances.

            +

            Web
            +Video

            +

            Vulva

            +

            Vulva is a twoheaded, feminine beast with a mouth so big that you usually only see it in fairy tales and fables. This doesn’t stop them from visiting Varia however! Expect a lot of noise, some theatrical escapades and an abundance of shouting, We will witness Vulva erupt!

            +

            Facebook
            +Souncloud

            +

            Rowan van As

            +

            One does not easily describe the life and times of Rowan Van As. This artist-troubadour sings, draws, sculpts and records like there is no tomorrow with the help of an abundance of props and home-made instruments (such as his famous organ mussel). At Varia he will perform some brand new songs for us and warm your heart!

            +

            Web
            +Video

            +

            G. de Singer Songwriter

            +

            Gerard Olthaar is, as his name suggests, a true Singer-Songwriter; a solo musician who knows how to move and amaze an audience with just his guitar and voice. His songs are raw like the paving stones of Rotterdam and his guitar sound is unquestionably unique.

            +

            Web
            +Video

            +

            DJ Wanneer

            +

            No evening of entertainment is complete without a proper DJ and that is why we are very to have DJ Wanneer on the line-up. This individual combines the best of Scheveningen, Rotterdam and Zoeterwoude by playing an eclectic mix of little crooners, dissonant girl bands and overall hysterical music.

            +

            Web

            +
              +
            • door: 20:00
            • +
            • start: 20:30
            • +
            • entry: 5 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/music-niek-hilkmann.html b/old/output/music-niek-hilkmann.html new file mode 100644 index 0000000..b7b210b --- /dev/null +++ b/old/output/music-niek-hilkmann.html @@ -0,0 +1,143 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1957. varia komt in vele vormen:
          1958. +
          1959.  mailinglijst
          1960. +
          1961.  RSS feed
          1962. + +
          1963. Nederlands
          1964. +
          1965. English
          1966. +
            +
            +
            + +
            + + + + +
            +
            + Muziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneer +
            +
            + +
            +
            2019-11-16 20:00:00
            +
            Gepubliceerd op 16 November 2019
            +
            + +
            +
            +
            +

            Een nieuwe muzikale avond in Varia! Wees erbij op 16 november voor een evenement vol singers, songwriters, herrie en karton!

            +

            Niek Hilkmann en de Puls

            +

            “Je lege melkfles”, “Hey, wat raar… Er zit een beestje in je haar” en “Nooit meer terug naar Zaamslag”; dat zijn niet zomaar wat bij elkaar geraapte woorden, maar enkele titels die Niek Hilkmann in gedachten heeft voor een gloednieuwe EP. Ter gelegenheid van de opnames hiervan speelt hij bij Varia met zijn band, De Puls, deze en vele andere Nederlandstalige liederen. Verwacht een bonte aaneenschakeling van ongehoorde primeurs en misschien zelfs wat oude bekenden.

            +

            Web
            +Video

            +

            Vulva

            +

            Vulva is een tweehoofdig, feminiem beest met een grote bek zoals je die eigenlijk alleen in sprookjes en fabels ziet. Maar nu dus ook bij Varia! Verwacht een flinke bak herrie, theaterale escapades en een hoop geschreeuw, waarvan het de vraag is of het eigenlijk wel op het podium thuis hoort. Vulva zal zeker uitbarsten!

            +

            Facebook
            +Souncloud

            +

            Rowan van As

            +

            Men geeft niet zomaar een beschrijving van het leven en werk van Rowan Van As. Deze kunstenaar-troubadour zingt, tekent en beeldhouwt alsof er geen morgen is en gebruikt daarbij een overvloed aan rekwisieten en zelfgemaakte instrumenten (zoals zijn beroemde mosselorgel). Bij Varia zal hij een aantal gloednieuwe nummers voor ons uitvoeren.

            +

            Web
            +Video

            +

            G. de Singer Songwriter

            +

            Gerard Olthaar is, zoals zijn naam al doet vermoeden, niet zomaar een muzikant, maar een heuse Singer-Songwriter; een solist die slechts met gitaar en stem de mensen weet te verbazen, ontroeren en verwonderen. Zijn liederen zijn rauw als de Rotterdamse straatstenen en zijn gitaarsound is ongeknutseld uniek!

            +

            Web
            +Video

            +

            DJ Wanneer

            +

            Geen enkele muziekavond is compleet zonder goede DJ en daarom zijn we erg blij om DJ Wanneer op de line-up te hebben. Deze DJ combineert het beste van Scheveningen, Rotterdam en Zoeterwoude door een eclectische mix van kleine crooners, dissonante meidenbands en algehele hysterische muziek te draaien.

            +

            Web

            +
              +
            • deur: 20:00
            • +
            • start: 20:30
            • +
            • entree: 5 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/networks-of-ones-own-en.html b/old/output/networks-of-ones-own-en.html new file mode 100644 index 0000000..da69879 --- /dev/null +++ b/old/output/networks-of-ones-own-en.html @@ -0,0 +1,140 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1967. varia komt in vele vormen:
          1968. +
          1969.  mailinglijst
          1970. +
          1971.  RSS feed
          1972. + +
          1973. Nederlands
          1974. +
          1975. English
          1976. +
            +
            +
            + +
            + + + + +
            +
            + One evening, Two launches, Three takes +
            +
            + +
            +
            2019-09-28 19:30
            +
            Published at 28 September 2019
            +
            + +
            +
            +
            +

            We are all very glad to invite you to the launch of the second issue of Networks of One's Own: three takes on taking care and Fed Up!, the 13th issue of the Pervasive Labour Union zine. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.

            +

            Location: Varia, Gouwstraat 3 (Rotterdam)
            +Date: Saturday 28th of September
            +Time: 19:30h - 21:30h

            +

            +

            Networks Of One’s Own is a para-nodal1 periodic publication that is itself collectively written in a network. Each of the episodes is thought of as the ‘release’ of a specific software stack, contextualised in its specific practice. The series aims to document a set of tools, experiences, ways of working that are diverse in terms of their temporality, granularity and persistence. Three takes on taking care is the second volume of this series.

            +

            In our activity as artists, designers and researchers working with and around free/libre open source technology based projects, we often encounter situations where collective authorship gives rise to complicated interrelationships of ownership. Specifically, these involve the practical aspects of care, maintenance, documentation and overall commitment.

            +

            Three of these projects, homebrewserver.club, Bibliotecha and Relearn, have been influential for the individual practices of those involved, but also for a wider international network of actors, including exhibition spaces, festivals, collective and both formal and informal learning communities. The maintenance of those projects, however, which is long-term and requires ongoing engagement, often lags behind since it is taken up by individuals on the basis of their ability and time.

            +

            This publication is the result of an act of active documentation of the networked projects developed in and around Varia. Active documentation means that we not only documented, but also revisited these projects, spending time on their maintenance and consolidation:

            +
              +
            • homebrewserver.club, a periodic gathering where people learn together and reflect on self-hosting digital content. (http://homebrewserver.club)
            • +
            • Bibliotecha, a project centered on the development of local offline digital libraries for the distribution of electronic publications within small communities. (http://bibliotecha.info)
            • +
            • Relearn, a self-organised 'summer school' reflecting upon collective learning, that has as many teachers as it has participants. (http://relearn.be/)
            • +
            +

            With this publication we hope to improve their resilience, portability, long-term sustainability and accessibility.

            +

            The first issue in the series was initiated by Constant and documents the project 'Etherbox', a collaborative writing and documentation environment. The publication included a genealogy of the events, ideas and practices in the Constant network that influenced or reversely were influenced by what eventually became known as Etherbox. This way of documenting stresses how a project like Etherbox is the work of a heterogenous network of practices that each in their way contribute to its formation.

            +

            https://networksofonesown.varia.zone/

            +

            https://networksofonesown.constantvzw.org/

            +

            +

            Fed Up! is the 13th edition of the The Pervasive Labour Union and explores topics and issues relating to federated social networks such as Mastodon, Pleroma and Funkwhale. It was made possible by the contributions of Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.

            +

            The Pervasive Labour Union zine is a project initiated by Lídia Pereira in 2015. It not only offers a low-barrier entry level for contributors wishing to express their views on corporate social networking labour, but also a low-barrier entry level for those wishing to become acquainted with these debates. It tries to gather existing knowledge and conversations, while opening up that debate and creating new discourses of user organisation and expression.

            +

            It brings together personal rants, academic texts, poetry, photo montages, collages, drawing, etc. Each issue represents a smaller particle pertaining to labour on social networking platforms and attempts to establish an interconnecting discourse around topics such as labour on corporate social networks, algorithmic governance, resistance and alternatives.

            +

            http://ilu.servus.at/category/13-fed-up.html

            +
            +

            +

            This event is made possible with the kind support of the Creative Industries Fund NL.

            +
            +
            +
              +
            1. +

              See: Paranodes in Contra-Internet, Zach Blas https://www.e-flux.com/journal/74/59816/contra-internet/ 

              +
            2. +
            +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/networks-of-ones-own.html b/old/output/networks-of-ones-own.html new file mode 100644 index 0000000..8bdcb51 --- /dev/null +++ b/old/output/networks-of-ones-own.html @@ -0,0 +1,140 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1977. varia komt in vele vormen:
          1978. +
          1979.  mailinglijst
          1980. +
          1981.  RSS feed
          1982. + +
          1983. Nederlands
          1984. +
          1985. English
          1986. +
            +
            +
            + +
            + + + + +
            +
            + Eén avond, Twee lanceringen, Drie opvattingen +
            +
            + +
            +
            2019-09-28 19:30:00
            +
            Gepubliceerd op 28 September 2019
            +
            + +
            +
            +
            +

            Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

            +

            Locatie: Varia, Gouwstraat 3 (Rotterdam)
            +Datum: zaterdag 28 september
            +Tijd: 19:30u - 21:30u

            +

            +

            Networks Of One’s Own is een para-nodale1 periodieke publicatie die wordt geschreven in een netwerk. Elk van de uitgaven is tegelijk een release van een specifieke software bundel, die gecontextualiseerd is in zijn eigen praktijk. De serie documenteert gereedschappen, ervaringen en manieren van werken die divers zijn in hun tijdsduur, volledigheid en volharding. Three takes on taking care is de tweede uitgave in deze reeks.

            +

            In onze praktijken als kunstenaars, ontwerpers en onderzoekers werkend aan vrije software projecten, komen we vaak situaties tegen waar collectief auteurschap leidt tot ingewikkelde relaties tot eigenaarschap. In zulke collectieve projecten vallen er snel gaten bij praktische aspecten rondom zorg, onderhoud, documentatie en algemene betrokkenheid.

            +

            Drie van deze projecten, homebrewserver.club, Bibliotecha en Relearn, hebben een grote invloed gehad op de individuele praktijken van de betrokkenen, maar ook op een breder internationaal netwerk van actoren. Daaronder vallen expositieruimtes, festivals, en zowel formele als informele leergemeenschappen. Het onderhoud van deze projecten, wat over langere periodes gaat en een voortdurende inzet vereist, blijft echter vaak achter. Dat omdat het door individuen wordt opgepakt op basis van hun capaciteiten en tijd.

            +

            Deze publicatie is het resultaat van een actieve documentatie van de netwerkprojecten die in en rond Varia zijn ontwikkeld. Actieve documentatie betekent dat we deze projecten niet alleen hebben gedocumenteerd, maar dat we ze ook opnieuw hebben bekeken en tijd hebben besteed aan onderhoud, verdere ontwikkeling en de consolidatie ervan:

            +
              +
            • Homebrewserver.club, een periodieke bijeenkomst waar mensen samen leren en reflecteren over het zelf hosten van digitale inhoud. (http://homebrewserver.club)
            • +
            • Bibliotecha, een project gericht op de ontwikkeling van lokale off-line digitale bibliotheken voor de distributie van elektronische publicaties binnen kleine gemeenschappen. (http://bibliotecha.info)
            • +
            • Relearn, een 'zomerschool' die reflecteert op collectief leren met evenveel leerkrachten als deelnemers. (http://relearn.be/)
            • +
            +

            Met deze publicatie hopen we de veerkracht, draagbaarheid, duurzaamheid en herbruikbaarheid voor de langere termijn te verbeteren.

            +

            De eerste editie in de serie is geinitieerd door Constant en documenteert het project 'Etherbox', een collectieve schrijf- en documentatie-omgeving. Die publicatie behelste een genealogie van de evenementen, ideeen en praktijken in het bredere netwerk van Constant die enerzijds de ontwikkeling van Etherbox beinvloed hebben of anderszijds er zelf door beinvloed zijn. Deze manier van documenteren benadrukt hoe een project als Etherbox het werk is van een heterogeen netwerk van praktijken waarin het project kan ontstaan.

            +

            https://networksofonesown.varia.zone/

            +

            https://networksofonesown.constantvzw.org/

            +

            +

            Fed Up! is de 13e editie van de Pervasive Labour Union en is dit keer gewijd aan gefedereerde sociale netwerken zoals Mastodon, Pleroma, Funkwhale. Met bijdragen van Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.

            +

            De Pervasive Labour Union zine is in 2015 opgericht door Lídia Pereira. De zine is niet alleen een laagdrempelig publicatie project voor mensen die willen schrijven over arbeid in en rondom sociale netwerken, maar ook een toegankelijke plek om bekend te raken met discusses rondom deze onderwerpen. De periodieke publicaties van de PLU verzamelen kennis en discussies, terwijl ze een debat initiëren en ruimte geven aan nieuwe discoursen waar sociale-media gebruikers zich binnen kunnen organiseren en uiten.

            +

            De PLU brengt een diversiteit aan bijdragen samen, waaronder persoonlijke tirades, academische artikelen, poëzie, foto montages, collages en illustraties. Elke uitgave richt zich op een specifiek onderwerp van sociale netwerken vanuit arbeidsperspectief. Vanuit verschillende invalshoeken, zoals algoritmische bestuursvormen, weerbaarheid en alternatieve houdingen, worden zo verbanden gelegd tussen verschillende werkgebieden rondom sociale netwerken.

            +

            http://ilu.servus.at/category/13-fed-up.html

            +
            +

            +

            Dit evenement is mede mogelijk gemaakt door het Stimuleringsfonds Creatieve Industrie.

            +
            +
            +
              +
            1. +

              Zie: Paranodes in Contra-Internet, Zach Blas https://www.e-flux.com/journal/74/59816/contra-internet/ 

              +
            2. +
            +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nieuwjaarsborrel-en.html b/old/output/nieuwjaarsborrel-en.html new file mode 100644 index 0000000..54f8993 --- /dev/null +++ b/old/output/nieuwjaarsborrel-en.html @@ -0,0 +1,110 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1987. varia komt in vele vormen:
          1988. +
          1989.  mailinglijst
          1990. +
          1991.  RSS feed
          1992. + +
          1993. Nederlands
          1994. +
          1995. English
          1996. +
            +
            +
            + +
            + + + + +
            +
            + New Year's reception +
            +
            + +
            +
            2018-01-19 18:00
            +
            Published at 19 January 2018
            +
            + +
            +
            +
            +

            Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance.

            +

            date: Friday, 19th of January +start: 18:00h
            +performance: 21:00h

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nieuwjaarsborrel.html b/old/output/nieuwjaarsborrel.html new file mode 100644 index 0000000..779c100 --- /dev/null +++ b/old/output/nieuwjaarsborrel.html @@ -0,0 +1,110 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          1997. varia komt in vele vormen:
          1998. +
          1999.  mailinglijst
          2000. +
          2001.  RSS feed
          2002. + +
          2003. Nederlands
          2004. +
          2005. English
          2006. +
            +
            +
            + +
            + + + + +
            +
            + Nieuwjaarsborrel +
            +
            + +
            +
            2018-01-19 18:00:00
            +
            Gepubliceerd op 19 January 2018
            +
            + +
            +
            +
            +

            Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

            +

            datum: vrijdag 19 januari +start: 18:00u
            +performance: 21:00u

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/21-Camp-Century.html b/old/output/nl/21-Camp-Century.html new file mode 100644 index 0000000..c47c4e2 --- /dev/null +++ b/old/output/nl/21-Camp-Century.html @@ -0,0 +1,129 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2007. varia komt in vele vormen:
          2008. +
          2009.  mailinglijst
          2010. +
          2011.  RSS feed
          2012. + +
          2013. Nederlands
          2014. +
          2015. English
          2016. +
            +
            +
            + +
            + + + + +
            +
            + Century 21 Calling - Camp Century +
            +
            + +
            +
            2019-11-09 20:30:00
            +
            Gepubliceerd op 09 November 2019
            +
            + +
            +
            +
            +

            Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale, olie- en gasafzettingen, is een nieuwe stormloop op het poolgebied een feit.

            +

            In de late jaren 1950, op het hoogtepunt van de Koude Oorlog, bouwde het Amerikaanse leger een geheime basis in het noordpoolgebied, verborgen voor de bevolking van Groenland en Denemarken. Deze basis werd een kerncentrale en was onderdeel van het geheime Project Iceworm .Tijdens deze editie van Century 21 Calling zullen we de documentaire Camp Century bekijken om meer context te geven over dit onderwerp. De film gaat over de bouw van de basis "Camp Century", de eerste van vele voorgestelde bases op Groenland. Voor de lezing geeft David Young een lezing over Groenland, de Amerikaanse politiek en de controle en commando strutter van de koude oorlog.

            +

            David Young is een onderzoeker die geïnteresseerd is in het archiveren van mediatechnologieën, de geschiedenis van informatica en het discours van defensie-onderzoek in de Verenigde Staten tijdens de Koude Oorlog. Hij is momenteel een M3C / AHRC-gefinancierd doctoraatsonderzoeker aan de Universiteit van Nottingham; zijn doctoraatsthema is een onderzoek naar de technologische administratie van commando- en controlesystemen, de vormen van disciplinaire praktijken waarvan ze afhankelijk zijn om te opereren, en de strategische rationaliteiten die hun ontwikkeling in de loop van de tijd bepalen. Hij heeft een achtergrond in digitale mediakunst en heeft samengewerkt met kunstenaars, ontwerpers en wetenschappers bij de productie van experimentele, op onderzoek gerichte kunstwerken gefinancierd door de Arts Trust Scotland, de Alt-W Award van New Scotland en Creative Scotland.

            +

            Century 21 Calling is een initiatief van het collectief Save_as en wordt georganiseerd bij Varia in Rotterdam. Samen kijken we naar de industriële archieffilms, infomercials, tv-rapporten en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken deze om het heden te doorgronden.

            +

            Deur open: 20:30
            +David Young lezing begint: 21:00
            +Screening: 21:45
            +Entree: Donatie

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/21-Crystals-War.html b/old/output/nl/21-Crystals-War.html new file mode 100644 index 0000000..fa3f4c6 --- /dev/null +++ b/old/output/nl/21-Crystals-War.html @@ -0,0 +1,129 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2017. varia komt in vele vormen:
          2018. +
          2019.  mailinglijst
          2020. +
          2021.  RSS feed
          2022. + +
          2023. Nederlands
          2024. +
          2025. English
          2026. +
            +
            +
            + +
            + + + + +
            +
            + Century 21 Calling - Crystals Go To War +
            +
            + +
            +
            2019-08-24 20:30:00
            +
            Gepubliceerd op 24 August 2019
            +
            + +
            +
            +
            +

            Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

            +

            Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S. Army Signal Corps in 1943, toont de film de processen die kwartskristallen moeten doorlopen voordat ze klaar zijn om in radio's en communicatieapparatuur te worden ingebracht.

            +

            Kwartskristallen maken al tientallen jaren deel uit van het daglijks leven en vormen sinds de ontdekking van hun piëzo-elektrische eigenschappen in de jaren 1880 een belangrijk onderdeel van onze moderne technologie.

            +

            Voorafgaand aan de screening zal er een korte introductie worden gegeven van het gebruik van kristallen in technologie. Een mooi begin van het tweede seizoen van Century 21 Calling!

            +

            "Century 21 Calling" is een reeks screenings die is geïnitieerd door het collectief Save_as en wordt gehost door Varia.

            +
              +
            • deur: 20:30
            • +
            • intro: 20:45
            • +
            • screening: 21:00
            • +
            • prijs: donatie
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/21-High-Rise.html b/old/output/nl/21-High-Rise.html new file mode 100644 index 0000000..a216562 --- /dev/null +++ b/old/output/nl/21-High-Rise.html @@ -0,0 +1,126 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2027. varia komt in vele vormen:
          2028. +
          2029.  mailinglijst
          2030. +
          2031.  RSS feed
          2032. + +
          2033. Nederlands
          2034. +
          2035. English
          2036. +
            +
            +
            + +
            + + + + +
            +
            + Century 21 Calling - Rising to the High-Rise +
            +
            + +
            +
            2018-05-26 20:00:00
            +
            Gepubliceerd op 02 May 2018
            +
            + +
            +
            +
            +

            Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts een herhaling van het verleden? Wat is er met de telefooncentrale gebeurd toen we die verbinding verbraken? Wat gebeurt er op kantoor na het werk? En hoe reageer je op klanten als ze klagen over je product? Dit alles en meer zal worden beantwoord tijdens de volgende editie van Century 21 Calling.

            +

            In een reeks screenings genaamd 'Century 21 Calling', een initiatief gestart door het collectief Save_as en gehost door varia in Rotterdam, kijken we naar de industriële archieven, 'infomercials' van bedrijven en historische documentaires. Al dit materiaal heeft onze verbeelding van 'morgen' gevormd en dus is het tijd om deze voor het voetlicht van vandaag te werpen.

            +
              +
            • deuren open: 20:00
            • +
            • introductie: 20:15
            • +
            • screening: 20:30
            • +
            • prijs: Donaties welkom
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/C21C.html b/old/output/nl/C21C.html new file mode 100644 index 0000000..1610897 --- /dev/null +++ b/old/output/nl/C21C.html @@ -0,0 +1,125 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2037. varia komt in vele vormen:
          2038. +
          2039.  mailinglijst
          2040. +
          2041.  RSS feed
          2042. + +
          2043. Nederlands
          2044. +
          2045. English
          2046. +
            +
            +
            + +
            + + + + +
            +
            + Century 21 Calling - Safety First +
            +
            + +
            +
            2019-04-20 20:00:00
            +
            Gepubliceerd op 20 April 2019
            +
            + +
            +
            +
            +

            Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren op kantoor? Waar kunnen je kinderen veilig spelen? Deze vragen en vele andere komen tijdens deze informatieve avond aan bod.

            +

            Tijdens "Century 21 Calling", een reeks screenings die is geïnitieerd door het collectief Save_as en wordt gehost door Varia, bekijken we de industriële archieven, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen vormden en houden deze tegen het licht van het heden.

            +
              +
            • deur: 20:00
            • +
            • start: 20:30
            • +
            • prijs: donatie
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/CLM-and-Violenza.html b/old/output/nl/CLM-and-Violenza.html new file mode 100644 index 0000000..b90c8b7 --- /dev/null +++ b/old/output/nl/CLM-and-Violenza.html @@ -0,0 +1,119 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2047. varia komt in vele vormen:
          2048. +
          2049.  mailinglijst
          2050. +
          2051.  RSS feed
          2052. + +
          2053. Nederlands
          2054. +
          2055. English
          2056. +
            +
            +
            + +
            + + + + +
            +
            + Concert: CLM en Maria Violenza +
            +
            + +
            +
            2018-04-17 20:30:00
            +
            Gepubliceerd op 31 March 2018
            +
            + +
            +
            +
            +

            Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

            +

            CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy art-melodieën: denk daarbij aan Talking Heads, The Residents en proto 70's & 80's wave-dingen. In 2016 brachten ze hun eerste LP 'Spleenism' uit op vinyl en digitaal via Cochon-records in San Francisco.

            + + +

            CLM op Soundcloud

            +

            De in Sicilië geboren en in Rome wonende Maria Violenza speelt donkere synth punkmuziek onder de invloed van het gemengde culturele erfgoed van haar thuisland. Naast haar opzwepende solowerk is ze ook lid van het Franse muziekcollectief Grand Triple Alliance Internationale De L'Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy en Corpus Christi.

            + + +

            Maria Violenza op bandcamp

            +

            Datum: 17 April 2018 +Entree: 3 euro +Deur: 20:30 +Start: 21:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/Entrepecariat-Book-Launch.html b/old/output/nl/Entrepecariat-Book-Launch.html new file mode 100644 index 0000000..b003858 --- /dev/null +++ b/old/output/nl/Entrepecariat-Book-Launch.html @@ -0,0 +1,122 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2057. varia komt in vele vormen:
          2058. +
          2059.  mailinglijst
          2060. +
          2061.  RSS feed
          2062. + +
          2063. Nederlands
          2064. +
          2065. English
          2066. +
            +
            +
            + +
            + + + + +
            +
            + Entreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatie +
            +
            + +
            +
            2019-11-09 18:00:00
            +
            Gepubliceerd op 09 November 2019
            +
            + +
            +
            +
            +

            Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een wereld die bevolkt wordt door motiverende posters, productiviteitstools, mobiele kantoren en zelfhulptechnieken. Een wereld waarin een mengeling van ondernemersideologie en wijdverbreide precariteit de professionele sociale media, online marktplaatsen voor zelfstandig ondernemerschap en crowdfundingplatforms voor persoonlijke behoeften reguleert. Het resultaat? Een leven in permanente bèta, met soms tragische implicaties.

            +

            “A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019

            +

            Tijden: 18:00h - 19:00h

            +

            Entree: Gratis/Donatie

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/Infinite-Outwardness.html b/old/output/nl/Infinite-Outwardness.html new file mode 100644 index 0000000..c9c0b80 --- /dev/null +++ b/old/output/nl/Infinite-Outwardness.html @@ -0,0 +1,148 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2067. varia komt in vele vormen:
          2068. +
          2069.  mailinglijst
          2070. +
          2071.  RSS feed
          2072. + +
          2073. Nederlands
          2074. +
          2075. English
          2076. +
            +
            +
            + +
            + + + + +
            +
            + Infinite Outwardness +
            +
            + +
            +
            2018-05-18 20:00:00
            +
            Gepubliceerd op 20 April 2018
            +
            + +
            +
            +
            +

            Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot kosmische toiletten, wordt dit een avond om niet snel te vergeten!

            +

            Deur: 20:00 +Start: 20:30 +Entree: Donatie

            +

            Line-up:

            +
              +
            • Erik Debny is een van de verborgen parels van België. Op een tijdreis uit de jaren zestig transformeert deze man in zijn eentje, of samen met zijn band the Shovels, het universum van muziek zoals we dat kennen tot een reis naar de grenzen van het sonische geloof. Hij zal nummers van 'Spaced Out In Outer Space' uit 2016 en zijn gloednieuwe album 'Beat The System' spelen.
            • +
            +

            https://www.youtube.com/watch?v=Xk1n0D-2OqM

            +
              +
            • +

              Wojtek Szustak is een inventieve componist uit Krakau die met en rond ruimteafval werkt. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-rommelworkshop geven in Charlois, waarbij hij nieuwe elektronische instrumenten zal maken van oude spullen die hij op straat vindt. De resultaten worden tijdens het evenement gepresenteerd.

              +
            • +
            • +

              Niek Hilkmann is een componist die een amateur avant-gardistisch orkest leidde, een honderd meter lang bewegend panorama creëerde, het Universal Notation Ideal (UNI)-systeem construeerde en evenementen organiseerde zoals "Will VHS Save The Universe?" en "Floppy Totaal". Tijdens 'Infinite Outwardness' toont hij het puin van zijn meer recente projecten 'Galaxico, kerst tussen de sterren' en 'The International Space Disenchantment Research Association'.

              +
            • +
            +

            https://www.youtube.com/watch?v=iGj95EddDos

            +
              +
            • Joshua Thies is een Rotterdamse kunstenaar die voornamelijk op het gebied van geluid werkt als een startpunt voor nieuwe projecten. Hij presenteert een sonische verkenning van kosmologische verschijnselen en neemt ons mee naar de ruimte via Google's kolonisatie van virtuele ruimte. Digitale en / of virtuele mapping van de aarde, het claimen van territorium via mapping en het bekijken van de aarde vanuit een baan zijn het onderwerp geweest van zijn recente werk.
            • +
            +

            http://joshuathies.blogspot.nl/

            +
              +
            • Squirrel, Arrow, Bee and Fly is de naam van het internationale onderzoeksteam dat u Toilettronic heeft geleverd; een stressvrije toiletervaring in de ruimte. Het is een gamified toiletnavigatiesysteem voor ruimtehabitats. Tijdens 'Infinite Outwardness' presenteert het team een muzikaal vervolg op dit project.
            • +
            +

            http://oyoana.com/toilettronic

            +
              +
            • DJ Cosmos404 en DJ Naam zijn bekende namen in de wereldwijde ruimte-DJ-scene. In mei zullen ze samenwerken om muziek uit de vierde dimensie te brengen die je geest naar een ander niveau zal verplaatsen.
            • +
            +

            Dit evenement wordt mogelijk gemaakt met de vriendelijke steun van Popunie Rotterdam, WORM Pirate Bay en natuurlijk ... varia.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/Silva-and-Krantz.html b/old/output/nl/Silva-and-Krantz.html new file mode 100644 index 0000000..b0bbf7d --- /dev/null +++ b/old/output/nl/Silva-and-Krantz.html @@ -0,0 +1,118 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2077. varia komt in vele vormen:
          2078. +
          2079.  mailinglijst
          2080. +
          2081.  RSS feed
          2082. + +
          2083. Nederlands
          2084. +
          2085. English
          2086. +
            +
            +
            + +
            + + + + +
            +
            + Concert: Matheus Silva and Theo Krantz Album Release +
            +
            + +
            +
            2018-08-17 21:00:00
            +
            Gepubliceerd op 09 August 2018
            +
            + +
            +
            +
            +

            Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met tape-geluiden en de menselijke stem.

            + + +

            Theo Krantz's op Bandcamp

            +

            Matheus Silva is een elektronische kunstenaar, afkomstig uit Brazilië. Na een begin als muzikant in de hardcore punkscene van Florida in 2011, stapte hij over op het produceren van elektronische muziek als soloartiest. Vanuit een eclectische muzikale achtergrond haalt hij inspiratie uit verschillende muziekgenres, zoals ambient, drone en hiphop, om een uniek geluid te produceren.

            + + +

            Matheus Silva op Soundcloud

            +

            Datum: 17 Augustus 2018
            +Entree: Gratis / Donatie
            +Deur: 21:00
            +Start: 22:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/Space-Junk-Workshop.html b/old/output/nl/Space-Junk-Workshop.html new file mode 100644 index 0000000..3bc60a3 --- /dev/null +++ b/old/output/nl/Space-Junk-Workshop.html @@ -0,0 +1,125 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2087. varia komt in vele vormen:
          2088. +
          2089.  mailinglijst
          2090. +
          2091.  RSS feed
          2092. + +
          2093. Nederlands
          2094. +
          2095. English
          2096. +
            +
            +
            + +
            + + + + +
            +
            + Wojtek Szustak - Space Junk Workshop +
            +
            + +
            +
            2018-05-18 10:00:00
            +
            Gepubliceerd op 23 April 2018
            +
            + +
            +
            +
            +

            Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

            +

            Wil je meedoen?

            +

            Meld je dan aan via: info@varia.zone.

            +

            Er is slechts ruimte voor een beperkt aantal deelnemers, dus wacht niet te lang!

            +
              +
            • deur: 10:00
            • +
            • start: 10:30
            • +
            • eind: 18:00
            • +
            • prijs: 5 euro
            • +
            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/algologs.html b/old/output/nl/algologs.html new file mode 100644 index 0000000..374cc28 --- /dev/null +++ b/old/output/nl/algologs.html @@ -0,0 +1,158 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2097. varia komt in vele vormen:
          2098. +
          2099.  mailinglijst
          2100. +
          2101.  RSS feed
          2102. + +
          2103. Nederlands
          2104. +
          2105. English
          2106. +
            +
            +
            + +
            + + + + +
            +
            + Algologs +
            +
            + +
            +
            2018-03-16 19:00:00
            +
            Gepubliceerd op 28 February 2018
            +
            + +
            +
            +
            +

            practices in the age of algorithmic reprediction

            +

            Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten. Algologs maakt deel uit van een reeks ontmoetingen rondom de Algolit-bijeenkomsten (die normaal gesproken in Brussel plaatsvinden), om zo externe sprekers, presentatoren en deelnemers uit te nodigen om deel te nemen aan het gesprek. Tijdens Algologs verhogen we het % betrokkenheid bij alledaagse algoritmes.

            +

            Op vrijdagavond verkennen we een vermenigvuldiging van: Algoliteraire manieren om woorden te vertalen naar cijfers x infrapuncturele opluchtingen x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Om zo samen logs te maken van algoritmische standpunten, stemmen en werkwijzen.

            +

            De presentaties op vrijdag worden gevolgd door een Algolit-sessie op zaterdag, waar we een collectieve duik zullen introduceren in de clusteringstechnieken van word-embeddings. Door stap voor stap naar een specifieke implementatie van word-embeddings te kijken, ontstaat een bron voor recepten voor kleine (op code of niet op code gebaseerde) experimenten.

            +

            Oproep aan alle extra-amateurs, protoprofessionals en indirecte algologgers.

            +
            +

            Algolit is een in Brussel gevestigde groep kunstenaars, ontwerpers, programmeurs en activisten die eenmaal per maand samenkomen om tekst & code experimenten te schrijven.

            +

            Cristina Cochior is een in Rotterdam gevestigde onderzoeker, ontwerper en enthousiaste verzamelaar die momenteel geïnteresseerd is in algoritmische stressverlichting.

            +

            de XPUB practicioners werken momenteel aan OuNuPo: het 5e Special Issue rondom de cultuur van boekenscanners. XPUB is de Experimental Publishing-master van het Piet Zwart Instituut.

            +

            Marloes de Valk is een softwarekunstenaar en -schrijfster in de post-wanhoopfase van het omgaan met de dreiging van het broeikaseffect terwijl zij bespied wordt door de apparaten om haar heen.

            +
            +

            Programma

            +

            Vrijdag 16 maart, 19:00 - 21:30 +
            +Introducties, infrapunctures, voorbeelden van bookscanners, big data-beloften

            +

            18:45 - 19:00 Inloop

            +

            19:00 - 19:20 Algoliteraire introducties
            +19:20 - 19:40 Infrapunctures
            +19:40 - 19:50 --BREAK--
            +19:50 - 21:00 XPUB bookscanner pipelines
            +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”
            +vanaf 21:30 drinks & discussie

            +

            Zaterdag 17 maart, 10:00 - 18: 00
            +Algolit-sessie: van woorden naar cijfers via word-embeddings

            +

            Deze sessie is een speciale editie en maakt deel uit van een langere tijdslijn van maandelijkse Algolit-bijeenkomsten georganiseerd door Constant in het WTC25 in Brussel. In 2018 koos Algolit er voor om haar sessies een meer open karakter te geven, zodat een spontane jump-in jump-out-deelname mogelijk is. Meer informatie en materiaal rond Algolit is te vinden op algolit.net.

            +

            We beginnen de dag met het stapsgewijs doorlopen van het script word2vec_basic.py en langzaam naar zowel op code gebaseerde als niet-code gebaseerde experimenten te werken, afhankelijk van waar de deelnemers een voorkeur voor hebben. Deze werksessie is een moment om zelf en samen dingen uit te proberen.

            +

            Opmerking voor deelnemers: het zou goed zijn om een ​​laptop mee te nemen. Niet per se om met code of digitale hulpmiddelen te werken (we zijn grote fans van analoge experimenten!), maar vanuit de gewoonte om gezamenlijk aantekeningen te maken of te kijken naar referenties. Daarom is een laptop een fijne metgezel!

            +

            Als je geïnteresseerd bent om deze sessie bij te wonen, e-mail dan info@varia.zone op elk gewenst moment van tevoren.

            +

            Locatie
            +Varia - Gouwstraat 3, Rotterdam
            +varia.zone

            +
            +

            Links naar eerdere oefeningen rond deze onderwerpen

            + +
            +

            Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiële bijdrage van CBK Rotterdam cbk rotterdam.

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/alles-flex-call-me-intern-city-dragon.html b/old/output/nl/alles-flex-call-me-intern-city-dragon.html new file mode 100644 index 0000000..ca8c8b4 --- /dev/null +++ b/old/output/nl/alles-flex-call-me-intern-city-dragon.html @@ -0,0 +1,139 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2107. varia komt in vele vormen:
          2108. +
          2109.  mailinglijst
          2110. +
          2111.  RSS feed
          2112. + +
          2113. Nederlands
          2114. +
          2115. English
          2116. +
            +
            +
            + +
            + + + + +
            +
            + Alles Flex? Call me Intern, City Dragon +
            +
            + +
            +
            2020-02-08 17:30:00
            +
            Gepubliceerd op 08 February 2020
            +
            + +
            +
            +
            +

            Varia nodigt je uit voor een avond vol documentaires, muziek en goede gesprekken!

            +

            Op 8 februari vertonen we de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Om dit onderwerp te verduidelijken heeft Abel Heijkamp, een van de filmmakers van "Alles Flex?" en lid van de Bond Precaire Woonvormen, ermee ingestemd aanwezig te zijn voor een gesprek voor- en achteraf.

            +

            Het tweede deel van het programma wordt verzorgd door Sam Kreuk, die zijn solo-project City Dragon zal presenteren.

            +

            Locatie: Varia, Gouwstraat 3 (Rotterdam)
            +Datum: Zaterdag, 8 Februari
            +Tijd: 17:30 - 21:30
            +Entree: Donatie

            +

            City Dragon
            +City Dragon is het soloproject van Max Kaario aka. Sam Kreuk. Met behulp van saxofoon, blokfluit, speelgoed en percussie maakt hij geïmproviseerde collages en loops. Verwacht de stem van een diva, power ballads, street trance, een verzameling aan afvalritmes, Celine Dion mesmer mantra's en nog veel meer!

            +

            https://maxkaario.wixsite.com/citydragon
            +https://www.youtube.com/watch?v=GP7PE4qcUS4&feature=emb_title
            +https://citydragon.bandcamp.com/

            +

            Alles Flex?
            +In de documentaire ‘Alles Flex?’ (All Flex?) verkennen filmmakers Abel Heijkamp (NL) en Julij Borštnik (SI) de mogelijke gevolgen van de huidige flexibilisering van onze leefwereld. De film is gebaseerd op de persoonlijke verhalen van flexwerkers en flexhuurders met verschillende leeftijden en levenswijzen. Wat voor soort samenleving creëren we wanneer existentiële veiligheid niet langer een recht is, maar een voorrecht voor hen die het zich kunnen veroorloven?

            +

            ‘Alles Flex?’ Is de eerste aflevering van een 4-delige webdocumentaire serie 'The Future of Work' en gefilmd in Nederland, Slovenija, Duitsland en Europa.

            +

            Call me Intern
            +Jong, werkloos en gefrustreerd; filmmakers David Leo Hyde en Nathalie Berger gingen in het kader van een millennial gonzo-filmproductie op stage om het systeem van binnenuit te bekijken.

            +

            Nadat David een stage bij de Verenigde Naties heeft aanvaard, verhuizen Nathalie en hij naar een kleine blauwe tent aan het meer van Genève om zijn onbetaalde stage-ervaring te documenteren. Deze actie veroorzaakt een wereldwijde persstorm en daagt hun rol als filmmaker uit.

            +

            Ondertussen werkt Marisa voor een Amerikaanse presidentsverkiezingencampagne, terwijl ze de intimidatie van haar toezichthouders afweert. Kyle neemt een stage voor een fortuin-500 bedrijf, terwijl hij in een daklozenopvang in New York woont.

            +

            Elk van deze stagiaires staat voor een keuze: het systeem accepteren zoals deze is of hun carrière op het spel zetten door ertegen in te gaan. Hun acties helpen zichtbaarheid en kracht te geven aan een groeiende internationale stage-beweging. Hun verhalen onthullen de druk die zoveel millennials ertoe brengt om gratis te werken, terwijl uittreksels uit popcultuur en getuigenissen van academici, politici en werkgevers ons een idee geven van hoe breed het stage-fenomeen zich al heeft verspreid.

            +

            Schema:
            +17:30: Deuren open
            +18:00: Alles Flex? + Q&A met filmmaker Abel Heijkamp
            +19:45: Breuk
            +20:00: Call Me Intern
            +21:15: Breuk
            +21:30: City Dragon

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/anniversary.html b/old/output/nl/anniversary.html new file mode 100644 index 0000000..4510382 --- /dev/null +++ b/old/output/nl/anniversary.html @@ -0,0 +1,111 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2117. varia komt in vele vormen:
          2118. +
          2119.  mailinglijst
          2120. +
          2121.  RSS feed
          2122. + +
          2123. Nederlands
          2124. +
          2125. English
          2126. +
            +
            +
            + +
            + + + + +
            +
            + Looking Back - Varia Anniversary +
            +
            + +
            +
            2018-11-09 20:00:00
            +
            Gepubliceerd op 09 November 2018
            +
            + +
            +
            +
            +

            Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

            +

            Je bent van harte uitgenodigd om te komen genieten van onze exclusieve varia-drankjes en nostalgische herinneringen aan Varia's verleden en toekomst!

            +

            Dankzij de DJ-vaardigheden van Newk en DJ USB, plus de zeldzame aanwezigheid van de varia karaoke-set, zal dit zeker een nacht worden die iedereen zal helpen herinneren!

            +

            Datum: Vrijdag, 9 November 2018
            +Deur: 20:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/archives.html b/old/output/nl/archives.html new file mode 100644 index 0000000..cdb59a6 --- /dev/null +++ b/old/output/nl/archives.html @@ -0,0 +1,200 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2127. varia komt in vele vormen:
          2128. +
          2129.  mailinglijst
          2130. +
          2131.  RSS feed
          2132. + +
          2133. Nederlands
          2134. +
          2135. English
          2136. +
            +
            +
            + +
            + +

            Archives for Varia

            + +
            +
            Sat 21 March 2020
            +
            Sensible World Of Soccer - Varia Cup 2020
            +
            Sat 14 March 2020
            +
            Radio on the radio
            +
            Sat 29 February 2020
            +
            Feministische Hack Bijeenkomsten: Servers
            +
            Sun 23 February 2020
            +
            Read & Repair feat. readings & listings: open licenses edition
            +
            Fri 21 February 2020
            +
            Ctrl-Alt-Save
            +
            Mon 17 February 2020
            +
            Heath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypse
            +
            Sat 08 February 2020
            +
            Alles Flex? Call me Intern, City Dragon
            +
            Sun 26 January 2020
            +
            Read & Repair feat. The Bootleg Library
            +
            Sat 25 January 2020
            +
            Feministische Hack Bijeenkomsten
            +
            Mon 25 November 2019
            +
            BPW Rotterdam Huurdersspreekuur + Meet and greet
            +
            Sat 16 November 2019
            +
            Muziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneer
            +
            Sat 09 November 2019
            +
            Century 21 Calling - Camp Century
            +
            Sat 09 November 2019
            +
            Entreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatie
            +
            Mon 21 October 2019
            +
            THE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD)
            +
            Sat 19 October 2019
            +
            Floppy Totaal: Double Density
            +
            Sat 28 September 2019
            +
            Eén avond, Twee lanceringen, Drie opvattingen
            +
            Fri 13 September 2019
            +
            BPW Rotterdam Huurdersspreekuur + Meet and greet
            +
            Thu 12 September 2019
            +
            Muziek: Able Noise, Goldblum en Piyojo
            +
            Sat 24 August 2019
            +
            Century 21 Calling - Crystals Go To War
            +
            Thu 30 May 2019
            +
            Bibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheek
            +
            Wed 29 May 2019
            +
            Relearn 2019 curved
            +
            Tue 28 May 2019
            +
            Een archief activeren
            +
            Thu 02 May 2019
            +
            BPW Rotterdam Huurdersspreekuur & Introductie
            +
            Sat 20 April 2019
            +
            Century 21 Calling - Safety First
            +
            Sat 13 April 2019
            +
            Open Dag @ Varia
            +
            Fri 12 April 2019
            +
            Dear Cultural Intitiative, there is an Elephant in the Room.
            +
            Thu 04 April 2019
            +
            The Network We (de)Served - (XPUB Special Issue #08)
            +
            Fri 15 March 2019
            +
            The Call Of The Kettle
            +
            Wed 06 February 2019
            +
            Conversas bij varia
            +
            Fri 11 January 2019
            +
            Varia's Nieuwjaarsborrel
            +
            Sat 22 December 2018
            +
            Kerst bij Varia - Met adammmmmmmmmmmm en Logosamphia
            +
            Sat 15 December 2018
            +
            Century 21 Calling - I'd Buy That For A Dollar!
            +
            Sat 08 December 2018
            +
            Welcome to the � Federation - Mastodon en de Fediverse
            +
            Fri 07 December 2018
            +
            Maximum Velocity
            +
            Thu 29 November 2018
            +
            Pushing Scores met De Player
            +
            Sat 24 November 2018
            +
            Druk: Een avond met Cantos Deus & Bohman Family
            +
            Fri 23 November 2018
            +
            Woodstone Kugelblitz: Druk in Varia
            +
            Thu 22 November 2018
            +
            RecycleReduceReuse and waar is Repair Workshop (vol)
            +
            Thu 15 November 2018
            +
            Choreo-Graphische-Hypothese Boeklancering
            +
            Fri 09 November 2018
            +
            Looking Back - Varia Anniversary
            +
            Thu 01 November 2018
            +
            Inter-Planetary File System unearthed
            +
            Wed 31 October 2018
            +
            Life Hacks:Space
            +
            Sat 20 October 2018
            +
            The Big Bounce - Century 21 Calling
            +
            Thu 18 October 2018
            +
            In the Beginning ... Was the Commandline
            +
            Fri 12 October 2018
            +
            The Key to Casio (and Yamaha too)
            +
            Thu 11 October 2018
            +
            Attente Taart Confectie (vol)
            +
            Fri 14 September 2018
            +
            Concert: Crimson Butterfly, Evamuss en St. Fractalium
            +
            Thu 09 August 2018
            +
            Concert: Matheus Silva and Theo Krantz Album Release
            +
            Thu 14 June 2018
            +
            What Remains - Final Playtest
            +
            Wed 13 June 2018
            +
            What a website can be
            +
            Mon 28 May 2018
            +
            Mobiel Monument - Presentatie
            +
            Sun 20 May 2018
            +
            Welcome to the � Federation - The Ecosystem is Moving
            +
            Wed 02 May 2018
            +
            Century 21 Calling - Rising to the High-Rise
            +
            Mon 23 April 2018
            +
            Wojtek Szustak - Space Junk Workshop
            +
            Fri 20 April 2018
            +
            Infinite Outwardness
            +
            Thu 12 April 2018
            +
            Open Dag @ Varia
            +
            Sat 31 March 2018
            +
            Concert: CLM en Maria Violenza
            +
            Wed 07 March 2018
            +
            Century 21 Calling
            +
            Wed 28 February 2018
            +
            Algologs
            +
            Sun 18 February 2018
            +
            It Is As If We Were Doing Work
            +
            Fri 16 February 2018
            +
            Oplossingen en problemen in extratonaliteit
            +
            Fri 19 January 2018
            +
            Nieuwjaarsborrel
            +
            Fri 15 December 2017
            +
            34c3 screening sessies
            +
            Fri 15 December 2017
            +
            The Secret Life Of Machine screenings, seizoen 3
            +
            Sun 26 November 2017
            +
            Soep & Woorden - Inox Kapell
            +
            Thu 23 November 2017
            +
            The Secret Life Of Machine screenings, seizoen 3 (afgelast)
            +
            Wed 22 November 2017
            +
            homebrewserver.club, kalenders sessie 2
            +
            Sun 12 November 2017
            +
            The Secret Life Of Machine screenings, seizoen 2
            +
            Thu 09 November 2017
            +
            homebrewserver.club, kalenders sessie 1
            +
            Sun 29 October 2017
            +
            The Secret Life Of Machine screenings, seizoen 1
            +
            Thu 26 October 2017
            +
            Opening Ruimte
            +
            Thu 14 September 2017
            +
            homebrewserver.club
            +
            Tue 29 August 2017
            +
            Relearn Rotterdam
            +
            Sun 09 April 2017
            +
            Rotterdams Electronica Depot
            +
            + + \ No newline at end of file diff --git a/old/output/nl/author/cristina-julie-manetta-roel-silvio.html b/old/output/nl/author/cristina-julie-manetta-roel-silvio.html new file mode 100644 index 0000000..6a8476b --- /dev/null +++ b/old/output/nl/author/cristina-julie-manetta-roel-silvio.html @@ -0,0 +1,96 @@ + + + +Varia - Articles by Cristina, Julie, Manetta, Roel, Silvio + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2137. varia komt in vele vormen:
          2138. +
          2139.  mailinglijst
          2140. +
          2141.  RSS feed
          2142. + +
          2143. Nederlands
          2144. +
          2145. English
          2146. +
            +
            +
            + +
            + +
            + + +

            Articles by Cristina, Julie, Manetta, Roel, Silvio

            + + +
            + + + + +
            + +
            + + \ No newline at end of file diff --git a/old/output/nl/author/roel-manetta.html b/old/output/nl/author/roel-manetta.html new file mode 100644 index 0000000..06161f9 --- /dev/null +++ b/old/output/nl/author/roel-manetta.html @@ -0,0 +1,104 @@ + + + +Varia - Articles by Roel, Manetta + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2147. varia komt in vele vormen:
          2148. +
          2149.  mailinglijst
          2150. +
          2151.  RSS feed
          2152. + +
          2153. Nederlands
          2154. +
          2155. English
          2156. +
            +
            +
            + +
            + +
            + + +

            Articles by Roel, Manetta

            + + +
            + + + +
            + + + + +

            Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

            + + lees meer + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/nl/author/varia.html b/old/output/nl/author/varia.html new file mode 100644 index 0000000..0dc4a12 --- /dev/null +++ b/old/output/nl/author/varia.html @@ -0,0 +1,2997 @@ + + + +Varia - Articles by Varia + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2157. varia komt in vele vormen:
          2158. +
          2159.  mailinglijst
          2160. +
          2161.  RSS feed
          2162. + +
          2163. Nederlands
          2164. +
          2165. English
          2166. +
            +
            +
            + +
            + +
            + + +

            Articles by Varia

            + + +
            + + + +
            + + + + +

            Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Elke laatste zondag van de maand zijn de Varia Library en Rotterdams Electronica Depot geopend. Deze zondag krijgen we gezelschap van The Bootleg Library, een gedeelde digitale en fysieke bibliotheek van bootlegged teksten.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

            +

            Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

            +

            Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

            +

            Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Relearn editie van 2019 bestaat uit meerdere sessies verspreid over het jaar, die samen een (bezier) curve tussen (mogelijk Amsterdam)-Rotterdam-Brussel-Parijs vormen. De sessie in Rotterdam is het eerste controle punt van deze curve.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Pushing Scores - Presentatie publicatie en performanceavond

            +

            Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

            +

            Varia heeft hier aan bijgedragen …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Geachte bezoeker,

            +

            Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia's Nieuwjaarsborrel

            +

            Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

            +

            Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een …

            + + lees meer + +
            +

            + +
            + + + + + + + + + + + +
            + + + + +

            In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            < body > < script >

            +

            var delay="5";
            +var count="0";

            +

            Texts=new Array ();
            +Texts[0]="Media Choreographies.";
            +Texts[1]="ChoreoGraphic Vocabularies";
            +Texts[2]="Choreo-Graphic-Matters";
            +Texts[3]="Choreo-Graphic-Hypothesis";
            +Texts[4]="Rehearsal Series";
            +Texts[5]="Scores & Scripts";
            +Texts[6]="A glossary of language for movements";
            +Texts[7]="Choreographing from 0 to 1 and beyond …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

            +

            Je bent van harte uitgenodigd om te …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Van het gecentraliseerde HTTP pad af

            +

            In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

            +

            Samen met auteur en vormgever …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Over tekst, encoderen en command lines.

            +

            De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

            +

            Het evenement …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

            +

            Wil …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

            +

            Gedurende de dag vinden de volgende activiteiten plaats:

            +

            Linux Presentation Day (hele dag)

            +

            Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

            +

            CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Oplossingen en problemen in Extratonality 4
            +"Extratonaliteit - Het openen van deuren is niet genoeg"

            +

            De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

            +

            datum: vrijdag 19 januari +start: 18:00u
            +performance: 21 …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

            +
              +
            • woensdag 27th: 11:00h - late
            • +
            • Thursday 28th: 11:30h - late
            • +
            • Friday 29th: 11:30h - late
            • +
            • Saturday 30th: 11:30h - 18:15h
            • +
            +

            Neem je eigen eten en drinken mee en vul het lijstje …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Nieuwe poging! Nu zonder sneeuwstorm.

            +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

            +

            Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

            +

            Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +
            +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
            +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
            +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
            +┌─────────────────┬───────────────┐
            +│div. onderdelen  │div. onderd.   │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +├─────────────────┼───────────────┼────────────────────┐
            +│IC's             │trim pots,     │octo couplers       │
            +│                 │               │EEPROMS             │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistoren,    │weerstanden    │weerstanden,        │
            +│lege lades,      │>0.25W         │lege lades,         │
            +│                 │               │FTDI,               │
            +│                 │               │arduino             │
            +│                 │               │oscilloscope onderd │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistoren,    │weerstande     │condensatoren,      │
            +│diodes           │=<0.25W        │transducers         │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +└─────────────────┴───────────────┴────────────────────┘
            + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
            + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
            + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
            +
            +
            + +

            Het Rotterdams Electronica Depot

            +

            Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

            + + lees meer + +
            +

            + +
            +
            + +
            + + \ No newline at end of file diff --git a/old/output/nl/authors.html b/old/output/nl/authors.html new file mode 100644 index 0000000..9ba0d4c --- /dev/null +++ b/old/output/nl/authors.html @@ -0,0 +1,54 @@ + + + +Varia - Authors + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2167. varia komt in vele vormen:
          2168. +
          2169.  mailinglijst
          2170. +
          2171.  RSS feed
          2172. + +
          2173. Nederlands
          2174. +
          2175. English
          2176. +
            +
            +
            + +
            + +

            Authors on Varia

            + + + + \ No newline at end of file diff --git a/old/output/nl/borrel2019.html b/old/output/nl/borrel2019.html new file mode 100644 index 0000000..89349f4 --- /dev/null +++ b/old/output/nl/borrel2019.html @@ -0,0 +1,118 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2177. varia komt in vele vormen:
          2178. +
          2179.  mailinglijst
          2180. +
          2181.  RSS feed
          2182. + +
          2183. Nederlands
          2184. +
          2185. English
          2186. +
            +
            +
            + +
            + + + + +
            +
            + Varia's Nieuwjaarsborrel +
            +
            + +
            +
            2019-01-11 19:30:00
            +
            Gepubliceerd op 11 January 2019
            +
            + +
            +
            +
            +

            Varia's Nieuwjaarsborrel

            +

            Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

            +

            Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van DJ Listentomerijn.

            +

            Woodstone Kugelblitz zal dan de nieuwste editie van L'Intolerant presenteren: Nummer 18, A Really Useful Cookbook.

            +

            Iedereen is welkom en de toegang is uiteraard vrij. Echter, vrijwillige donatie van 5 euro helpen ons bij het vervangen van de ruit en worden zeer gewaardeerd!

            +

            Tot dan!

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/bpw-consultation-introduction.html b/old/output/nl/bpw-consultation-introduction.html new file mode 100644 index 0000000..6a0764f --- /dev/null +++ b/old/output/nl/bpw-consultation-introduction.html @@ -0,0 +1,121 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2187. varia komt in vele vormen:
          2188. +
          2189.  mailinglijst
          2190. +
          2191.  RSS feed
          2192. + +
          2193. Nederlands
          2194. +
          2195. English
          2196. +
            +
            +
            + +
            + + + + +
            +
            + BPW Rotterdam Huurdersspreekuur & Introductie +
            +
            + +
            +
            2019-05-06 17:00:00
            +
            Gepubliceerd op 02 May 2019
            +
            + +
            +
            +
            +

            Beste allemaal,

            +

            We zijn erg blij om aan te kondigen dat de leden van Bond Precaire Woonvormen +(BPW) een introductie en huurdersspreekuur organiseren in Varia op 6 mei tussen +15:00 en 20:00 uur.

            +

            De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar +steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor +moeten opstaan.

            +

            Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te +reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we +elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en +betaalbare wonen.

            +

            Voor meer informatie over het evenement, zie deze aankondiging.

            +

            Om meer te leren over de bond, zie bondprecairewoonvormen.nl.

            +

            SoliGroetjes,

            +

            Varia

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/bpw-consultation-plus-meet-and-greet-nov-2019.html b/old/output/nl/bpw-consultation-plus-meet-and-greet-nov-2019.html new file mode 100644 index 0000000..d5c8fdf --- /dev/null +++ b/old/output/nl/bpw-consultation-plus-meet-and-greet-nov-2019.html @@ -0,0 +1,128 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2197. varia komt in vele vormen:
          2198. +
          2199.  mailinglijst
          2200. +
          2201.  RSS feed
          2202. + +
          2203. Nederlands
          2204. +
          2205. English
          2206. +
            +
            +
            + +
            + + + + +
            +
            + BPW Rotterdam Huurdersspreekuur + Meet and greet +
            +
            + +
            +
            2019-11-25 15:00:00
            +
            Gepubliceerd op 25 November 2019
            +
            + +
            +
            +
            +

            Beste allemaal,

            +

            Bond Precaire Woonvormen (BPW) organiseert wederom een huurdersspreekuur en meet and greet bij Varia.

            +

            Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            +

            De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.

            +

            SoliGroetjes,

            +

            Varia

            +
            +

            In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen is onzeker en duur, en dat lijkt alleen maar erger te worden. Gezien deze situatie leek het ons goed idee om een huurdersspreekuur te houden. Tijdens het huurdersspreekuur kunnen specialisten je vragen beantwoorden over wonen en uitgezet worden, huurrecht / -onrecht.

            +

            Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? of heb vragen of ideeën omtrent dit onderwerp? Wil je met anderen van gedachten wisselen over waar je mee bezig bent op dit gebied? Wees dan van harte welkom!

            +

            Datum: Maandag 25 November 2019
            +Locatie: Gouwstraat 3, Rotterdam

            +

            Planning:

            +

            15:00-17:00 Huurdersspreekuur

            +

            Heb je vragen over (tijdelijke)huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.

            +

            19.30-21:00: BPW meet and greet

            +

            We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?

            +


            +

            +

            +Voor meer informatie over het evenement, zie deze aankondiging.

            +

            Om meer te leren over de bond, zie bondprecairewoonvormen.nl. +

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/bpw-consultation-plus-meet-and-greet.html b/old/output/nl/bpw-consultation-plus-meet-and-greet.html new file mode 100644 index 0000000..92ec982 --- /dev/null +++ b/old/output/nl/bpw-consultation-plus-meet-and-greet.html @@ -0,0 +1,125 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2207. varia komt in vele vormen:
          2208. +
          2209.  mailinglijst
          2210. +
          2211.  RSS feed
          2212. + +
          2213. Nederlands
          2214. +
          2215. English
          2216. +
            +
            +
            + +
            + + + + +
            +
            + BPW Rotterdam Huurdersspreekuur + Meet and greet +
            +
            + +
            +
            2019-09-23 15:00:00
            +
            Gepubliceerd op 13 September 2019
            +
            + +
            +
            +
            +

            Beste allemaal,

            +

            We zijn erg blij om aan te mogen kondigen dat een tweede huurdersspreekuur en meet and greet van de Bond Precaire Woonvormen (BPW) bij Varia plaats zal vinden.

            +

            Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            +

            De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.

            +

            SoliGroetjes,

            +

            Varia

            +
            +

            In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen word ook daar onzeker en duur. Omdat de BPW in deze regio relatief onbekend is en er lokaal ook een aantal mensen actief zijn, leek het ons goed idee om een huurdersspreekuur te houden.

            +

            Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? Of heb je vragen of ideeën omtrent dit onderwerp? Wees dan van harte welkom!

            +

            15:00 - 17:00, Huurdersspreekuur

            +

            Heb je vragen over (tijdelijke) huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.

            +

            19.30 - 21:00, BPW meet and greet

            +

            We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?

            +


            +

            +

            +Voor meer informatie over het evenement, zie deze aankondiging.

            +

            Om meer te leren over de bond, zie bondprecairewoonvormen.nl. +

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/casio.html b/old/output/nl/casio.html new file mode 100644 index 0000000..5a0e28f --- /dev/null +++ b/old/output/nl/casio.html @@ -0,0 +1,122 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2217. varia komt in vele vormen:
          2218. +
          2219.  mailinglijst
          2220. +
          2221.  RSS feed
          2222. + +
          2223. Nederlands
          2224. +
          2225. English
          2226. +
            +
            +
            + +
            + + + + +
            +
            + The Key to Casio (and Yamaha too) +
            +
            + +
            +
            2018-10-12 20:00:00
            +
            Gepubliceerd op 12 October 2018
            +
            + +
            +
            +
            +

            Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

            +

            Het evenement bestaat uit de volgende elementen:

            +

            Dion & The Magic Chords is het liefdeskind van casio-freaks Dion Woestenburg en Griffin Stuip en klinkt als het mechaniche speeldoosje van je favoriete progressieve acts, zoals Jean Michelle Jarre en Yes. Met behulp van eleverende beelden en een wilde samenstelling van casio's en yamahama's brengen ze je geest naar het volgende bewustzijnsniveau.

            +

            Dion & The Magic Chords op Soundcloud

            + + +

            Zoontoon gebruikt een loopstation en een aangepast Casio SK-1-keyboard om te experimenteren met de eenvoud van elektronische trillingen. De trance van de natuur en de ritmes van oosterse muziek zijn hier de belangrijkste inspiratiebronnen. Zoontoon's uitvoeringen zitten vol met loops en deuntjes die je zullen laten dansen als Apollo!

            + + +

            M. Klein is ook wel bekend van zijn werk in bands als Sweat Tongue, Lewsberg en Eklin en het label De Hef. Geïnspireerd door Satie en Fauré besloot hij om een aantal minimalistische elektronische pianocomposities samen te stellen. Daarbij kunnen wij als toeschouwer genieten van zijn organische toetsenbordspel, misschien wel op zijn Yamaha PSS-170, en wie weet wat nog meer?

            +

            Listentomerijn is het pseudoniem van Merijn van Ham. Wat is er nog niet over hem gezegd? Deze gerenommeerde Rotterdamse DJ toont zijn talent bij Varia achter de toetsen en misschien ook enkele drumpads. Wat voor soort drumpads? Die van de Casio MT205FF natuurlijk! Zou je iets minder verwachten?

            +

            Casio Show And Tell ; Tussen de bedrijven door zal er een reeks toetsenbordpresentaties te zien zijn die de vele vormen en afmetingen die deze wonderlijke instrumenten door de loop der jaren hebben gehad, demonstreert. De show en vertel wordt gepresenteerd door niemand minder dan Lídia Pereira en haar assistent, Niek Hilkmann. Wil je zelf een keyboard presenteren? Stuur een e-mail naar: info@varia.zone

            +

            Datum: Vrijdag, 12 October 2018
            +Entree: 5 euro
            +Deur: 20:00
            +Start: 21:00

            +

            +
            +
            +
            + + + \ No newline at end of file diff --git a/old/output/nl/categories.html b/old/output/nl/categories.html new file mode 100644 index 0000000..a0aae2e --- /dev/null +++ b/old/output/nl/categories.html @@ -0,0 +1,66 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2227. varia komt in vele vormen:
          2228. +
          2229.  mailinglijst
          2230. +
          2231.  RSS feed
          2232. + +
          2233. Nederlands
          2234. +
          2235. English
          2236. +
            +
            +
            + +
            + +
            + article + artikel + concert + curriculum + discussion + event + gathering + launch + learning situation + misc + party + presentation + projects + screening + work group + workshop +
            + + \ No newline at end of file diff --git a/old/output/nl/category/article.html b/old/output/nl/category/article.html new file mode 100644 index 0000000..ae11917 --- /dev/null +++ b/old/output/nl/category/article.html @@ -0,0 +1,99 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2237. varia komt in vele vormen:
          2238. +
          2239.  mailinglijst
          2240. +
          2241.  RSS feed
          2242. + +
          2243. Nederlands
          2244. +
          2245. English
          2246. +
            +
            +
            + +
            + + +
            + + +

            Category: article

            +
            + + +
            + + + + +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/artikel.html b/old/output/nl/category/artikel.html new file mode 100644 index 0000000..8a0ec2f --- /dev/null +++ b/old/output/nl/category/artikel.html @@ -0,0 +1,107 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2247. varia komt in vele vormen:
          2248. +
          2249.  mailinglijst
          2250. +
          2251.  RSS feed
          2252. + +
          2253. Nederlands
          2254. +
          2255. English
          2256. +
            +
            +
            + +
            + + +
            + + +

            Category: artikel

            +
            + + +
            + + + +
            + + + + +

            Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/concert.html b/old/output/nl/category/concert.html new file mode 100644 index 0000000..c9862de --- /dev/null +++ b/old/output/nl/category/concert.html @@ -0,0 +1,454 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2257. varia komt in vele vormen:
          2258. +
          2259.  mailinglijst
          2260. +
          2261.  RSS feed
          2262. + +
          2263. Nederlands
          2264. +
          2265. English
          2266. +
            +
            +
            + +
            + + +
            + + +

            Category: concert

            +
            + + +
            + + + +
            + + + + +

            Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

            +

            Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

            +

            Het evenement …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

            +

            CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/curriculum.html b/old/output/nl/category/curriculum.html new file mode 100644 index 0000000..88db6f8 --- /dev/null +++ b/old/output/nl/category/curriculum.html @@ -0,0 +1,180 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2267. varia komt in vele vormen:
          2268. +
          2269.  mailinglijst
          2270. +
          2271.  RSS feed
          2272. + +
          2273. Nederlands
          2274. +
          2275. English
          2276. +
            +
            +
            + +
            + +
            +

            Aankomende workshops

            +
            + + +
            + + + + + + + + + + + + + + + + + + +

            Eerdere workshops

            +
            + + +
            +
            + Bibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheek +
            + 06 July 2019 +
            + +
            +

            Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

            +

            Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

            + +lees meer +
            +

            +
            + + +
            +
            + RecycleReduceReuse and waar is Repair Workshop (vol) +
            + 22 November 2018 +
            + +
            +

            In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

            + +lees meer +
            +

            +
            + + +
            +
            + Inter-Planetary File System unearthed +
            + 01 November 2018 +
            + +
            +

            Van het gecentraliseerde HTTP pad af

            +

            In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

            + +lees meer +
            +

            +
            + + +
            +
            + In the Beginning ... Was the Commandline +
            + 18 October 2018 +
            + +
            +

            Over tekst, encoderen en command lines.

            +

            De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

            + +lees meer +
            +

            +
            + + +
            +
            + Attente Taart Confectie (vol) +
            + 11 October 2018 +
            + +
            +

            Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

            + +lees meer +
            +

            +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/discussion.html b/old/output/nl/category/discussion.html new file mode 100644 index 0000000..666c28b --- /dev/null +++ b/old/output/nl/category/discussion.html @@ -0,0 +1,114 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2277. varia komt in vele vormen:
          2278. +
          2279.  mailinglijst
          2280. +
          2281.  RSS feed
          2282. + +
          2283. Nederlands
          2284. +
          2285. English
          2286. +
            +
            +
            + +
            + + +
            + + +

            Category: discussion

            +
            + + +
            + + + +
            + + + + +

            Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/event.html b/old/output/nl/category/event.html new file mode 100644 index 0000000..3c88980 --- /dev/null +++ b/old/output/nl/category/event.html @@ -0,0 +1,1378 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2287. varia komt in vele vormen:
          2288. +
          2289.  mailinglijst
          2290. +
          2291.  RSS feed
          2292. + +
          2293. Nederlands
          2294. +
          2295. English
          2296. +
            +
            +
            + +
            + + +
            + + +

            Category: event

            +
            + + +
            + + + +
            + + + + +

            Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Elke laatste zondag van de maand zijn de Varia Library en Rotterdams Electronica Depot geopend. Deze zondag krijgen we gezelschap van The Bootleg Library, een gedeelde digitale en fysieke bibliotheek van bootlegged teksten.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Pushing Scores - Presentatie publicatie en performanceavond

            +

            Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

            +

            Varia heeft hier aan bijgedragen …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Geachte bezoeker,

            +

            Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia's Nieuwjaarsborrel

            +

            Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

            +

            Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een …

            + + lees meer + +
            +

            + +
            + + + + + + + + + + + +
            + + + + +

            < body > < script >

            +

            var delay="5";
            +var count="0";

            +

            Texts=new Array ();
            +Texts[0]="Media Choreographies.";
            +Texts[1]="ChoreoGraphic Vocabularies";
            +Texts[2]="Choreo-Graphic-Matters";
            +Texts[3]="Choreo-Graphic-Hypothesis";
            +Texts[4]="Rehearsal Series";
            +Texts[5]="Scores & Scripts";
            +Texts[6]="A glossary of language for movements";
            +Texts[7]="Choreographing from 0 to 1 and beyond …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

            +

            Samen met auteur en vormgever …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

            +

            Gedurende de dag vinden de volgende activiteiten plaats:

            +

            Linux Presentation Day (hele dag)

            +

            Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Oplossingen en problemen in Extratonality 4
            +"Extratonaliteit - Het openen van deuren is niet genoeg"

            +

            De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

            +

            datum: vrijdag 19 januari +start: 18:00u
            +performance: 21 …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

            +
              +
            • woensdag 27th: 11:00h - late
            • +
            • Thursday 28th: 11:30h - late
            • +
            • Friday 29th: 11:30h - late
            • +
            • Saturday 30th: 11:30h - 18:15h
            • +
            +

            Neem je eigen eten en drinken mee en vul het lijstje …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

            +

            Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/gathering.html b/old/output/nl/category/gathering.html new file mode 100644 index 0000000..465bbd7 --- /dev/null +++ b/old/output/nl/category/gathering.html @@ -0,0 +1,128 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2297. varia komt in vele vormen:
          2298. +
          2299.  mailinglijst
          2300. +
          2301.  RSS feed
          2302. + +
          2303. Nederlands
          2304. +
          2305. English
          2306. +
            +
            +
            + +
            + + +
            + + +

            Category: gathering

            +
            + + +
            + + + + + + + + +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/launch.html b/old/output/nl/category/launch.html new file mode 100644 index 0000000..8bc6f3b --- /dev/null +++ b/old/output/nl/category/launch.html @@ -0,0 +1,109 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2307. varia komt in vele vormen:
          2308. +
          2309.  mailinglijst
          2310. +
          2311.  RSS feed
          2312. + +
          2313. Nederlands
          2314. +
          2315. English
          2316. +
            +
            +
            + +
            + + +
            + + +

            Category: launch

            +
            + + +
            + + + +
            + + + + +

            Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/learning-situation.html b/old/output/nl/category/learning-situation.html new file mode 100644 index 0000000..e4aa807 --- /dev/null +++ b/old/output/nl/category/learning-situation.html @@ -0,0 +1,94 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2317. varia komt in vele vormen:
          2318. +
          2319.  mailinglijst
          2320. +
          2321.  RSS feed
          2322. + +
          2323. Nederlands
          2324. +
          2325. English
          2326. +
            +
            +
            + +
            + + +
            + + +

            Category: learning situation

            +
            + + +
            + + + +
            + + + + +

            De Relearn editie van 2019 bestaat uit meerdere sessies verspreid over het jaar, die samen een (bezier) curve tussen (mogelijk Amsterdam)-Rotterdam-Brussel-Parijs vormen. De sessie in Rotterdam is het eerste controle punt van deze curve.

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/misc.html b/old/output/nl/category/misc.html new file mode 100644 index 0000000..d7de9ae --- /dev/null +++ b/old/output/nl/category/misc.html @@ -0,0 +1,101 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2327. varia komt in vele vormen:
          2328. +
          2329.  mailinglijst
          2330. +
          2331.  RSS feed
          2332. + +
          2333. Nederlands
          2334. +
          2335. English
          2336. +
            +
            +
            + +
            + + +
            + + +

            Category: misc

            +
            + + +
            + + + +
            + + + + +

            Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/party.html b/old/output/nl/category/party.html new file mode 100644 index 0000000..dbe30fb --- /dev/null +++ b/old/output/nl/category/party.html @@ -0,0 +1,95 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2337. varia komt in vele vormen:
          2338. +
          2339.  mailinglijst
          2340. +
          2341.  RSS feed
          2342. + +
          2343. Nederlands
          2344. +
          2345. English
          2346. +
            +
            +
            + +
            + + +
            + + +

            Category: party

            +
            + + +
            + + + +
            + + + + +

            Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

            +

            Je bent van harte uitgenodigd om te …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/presentation.html b/old/output/nl/category/presentation.html new file mode 100644 index 0000000..f52e3fa --- /dev/null +++ b/old/output/nl/category/presentation.html @@ -0,0 +1,109 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2347. varia komt in vele vormen:
          2348. +
          2349.  mailinglijst
          2350. +
          2351.  RSS feed
          2352. + +
          2353. Nederlands
          2354. +
          2355. English
          2356. +
            +
            +
            + +
            + + +
            + + +

            Category: presentation

            +
            + + +
            + + + +
            + + + + +

            Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/projects.html b/old/output/nl/category/projects.html new file mode 100644 index 0000000..bc5bca9 --- /dev/null +++ b/old/output/nl/category/projects.html @@ -0,0 +1,95 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2357. varia komt in vele vormen:
          2358. +
          2359.  mailinglijst
          2360. +
          2361.  RSS feed
          2362. + +
          2363. Nederlands
          2364. +
          2365. English
          2366. +
            +
            +
            + +
            + + +
            + + +

            Category: projects

            +
            + + +
            + + + +
            + + + + +

            Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

            +

            Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/screening.html b/old/output/nl/category/screening.html new file mode 100644 index 0000000..34f5222 --- /dev/null +++ b/old/output/nl/category/screening.html @@ -0,0 +1,457 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2367. varia komt in vele vormen:
          2368. +
          2369.  mailinglijst
          2370. +
          2371.  RSS feed
          2372. + +
          2373. Nederlands
          2374. +
          2375. English
          2376. +
            +
            +
            + +
            + + +
            + + +

            Category: screening

            +
            + + +
            + + + +
            + + + + +

            Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

            +

            Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

            + + lees meer + +
            +

            + +
            + + + + + + + +
            + + + + +

            Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Nieuwe poging! Nu zonder sneeuwstorm.

            +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +

            Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/work-group.html b/old/output/nl/category/work-group.html new file mode 100644 index 0000000..0a0693d --- /dev/null +++ b/old/output/nl/category/work-group.html @@ -0,0 +1,196 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2377. varia komt in vele vormen:
          2378. +
          2379.  mailinglijst
          2380. +
          2381.  RSS feed
          2382. + +
          2383. Nederlands
          2384. +
          2385. English
          2386. +
            +
            +
            + +
            + + +
            + + +

            Category: work group

            +
            + + +
            + + + +
            + + + + +
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
            +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
            +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
            +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
            +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
            +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
            +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
            +░░░░░░█░░░█░░░█░█░█▀▄░░░░
            +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
            +░░░░░░░░░░░░░░░░░░░░░░░░░
            +
            + +

            Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

            + + lees meer + +
            +

            + +
            + + + +
            + + + + +
            +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
            +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
            +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
            +┌─────────────────┬───────────────┐
            +│div. onderdelen  │div. onderd.   │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +│                 │               │
            +├─────────────────┼───────────────┼────────────────────┐
            +│IC's             │trim pots,     │octo couplers       │
            +│                 │               │EEPROMS             │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistoren,    │weerstanden    │weerstanden,        │
            +│lege lades,      │>0.25W         │lege lades,         │
            +│                 │               │FTDI,               │
            +│                 │               │arduino             │
            +│                 │               │oscilloscope onderd │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +├─────────────────┼───────────────┼────────────────────┤
            +│transistoren,    │weerstande     │condensatoren,      │
            +│diodes           │=<0.25W        │transducers         │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +│                 │               │                    │
            +└─────────────────┴───────────────┴────────────────────┘
            + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
            + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
            + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
            +
            +
            + +

            Het Rotterdams Electronica Depot

            +

            Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/category/workshop.html b/old/output/nl/category/workshop.html new file mode 100644 index 0000000..ae1b8a5 --- /dev/null +++ b/old/output/nl/category/workshop.html @@ -0,0 +1,191 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2387. varia komt in vele vormen:
          2388. +
          2389.  mailinglijst
          2390. +
          2391.  RSS feed
          2392. + +
          2393. Nederlands
          2394. +
          2395. English
          2396. +
            +
            +
            + +
            + + +
            + + +

            Category: workshop

            +
            + + +
            + + + + + + + + + + + +
            + + + + +

            Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

            +

            Wil …

            + + lees meer + +
            +

            + +
            +
            + +
            + + + \ No newline at end of file diff --git a/old/output/nl/ccc-screening.html b/old/output/nl/ccc-screening.html new file mode 100644 index 0000000..9c80a6a --- /dev/null +++ b/old/output/nl/ccc-screening.html @@ -0,0 +1,115 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
            + home + over +
            +
            +
          2397. varia komt in vele vormen:
          2398. +
          2399.  mailinglijst
          2400. +
          2401.  RSS feed
          2402. + +
          2403. Nederlands
          2404. +
          2405. English
          2406. +
            +
            +
            + +
            + + + + +
            +
            + 34c3 screening sessies +
            +
            + +
            +
            2017-12-27 11:00:00
            +
            Gepubliceerd op 15 December 2017
            +
            + +
            +
            +
            +

            Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

            +
              +
            • woensdag 27th: 11:00h - late
            • +
            • Thursday 28th: 11:30h - late
            • +
            • Friday 29th: 11:30h - late
            • +
            • Saturday 30th: 11:30h - 18:15h
            • +
            +

            Neem je eigen eten en drinken mee en vul het lijstje aan van van talks die we niet kunnen missen, we hebben maar één projector dus we maken het livestream programme ter plekke.

            +

            Download het CCC progamma1[1] fahrplan (PDF)

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/century-21-calling.html b/old/output/nl/century-21-calling.html new file mode 100644 index 0000000..21b229b --- /dev/null +++ b/old/output/nl/century-21-calling.html @@ -0,0 +1,116 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            1. varia komt in vele vormen:
            2. +
            3.  mailinglijst
            4. +
            5.  RSS feed
            6. + +
            7. Nederlands
            8. +
            9. English
            10. +
              +
              +
              + +
              + + + + +
              +
              + Century 21 Calling +
              +
              + +
              +
              2018-04-14 19:30:00
              +
              Gepubliceerd op 07 March 2018
              +
              + +
              +
              +
              +

              Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

              +

              In een reeks screenings "Century 21 Calling", geïnitieerd door Save_as en gehost door Varia in Rotterdam, zullen we kijken naar industriële archieven en bedrijfs informercials/propaganda die het voorstellingsvermorgen van morgen hebben vormgegeven en het vol hebben gehouden tot aan de dag van vandaag.

              +

              Tijdens ons eerste evenement zullen we een algemene blik werpen op films van wereldtentoonstellingen en hun dromen voor morgen van vandaag.

              +

              Datum: 14 April 2018
              +Entree: Free / Donation
              +Deuren open: 19:00
              +Presentatie: 19:30
              +Start screening: 20:00

              +
              +

              Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van Thomas Walskaar en Léna Robin en is geïnitieerd in 2017.

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/choreographic.html b/old/output/nl/choreographic.html new file mode 100644 index 0000000..885af85 --- /dev/null +++ b/old/output/nl/choreographic.html @@ -0,0 +1,147 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            11. varia komt in vele vormen:
            12. +
            13.  mailinglijst
            14. +
            15.  RSS feed
            16. + +
            17. Nederlands
            18. +
            19. English
            20. +
              +
              +
              + +
              + + + + +
              +
              + Choreo-Graphische-Hypothese Boeklancering +
              +
              + +
              +
              2018-11-15 19:00:00
              +
              Gepubliceerd op 15 November 2018
              +
              + +
              +
              +
              +

              < body > < script >

              +

              var delay="5";
              +var count="0";

              +

              Texts=new Array ();
              +Texts[0]="Media Choreographies.";
              +Texts[1]="ChoreoGraphic Vocabularies";
              +Texts[2]="Choreo-Graphic-Matters";
              +Texts[3]="Choreo-Graphic-Hypothesis";
              +Texts[4]="Rehearsal Series";
              +Texts[5]="Scores & Scripts";
              +Texts[6]="A glossary of language for movements";
              +Texts[7]="Choreographing from 0 to 1 and beyond";
              +Texts[8]="Algorithmic Anatomies";
              +Texts[9]="Language(s) and Breathing";
              +Texts[10]="Dancing Bodi{es} & Choreographing Code{s}";
              +Texts[11]="ChoreoGraphing Design";
              +Texts[12]="Designing Choreographies";

              +

              function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}

              +

              Moving_Title ( )

              +


              +< head >
              +< meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" >
              +
              +< meta author="Joana Chicau"; >

              +

              Zie hier een voorproef van de publicatie: http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf

              +

              Kom en dans mee ~

              +
              +

              Datum: Donderdag, 15th of November 2018
              +Duur: van 19:00 uur tot 21:00 uur
              +Locatie: Varia, Gouwstraat 3 Rotterdam
              +Entreeprijs: Free

              +
              +

              Joana Chicau [PT/NL] is grafisch ontwerper, coder, onderzoeker met een achtergrond in dans. Haar trans-disciplinaire project verweeft media ontwerp en web omgevingen met choreochrafische praktijken. Chicau heeft onderzoek gedaan naar het snijvlak van lichamelijkheid met geconstruuerde, vormgegeven en geprogrammeerde omgevingen. Daarme heeft ze voor ogen om de manieren waarop digitale kennis wordt gepresenteerd en toegankelijk gemaakt aan een groter publiek te verbreden. +Ze is actief in het organiseren en deelnemen aan evenementen waarbij performances op meerdere locaties gezamelijk algorithmisch geimproveerd wordt. Ook organiseert ze open discussies over gendergelijkwaardigheid en activisme.

              +

              Ze is ook lid van Varia! http://joanachicau.com

              +
              +

              joanachicau.com +Choreo-Graphic-Hypothesis gif preview.

              +
              +

              Cover image: Joana Chicau

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/christmas.html b/old/output/nl/christmas.html new file mode 100644 index 0000000..f2e235c --- /dev/null +++ b/old/output/nl/christmas.html @@ -0,0 +1,122 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            21. varia komt in vele vormen:
            22. +
            23.  mailinglijst
            24. +
            25.  RSS feed
            26. + +
            27. Nederlands
            28. +
            29. English
            30. +
              +
              +
              + +
              + + + + +
              +
              + Kerst bij Varia - Met adammmmmmmmmmmm en Logosamphia +
              +
              + +
              +
              2018-12-22 20:30:00
              +
              Gepubliceerd op 22 December 2018
              +
              + +
              +
              +
              +

              Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje, warm je hart op met een kop glühwein en bespreek al je goede voornemens zolang ze nog goed zijn! Er zullen optredens zijn van:

              +

              adammmmmmmmmmmm, ook bekend als Adam Tuch, is een artiest / muzikant uit Boston. Hij maakt deel uit van een collectief met de naam media_rins dat werk creëert en publiceert op het gebied van elektronische muziek, nieuwe media en performance art. Zij organiseren evenementen in de omgeving van Boston voor avontuurlijke en hedendaagse kunstenaars die werken met digitale Hi-Fi-tools, analoge elektronica en informatiemedia. In zijn werk richt hij zich op de absurditeit binnen online/digitale identiteiten en reflexiviteit.

              +

              Adam Tuch op Bandcamp
              +Website van media_rins

              +

              Adam Tuch

              +

              Logosamphia is een project van Sadra Hemati. Met een voet in de Franse underground party scene, en een andere in de Nederlandse avant-garde noise performance & kunstwereld, vertegenwoordigt hij een van de weinige Iraanse muzikanten die actief is in niet-mainstream elektronische muziek. Hemati heeft een voorliefde voor het combineren van invloeden uit zowel traditionele als moderne technieken in unieke en pakkende arrangementen.

              +

              Logosamphia on Bandcamp

              + + +

              DJ The Sound of C brengt je een spotgoedkoop kerst extravaganza, geselecteerd bij je lokale kringloopwinkel. Platen worden ingepakt en cadeaus brkrast. Alles is gratis nadat het is afgespeeld. De kerstman komt vroeg dit jaar!

              +

              DJ The Sound of C

              +

              Tot in Varia!

              +

              Datum: Zaterdag, 22 December 2018
              +Entree: 4 euro
              +Deur: 20:30
              +Start: 21:00

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/considerate-cake.html b/old/output/nl/considerate-cake.html new file mode 100644 index 0000000..91f18df --- /dev/null +++ b/old/output/nl/considerate-cake.html @@ -0,0 +1,124 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            31. varia komt in vele vormen:
            32. +
            33.  mailinglijst
            34. +
            35.  RSS feed
            36. + +
            37. Nederlands
            38. +
            39. English
            40. +
              +
              +
              + +
              + + + + +
              +
              + Attente Taart Confectie (vol) +
              +
              + +
              +
              2018-10-11 10:00:00
              +
              Gepubliceerd op 11 October 2018
              +
              + +
              +
              +
              +

              Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de oorsprong van specifieke ingrediënten en recepten analyseren, we zullen ons ook richten op de politieke economie en klassendynamiek die toegankelijkheid van deze smaken en ingrediënten teweegbrengen. De daadwerkelijke confectie van een taart biedt ons de mogelijkheid om de voorwaarden van dergelijke praktijken ter discussie te stellen.

              +

              De workshop zal worden onderverdeeld in twee praktische fasen: de receptanalysefase en de taartbakfase. Tijdens de receptanalysefase zullen we elk van de vereiste ingrediënten van de door ons gekozen taart analyseren en evalueren of deze voldoen aan onze 'attente' normen. Als ze dat niet doen, zullen we mogelijke alternatieven overwegen. Tijdens de taartbakfase zullen de deelnemers aan de workshop de taart daadwerkelijk bakken, volgens ons nieuwe attente recept.

              +

              Considerate Cake Confection is een initiatief van Lídia Pereira en Niek Hilkmann.

              +

              Varia curriculum

              +

              Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

              +

              Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

              +

              Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 8 oktober! Deze workshop is vol.

              +

              Varia, Gouwstraat 3 (Rotterdam Charlois)
              + Donderdag, 11 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)
              +💶 50 euro (koffie, thee en koek inbegrepen)
              +
              💬* De voertaal van deze workshop is Engels

              +

              * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/conversas-february.html b/old/output/nl/conversas-february.html new file mode 100644 index 0000000..7722d07 --- /dev/null +++ b/old/output/nl/conversas-february.html @@ -0,0 +1,134 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            41. varia komt in vele vormen:
            42. +
            43.  mailinglijst
            44. +
            45.  RSS feed
            46. + +
            47. Nederlands
            48. +
            49. English
            50. +
              +
              +
              + +
              + + + + +
              +
              + Conversas bij varia +
              +
              + +
              +
              2019-02-06 19:30:00
              +
              Gepubliceerd op 06 February 2019
              +
              + +
              +
              +
              +

              Op de 6 februari van 19.30 tot 21.30 uur heeft Varia het genoegen om een van de nomadische Conversas-avonden te ontvangen.

              +

              Conversas is een reeks van tweewekelijkse informele ontmoetingen om elkaar te leren kennen, projecten, verhalen of interesses te delen.

              +

              Tijdens het evenement brengen drie Conversadores (degenen die het gesprek beginnen) gedurende dertig minuten elk iets te delen met de verzamelde groep. Zoals de titel al doet vermoeden, streeft Conversas (Conversations in Portuguese) naar een gelijkwaardige opzet waar zowel de Conversadores als de groep baat bij hebben. In deze serie dagen we onze gasten uit om geen beamer te gebruiken, creatief te zijn en alleen woorden en/of andere objecten te gebruiken om hun verhaal te vertellen.

              +

              De drie Conversadores voor de sessie bij Varia zijn dat wel:

              +
                +
              • Karla de Witte (Nederlandse liefdesbrieven)
              • +
              • Clara Mendes (Naakt modellen, postkolonialisme en musea)
              • +
              • Ludovic Lacreuse (Digressies rond een vlag)
              • +
              +

              Karla is ontwerper en docent beeldende kunst. DLL begon toen twee moeders elkaar ontmoetten op een kleurrijk schoolplein in Rotterdam. Zowel geboren als opgegroeid in verschillende delen van de wereld, met wafels die soortgelijke herinneringen aan oud en nieuw delen. Delicaat en zeer dun gemaakt met veel geduld door hun grootmoeders. +www.instagram.com/dutch_love_letters/liefdebrieven/

              +

              Clara is onlangs verhuisd van Portugal naar Nederland om haar wens na te streven om meer te weten te komen over de impact van kunst op het leven van verschillende mensen. Ze zal vertellen over de projecten waar ze tijdens haar masteropleiding Kunst en Maatschappij in is gesprongen terwijl ze nog worstelde om haar weg te vinden in een nieuwe stad.

              +

              Na een residentie van 3 maanden (Staat van de Stad, in Paviljoen aan het Water, in Rotterdam), presenteert Ludovic een vlag die bovenop het varia-zonegebouw wordt gehesen. Zijn gesprek wordt gevuld met uitweidingen over verschillende onderwerpen die min of meer met de vlag te maken hebben.

              +

              De 13e serie van tien Conversas Rotterdam begint op 7 november en loopt elke andere woensdag tot 20 maart. Deze serie vindt plaats op verschillende locaties verspreid door de stad Rotterdam. Het wordt georganiseerd door Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said en Sebastian Helbers.

              +

              Conversas is een project geïnitieerd in Lissabon door Constança Saraiva en Mafalda Fernandes, in 2012. Tegenwoordig is het een project van veel mensen en steden.

              +

              Evenementen zijn voor iedereen toegankelijk en de toegang is gratis.

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/crimson.html b/old/output/nl/crimson.html new file mode 100644 index 0000000..8c15f6b --- /dev/null +++ b/old/output/nl/crimson.html @@ -0,0 +1,124 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            51. varia komt in vele vormen:
            52. +
            53.  mailinglijst
            54. +
            55.  RSS feed
            56. + +
            57. Nederlands
            58. +
            59. English
            60. +
              +
              +
              + +
              + + + + +
              +
              + Concert: Crimson Butterfly, Evamuss en St. Fractalium +
              +
              + +
              +
              2018-09-14 20:00:00
              +
              Gepubliceerd op 14 September 2018
              +
              + +
              +
              +
              +

              Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze autistische zangeres, vervolgens synthpop met twee leadzangers, om daarna terug te keren naar waar alles mee begonnen was: improvisatie en abstracte elektronica. De band maakt zeer intense en hypnotiserende muziek met dans en ambient elementen, improviserend van aard. Mensen noemen het vaak 'experimenteel'. Crimson Butterfly houdt ervan om concerten te geven en te spelen op locaties zoals kluizen van musea, ergens tussen Balashikha en Barcelona. Hun gezichten zijn zo mooi dat ze zich achter maskers verbergen en al hun onvergetelijke shows worden vergezeld door heupnotische visuele sequenties.

              +

              Crimson Butterfly's Bandcamp page

              + + +

              Evamuss (Peru / Nederland) was een project van de Peruviaanse Chrs Galarreta (ook bekend als Sajjra, DiosMeHaViolado en Tica). Dit project was tussen 1997 en 2003 erg actief in de ondergrondse scene van Lima. Evamuss heeft 9 solo-albums gepubliceerd in zeer beperkte oplage en verscheen ook op veel samenwerkingen en compilaties uit die periode. In het begin gebruikte Evamuss zelfgemaakte versterkers, oscillatoren, pedaaleffecten en speelgoed-sleutelwoorden, later richtte hij zich ook op het misbruik van computers en piraten-software. Fouten en niet-functionaliteit zijn welkom in het proces. In november 2017 herrees Evamuss met een paar zelf-gehackte synthspeeltjes, een paar effecten en enkele met de hand gemaakte sequencers die in samenwerking met enkele hackers in Paruro (de legendarische elektronische zwarte markt in Lima City) zijn vervaardigd. De geluiden zijn nu gemuteerd in de richting van een warme en vochtige analoge jungle.

              +

              Eva Muss on Soundcloud +Eva Muss on Bandcamp

              + + +

              St. Fractalium (Rusland) St.Fractalium is een audiovisueel duo uit Nizhniy Novgorod, Rusland; bewoners van de plaatselijke cultusplaats Black Ho. Geïnspireerd door bands als Autechre en Coil, en met indrukwekkende ervaring in verschillende muzikale projecten, brengen de jongens het licht van Saint Fractalium, een verhelderende nectar voor degenen die de conventionele muziek beu zijn, alles met behulp van computers en controllers.

              +

              St. Fractalium on Bandcamp

              + + +

              Georganiseerd door ALOARDI

              +

              Datum: Vrijdag, 14 September 2018
              +Entree: 3 euro (donatie)
              +Deur: 20:00
              +Start: 21:00

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/ctrl-alt-save-first.html b/old/output/nl/ctrl-alt-save-first.html new file mode 100644 index 0000000..a94faaf --- /dev/null +++ b/old/output/nl/ctrl-alt-save-first.html @@ -0,0 +1,139 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            61. varia komt in vele vormen:
            62. +
            63.  mailinglijst
            64. +
            65.  RSS feed
            66. + +
            67. Nederlands
            68. +
            69. English
            70. +
              +
              +
              + +
              + + + + +
              +
              + Ctrl-Alt-Save +
              +
              + +
              +
              2020-02-21 11:00:00
              +
              Gepubliceerd op 21 February 2020
              +
              + +
              +
              +
              +

              Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en +er bestaan veel zogenaamde oplossingen, maar zijn het +echt oplossingen?

              +

              Bij de eerste Ctrl-Alt-Save-bijeenkomst op Varia kunnen +veel van deze vragen voor u duidelijker worden.

              +

              De focus van de eerste bijeenkomst ligt op uw gegevens en +hoe u deze beter en veiliger kunt beheren op basis van uw +interesses en actuele problemen. Geen oplossing +gegarandeerd, maar een mogelijk beter begrip van het +onderwerp.

              +

              Ctrl-Alt-S zal een reeks evenementen en ontmoetingen zijn +bij Varia in 2020 en zal worden gevormd door de feedback +en opmerkingen van de aanwezigen. De meet-ups zullen in +het Engels zijn.

              +

              Datum: February 21, 2020
              +Tijd: 11:00 - 16:00

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/curriculum-bibliotecha.html b/old/output/nl/curriculum-bibliotecha.html new file mode 100644 index 0000000..4d7d690 --- /dev/null +++ b/old/output/nl/curriculum-bibliotecha.html @@ -0,0 +1,128 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            71. varia komt in vele vormen:
            72. +
            73.  mailinglijst
            74. +
            75.  RSS feed
            76. + +
            77. Nederlands
            78. +
            79. English
            80. +
              +
              +
              + +
              + + + + +
              +
              + Bibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheek +
              +
              + +
              +
              2019-07-06 10:00:00
              +
              Gepubliceerd op 30 May 2019
              +
              + +
              +
              +
              +

              Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

              +

              Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis van vrije software door middel van een speciale open Wi-fi hotspot het mogelijk maakt de collectie in te zien. Gebruikers kunnen met een laptop, telefoon of tablet verbinding maken met deze hotspot en via de browser publicaties uitnemen of doneren. Aangezien het stroomverbruik zeer gering is kan Bibliotecha draaien vanaf een USB powerbank zodat het overal mee te nemen is.

              +

              Tijdens de workshop leren wordt er veel aandacht besteed aan het process van het installeren van Bibliotecha. Zodoende krijg je als deelnemer een grondige introductie in de onderliggende vrije software, het werken met de RaspberryPi en een introductie in Calibre, het de software om je collectie mee te beheren. Het tweede deel van de workshop is een sessie waarin we met elkaar boeken delen en kennis uitwisselen op het gebied van het beginnen en onderhouden van een off-line digitale bibliotheek voor een gemeenschap.

              +

              Tegen het einde van de workshop hebben deelnemers een grondige introductie gehad in het werken met de 'command line', het werken met Linux-gebaseerde systemen en het werken met de RaspberryPi. +Bovendien zul je de ins- en outs van het beheren van een digitale collectie meekrijgen met o.a metadatabeheer en bestandsformaten. +*En niet het minste: deelnemers kunnen een werkende Bibliotecha mee naar huis nemen.

              +

              Varia curriculum

              +

              Deze workshop maakt onderdeel uit van het Varia curriculum.

              +

              Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in Varia. De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas die tengrondslag kunnen liggen aan verder eigen onderzoek.

              +

              Zou je willen deelnemen aan deze workshop? Stuur ons dan voor 04 juli een korte mail op info[a]varia.zone

              +

              Varia, Gouwstraat 3 (Rotterdam Charlois)
              + 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)
              +💶 Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)
              +
              💶 Neem ebooks of pdfs mee die je met de groep zou willen delen
              +
              💶* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk.

              +

              * Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/curriculum-command-lines.html b/old/output/nl/curriculum-command-lines.html new file mode 100644 index 0000000..e585bdc --- /dev/null +++ b/old/output/nl/curriculum-command-lines.html @@ -0,0 +1,129 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            81. varia komt in vele vormen:
            82. +
            83.  mailinglijst
            84. +
            85.  RSS feed
            86. + +
            87. Nederlands
            88. +
            89. English
            90. +
              +
              +
              + +
              + + + + +
              +
              + In the Beginning ... Was the Commandline +
              +
              + +
              +
              2018-10-18 10:00:00
              +
              Gepubliceerd op 18 October 2018
              +
              + +
              +
              +
              +

              Over tekst, encoderen en command lines.

              +

              De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie om één ding te doen en dat goed te doen. Deze kleine programma's kunnen samen worden 'gebonden' tot pipelines die elk type data of tekst kunnen verwerken. Deze pipelines zijn een manier om snel unieke en specifieke gereedschappen te produceren die een breed scala aan creatieve mogelijkheden bieden.

              +

              In deze workshop zullen we ons concentreren op command line tools in relatie tot platte tekst (plain text). Gedurende de dag verkennen we de sociaal-culturele geschiedenis van de command line interface, onderzoeken we de materialiteit van tekst op een computer en proberen we een breed scala aan tools uit.

              +
                +
              • Er is geen voorkennis van programmeren vereist, maar vaardigheden om notities te nemen zijn essentieel.
              • +
              • Computer / Laptop is noodzakelijk.
              • +
              +

              Deze workshop is geïnitieerd door Roel Roscam Abbing en Manetta Berends.

              +

              Varia curriculum

              +

              Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

              +

              Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

              +

              Wil je meedoen aan deze workshop? Er is nog plek voor een paar deelnemers. Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 15 oktober!

              +

              Varia, Gouwstraat 3 (Rotterdam Charlois)
              + Donderdag, 18 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)
              +💶 50 euro (koffie, thee en koek inbegrepen)
              +
              💬* De voertaal van deze workshop is Engels

              +

              * Geldgebrek mag geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/curriculum-ipfs.html b/old/output/nl/curriculum-ipfs.html new file mode 100644 index 0000000..61561f3 --- /dev/null +++ b/old/output/nl/curriculum-ipfs.html @@ -0,0 +1,136 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            91. varia komt in vele vormen:
            92. +
            93.  mailinglijst
            94. +
            95.  RSS feed
            96. + +
            97. Nederlands
            98. +
            99. English
            100. +
              +
              +
              + +
              + + + + +
              +
              + Inter-Planetary File System unearthed +
              +
              + +
              +
              2018-11-01 10:00:00
              +
              Gepubliceerd op 01 November 2018
              +
              + +
              +
              +
              +

              Van het gecentraliseerde HTTP pad af

              +

              In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het aan elkaar doorgeven van bestanden op alle machines. Het InterPlanetary File System (IPFS) protocol is een van deze pogingen: een gedistribueerd bestandssysteem dat het mogelijk maakt in het hele netwerk bestanden te zoeken, verspreid op te slaan en te delen.

              +

              IPFS heeft de interesse van veel gemeenschappen gewekt, van archivisten tot activisten. De mogelijkheid verschillende versies van bestanden bij te houden, de weerbarstigheid van het netwerk en de toegenomen beschikbaarheid van bestanden maken het een nuttige bouwsteen voor zowel digitale archivarissen als groepen die censuur willen omzeilen. Een voorbeeld is de website voor het referendum van Catalonië in 2017, die op IPFS nog beschikbaar was nadat de oorspronkelijke website door de Spaanse regering werd gesloten.

              +

              Tijdens deze workshop kijken we naar de successen, de valkuilen en de mogelijkheden van dit protocol. We zullen IPFS installeren, de basis doornemen, bespreken hoe het verschilt van andere P2P protocollen en wat voor toepassingen mogelijk zijn.

              +
                +
              • Deze workshop duurt 8 uur en een laptop is noodzakelijk.
              • +
              • Voorafgaande kennis van IPFS zou goed zijn, maar is niet verplicht.
              • +
              +

              Deze workshop is geïnitieerd door Cristina Cochior, Silvio Lorusso en Julie Boschat Thorez.

              +

              Varia curriculum

              +

              Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

              +

              Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

              +

              Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 29 oktober!

              +

              Varia, Gouwstraat 3 (Rotterdam Charlois)
              + Donderdag 1 November, 10:00h - 18:00h (Lunch tussen 13:00h and 14:00h)
              +💶 50 euro (koffie, thee en koek inbegrepen)
              +
              💬* De voertaal van deze workshop is Engels

              +

              * * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/curriculum-homebrewserverclub.html b/old/output/nl/drafts/curriculum-homebrewserverclub.html new file mode 100644 index 0000000..1fde8c6 --- /dev/null +++ b/old/output/nl/drafts/curriculum-homebrewserverclub.html @@ -0,0 +1,136 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            101. varia komt in vele vormen:
            102. +
            103.  mailinglijst
            104. +
            105.  RSS feed
            106. + +
            107. Nederlands
            108. +
            109. English
            110. +
              +
              +
              + +
              + + + + +
              +
              + Homebrewserver.club, aan de slag met self-hosting +
              +
              + +
              +
              2019-06-27 10:00
              +
              Gepubliceerd op 23 June 2019
              +
              + +
              +
              +
              +

              XXX-TODO-XXX

              +

              ...

              +

              Varia curriculum

              +

              Deze workshop maakt onderdeel uit van het Varia curriculum.

              +

              Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis +maken met de technische, theoretische en methodologische vaardigheden die ten +grondslag liggen aan de verschillende praktijken in Varia. De curriculum +workshops zijn korte intensieve master-classes of workshops met als doel +deelnemers te voorzien van grondige introducties in diverse themas die +tengrondslag kunnen liggen aan verder eigen onderzoek.

              +

              Zou je willen deelnemen aan deze workshop? Stuur ons dan voor 30 juni een +korte mail op info[a]varia.zone

              +

              Varia, Gouwstraat 3 (Rotterdam Charlois)
              + 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)
              +💶 Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)
              +
              💶 Neem ebooks of pdfs mee die je met de groep zou willen delen
              +
              💶* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk.

              +

              * Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/hbsc-cal-1-en-en.html b/old/output/nl/drafts/hbsc-cal-1-en-en.html new file mode 100644 index 0000000..a168ee4 --- /dev/null +++ b/old/output/nl/drafts/hbsc-cal-1-en-en.html @@ -0,0 +1,107 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            111. varia komt in vele vormen:
            112. +
            113.  mailinglijst
            114. +
            115.  RSS feed
            116. + +
            117. Nederlands
            118. +
            119. English
            120. +
              +
              +
              + +
              + + + + +
              +
              + homebrewserver.club, calendars session 1 +
              +
              + +
              +
              2017-11-16 19:00
              +
              09 November 2017
              +
              + +
              +
              +
              +

              A first gathering around self-hosted calendars.

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/hbsc-cal-2-en-en.html b/old/output/nl/drafts/hbsc-cal-2-en-en.html new file mode 100644 index 0000000..d0aee06 --- /dev/null +++ b/old/output/nl/drafts/hbsc-cal-2-en-en.html @@ -0,0 +1,108 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            121. varia komt in vele vormen:
            122. +
            123.  mailinglijst
            124. +
            125.  RSS feed
            126. + +
            127. Nederlands
            128. +
            129. English
            130. +
              +
              +
              + +
              + + + + +
              +
              + homebrewserver.club, kalenders sessie 2 +
              +
              + +
              +
              2017-11-30 19:00
              +
              22 November 2017
              +
              + +
              +
              +
              +

              A second gathering around self-hosted calendars.

              +

              Location: Varia

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/kettle_MD-en.html b/old/output/nl/drafts/kettle_MD-en.html new file mode 100644 index 0000000..d25cbd6 --- /dev/null +++ b/old/output/nl/drafts/kettle_MD-en.html @@ -0,0 +1,129 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            131. varia komt in vele vormen:
            132. +
            133.  mailinglijst
            134. +
            135.  RSS feed
            136. + +
            137. Nederlands
            138. +
            139. English
            140. +
              +
              +
              + +
              + + + + +
              +
              + The Call Of The Kettle +
              +
              + +
              +
              2019-03-15 20:00
              +
              15 March 2019
              +
              + +
              +
              +
              +

              There is more between heaven and earth than humankind! Therefore, we would like to direct your attention to your fellow "inanimate" object on the 15th of March. On this day five special acts will showcase their intimate relationship with their sewing machines, toasters, fans and working gloves. All this under the guise of 'The Call Of The Kettle'; the first object oriented music evening at Varia! During this event there will be performances by the following artists:

              +

              Agente Costura and Stephen Doyle are a duo playing improvised sounds, on amplified sewing machine and drums. Constura has been playing the Singer since 2003. In the daytime she tackles unwanted clothing, transforming them into new wearable shapes. At night, the Singer joins her fellow musicians and Lisa sews to the beat of the music, improvising on clothing based on rhythm and sound. Lisa has performed extensively, for instance at The Vancouver Art Gallery, the Month of Performance Art Berlin, the Bimhuis Amsterdam, and Curitiba Fashion Week. Stephen Doyle is a drummer, living and working in Amsterdam. His sounds have previously graced the creations of Dagora, 78rpm, and many more. Together, Costura and Doyle create a percussive upcycled torrent of uniquely sculpted sound.

              +

              Agente Costura Online
              +Stephen Doyle on Soundcloud

              + + +

              Watt’s Cookin’ is composed of Zeynep Aslan, Tamara van Suylekom and Inge Hoonte who met through re#sister and rehearse at Worm. For this performance, the three have teamed up to bang, clang and tinker with everyday household items. They are currently rehearsing in Inge's kitchen with the orchestra members they’ve interested to participate, such as water cookers and coffee percolators, a knife and a cutting board, a few jars with nuts, rice, and corn, and a couple of empty jars, a mini oven, two pans, two tea spoons and an egg beater. A bread toaster and a coconut milk can are hesitant if they want to join this upbeat troupe, but they will probably fit right in!

              +

              De Brut is a new project by Marijn Verbiesen who, according to sources, is "one of the forces that keeps the Rotterdam underground together!" She has participated in numerous projects (Sweat Tongue, Red Brut) and is active as one of the organizers of the infamous Herman concert series. Besides that Verbiesen is renowned for her tape collages that are highly personal and highly regarded by magazines like The Wire.

              +

              Red Brut Online

              + + +

              Beachcombartband is a one-man-sea-trash-band from Rotterdam, helmed by none other than Bart Koppe. He performs with a collection of marine debris, played by mechanics and by hand. He will sweep the beach and throw its garbage on your head, in a maze of audio galactic joyfulness.

              +

              The Singing Toaster is not like other toasters, because not every toaster is able to sing. Therefore the inclusion of this one during ‘the call of the kettle’ is somewhat of an occasion. Will the burned crumbs between its heating elements be enough to warm your heart?

              +

              Date: Friday, 15 March 2019
              +Entrance: 5 euro
              +Door: 20:00
              +Start: 20:30

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/red-en-en.html b/old/output/nl/drafts/red-en-en.html new file mode 100644 index 0000000..e85d78f --- /dev/null +++ b/old/output/nl/drafts/red-en-en.html @@ -0,0 +1,157 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            141. varia komt in vele vormen:
            142. +
            143.  mailinglijst
            144. +
            145.  RSS feed
            146. + +
            147. Nederlands
            148. +
            149. English
            150. +
              +
              +
              + +
              + + + + +
              +
              + Rotterdams Electronica Depot +
              +
              + +
              +
              09 April 2017
              +
              + +
              +
              +
              +
              +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
              +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
              +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
              +┌─────────────────┬───────────────┐
              +│misc parts       │misc parts     │
              +│                 │               │
              +│                 │               │
              +│                 │               │
              +│                 │               │
              +│                 │               │
              +│                 │               │
              +├─────────────────┼───────────────┼────────────────────┐
              +│IC's             │trim pots,     │octo couplers       │
              +│                 │               │EEPROMS             │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +├─────────────────┼───────────────┼────────────────────┤
              +│transistors,     │resistors      │big resistors,      │
              +│empty boxes,     │big            │empty boxes,        │
              +│                 │               │FTDI,               │
              +│                 │               │arduino             │
              +│                 │               │oscilloscope parts  │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +├─────────────────┼───────────────┼────────────────────┤
              +│transistors,     │resistors      │capacitors,         │
              +│diodes           │small          │transducers         │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +│                 │               │                    │
              +└─────────────────┴───────────────┴────────────────────┘
              + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
              + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
              + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
              +
              + +

              Rotterdam Electronics Depot

              +

              Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this Varia started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost.

              +

              Become a member:

              +

              get in touch with us via the varia list

              +

              Opening and picking up

              +

              Opening times are dependent on the members. Pick up location is: Gouwstraat 3, 3082 BA, in Rotterdam

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/samenscholing.html b/old/output/nl/drafts/samenscholing.html new file mode 100644 index 0000000..12488ba --- /dev/null +++ b/old/output/nl/drafts/samenscholing.html @@ -0,0 +1,109 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            151. varia komt in vele vormen:
            152. +
            153.  mailinglijst
            154. +
            155.  RSS feed
            156. + +
            157. Nederlands
            158. +
            159. English
            160. +
              +
              +
              + +
              + + + + +
              +
              + De Samenscholing: Een collectieve kijk op Moocs en leren +
              +
              + +
              +
              2017-12-31 19:30
              +
              Gepubliceerd op 12 September 2017
              +
              + +
              +
              +
              +

              Het "Centrum Voor Alledaagse Technologie daagt jou uit om gezamelijk mee te doen aan een nader te bepalen Massive Online Open Course (MOOC). +Deze MOOCS, die worden aangeboden door online platforms zoals Coursera creeeren een situatie waarin iedereen die zich niet universitair onderwijs kan veroorloven toch wordt aangespoord om thuis verder door te leren. Deze goedkope manier van zelfoptimalisering biedt behalve de verlokking van nieuwe kennis ook de hoop op (her)nieuwde carrieremogelijkheden. Echter, slechts weinigen weten dezen succesvol af te ronden. Door de vorm van het onderwijs kunnen weinigen zich de tijd en beheersing naast hun dagelijkse drukke bestaan veroorloven.

              +

              Om de problemen die bij deze vorm van leren te behandelen heeft CAT besloten een laagdrempelige avondschool op te zetten onder de naam ‘De Samenscholing’. Deelnemers kunnen daarmee het isolement van deze cursussen doorbreken door gezamenlijk een MOOC te volgen. Daarbij maken we met elkaar een leeromgeving die kritisch en non-individualistisch is. Waarbij we nieuwe dingen leren om het leren zelf centraal staat en niet vanwege de eventuele praktische economische motieven. Deelnemers hoeven niet langer alleen passief en geisoleerd thuis te zitten, maar kunnen eindelijk gezamenlijk discussieren over de inhoud en de vorm van de cursus, maar ook over de cursus.

              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/sdr-intro.html b/old/output/nl/drafts/sdr-intro.html new file mode 100644 index 0000000..36fc09b --- /dev/null +++ b/old/output/nl/drafts/sdr-intro.html @@ -0,0 +1,118 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            161. varia komt in vele vormen:
            162. +
            163.  mailinglijst
            164. +
            165.  RSS feed
            166. + +
            167. Nederlands
            168. +
            169. English
            170. +
              +
              +
              + +
              + + + + +
              +
              + Introduction To Software Defined Radio +
              +
              + +
              +
              2017-11-21 19:30
              +
              Gepubliceerd op 09 September 2017
              +
              + +
              +
              +
              +

              De atmosfeer is voortdurend gebuld met allerlei electromagnetische signalen afkomstig van mobiele telefoons, commerciele radiostations, Wi-Fi modems, luchtvaartbeacons, satellietverbindingen en nog veeeeeel meer.

              +

              Met de komst van Software-Defined Radio (SDR - software gestuurde radio) is het veel goedkoper en makkelijker om te leren luisteren naar dit soort signalen en ze te gebruiken voor allerhande projecten.

              +

              Gedurende deze workshop nemen deelnemers kennis van SDR, de hardware, de software en hoe simpele maar effectieve antennes te ontwerpen voor de ontvangst van deze signalen.

              +

              De cursus wordt aangeboden door Dennis de Bel (PD0WND) en Roel Roscam Abbing.

              +
                +
              • +

                De cursus wordt gedurende 4 weken wekelijks op dinsdagavond gegeven. Afhankelijk van de interesse, beginnen we begin december.

                +
              • +
              • +

                Kosten 80 euro pp. (SDR hardware inbegrepen bij cursus).

                +
              • +
              +

              +
              +
              +
              + + + \ No newline at end of file diff --git a/old/output/nl/drafts/sm-critique-next-steps-en.html b/old/output/nl/drafts/sm-critique-next-steps-en.html new file mode 100644 index 0000000..f9071d8 --- /dev/null +++ b/old/output/nl/drafts/sm-critique-next-steps-en.html @@ -0,0 +1,132 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + +
              + home + over +
              +
              +
            171. varia komt in vele vormen:
            172. +
            173.  mailinglijst
            174. +
            175.  RSS feed
            176. + +
            177. Nederlands
            178. +
            179. English
            180. +
              +
              +
              + +
              + + + + +
              +
              + re: social media critique: next steps? +
              +
              + +
              +
              28 January 2018
              +
              + +
              +
              +
              +

              In january of 2018 a discussion on Nettime took place on the question what next steps for social media critique could be. As criticism of large social media platforms becomes increasingly commonplace in popular media and even from within Silicon Valley itself, the discussion centered around the question of what the role of critical communities like nettime could be. Since the discussion missed some context on recent developments from the non-GAFA1[1] Google/Amazon/Facebook/Apple/Free Software developments in this field media I've replied with some comments.

              +
              +

              This is in the end what Silicon Valley tries to prevent at all cost: +resistance and exodus. How can such a momentum be unleashed?

              +
              +

              So aside from the discussion of who listens (or didn't listen) to whose opinion it can be interesting to have a closer look at action and momentum.

              +

              Three projects caught my attention and I think could be an interesting case for this 'next steps' discussion:

              +

              Mastodon (2016) en Conversations (2014) and Peertube (2015)2[2] These are the dates of the project's source code first appearing in public, they are still actively updated and used.

              +

              All three are projects that during the past twelve months have somehow reinvigorated (the work on, attention for) their underlying protocols. Protocols that have been proclaimed dead or unsuccessful for many years. And probably will be for more to come.

              +

              The first one, Mastodon 3[3] https://joinmastodon.org/, you may have read about or even tried out. It is essentially a twitter clone / alternative. Technically it is based on Ostatus, which is a protocol to distribute status updates across networks. Ostatus is the protocol that powered early 'alternative 2.0 style' social networks such as Friendica and Lorea. The latter was a product of and important site of organization for the Spanish Indignados and 15M movements. Mastodon also supports ActivityPub which is the likely successor of Ostatus as a protocol for +further ongoing work on so-called federated publishing. The interesting thing is that Mastodon managed to attract a good chunk of the recent Twitter refugees. These where mostly voices which aren't white, loud or extreme right wing and for those reasons felt themselves increasingly out of place on twitter. Mastodon communities managed to involve so many of these people by focusing on developing tools for community moderation, content warnings and the ability to block other instances in the network. As a result (the english language) Mastodon became a site that is predominantly populated by the queer, PoC, left and artistic, or anyone that would otherwise be at risk of being on the receiving end of the Gamergate-style interactions on twitter. The decentralized nature of +Mastodon has created a culture of 'thematic mastodon servers (see https://instances.social/list) that have become a large part of what makes the network interesting and relevant to its several hundredthousand users.

              +

              Conversations 4[4] https://conversations.im is a messaging application that is based on the very old XMPP protocol. This is a chat protocol +which has at one point also been the underlying technology of both Google and Facebook chat before they closed it down and made it proprietary. From the onset Conversations focused on a combination of user friendliness, security and ultimately visual design to be on par with mobile messengers such as whatsapp and telegram. The work of Conversations has reinvigorated the XMPP protocol. Partly because it focused on implementing the double-ratchett encryption algorithm almost immediately after it was open-sourced. This is the modern userfriendly end-to-end encryption algorithm developed by Moxie Marlinspike for Signal and licensed to companies like Whatsapp. Another effect of the work of Conversations is that the decades old protocol has been updated in the span of a few years to work very well for mobile usage. For me one of the interesting aspects of the development of Conversations is the role that modern thinking on UIs, design and user friendliness played in its popularity. This especially becomes apparent in the very technical and awkward world of XMPP software. The developer has mentioned multiple times that he 'bases' his design on that of his GAFA 'competitors'. Apropos tactical media, this project's appropriation of corporate design, yet very clear and solid political stance (see https://gultsch.de/objection.html) leading to an increase in popularity and community involvement is an interesting development.

              +

              Lastly, Peertube 5[5] Peertube website is an attempt at making the hosting of video content accessible to small organizations. The sheer amount of infrastructure and thus capital required to set up an alternative to the monopoly position of Youtube, forces any project trying to replace Youtube to use peer-to-peer technologies. Peertube does so by trying to implement WebTorrents. Like the older 'BitTorrent' protocol it is based on, WebTorrent tries to mitigate the sheer amount of data and bandwith involved with exchanging online media, by making sure these are streamed from many sources at once. Unlike torrents, which need separate applications, WebTorrents run in familiar web browsers. One could say the conceptual forbearer of this approach was a project called Popcorn Time (2014). An app that convinced many with its good UI and design to do 'Netflix-like' streaming on top of the torrent network. Again this is something that lead to a reinvigoration of the decaying (use-wise) torrenting protocol. (I'd also argue though, that Popcorn Time was simultaneously the nail in the coffin for torrenting because of the individualistic streaming mentality built into it. This also meant the definite end of what remained of -collectivist?- seeding/sharing culture on public trackers.)

              +

              The position of the Peertube as a viable alternative or successful project is the most tenuous of the three. However, one might argue that our definition of success in this context should also be readjusted - away from the Silicon Valley, venture capitalist sense of success using metrics like usage counts, market cap, patent value etc. By nature of being built upon open, compatible and federative technologies, developments happening in all three projects could, and probably will, end up supporting one another. They do so to the extent that one project could even become an integral part of the other. As an example both Mastodon and Peertube use the same underlying ActivityPub, allowing one to become the underlying video delivery function of the other. As was the case with Friendica, Lorea and Mastodon, projects might stop but then become stepping stones and inspirations for newer generations of projects. In this sense definitions of success should consider the quality of longer term technological ecosystems within larger socio-political contexts.

              +

              So the striking things for me to take away from these projects are:

              +

              All three projects have managed to reinvigorate 'decaying' protocols in large part through their focus on UX, language and interestingly design. Which seems to me a huge opportunity for the arts which has been left largely unused in the first round of social media critique. Perhaps the model of artistic production in this domain should move away from the artists being on the forefront, sensing out emerging tendencies and taking the spotlight by creating mostly harmless critical and speculative works around these tendencies. Next steps for artistic social media critique should instead take a much more humble and supportive role contributing expertise, time and exposure to people working in and with these ecosystems.

              +

              All three projects are based on federation. Which is the idea that various actors maki g up a network decide to cooperate in a collective fashion. Distributing responsibility and power as they do so. The future of social media has to be federated or there won't be any (for those privileged enough to retreat..). I think the case of Mastodon, where +servers in the Ostatus federation are experimenting with blocking hostile content altogether from other servers in the federation (while still maintaining technical compatibility) are interesting experiments. For one, the debates over on-line harassment and fake news show that the grand 'electronic agoras', where one can find anyone and everyone +clearly aren't conducive to productive interchange of ideas. Perhaps smallish, self caring communities are a good answer to the profit driven model of infinite interconnectedness.

              +

              Lastly, I think it is no coincidence that two out of three of the projects have Germans leading development and all three are European based projects. I guess the following is anecdotal and partial evidence. Yet, I've not seen Google and Facebook run full page advertorials in leading daily newspapers except in the German ones. Ostensibly, part of +an attempt on their side to prevent mass user exodus out of discomfort with the platform. It is in part German historical sensibility that leads to this kind of sensitivity on the issues of privacy, but it is also a sensitivity that is actively nurtured in public discourse. No Silicon Valley apologies are required for there to be scepsis. At the +same time the European context apparently provides good enough living conditions for people to risk investing time in this kind of work. Risk which is also partly mitigated by initiatives such as German Prototype Fund and other European funding streams. However, testament to the fact that these projects have healthy communities and are part of wider ecosystems of support is that all projects finance themselves from diverse revenue streams, user contributions being the main one.

              +

              So I'd say next steps for a social media critique would be to be more involved in (and involve more) these communities. To use positions of power to create opportunities for people working on these projects. While the center of development of these projects is Western-Europe they have many contributors outside of Europe as well, that could benefit even more from such opportunities. At the same time, doing close readings of the technical underpinnings of these media will also improve understanding of what is (not) going on. Now obviously all this was a news flash from within a very specific filter bubble, but actually from there 2017 was a very promising year for alternative media.

              +
              +

              I still believe in vital methods to mass delete Facebook accounts.

              +
              +

              I'd say start doing so, but help your friends. Use your network effect +to transition together to different kind of media. This is slow and +laborious so mutual support is important. The time is always right, but +now more than ever.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/drafts/sounduncloud.html b/old/output/nl/drafts/sounduncloud.html new file mode 100644 index 0000000..8d2589c --- /dev/null +++ b/old/output/nl/drafts/sounduncloud.html @@ -0,0 +1,112 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1. varia komt in vele vormen:
              2. +
              3.  mailinglijst
              4. +
              5.  RSS feed
              6. + +
              7. Nederlands
              8. +
              9. English
              10. +
                +
                +
                + +
                + + + + +
                +
                + Sounduncloud: A Rogue Archiving Workshop +
                +
                + +
                +
                2017-12-01 12:00
                +
                Gepubliceerd op 11 March 2020
                +
                + +
                +
                +
                +

                Soundcloud is onlangs op het nippertje gered van fallisement. Dit online platform waar allerhande mixes en genres zoals 'soundcloud rap' zijn ontstaan is nog echter niet buiten gevaar. In deze korte workshop gericht op informele en doe-het-zelf archivering helpen we je al je mixes en collecties te downloaden m.b.h vrije software. De gearchiveerde resultaten publiceren vervolgens als een micro-SD mixtape.

                +
                  +
                • Datum: 1 december
                • +
                • Maximaal aantal deelnemers: 15
                • +
                • Kosten: 35 euro
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/drafts/techno-galactic-guide-book-launch-streaming-en.html b/old/output/nl/drafts/techno-galactic-guide-book-launch-streaming-en.html new file mode 100644 index 0000000..f95c319 --- /dev/null +++ b/old/output/nl/drafts/techno-galactic-guide-book-launch-streaming-en.html @@ -0,0 +1,128 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              11. varia komt in vele vormen:
              12. +
              13.  mailinglijst
              14. +
              15.  RSS feed
              16. + +
              17. Nederlands
              18. +
              19. English
              20. +
                +
                +
                + +
                + + + + +
                +
                + Streaming The Techno-Galactic Guide to Software Observation Stream @ varia +
                +
                + +
                +
                2018-09-07 19:00
                +
                07 September 2018
                +
                + +
                +
                +
                +

                "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and improvisational service architectures, of any and all things that you can and cannot imagine needing in a techno-galaxy."

                +

                The Techno-Galactic Guide to Software Observation gathers methods from the Techno-Galactic Software Observatory, a worksession that took place in June 2017 at the Constant headquarters in Brussels. It was collectively edited by Carlin Wing, Martino Morandi, Peggy Pierrot, Anita Burato, Christoph Haag, Michael Murtaugh, Femke Snelting, Seda Gürses and designed by Christoph Haag.

                +

                The book-launch can be attended online at http://observatory.constantvzw.org/stream or offline at the WTC25 in Brussels.

                +

                For those who are not able to go to Brussels to attend the book launch, we will be projecting the event in varia!

                +

                Original announcement: http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html

                +
                  +
                • Date: Friday, 07 September 2018
                • +
                • Start: 19:00 (sharp)
                • +
                • End: 20:30
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/drafts/the-secret-life-screening-3-en.html b/old/output/nl/drafts/the-secret-life-screening-3-en.html new file mode 100644 index 0000000..245a069 --- /dev/null +++ b/old/output/nl/drafts/the-secret-life-screening-3-en.html @@ -0,0 +1,115 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              21. varia komt in vele vormen:
              22. +
              23.  mailinglijst
              24. +
              25.  RSS feed
              26. + +
              27. Nederlands
              28. +
              29. English
              30. +
                +
                +
                + +
                + + + + +
                +
                + Screening: The Secret Life Of Machines, season 3 (cancelled) +
                +
                + +
                +
                2017-12-10 19:30
                +
                23 November 2017
                +
                + +
                +
                +
                +

                Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

                +

                dates

                +

                10 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

                +
                  +
                • Door: 19:30
                • +
                • Start: 20:00
                • +
                • End: 23:00
                • +
                +

                Price: Donation

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/drafts/the-secret-life-screening-3.2-en.html b/old/output/nl/drafts/the-secret-life-screening-3.2-en.html new file mode 100644 index 0000000..552fd00 --- /dev/null +++ b/old/output/nl/drafts/the-secret-life-screening-3.2-en.html @@ -0,0 +1,116 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              31. varia komt in vele vormen:
              32. +
              33.  mailinglijst
              34. +
              35.  RSS feed
              36. + +
              37. Nederlands
              38. +
              39. English
              40. +
                +
                +
                + +
                + + + + +
                +
                + Screening: The Secret Life Of Machines, season 3 +
                +
                + +
                +
                2017-12-20 19:30
                +
                15 December 2017
                +
                + +
                +
                +
                +

                New attempt! Now without snowstorm.

                +

                Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

                +

                dates

                +

                20 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

                +
                  +
                • Door: 19:30
                • +
                • Start: 20:00
                • +
                • End: 23:00
                • +
                +

                Price: Donation

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/drafts/the-secret-life-season-1-en.html b/old/output/nl/drafts/the-secret-life-season-1-en.html new file mode 100644 index 0000000..01054be --- /dev/null +++ b/old/output/nl/drafts/the-secret-life-season-1-en.html @@ -0,0 +1,123 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              41. varia komt in vele vormen:
              42. +
              43.  mailinglijst
              44. +
              45.  RSS feed
              46. + +
              47. Nederlands
              48. +
              49. English
              50. +
                +
                +
                + +
                + + + + +
                +
                + Screening: The Secret Life Of Machines, season 1 +
                +
                + +
                +
                2017-11-05 19:30
                +
                29 October 2017
                +
                + +
                +
                +
                +

                Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

                +

                dates

                +

                5 November: season 1 - household appliances

                +

                (vacuum cleaner, sewing machine, central heating, washing machine, refrigiator and television)

                +
                  +
                • Door: 19:30
                • +
                • Start: 20:00
                • +
                • End: 23:00
                • +
                +

                19 November: season 2 - outdoor appliances

                +

                (car, internal combustion engine, quartz watch, telephone, radio and videorecorder)

                +
                  +
                • Door: 16:30
                • +
                • Start: 17:00
                • +
                • End: 20:00
                • +
                +

                Price: Donation

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/druk-cantos-bohman-evening.html b/old/output/nl/druk-cantos-bohman-evening.html new file mode 100644 index 0000000..2638546 --- /dev/null +++ b/old/output/nl/druk-cantos-bohman-evening.html @@ -0,0 +1,134 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              51. varia komt in vele vormen:
              52. +
              53.  mailinglijst
              54. +
              55.  RSS feed
              56. + +
              57. Nederlands
              58. +
              59. English
              60. +
                +
                +
                + +
                + + + + +
                +
                + Druk: Een avond met Cantos Deus & Bohman Family +
                +
                + +
                +
                2018-11-24 20:00:00
                +
                Gepubliceerd op 24 November 2018
                +
                + +
                +
                +
                +

                Omdat de boog niet altijd gespannen kan staan, lassen we tijdens het evenement Woodstone Kugelblitz: Druk In Varia een muzikale pauze in.

                +

                En wat voor een pauze!

                +

                Bohman Family

                +

                +

                De Engelse Bohman Brothers toveren al meer dan twee decenia unieke en impure experimentele muziek uit een tafel vol huis, tuin en keuken-rommel. Er zijn sporen van fluxus ongein, musique concrete, en vrije improvisatie. Voor deze avond worden de Bohman Brothers een Bohman Family: ze adopteren een aantal lokale muzikanten en zullen als een nonet optreden.

                +

                Cantos Deus

                +

                +

                2018 • cantos deus from arnold schalks on Vimeo.

                +

                Door Cantos Deus zal een selectie van no-wave, gospel, reli-pop en psychedelica worship gespeeld worden, dit alles verpakt in een amusante revival show. Voor het publiek is er mogelijkheid tot dans, zang en aanbidding. Het gezelschap bestaat uit Bruno Xavier da Silva, Lukas Simonis en Jacco Weener.

                +

                Date: Zaterdag, 24 November 2018
                +Door: 20:00
                +Start: 20:30
                +Entrance: 3 euro

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/extratonaliteit.html b/old/output/nl/extratonaliteit.html new file mode 100644 index 0000000..4232197 --- /dev/null +++ b/old/output/nl/extratonaliteit.html @@ -0,0 +1,145 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              61. varia komt in vele vormen:
              62. +
              63.  mailinglijst
              64. +
              65.  RSS feed
              66. + +
              67. Nederlands
              68. +
              69. English
              70. +
                +
                +
                + +
                + + + + +
                +
                + Oplossingen en problemen in extratonaliteit +
                +
                + +
                +
                2018-02-16 20:00:00
                +
                Gepubliceerd op 16 February 2018
                +
                + +
                +
                +
                +

                Oplossingen en problemen in Extratonality 4
                +"Extratonaliteit - Het openen van deuren is niet genoeg"

                +

                De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin problemen worden ontworpen om oplossingen te zijn, en industrieel afval ons dagelijks leven overneemt, is er een dringende behoefte aan een nieuwe extratonale conferentie die dieper graaft in de huidige stand van zaken van de "extra" tendensen. "Oplossingen en problemen in extratonaliteit" (OPIE) is de internationale conferentie over oplossingen en problemen op het gebied van extratonaliteit voor kleinere en grotere instituten, evenals onafhankelijke componisten en wetenschappers. We zullen geavanceerde obstakels in hun dagelijkse routine onderzoeken met de ondersteuning van op maat gemaakte instrumenten, verouderde schrijftechnieken, speciale notatiesystemen en alternatieve toepassingen van bestaande technologie.

                +

                Op vrijdag 16 februari 2018 vindt de vierde editie plaats in Rotterdam bij "varia - het centrum van de alledaagse technologie". OPIE4 gaat over het toepassen van extratonale oplossingen voor alledaagse problemen en alledaagse oplossingen voor extratonale problemen. OPIE4 is een must voor diegenen die meer willen weten over werkstrategieën rond extratonaliteit. Na OPIE1 in Wenen op 28 april 2017, OPIE2 in Zagreb op 30 september 2017 en OPIE3 in Rotterdam op 6 februari 2018, zal de volgende editie de laatste discussies in het veld behandelen en nieuwe input genereren voor de toekomstige onderhandelingen over extratonaliteit. Meer dan 250 jaar na zijn ontdekking en rechtvaardiging wordt het veld nu wereldwijd erkend als een belangrijk onderzoek in zijn vakgebied, daarom bestaat deze editie uit verschillende tracks en presentaties.

                +

                De ongeveer 300 OPIE-bezoekers beoordeelden de conferentie met een 9,8 en meer dan 98% van de bezoekers beveelt de conferentie aan bij anderen of zou graag terugkomen in de volgende editie.

                +

                Dit evenement wordt mogelijk gemaakt door de vriendelijke steun van het Institute of Extratonal Composition, WORM pirate bay, varia en Nothing More.

                +

                Eten, drinken en toegang zijn beschikbaar op donatie!

                +

                Programma:
                +19:30 Registratie, meet & greet & welkomstdrankjes
                +20:00 Officiële Opening: Welkom door Danny van der Kleij (NL, voorzitter varia - centrum voor alledaagse technologie / ArtEZ hogeschool voor de kunsten)
                +20:05 Inleiding door de conferentievoorzitters; Niek Hilkmann (NL, varia - centrum voor alledaagse technologie / Institute of Extratonal Composition) en Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)

                +

                20:15 - 20:45
                +Toepassingen: verbeelding en extratoniteit
                +Voorzitter: Christina Cochior (RO / NL, Wikipedia Bot Memorial Foundation)
                +"De verbeeldingskracht van opslaan" - Thomas Walskaar (NO, Save as.media) - Presentatie van een denkbeeldig medium
                +"hoe een trommel te bouwen" - Teun de Graaf (fanfare voor vooruitstrevende muziek / woodstone kugelblitz)

                +

                20:45 - 21:15
                +Extratonaliteit en arbeid:
                +Voorzitter: Lidia Pereira (PT / NL, PLU - pervasive labor union / doordringende vakbond)
                +"orkesttonaalsysteem met volledig bereik" - a. tangramdichters (int., geen instelling)
                +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - centrum voor alledaagse technologie)

                +

                21:15 - 21:45
                +de 'extra; in de dagelijkse omgeving:
                +Voorzitter: TBA
                +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)
                +"solitaire - eurorack edition" - Dennis de Bel (NL, varia - centrum voor alledaagse technologie / Willem de Kooning Academie / Design Academy Eindhoven)
                +"Remote Fulfillment" - Moritz (NL, Random Creations)

                +

                21:45 - 22:15 uur
                +extra en verder:
                +Voorzitter: TBA
                +"door voorwerpen lopen - een intratonische benadering" - Michael J. Muik (AT, nothing more - Vereniging voor de promotie van kunst, irritatie en commons)
                +"Quasitonaliteit - Op weg naar een circulatoire praktijk van onenigheid" - oyo (BG / NL, LOFO, Willem de Kooning Academie) & mnd (AT / NL, LOFO)

                +

                22:15 - 24:00 uur
                +Extra presentaties:
                +DJ Pattex (varia - centrum voor alledaagse technologie)

                +

                http://extratonality.nothingmore.work/
                +http://varia.zone/
                +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/
                +https://www.facebook.com/events/167517747195086/

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/feeds/all-nl.rss.xml b/old/output/nl/feeds/all-nl.rss.xml new file mode 100644 index 0000000..4cd721e --- /dev/null +++ b/old/output/nl/feeds/all-nl.rss.xml @@ -0,0 +1,1102 @@ + +Variavaria.zone/Centrum voor Alledaagse TechnologieSat, 21 Mar 2020 00:00:00 +0100Sensible World Of Soccer - Varia Cup 2020varia.zone/sensible-soccer.html<p>Wordt een 'goal scoring superstar hero' tijdens de <strong>Sensible World of Soccer Varia Cup 2020</strong>! Na twee competitieve toernooien bij WORM brengen we dit klassieke voetbalspel nu naar Rotterdam-Zuid. Bij Varia organiseren we zowel een amateurcup als een pro-cup - iedereen kan meedoen (letterlijk: in tegenstelling tot moderne voetbalsimulators kan je het spel spelen met een joystick en slechts één knop)! Alhoewel de laatste officiële versie alweer dateert uit 1996 (de matige 3d pogingen laten we maar buiten beschouwing), is Sensible Soccer nooit weggeweest. Dankzij een uiterst verslavende gameplay en een uitgebreide database van wereldwijde teams zijn de mogelijkheden om kampioen te worden oneindig. SWOS maakt volgens de Stanford universiteit deel uit van het spelkanon, samen met bijvoorbeeld Tetris en Super Mario Bros 3. De Royal Mail heeft zijn aandeel in de Britse spelgeschiedenis beloond met een Sensible postzegel afgelopen maand.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +Het komt mede door een sterke community (zie ook <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) dat de bal bleef rollen. Denk aan mogelijkheden om online tegen elkaar te spelen, ranglijsten, en de jaarlijkse Sensible Days: het WK waar uitgemaakt wordt wie de beste speler is. Het hoogtepunt van dit jaar is de release van Sensible World of Soccer 2020! Deze nieuwe versie biedt niet alleen een geupdate database met +/- 1.500 teams (van Nederland tot El Salvador!), het is ook de eerste keer dat het spel op huidige besturingssystemen gespeeld kan worden zonder gebruik te maken van DOS- of Amiga-emulatoren. Deze editie kan rechstreeks vanaf je Windows-desktop opgestart worden (natuurlijk is er ook een database voor de originele Amiga-versie beschikbaar voor de die-hards). Het is zelfs mogelijk te switchen tussen DOS en Amiga-gameplay en om te kiezen voor een fraaie breedbeeld-modus in UltraHD-resolutie. Het spel is als freeware te downloaden via onderstaande link (wel is het nodig het originele spel in bezit te hebben; online zoekmachines bieden uitkomt, of ga naar <a href="http://www.gog.com">www.gog.com </a>waar het spel verkocht wordt).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +Het toernooi wordt gespeeld in SWOS2020, wat betekent dat je met de favoriete club van dit moment kan spelen. Zowel ervaren als onervaren spelers zijn welkom. Na een selectieronde gaan de beste spelers strijden om de pro-cup, terwijl de andere helft strijdt om de amateurcup. Voor beide toernooien zijn er prijzen!</p> +<p><strong>Tijdschema</strong> (afhankelijk van het aantal deelnemers)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Selectieronde (amateurs + pros gemengd)<br> +<strong>vanaf 14:30</strong> Pro Cup and Amateur Cup (op aparte systemen)<br> +<strong>+/- 17:30</strong> Avondeten<br> +<strong>19:00</strong> Prijsuitreiking<br> +<strong>20:00/21:00</strong> Slot<br></p> +<p><strong>entree:</strong> donatie</p> +<p>Het aantal deelnemers is beperkt. Tussen 12:00 en 13:00 kan je je inschrijven, maar als je zeker wilt zijn van een plekje is het verstandig een e-mail te sturen naar: sebatosh@gmail.com. Vergeet niet de club op te schrijven waarmee je wilt gaan spelen. Doe je niet mee aan het toernooi? Er zullen computers aanwezig zijn om zelf een wedstrijd te spelen. Of kom de deelnemers aanmoedigen. De belangrijke wedstrijden krijgen live wedstrijdverslag van onze Braziliaanse commentator en daarnaast is er Amiga-muziek van <strong>DJ Newk</strong>!</p> +<p><strong>Nuttige Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:None,2020-03-21:varia.zone/sensible-soccer.htmleventsensiblesoccereventgamingRadio on the radiovaria.zone/radio-on-radio.html<p>Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.</p> +<p><strong> deur:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entree:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>Een radio-relaxation mixtape-performance. Een mix van meditatieve monsters en de natuur, met lawaai en socio-politieke angsten in een griezelig hypno-magnetisch magnetic-tape stuk. Dit alles wordt live uitgevoerd met meerdere cassettespelers en tapeloops, verspreid door de ruimte en gemoduleerd door een modulaire synthesizer.</p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Tijdens haar optreden 'Radio-active female monstrosity' gebruikt ze haar stem, evenals een online geluidsarchief dat ze heeft gebouwd om mee te spelen, te stapelen en te vervormen tot chaos. De vrouwelijke stem wordt de mannelijke stem, wordt het monster, de buitenaardse stem. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Heb je je ooit afgevraagd hoe het zou zijn om je eigen ASMR-vriendje te hebben, eentje die heel zacht praat en alleen maar over radio? Tijdens deze uitvoering van Pradapony69 zullen de rillingen over je ruggegraat lopen, terwijl hij je het verschil tussen lange golven en magnetrons uitlegt.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad onderzoekt nieuwe toepassingen van analoge radiotechnologieën binnen elektronische live-muziek. Zo ontstaan kneedbare sonische artefacten uit een topografie van lokale radiostations.</p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radiogolven worden niet beperkt door geopolitieke of ideologische grenzen. Samen met de Bel luisteren we, met behulp van originele vinylopnamen, naar radiostoringen uit de koude oorlog die nog steeds over de hele wereld worden uitgezonden.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:None,2020-03-14:varia.zone/radio-on-radio.htmlconcertradioonconcertFeministische Hack Bijeenkomsten: Serversvaria.zone/feminist-hack-meetings-feb-servers.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>Laten we het over <strong>feministische servers</strong> hebben! In deze vergadering nodigen we u uit om te discussiëren over vragen als:<br> +Wat betekent het voor een server om feministisch te zijn, en hoe zou het eruit kunnen zien? Wat en wie dient het? Wat is er nodig om het te creëren en te onderhouden?<br> +We willen graag onze ideeën in kaart brengen en de mogelijkheid overwegen om een feministische server op te zetten bij Varia.<br> +Wij brengen materiaal zoals RPis en computers mee. Dan kunnen we samen experimenteren en dingen uitproberen. <br> +Doe met ons mee!<br></p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops. Ze zijn gericht op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken op het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. +Januari bijeenkomst: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 29 februari 2020</p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:None,2020-02-29:varia.zone/feminist-hack-meetings-feb-servers.htmleventRead & Repair feat. readings & listings: open licenses editionvaria.zone/rr-open-licences.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong> +Varia's deuren zijn elke laatste zondag van de maand open. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 23 februari heeft Varia een speciale gast: Manetta Berends zal de eerste editie van een <strong><em>readings &amp; listings</em> sessie rond open licenties</strong> organiseren. </p> +<p><strong>Wat moet ik meenemen?</strong></p> +<p>Een computer kan nuttig zijn om samen aan de <em>readings &amp; listings</em> te werken.</p> +<p><strong>Wat gaan we doen?</strong></p> +<p>We nemen een uur of twee de tijd om over open licenties te praten, stukjes van deze techno-juridische documenten te lezen, voorbeelden en tendensen op dit gebied te bespreken, en samen te werken aan een kleine leeslijst rond dit onderwerp.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 23 februari 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenties editie</p> +<p>13:00 - 17:00 (doorlopende tijd om te lezen en te repareren)</p> +<p>Thee en koffie zullen genoeg aanwezig zijn. Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:None,2020-02-23:varia.zone/rr-open-licences.htmleventCtrl-Alt-Savevaria.zone/ctrl-alt-save-first.html<p>Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en +er bestaan veel zogenaamde oplossingen, maar zijn het +echt oplossingen?</p> +<p>Bij de eerste Ctrl-Alt-Save-bijeenkomst op Varia kunnen +veel van deze vragen voor u duidelijker worden.</p> +<p>De focus van de eerste bijeenkomst ligt op uw gegevens en +hoe u deze beter en veiliger kunt beheren op basis van uw +interesses en actuele problemen. Geen oplossing +gegarandeerd, maar een mogelijk beter begrip van het +onderwerp.</p> +<p>Ctrl-Alt-S zal een reeks evenementen en ontmoetingen zijn +bij Varia in 2020 en zal worden gevormd door de feedback +en opmerkingen van de aanwezigen. De meet-ups zullen in +het Engels zijn.</p> +<p><strong>Datum:</strong> February 21, 2020<br> +<strong>Tijd:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:None,2020-02-21:varia.zone/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageHeath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypsevaria.zone/heath-bunting-apocalypse.html<p><strong> Heath Bunting </strong> is een in Engeland gevestigde kunstenaar die al meer dan dertig jaar controle- en communicatiesystemen in twijfel trekt en ondermijnt. Hij begon als street artist door posters op te hangen in de openbare ruimte, behoorde tot de eerste generatie van net.artists in de jaren negentig, waar hij <a href="http: //www.irational.org">irational.org</a> oprichtte (en de server runde), maar keerde zich in 1998 van het internet af toen hij diens bedrijfsovername daarvan voorzag.</p> +<p>Hij richtte verschillende radiostations op en werkte samen met Kate Rich aan workshops voor het betreden van privébezit en aan alternatieve distributiesystemen voor goederen. Voor zijn 'Identity Bureau' project onderzocht hij manieren voor individuën om legaal een nieuwe naam en identiteit te verkrijgen via de bureaucratische mazen van westerse landen (in 2014 gaf hij een Identity Bureau workshop in Wlfrt Projectspace Rotterdam). In zijn dagelijkse leven, vermijdt Bunting strikt het gebruik van elektronische systemen die hem traceerbaar maken, waaronder bankkaarten en mobiele telefoons.</p> +<p>Het bovenstaande is slechts een klein deel van zijn activiteiten en strijd tegen controlesystemen. <strong> Florian Cramer </strong> zal een gesprek van twee uur met Heath Bunting voeren over zijn vroegere en huidige projecten, met als doel de kennis en ervaring van Heath met het publiek te delen. Hierop volgt om 16.00 uur kritische feedback van Heath op de huidige activiteiten van <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong> the Voluntary Fire Brigade of the Apocalypse </strong></a> in Rotterdam.</p> +<p>Programma:</p> +<p><strong> 14.00-16.00: </strong> Dertig jaar onderzoek naar en activisme tegen controlesystemen - gesprek- en projectevaluatie met Heath Bunting <br> +<strong> 16.00-17.00: </strong> Feedback op the Voluntary Fire Brigade of the Apocalypse <br> +<strong> 17.00-19.00: </strong> pauze met koffie, thee en soep <br> +<strong> 19.00: </strong> DJ set van Jacco Weener <br></p> +<p><strong> datum: </strong> 17 Februari, 2020 +<strong> toegang: </strong> gratis of donatie</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:None,2020-02-17:varia.zone/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopAlles Flex? Call me Intern, City Dragonvaria.zone/alles-flex-call-me-intern-city-dragon.html<p>Varia nodigt je uit voor een avond vol documentaires, muziek en goede gesprekken!</p> +<p>Op 8 februari vertonen we de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Om dit onderwerp te verduidelijken heeft Abel Heijkamp, een van de filmmakers van "Alles Flex?" en lid van de Bond Precaire Woonvormen, ermee ingestemd aanwezig te zijn voor een gesprek voor- en achteraf.</p> +<p>Het tweede deel van het programma wordt verzorgd door Sam Kreuk, die zijn solo-project City Dragon zal presenteren.</p> +<p><strong>Locatie:</strong> Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum:</strong> Zaterdag, 8 Februari<br> +<strong>Tijd:</strong> 17:30 - 21:30 <br> +<strong>Entree:</strong> Donatie</p> +<p><strong>City Dragon</strong><br> +City Dragon is het soloproject van <em>Max Kaario aka. Sam Kreuk</em>. Met behulp van saxofoon, blokfluit, speelgoed en percussie maakt hij geïmproviseerde collages en loops. Verwacht de stem van een diva, power ballads, street trance, een verzameling aan afvalritmes, Celine Dion mesmer mantra's en nog veel meer!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In de documentaire ‘Alles Flex?’ (All Flex?) verkennen filmmakers <em>Abel Heijkamp</em> (NL) en <em>Julij Borštnik</em> (SI) de mogelijke gevolgen van de huidige flexibilisering van onze leefwereld. De film is gebaseerd op de persoonlijke verhalen van flexwerkers en flexhuurders met verschillende leeftijden en levenswijzen. Wat voor soort samenleving creëren we wanneer existentiële veiligheid niet langer een recht is, maar een voorrecht voor hen die het zich kunnen veroorloven?</p> +<p>‘Alles Flex?’ Is de eerste aflevering van een 4-delige webdocumentaire serie 'The Future of Work' en gefilmd in Nederland, Slovenija, Duitsland en Europa.</p> +<p><strong>Call me Intern</strong><br> +Jong, werkloos en gefrustreerd; filmmakers <em>David Leo Hyde</em> en <em>Nathalie Berger</em> gingen in het kader van een millennial gonzo-filmproductie op stage om het systeem van binnenuit te bekijken.</p> +<p>Nadat David een stage bij de Verenigde Naties heeft aanvaard, verhuizen Nathalie en hij naar een kleine blauwe tent aan het meer van Genève om zijn onbetaalde stage-ervaring te documenteren. Deze actie veroorzaakt een wereldwijde persstorm en daagt hun rol als filmmaker uit.</p> +<p>Ondertussen werkt Marisa voor een Amerikaanse presidentsverkiezingencampagne, terwijl ze de intimidatie van haar toezichthouders afweert. Kyle neemt een stage voor een fortuin-500 bedrijf, terwijl hij in een daklozenopvang in New York woont.</p> +<p>Elk van deze stagiaires staat voor een keuze: het systeem accepteren zoals deze is of hun carrière op het spel zetten door ertegen in te gaan. Hun acties helpen zichtbaarheid en kracht te geven aan een groeiende internationale stage-beweging. Hun verhalen onthullen de druk die zoveel millennials ertoe brengt om gratis te werken, terwijl uittreksels uit popcultuur en getuigenissen van academici, politici en werkgevers ons een idee geven van hoe breed het stage-fenomeen zich al heeft verspreid.</p> +<p><strong>Schema:</strong><br> +17:30: Deuren open<br> +18:00: Alles Flex? + Q&amp;A met filmmaker Abel Heijkamp<br> +19:45: Breuk<br> +20:00: Call Me Intern<br> +21:15: Breuk<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:None,2020-02-08:varia.zone/alles-flex-call-me-intern-city-dragon.htmlmisceventRead & Repair feat. The Bootleg Libraryvaria.zone/rr-bootleg.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong></p> +<p>Vanaf januari 2020 zal Varia elke laatste zondag van de maand haar deuren openen. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 26 januari heeft Varia een speciale gast: +Simon Browne introduceert de "bootleg library", een gedeelde digitale en fysieke bibliotheek van gebootlegde teksten. </p> +<div class="highlight"><pre><span></span><code><span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + +<span class="n">wat</span> <span class="n">mee</span> <span class="n">te</span> <span class="n">nemen</span><span class="o">?</span> + <span class="n">een</span> <span class="n">computer</span> <span class="n">en</span> <span class="n">een</span> <span class="n">paar</span> <span class="n">van</span> <span class="n">je</span> <span class="n">favoriete</span> <span class="n">digitale</span> <span class="n">boeken</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">welk</span> <span class="n">bestandsformaat</span> <span class="n">dan</span> <span class="n">ook</span><span class="p">)</span> + +<span class="n">wat</span> <span class="n">gaan</span> <span class="n">we</span> <span class="n">doen</span><span class="o">?</span> + <span class="n">Een</span> <span class="n">introductie</span> <span class="n">over</span> <span class="n">de</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> <span class="n">een</span> <span class="n">gedeelde</span> + <span class="n">digitale</span> <span class="n">en</span> <span class="n">fysieke</span> <span class="n">bibliotheek</span> <span class="n">met</span> <span class="err">“</span><span class="n">bootlegged</span><span class="err">”</span> <span class="n">teksten</span><span class="p">.</span> + <span class="n">we</span> <span class="n">kunnen</span> <span class="n">gebruikersaccounts</span> <span class="n">aanmaken</span><span class="p">,</span> <span class="n">teksten</span> <span class="n">up</span><span class="o">-</span> <span class="n">en</span> + <span class="n">downloaden</span><span class="p">,</span> <span class="n">gesprekken</span> <span class="n">hebben</span> <span class="n">over</span> <span class="n">wat</span> <span class="n">we</span> <span class="n">lezen</span><span class="p">,</span> <span class="n">over</span> <span class="n">hoe</span> + <span class="n">we</span> <span class="n">onze</span> <span class="n">eigen</span> <span class="n">boekenplank</span> <span class="n">organiseren</span> <span class="k">of</span> <span class="n">samen</span> <span class="n">een</span> <span class="n">gesprek</span> + <span class="n">voeren</span> <span class="n">over</span> <span class="n">mogelijke</span> <span class="n">ontwikkelingen</span> <span class="n">van</span> <span class="n">deze</span> <span class="n">bibliotheek</span><span class="p">.</span> +</code></pre></div> + + +<p>Thee en koffie zullen genoeg aanwezig zijn. +Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 26 januari 2020</em></p> +<p>11:00 - 17:00 uur (lopende sessies, u kunt altijd komen of gaan)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:None,2020-01-26:varia.zone/rr-bootleg.htmleventFeministische Hack Bijeenkomstenvaria.zone/feminist-hack-meetings-jan.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken on het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. </p> +<p>Een feministische benadering van technologie houdt rekening met de samenhangende sociale en politieke context. Het verlegt de grenzen van technologische kringen, met inbegrip van gender-diverse mensen, amateurs of anderen, die in minder of meerdere mate een uitsluiting hebben ervaren in technische omgevingen. Ze omvatten ook culturele, artistieke en educatieve praktijken die technologie benaderen, maar niet als een doel op zich. </p> +<p>Het idee begon na de deelname aan het <strong>ETC (Eclectic Tech Carnival)</strong> in Athene, een bijeenkomst van feministen, die alledaagse informatie technologieën kritisch gebruiken / bestuderen / delen / verbeteren in de context van de gratis software en open hardware stromingen.</p> +<p>In deze eerste bijeenkomst zullen we een overzicht en een inleiding geven over deze reeks vergaderingen. We zullen bespreken hoe dit voorstel in de loop van de tijd zich kan ontwikkelen .</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 25 januari 2020</p> +<p>17:00 - 19:00</p> +<p><em>De afbeelding is onderdeel van een illustratie gemaakt door een / ETC-lid voor / ETC Athene 2019.</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:None,2020-01-25:varia.zone/feminist-hack-meetings-jan.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Beste allemaal,</p> +<p>Bond Precaire Woonvormen (BPW) organiseert wederom een <em>huurdersspreekuur</em> en <em>meet and greet</em> bij Varia.</p> +<p>Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen is onzeker en duur, en dat lijkt alleen maar erger te worden. Gezien deze situatie leek het ons goed idee om een huurdersspreekuur te houden. Tijdens het huurdersspreekuur kunnen specialisten je vragen beantwoorden over wonen en uitgezet worden, huurrecht / -onrecht.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? of heb vragen of ideeën omtrent dit onderwerp? Wil je met anderen van gedachten wisselen over waar je mee bezig bent op dit gebied? Wees dan van harte welkom!</em></p> +<p><strong>Datum: Maandag 25 November 2019</strong> <br> +<strong>Locatie: Gouwstraat 3, Rotterdam</strong></p> +<p>Planning:</p> +<p><strong>15:00-17:00 Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke)huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30-21:00: BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:None,2019-11-25:varia.zone/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventMuziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneervaria.zone/music-niek-hilkmann.html<p>Een nieuwe muzikale avond in Varia! Wees erbij op 16 november voor een evenement vol singers, songwriters, herrie en karton!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>“Je lege melkfles”, “Hey, wat raar… Er zit een beestje in je haar” en “Nooit meer terug naar Zaamslag”; dat zijn niet zomaar wat bij elkaar geraapte woorden, maar enkele titels die Niek Hilkmann in gedachten heeft voor een gloednieuwe EP. Ter gelegenheid van de opnames hiervan speelt hij bij Varia met zijn band, De Puls, deze en vele andere Nederlandstalige liederen. Verwacht een bonte aaneenschakeling van ongehoorde primeurs en misschien zelfs wat oude bekenden.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is een tweehoofdig, feminiem beest met een grote bek zoals je die eigenlijk alleen in sprookjes en fabels ziet. Maar nu dus ook bij Varia! Verwacht een flinke bak herrie, theaterale escapades en een hoop geschreeuw, waarvan het de vraag is of het eigenlijk wel op het podium thuis hoort. Vulva zal zeker uitbarsten!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>Men geeft niet zomaar een beschrijving van het leven en werk van Rowan Van As. Deze kunstenaar-troubadour zingt, tekent en beeldhouwt alsof er geen morgen is en gebruikt daarbij een overvloed aan rekwisieten en zelfgemaakte instrumenten (zoals zijn beroemde mosselorgel). Bij Varia zal hij een aantal gloednieuwe nummers voor ons uitvoeren.</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, zoals zijn naam al doet vermoeden, niet zomaar een muzikant, maar een heuse Singer-Songwriter; een solist die slechts met gitaar en stem de mensen weet te verbazen, ontroeren en verwonderen. Zijn liederen zijn rauw als de Rotterdamse straatstenen en zijn gitaarsound is ongeknutseld uniek!</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>Geen enkele muziekavond is compleet zonder goede DJ en daarom zijn we erg blij om DJ Wanneer op de line-up te hebben. Deze DJ combineert het beste van Scheveningen, Rotterdam en Zoeterwoude door een eclectische mix van kleine crooners, dissonante meidenbands en algehele hysterische muziek te draaien.</p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>entree: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:None,2019-11-16:varia.zone/music-niek-hilkmann.htmlconcertniekhilkmannconcertCentury 21 Calling - Camp Centuryvaria.zone/21-Camp-Century.html<p>Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale, olie- en gasafzettingen, is een nieuwe stormloop op het poolgebied een feit.</p> +<p>In de late jaren 1950, op het hoogtepunt van de Koude Oorlog, bouwde het Amerikaanse leger een geheime basis in het noordpoolgebied, verborgen voor de bevolking van Groenland en Denemarken. Deze basis werd een kerncentrale en was onderdeel van het geheime <strong> Project Iceworm </strong>.Tijdens deze editie van <strong> Century 21 Calling </strong> zullen we de documentaire <strong> Camp Century </strong> bekijken om meer context te geven over dit onderwerp. De film gaat over de bouw van de basis "Camp Century", de eerste van vele voorgestelde bases op Groenland. Voor de lezing geeft David Young een lezing over Groenland, de Amerikaanse politiek en de controle en commando strutter van de koude oorlog.</p> +<p><strong> David Young </strong> is een onderzoeker die geïnteresseerd is in het archiveren van mediatechnologieën, de geschiedenis van informatica en het discours van defensie-onderzoek in de Verenigde Staten tijdens de Koude Oorlog. Hij is momenteel een M3C / AHRC-gefinancierd doctoraatsonderzoeker aan de Universiteit van Nottingham; zijn doctoraatsthema is een onderzoek naar de technologische administratie van commando- en controlesystemen, de vormen van disciplinaire praktijken waarvan ze afhankelijk zijn om te opereren, en de strategische rationaliteiten die hun ontwikkeling in de loop van de tijd bepalen. Hij heeft een achtergrond in digitale mediakunst en heeft samengewerkt met kunstenaars, ontwerpers en wetenschappers bij de productie van experimentele, op onderzoek gerichte kunstwerken gefinancierd door de Arts Trust Scotland, de Alt-W Award van New Scotland en Creative Scotland.</p> +<p><strong> Century 21 Calling </strong> is een initiatief van het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt georganiseerd bij Varia in Rotterdam. Samen kijken we naar de industriële archieffilms, infomercials, tv-rapporten en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken deze om het heden te doorgronden.</p> +<p><strong>Deur open:</strong> 20:30<br> +<strong>David Young lezing begint:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatievaria.zone/Entrepecariat-Book-Launch.html<p>Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een wereld die bevolkt wordt door motiverende posters, productiviteitstools, mobiele kantoren en zelfhulptechnieken. Een wereld waarin een mengeling van ondernemersideologie en wijdverbreide precariteit de professionele sociale media, online marktplaatsen voor zelfstandig ondernemerschap en crowdfundingplatforms voor persoonlijke behoeften reguleert. Het resultaat? Een leven in permanente bèta, met soms tragische implicaties.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Tijden:</strong> 18:00h - 19:00h</p> +<p><strong> Entree:</strong> Gratis/Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchTHE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD)varia.zone/the-social-in-the-media.html<p>Afgelopen zomer bezochten we ODD in Boekarest, om een presentatie te geven over collectieve infrastructuren en tools. Het verslag van ons bezoek is geschreven in het Engels, <a href="/en/the-social-in-the-media.html">klik hier om het te lezen</a>!</p> +<hr> +<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:None,2019-10-21:varia.zone/the-social-in-the-media.htmlarticlereportFloppy Totaal: Double Densityvaria.zone/floppy-totaal-DD.html<p>Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld met optredens van Kisszántó en Eoforwine, presentaties en gesprekken met Joak en Jason Scott en een bijdrage op lange afstand van Michael Ridge.</p> +<p>De nadruk van dit evenement ligt op het concept van de diskette als comfortfood in een "future / present shocked" tijdperk. Op welke manier helpt de omgang met diskettes ons om te overleven in een tijd die vooral wordt gekenmerkt door "nieuwe media" en "planned obsolescence"? Bevat de diskette meer inhoud dan enkel 1,44 MB aan data? Op 19 oktober zoeken we het uit!</p> +<ul> +<li>workshop: 14:00 / gratis</li> +<li>avondprogramma: 20:00 / 5 euro</li> +</ul> +<p>Full Program (in het Engels):</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:None,2019-10-19:varia.zone/floppy-totaal-DD.htmleventfloppytotaaleventEén avond, Twee lanceringen, Drie opvattingenvaria.zone/networks-of-ones-own.html<p>Op 28 september lanceert Varia de tweede editie van <strong>Networks of One's Own: Three takes on taking care</strong> en <strong>Fed Up!</strong>, de 13e editie van de <em>Pervasive Labour Union zine</em>. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.</p> +<p><strong>Locatie</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum</strong>: zaterdag 28 september <br> +<strong>Tijd</strong>: 19:30u - 21:30u </p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is een para-nodale<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodieke publicatie die wordt geschreven in een netwerk. Elk van de uitgaven is tegelijk een <em>release</em> van een specifieke software bundel, die gecontextualiseerd is in zijn eigen praktijk. De serie documenteert gereedschappen, ervaringen en manieren van werken die divers zijn in hun tijdsduur, volledigheid en volharding. <strong>Three takes on taking care</strong> is de tweede uitgave in deze reeks. </p> +<p>In onze praktijken als kunstenaars, ontwerpers en onderzoekers werkend aan vrije software projecten, komen we vaak situaties tegen waar collectief auteurschap leidt tot ingewikkelde relaties tot eigenaarschap. In zulke collectieve projecten vallen er snel gaten bij praktische aspecten rondom zorg, onderhoud, documentatie en algemene betrokkenheid. </p> +<p>Drie van deze projecten, <em>homebrewserver.club</em>, <em>Bibliotecha</em> en <em>Relearn</em>, hebben een grote invloed gehad op de individuele praktijken van de betrokkenen, maar ook op een breder internationaal netwerk van actoren. Daaronder vallen expositieruimtes, festivals, en zowel formele als informele leergemeenschappen. Het onderhoud van deze projecten, wat over langere periodes gaat en een voortdurende inzet vereist, blijft echter vaak achter. Dat omdat het door individuen wordt opgepakt op basis van hun capaciteiten en tijd.</p> +<p>Deze publicatie is het resultaat van een actieve documentatie van de netwerkprojecten die in en rond Varia zijn ontwikkeld. Actieve documentatie betekent dat we deze projecten niet alleen hebben gedocumenteerd, maar dat we ze ook opnieuw hebben bekeken en tijd hebben besteed aan onderhoud, verdere ontwikkeling en de consolidatie ervan:</p> +<ul> +<li><em>Homebrewserver.club</em>, een periodieke bijeenkomst waar mensen samen leren en reflecteren over het zelf hosten van digitale inhoud. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, een project gericht op de ontwikkeling van lokale off-line digitale bibliotheken voor de distributie van elektronische publicaties binnen kleine gemeenschappen. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, een 'zomerschool' die reflecteert op collectief leren met evenveel leerkrachten als deelnemers. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>Met deze publicatie hopen we de veerkracht, draagbaarheid, duurzaamheid en herbruikbaarheid voor de langere termijn te verbeteren.</p> +<p>De eerste editie in de serie is geinitieerd door <a href="http://constantvzw.org">Constant</a> en documenteert het project 'Etherbox', een <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collectieve schrijf- en documentatie-omgeving</a>. Die publicatie behelste een genealogie van de evenementen, ideeen en praktijken in het bredere netwerk van Constant die enerzijds de ontwikkeling van Etherbox beinvloed hebben of anderszijds er zelf door beinvloed zijn. Deze manier van documenteren benadrukt hoe een project als Etherbox het werk is van een heterogeen netwerk van praktijken waarin het project kan ontstaan.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is de 13e editie van de <strong>Pervasive Labour Union</strong> en is dit keer gewijd aan gefedereerde sociale netwerken zoals Mastodon, Pleroma, Funkwhale. Met bijdragen van Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p>De <strong>Pervasive Labour Union</strong> zine is in 2015 opgericht door Lídia Pereira. De zine is niet alleen een laagdrempelig publicatie project voor mensen die willen schrijven over arbeid in en rondom sociale netwerken, maar ook een toegankelijke plek om bekend te raken met discusses rondom deze onderwerpen. De periodieke publicaties van de PLU verzamelen kennis en discussies, terwijl ze een debat initiëren en ruimte geven aan nieuwe discoursen waar sociale-media gebruikers zich binnen kunnen organiseren en uiten.</p> +<p>De PLU brengt een diversiteit aan bijdragen samen, waaronder persoonlijke tirades, academische artikelen, poëzie, foto montages, collages en illustraties. Elke uitgave richt zich op een specifiek onderwerp van sociale netwerken vanuit arbeidsperspectief. Vanuit verschillende invalshoeken, zoals algoritmische bestuursvormen, weerbaarheid en alternatieve houdingen, worden zo verbanden gelegd tussen verschillende werkgebieden rondom sociale netwerken.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.nl.gif" width="150px" height="auto"></p> +<p><small>Dit evenement is mede mogelijk gemaakt door het <em>Stimuleringsfonds Creatieve Industrie</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Zie: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:None,2019-09-28:varia.zone/networks-of-ones-own.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/bpw-consultation-plus-meet-and-greet.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te mogen kondigen dat een tweede <em>huurdersspreekuur</em> en <em>meet and greet</em> van de Bond Precaire Woonvormen (BPW) bij Varia plaats zal vinden.</p> +<p>Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen word ook daar onzeker en duur. Omdat de BPW in deze regio relatief onbekend is en er lokaal ook een aantal mensen actief zijn, leek het ons goed idee om een huurdersspreekuur te houden.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? Of heb je vragen of ideeën omtrent dit onderwerp? Wees dan van harte welkom!</em></p> +<p><strong>15:00 - 17:00, Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke) huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30 - 21:00, BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:None,2019-09-13:varia.zone/bpw-consultation-plus-meet-and-greet.htmleventMuziek: Able Noise, Goldblum en Piyojovaria.zone/music-able-noise.html<p>Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:</p> +<p>Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex en George. Ze balanceren op de grens tussen poprock en lawaaierige free jazz. Met behulp van tapes en misbruik van hun instrumenten, creëren ze een ietwat minimale en vrij visuele muzikale beleving.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is de naam waaronder de Nederlandse kunstenaar Rik Möhlmann onderscheidende bevrijdende geluiden maakt die worden gekenmerkt door bescheiden, doch directe texturen. Geluiden verplaatsen zich in zijn muziek van links naar rechts, alsof ze zich verschuilen achter bomen of opduiken uit rivieren. Möhlmann gebruikt zijn excentrieke en nieuwsgierige benadering van muziek om liedjes te maken die zich niet noodzakelijk verhalend gedragen. In plaats daarvan openbaren ze zich als kleine schilderijen</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is een oogverblindend duo uit Middelland dat rommelt met cassettes van de rommelmarkt en analoge synthesizers. Verwacht fragmenten van gouden oudjes, kreupele ritmes en gesynthetiseerde geluiden, begraven in sissende tape. Het duo heeft hun tanden eerder geslepen in acts als Sweat Tongue en Red Brut.</p> +<ul> +<li>deur: 20:30</li> +<li>start: 21:00</li> +<li>entree: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:None,2019-09-12:varia.zone/music-able-noise.htmlconcertablenoiseconcertCentury 21 Calling - Crystals Go To Warvaria.zone/21-Crystals-War.html<p>Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.</p> +<p>Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S. Army Signal Corps in 1943, toont de film de processen die kwartskristallen moeten doorlopen voordat ze klaar zijn om in radio's en communicatieapparatuur te worden ingebracht.</p> +<p>Kwartskristallen maken al tientallen jaren deel uit van het daglijks leven en vormen sinds de ontdekking van hun piëzo-elektrische eigenschappen in de jaren 1880 een belangrijk onderdeel van onze moderne technologie.</p> +<p>Voorafgaand aan de screening zal er een korte introductie worden gegeven van het gebruik van kristallen in technologie. Een mooi begin van het tweede seizoen van Century 21 Calling!</p> +<p>"Century 21 Calling" is een reeks screenings die is geïnitieerd door het collectief <a href="(http://www.save-as.media/)">Save_as</a> en wordt gehost door Varia.</p> +<ul> +<li>deur: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>prijs: donatie</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:None,2019-08-24:varia.zone/21-Crystals-War.htmlscreeningcrystalswar21st centuryBibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheekvaria.zone/curriculum-bibliotecha.html<h2 id="maak-en-onderhoud-een-off-line-digitale-gemeenschapsbibliotheek">Maak en onderhoud een off-line digitale gemeenschapsbibliotheek</h2> +<p>Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis van vrije software door middel van een speciale open Wi-fi hotspot het mogelijk maakt de collectie in te zien. Gebruikers kunnen met een laptop, telefoon of tablet verbinding maken met deze hotspot en via de browser publicaties uitnemen of doneren. Aangezien het stroomverbruik zeer gering is kan Bibliotecha draaien vanaf een USB powerbank zodat het overal mee te nemen is.</p> +<p>Tijdens de workshop leren wordt er veel aandacht besteed aan het process van het installeren van Bibliotecha. Zodoende krijg je als deelnemer een grondige introductie in de onderliggende vrije software, het werken met de RaspberryPi en een introductie in Calibre, het de software om je collectie mee te beheren. Het tweede deel van de workshop is een sessie waarin we met elkaar boeken delen en kennis uitwisselen op het gebied van het beginnen en onderhouden van een off-line digitale bibliotheek voor een gemeenschap.</p> +<p><em>Tegen het einde van de workshop hebben deelnemers een grondige introductie gehad in het werken met de 'command line', het werken met Linux-gebaseerde systemen en het werken met de RaspberryPi. +</em>Bovendien zul je de ins- en outs van het beheren van een digitale collectie meekrijgen met o.a metadatabeheer en bestandsformaten. +*En niet het minste: deelnemers kunnen een werkende Bibliotecha mee naar huis nemen.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop maakt onderdeel uit van het Varia curriculum.</p> +<p>Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in Varia. De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas die tengrondslag kunnen liggen aan verder eigen onderzoek. </p> +<p>Zou je willen deelnemen aan deze workshop? Stuur ons dan <strong>voor 04 juli</strong> een korte mail op info[a]varia.zone</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)<br> +<strong>💶</strong> Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)<em> <br> +</em><em>💶</em><em> Neem ebooks of pdfs mee die je met de groep zou willen delen<br> +</em><em>💶</em>* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk. </p> +<p><sup>*</sup> Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:None,2019-05-30:varia.zone/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfRelearn 2019 curvedvaria.zone/relearn-2019.html<p>Voor de Rotterdamse sessie op de Relearn curve stellen we voor om samen een <strong>onderwerpszone</strong> te betreden (•) waar verschillende digitale netwerkpraktijken elkaar kruizen. Deze subject zone kan tijdens deze sessie meerdere gedaantes aannemen en allerlei kanten op bewegen. Onze specifieke interesse in dit onderwerp is gericht op hoe <strong>publicatie vormen</strong> (••) functioneren binnen/met deze zone. </p> +<p>• Wanneer het gaat over digitale infrastructuur, hosting, servers, online diensten, netwerken en hun technische realiteiten hangen er heel veel vragen in de lucht. Voor deze sessie wilden we niet een enkel vraagstuk uitlichten, maar juist een reeks aan vocabulair, protocollen, technologieën en infrastructuren naast elkaar zetten. We nodigen je uit om deel te nemen aan Relearn en deze <em>zone</em> verder op te rekken, te beginnen bij of toewerkend naar:</p> +<ul> +<li>digitale inter-afhankelijkheden</li> +<li>affectieve infrastructuur</li> +<li>homebrew netwerken</li> +<li>genetwerkte knopen</li> +<li>feministische servers</li> +<li>gefedereerde netwerken</li> +<li>en-en-netwerken</li> +<li>digitale autonomie</li> +<li>transitionele infrastructuren</li> +<li>digitale zelf-organisaties</li> +<li>so-en-soevereiniteits netwerken</li> +<li>buiten-de-cloud denken</li> +<li>…</li> +</ul> +<p>•• We zijn nieuwsgierig om te leren van/via publiceer processen. De volgende vormen van publiceren nodigen uit om vanuit een geïntegreerde positie te werken met/aan de onderwerpszone van digitale netwerken. Kunnen we deze bestandstypes als een morfische lens inzetten, om te leren over digitale netwerken? Of kunnen we datgene dat we al kennen over digitale netwerken opnieuw proberen te leren, zoals de naam <em>relearn</em> suggereert? Te beginnen bij of toewerkend naar:</p> +<ul> +<li>meervoudige readers</li> +<li>logboeken</li> +<li>syllabi</li> +<li>documentatie</li> +<li>annotaties</li> +<li>kookboeken</li> +<li>tutorials</li> +<li>README's</li> +<li>error rapporten</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Meerdere sub-trajecten kunnen tijdens dit weekend ontwikkeld worden, zonder dat er een noodzaak bestaat om allemaal hetzelfde pad te nemen of het eens te zijn over vocabulair of geometrie.</p> +<p>De sessie zal plaats vinden in Rotterdam en begint op vrijdag avond (7e) in een publieke setting, gevolgd door twee volle dagen samen <em>relearnen</em>.</p> +<p><strong>vrijdag 7 juni 20:00 - 22:00</strong><br> +Relearn publiek avond programma: <em>embed yourself into Relearn</em></p> +<p><strong>zaterdag/zondag 8 - 9 juni 10:00 - 18:00</strong><br> +Relearn sub-zone-trajecten</p> +<p>Als je mee wilt doen aan Relearn, stuur ons dan een mail op <a href="mailto:info@varia.zone">info@varia.zone</a> met een korte motivatie om je interesse toe te lichten. We zullen met enige regelmaat op inschrijvingen antwoorden, tot <strong>26 mei</strong>.</p> +<p>Onze capaciteiten zijn beperkt, waardoor we maximaal 30 relearners kunnen verwelkomen. Onze voorkeur gaat uit naar deelnemers die de hele sessie mee komen doen (vrijdag avond, zaterdag en zondag). We zullen zorgen voor een dagelijkse <em>vegetarische lunch</em> (laat het ons weten als je allergisch bent of speciale dieet voorkeuren hebt). Ook zullen we de traditie van vorige jaren Relearn voortzetten en hard ons best doen om een <em>hosting netwerk</em> te organiseren in de stad, om zo iedereen onder te brengen. Laat alsjeblieft weten in je email of je een plek nodig hebt om te slapen in Rotterdam, of hoeveel mensen je thuis zou kunnen hosten tijdens dit weekend. </p> +<p>Als je alleen op vrijdag avond mee wilt doen dan kan dat natuurlijk ook, je hoeft je dan niet in te schrijven, kom gewoon langs! :)</p> +<p><strong>Practische informatie</strong><br> +Datum: 7-9 juni 2019<br> +Locatie: Varia - Gouwstraat 3, Rotterdam<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Bronnen &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">schrijf je in op de Relearn mailinglijst </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC kanaal: #relearn op Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Foto's van vorige edities van Relearn kunnen gevonden worden in de gallerie van Constant</a></p> +<hr> +<p><small>Dit project wordt mogelijk gemaakt met de steun van Gemeente Rotterdam &amp; Stimuleringsfonds Creative Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:None,2019-05-29:varia.zone/relearn-2019.htmllearning situationEen archief activerenvaria.zone/pushing-the-score-end.html<h3 id="pushing-scores-presentatie-publicatie-en-performanceavond">Pushing Scores - Presentatie publicatie en performanceavond</h3> +<p>Eind vorige jaar benaderde <strong>De Player</strong> <strong>Varia</strong> met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores. </p> +<p>Varia heeft hier aan bijgedragen door een archiefpublicatie te ontwikkelen waarin de spreektaal uit het archief de basis vormt waarop men door de verzameling kan navigeren. Het materiaal heeft uiteindelijk de vorm gekregen van een dynamisch, toegankelijk en daardoor levend archief. Hiermee wordt het mogelijk nieuwe verbanden, perspectieven en wie weet zelfs wel concepten voor nieuwe scores te zien. Op deze manier wordt de handeling van het navigeren door de datastructuur van het archief het componeren van een nieuwe score.</p> +<p>Om deze aanname op de proef te stellen hebben de Player en Varia enkele kunstenaars uitgenodig om aan de deze publicatie uit te proberen en aan de hand daarvan een performance te ontwikkelen.</p> +<p>Je bent van harte uitgenodigd om langs te komen op vrijdag 31 Mei in Varia. Waar <strong>Julie Boschat Thorez</strong> en <strong>Cristina Cochior</strong> de archiefpublicatie zullen introduceren. Daarna volgen er performances van <strong>Niek Hilkmann</strong>, <strong>Robert Kroos</strong> en <strong>Christine Cornwell</strong>.</p> +<p>De uitvoeringen zullen de hele nacht doorgaan, je bent van harte welkom om op elk moment deel te nemen.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is een Rotterdamse kunstenaar, onderzoeker en muzikant met een interesse in de verwarrende technologische toestand waarin we allemaal momenteel verkeren, en de ontoereikende intellectuele methodologieën die deze proberen uit te leggen of te rechtvaardigen. Tijdens de presentatie van Pushing Scores zal hij de ruimtelijke dimensies van Varia verkennen en de scores die voortkomen uit het nieuwe archief hercontextualiseren. Gedurende een doorlopende performance zullen onverwachte verbanden ontstaan tussen het archiefmateriaal en de fysieke omgeving waarin deze worden gerepresenteerd.</p> +<p><strong>Christine Cornwell</strong> is een componist en violiste die tussen NL/UK werkt met projecten met improvisatie- en samenwerkingsverbanden, vaak in combinatie met beeldend kunstenaars, dansers, operagezelschappen of experimentele TV. Momenteel voltooit ze samen met Hans Koolmees/René Uijlenhoet een MA Compositie bij Codarts en haar freelance werk omvat onder meer het presenteren van nieuw werk voor viool, residenties, het leiden van workshops en het produceren/cureren van evenementen op dit gebied. Vanaf haar eerste experimenten, zoals de interdisciplinaire samenwerking in 2011 met beeldend kunstenaar Eddie Peake/LuckyPDF TV op de Londense Barbicanen tot het experimentele evenement 'Invitation (x)' in 2019, zijn collectieve creatiepraktijken een belangrijk ontmoetingspunt dat terug te vinden is in al haar creatieve werk tussen performance, productie en management.</p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is een Rotterdamse muzikant, geluidskunstenaar en DJ die werkt aan allerlei soorten geluids- en muziekgerelateerde projecten. Voor deze speciale gebeurtenis zal hij de guzheng en elektronica als instrumenten naar keuze gebruiken.</p> +<p><strong>Datum:</strong> Vrijdag 31 May 2019<br> +<strong>Aanvang:</strong> 20:00<br> +<strong>Toegang:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:None,2019-05-28:varia.zone/pushing-the-score-end.htmleventBPW Rotterdam Huurdersspreekuur & Introductievaria.zone/bpw-consultation-introduction.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te kondigen dat de leden van Bond Precaire Woonvormen +(BPW) een introductie en huurdersspreekuur organiseren in Varia op 6 mei tussen +15:00 en 20:00 uur.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar +steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor +moeten opstaan.</p> +<p>Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te +reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we +elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en +betaalbare wonen.</p> +<p>Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGroetjes,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:None,2019-05-02:varia.zone/bpw-consultation-introduction.htmleventCentury 21 Calling - Safety Firstvaria.zone/C21C.html<p>Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren op kantoor? Waar kunnen je kinderen veilig spelen? Deze vragen en vele andere komen tijdens deze informatieve avond aan bod.</p> +<p>Tijdens "Century 21 Calling", een reeks screenings die is geïnitieerd door het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt gehost door Varia, bekijken we de industriële archieven, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen vormden en houden deze tegen het licht van het heden.</p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>prijs: donatie</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:None,2019-04-20:varia.zone/C21C.htmlscreeninghealthsafety21st centuryOpen Dag @ Variavaria.zone/openday2019.html<p>Tijdens de volgende editie van <a href="http://southexplorer.nl/">South Explorer</a> zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld <a href="https://iodinedynamics.com/">Idione Dynamic's</a> 'What Remains' en Mathijs van Oosterhoudt's <a href="https://vimeo.com/241442224">'Strange Fruits'</a>. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project <a href="https://walskaar.com/gaming/index.html">'Hidden Levels'</a> en presenteert Niek Hilkmann een nieuwe geluidsinstallatie 'Venetië aan de Maas' in de kelder van Varia . Iedereen is welkom tussen 12 tot 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:None,2019-04-13:varia.zone/openday2019.htmleventDear Cultural Intitiative, there is an Elephant in the Room.varia.zone/there-is-an-elephant-in-the-room.html<p><em>Dear Cultural Intitiative, there is an Elephant in the Room</em> is een workshop waarin de afhankelijk van globale commerciële digitale tools en sociale networken een uitgangspunt is voor een gesprek rondom digitale infrastructuren van zelf-georganiseerde culturele initiatieven in Rotterdam.</p> +<p>De aankondiging van onze workshop is niet vertaald naar het Nederlands. Klik <a href="https://varia.zone/en/there-is-an-elephant-in-the-room.html">hier</a> om de Engelse versie te lezen. </p> +<p>De workshop is onderdeel van het Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:None,2019-04-12:varia.zone/there-is-an-elephant-in-the-room.htmlworkshopThe Network We (de)Served - (XPUB Special Issue #08)varia.zone/the-network-we-de-served.html<p>Geachte bezoeker,</p> +<p>Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke <em>homebrew</em> netwerk te installeren. Terwijl onze <em>host</em> een kop thee voor ons zette, onderzochten we op deze <em>infrastructour</em> onze routers en hoe die ons aan het internet verbonden. In de huizen waar het mogelijk was installeerden we een server, maar dat lukte niet overal. Het maakte sommigen van ons afhankelijk van een ander lid van de groep. </p> +<p>Gedurende het project was gezamenlijk werken aan vormen van <em>self-hosting</em> een manier om het te hebben over netwerken, autonomie, online publiceren en sociale infrastructuren, waarbij we elk van ons vertrok vanuit een andere vraag. We willen graag onze persoonlijke (en toch onderling verbonden) zoektochten met je delen, je een verhaal vertellen, je onze on-line en geprinte zines presenteren en je uitnodigen om ons zelfgebouwde netwerk te verkennen.</p> +<p><strong>Datum</strong>: Donderdag 04 april 2019<br> +<strong>Locatie</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entree</strong>: Gratis<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Met bijdragen van: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Dit project is ontwikkeld in de context van de <em>Master of Arts in Fine Art and Design: Experimental Publishing (XPUB)</em> van het Piet Zwart Instituut, en <em>Varia, Centrum voor Alledaagse Technologie</em>, Rotterdam - april 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:None,2019-04-04:varia.zone/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Call Of The Kettlevaria.zone/kettle.html<p>Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven aan te gaan. Dit alles onder het mom van ‘The Call Of The Kettle’; de eerste object georienteerde muziekavond bij Varia! Tijdens dit evenement zullen er optredens te zien zijn van de volgende artiesten:</p> +<p><strong> Agente Costura en Stephen Doyle </strong> is een duo dat geïmproviseerde geluiden speelt met behulp van versterkte naaimachine en drums. Constura speelt al sinds 2003 op de Singer. Overdag werkt ze met ongewenste kleding en transformeert die in nieuwe draagbare vormen. 's Nachts sluit de Singer zich aan bij haar medemuzikanten en naait zij op het ritme van de muziek. Zo improviseert zij kleding op basis van ritme en geluid. Costura heeft onder meer opgetreden in The Vancouver Art Gallery, de Month of Performance Art Berlin, het Bimhuis Amsterdam en de Curitiba Fashion Week. Stephen Doyle is een drummer die woont en werkt in Amsterdam. Costura en Doyle creëren samen een percussieve upcycled stortvloed van uniek gebeeldhouwd geluid.</p> +<p><a href="www.agentecostura.blogspot.de/">Agente Costura Online</a><br> +<a href="https://soundcloud.com/stephen-doyle-drummer">Stephen Doyle op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/oey80a-7CQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>Watt's Cookin'</strong> bestaat uit Zeynep Aslan, Tamara van Suylekom en Inge Hoonte, die elkaar hebben leren kennen via re#sister en repeteren bij Worm. Voor deze performance gaan ze knallen en klooien met dagelijkse objecten. Ze repeteren momenteel in de keuken met hun orkestleden, waaronder waterkokers en koffiepercolators, een mes en een snijplank, een paar potten met noten, rijst en maïs, een mini-oven, twee pannen, twee theelepels en een eierklopper. Een broodrooster en een blik kokosmelk aarzelen nog of mee willen doen, maar waarschijnlijk loopt dat wel los!</p> +<p><strong> De Brut </strong> is een nieuw project van Marijn Verbiesen, die volgens bronnen "een van de krachten is die de Rotterdamse underground bij elkaar houdt!" Ze heeft deelgenomen aan tal van projecten (Sweat Tongue, Red Brut) en is actief als een van de organisatoren van de beruchte Herman concertreeks. Daarnaast staat Verbiesen bekend om haar tapecollages die zeer persoonlijk zijn en hoog aangeschreven staan door bladen als The Wire.</p> +<p><a href="https://redbrut.com/">De Website van Red Brut</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/pa066-UzitY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Beachcombartband </strong> is een "one-man-sea-trash-band" uit Rotterdam met kunstenaar Bart Koppe aan het roer. Het mechanisch en met de hand bespeelde afval van het schoongeveegde strand zal door hem op uw hoofd worden geloosd, in een netwerk van audio-galactische bevrediging!</p> +<p><strong> The Singing Toaster </strong> is niet zoals andere broodroosters, omdat niet elke broodrooster kan zingen. Daarom is deze bijdrage aan "The Call Of The Kettle" nu al een beetje bijzonder. Zullen de verbrande kruimels tussen zijn verwarmingselementen ook uw hart kunnen verwarmen?</p> +<p><strong>Datum:</strong> Vrijdag, 15 Maart 2019<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30 </p>VariaFri, 15 Mar 2019 00:00:00 +0100tag:None,2019-03-15:varia.zone/kettle.htmleventeventConversas bij variavaria.zone/conversas-february.html<p>Op de <strong><em>6 februari van 19.30 tot 21.30 uur</em></strong> heeft Varia het genoegen om een van de nomadische Conversas-avonden te ontvangen.</p> +<p>Conversas is een reeks van tweewekelijkse informele ontmoetingen om elkaar te leren kennen, projecten, verhalen of interesses te delen.</p> +<p>Tijdens het evenement brengen drie Conversadores (degenen die het gesprek beginnen) gedurende dertig minuten elk iets te delen met de verzamelde groep. Zoals de titel al doet vermoeden, streeft Conversas (Conversations in Portuguese) naar een gelijkwaardige opzet waar zowel de Conversadores als de groep baat bij hebben. In deze serie dagen we onze gasten uit om geen beamer te gebruiken, creatief te zijn en alleen woorden en/of andere objecten te gebruiken om hun verhaal te vertellen.</p> +<p>De drie Conversadores voor de sessie bij Varia zijn dat wel:</p> +<ul> +<li>Karla de Witte (Nederlandse liefdesbrieven)</li> +<li>Clara Mendes (Naakt modellen, postkolonialisme en musea)</li> +<li>Ludovic Lacreuse (Digressies rond een vlag)</li> +</ul> +<p><strong>Karla</strong> is ontwerper en docent beeldende kunst. <a href="www.facebook.com/pg/dutchloveletters/">DLL</a> begon toen twee moeders elkaar ontmoetten op een kleurrijk schoolplein in Rotterdam. Zowel geboren als opgegroeid in verschillende delen van de wereld, met wafels die soortgelijke herinneringen aan oud en nieuw delen. Delicaat en zeer dun gemaakt met veel geduld door hun grootmoeders. +www.instagram.com/dutch_love_letters/liefdebrieven/</p> +<p><strong>Clara</strong> is onlangs verhuisd van Portugal naar Nederland om haar wens na te streven om meer te weten te komen over de impact van kunst op het leven van verschillende mensen. Ze zal vertellen over de projecten waar ze tijdens haar masteropleiding Kunst en Maatschappij in is gesprongen terwijl ze nog worstelde om haar weg te vinden in een nieuwe stad.</p> +<p>Na een residentie van 3 maanden (Staat van de Stad, in Paviljoen aan het Water, in Rotterdam), presenteert <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> een vlag die bovenop het varia-zonegebouw wordt gehesen. Zijn gesprek wordt gevuld met uitweidingen over verschillende onderwerpen die min of meer met de vlag te maken hebben.</p> +<p>De 13e serie van tien <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> begint op 7 november en loopt elke andere woensdag tot 20 maart. Deze serie vindt plaats op verschillende locaties verspreid door de stad Rotterdam. Het wordt georganiseerd door Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said en Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is een project geïnitieerd in Lissabon door Constança Saraiva en Mafalda Fernandes, in 2012. Tegenwoordig is het een project van veel mensen en steden.</p> +<p>Evenementen zijn voor iedereen toegankelijk en de toegang is gratis.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:None,2019-02-06:varia.zone/conversas-february.htmleventConversasinformeelontmoetingenVaria's Nieuwjaarsborrelvaria.zone/borrel2019.html<p>Varia's Nieuwjaarsborrel</p> +<p>Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!</p> +<p>Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van DJ Listentomerijn.</p> +<p>Woodstone Kugelblitz zal dan de nieuwste editie van L'Intolerant presenteren: Nummer 18, A Really Useful Cookbook.</p> +<p>Iedereen is welkom en de toegang is uiteraard vrij. Echter, vrijwillige donatie van 5 euro helpen ons bij het vervangen van de ruit en worden zeer gewaardeerd!</p> +<p>Tot dan!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:None,2019-01-11:varia.zone/borrel2019.htmleventeventKerst bij Varia - Met adammmmmmmmmmmm en Logosamphiavaria.zone/christmas.html<p>Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje, warm je hart op met een kop glühwein en bespreek al je goede voornemens zolang ze nog goed zijn! Er zullen optredens zijn van:</p> +<p><strong> adammmmmmmmmmmm</strong>, ook bekend als Adam Tuch, is een artiest / muzikant uit Boston. Hij maakt deel uit van een collectief met de naam media_rins dat werk creëert en publiceert op het gebied van elektronische muziek, nieuwe media en performance art. Zij organiseren evenementen in de omgeving van Boston voor avontuurlijke en hedendaagse kunstenaars die werken met digitale Hi-Fi-tools, analoge elektronica en informatiemedia. In zijn werk richt hij zich op de absurditeit binnen online/digitale identiteiten en reflexiviteit.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">Adam Tuch op Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website van media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong> Logosamphia </strong> is een project van Sadra Hemati. Met een voet in de Franse underground party scene, en een andere in de Nederlandse avant-garde noise performance &amp; kunstwereld, vertegenwoordigt hij een van de weinige Iraanse muzikanten die actief is in niet-mainstream elektronische muziek. Hemati heeft een voorliefde voor het combineren van invloeden uit zowel traditionele als moderne technieken in unieke en pakkende arrangementen.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> DJ The Sound of C </strong> brengt je een spotgoedkoop kerst extravaganza, geselecteerd bij je lokale kringloopwinkel. Platen worden ingepakt en cadeaus brkrast. Alles is gratis nadat het is afgespeeld. De kerstman komt vroeg dit jaar!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>Tot in Varia!</p> +<p><strong>Datum:</strong> Zaterdag, 22 December 2018<br> +<strong>Entree:</strong> 4 euro<br> +<strong>Deur:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:None,2018-12-22:varia.zone/christmas.htmlconcertCentury 21 Calling - I'd Buy That For A Dollar!varia.zone/id-buy-that-for-a-dollar.html<p>Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen van je spelcomputer naar de winkel. </p> +<p><strong>Century 21 Calling</strong> gebruikt archiefmateriaal uit de industrie, infomercials van bedrijven, tv uitzendingen en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken die om het heden te doorgronden. Het is een initiatief van Save_as en vindt plaats in Varia in Rotterdam.</p> +<p><strong>Datum:</strong> Zaterdag, 15 December 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:None,2018-12-15:varia.zone/id-buy-that-for-a-dollar.htmleventWelcome to the � Federation - Mastodon en de Fediversevaria.zone/mastodon-and-fediverse.html<p>De laatste jaren is er veel discussie en ontevredenheid over sociale media. Tegelijkertijd is er een nieuw platform, Mastodon, dat aan populariteit wint door de manier waarop het de kern van dit ongemakkelijke gevoel probeert aan te pakken. Mastodon ziet er uit en gedraagt zich als soortgelijke platforms, maar achter de schermen functioneert het op en totaal andere manier. </p> +<p><a href="https://joinmastodon.org/">Mastodon</a> is geen eigen gesloten platform, maar maakt deel uit van een verzameling onafhankelijke platforms die met elkaar samenwerken. Deze grotere verzameling projecten wordt ook wel <em>de Fediverse</em> genoemd en bestaat uit een grote diversiteit van softwares, gemeenschappen, culturen en houdingen.</p> +<h2 id="publiek-gesprek">Publiek gesprek</h2> +<p><em>Een algemene inleiding in Mastodon en het Fediverse</em><br> +Zaterdag 8 december 2018<br> +20:00u - 21:30u </p> +<p>Op zaterdag 8 december zal <a href="https://varia.zone/wttf/">Wtt�F</a> een rond-de-tafel gesprek organiseren als algemene introductie over Mastodon en de Fediverse. Hoe werkt het? Wat zijn de onderliggende concepten? Wie heeft het gemaakt? Wat is de geschiedenis erachter? Wat voor soort verschillende gemeenschappen leven er in dit ecosysteem? Wat betekent het om een gemeenschap te hosten?</p> +<p>De introductie en het rondetafelgesprek worden gefaciliteerd door een beheerder van een grote Mastodon gemeenschap en een beheerder van een kleine Mastodon gemeenschap. Beiden hebben ook bijgedragen aan het vertalen van Fediverse software. </p> +<h2 id="werksessie">Werksessie</h2> +<p><em>Vertaling en documentatie van het Mastodon-project</em><br> +Zaterdag 8 december 2018<br> +14:00 uur - 18:00 uur </p> +<p>Als onderdeel van deze editie van Wtt�F zullen we ook de middag samen doorbrengen om de documentatie en vertaling van het Mastodon-project te bekijken. Hoe worden open-source projecten vertaald? In welke taal worden projecten gecommuniceerd? Hoe kunnen de technische concepten toegankelijk worden gemaakt voor een groter publiek zonder hun betekenis te verliezen? </p> +<p>Als je wilt deelnemen aan deze werksessie, schrijf je dan vooraf in door een korte mail te sturen naar <code>info[at]varia.zone</code>.</p> +<h2 id="praktisch">Praktisch</h2> +<p>Deze bijeenkomst vindt plaats in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op de constatering van een hernieuwde interesse in 'alternatieve' online diensten zoals sociale media en chat. Door middel van presentaties en werksessies wordt er aandacht besteed aan de softwareprojecten die deel uit maken van deze ecosystemen. Een bijzondere focus zal liggen op projecten die (op)nieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, door veel aandacht te besteden aan ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a> (engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> en <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:None,2018-12-08:varia.zone/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubMaximum Velocityvaria.zone/velocity.html<p>Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die met snelheid en beweging werken in hun composities en uitvoeringen!</p> +<p>Ditevenement bestaat uit de volgende elementen:</p> +<p><strong>Bismuth</strong> is een tweemansformatie, opgebouwd uit experimenteel instrumentenbouwer Yuri Landman en multi-instrumentalist Arnold van de Velde (ex-Feverdream). Samen bespelen zij een ruimtevullende hoeveelheid zelfgebouwde instrumenten, gemaakt uit hout, staal, snaren, motoren en electronica. Dzee bonte collectie instrumenten leidt tot een ritmische samensmelting van experimentele noise rock, dance en gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> maak directe elektronische composities met zelfgeprogrammeerde software en zelf gemaakte controllers. Ze streven naar een fysieke benadering van elektronische muziek (en in het bijzonder realtime synthese) door het gebruik van objecten als fietsen, radio's, FM-zenders en kleine zonnecelsynths bij hun uitvoeringen. Hun muziek - soms omschreven als 'geïmproviseerde noise ambient' - wordt beïnvloed door de muziek en ideeën van artiesten als John Cage, Tim Hecker, John Zorn en Captain Beefheart. De huidige leden zijn componist/geluidskunstenaar Sjoerd Leijten en ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten op het web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is een performer, kunstenaar en theoloog die werkt tussen Charlois en Scheveningen. De laatste 10 jaar heeft hij onafgebroken opgetreden onder verschillende namen (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) en in verschillende gelegenheden. Op Maximum Velocity zal hij een dans uitvoeren die is geïnspireerd door de meditatieve wervelen van de Sufi-derwisjen van de Mevlevi-orde.</p> +<p><a href="http://jaccoweener.nl/">Meer over Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> toont het hypnotiserende effect van roterende schijven gemaakt van vinyl die op verschillende snelheden in contact komen met een min of meer stabiele naald. Het effect is verrassend!</p> +<p><strong>Datum:</strong> Vrijdag, 7 December 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:None,2018-12-07:varia.zone/velocity.htmlconcertPushing Scores met De Playervaria.zone/pushing-the-score.html<p>Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door <strong><a href="https://www.deplayer.nl/">De Player</a></strong> uitgevoerd. Zij heeft aan <strong>Varia</strong> gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een online archiefuitgave van het project. Julie Boschat Thorez, Cristina Cochior en Niek Hilkmann zal deze aanpak toelichten, tijdens een avond met verschillende presentaties. </p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> zal een liveset spelen. Zij benadert computers met 'transducers' die elektromagnetische straling in geluid transformeren via choreografisch opstellingen. De 'runtime' van uitgevoerde software wordt geënsceneerd voor een publiek om een akoestische ervaring te bieden.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> introduceert haar project 'Untitled Records'; een performatieve geluidsinstallatie die historische en emotionele vertellingen verweeft door middel van de 'instrumentalisatie' van een verzameling platen.</p> +<p><strong>Niek Hilkmann</strong> (onderdeel van Varia) presenteert zijn <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universele Notatie Ideaal); een Pay2Print verkenning van de simultane productie en distributie van gestandaardiseerde grafische notatie gemedieerd door automatiek. Deze is ontwikkelt in samenwerking met Joseph Knierzinger en gebaseerd op een nieuw notatiesysteem dat conceptuele componisten kan helpen in de ontwikkeling en uitwisseling van conceptuele muziek in een uniforme taal. Het daadwerkelijke afdrukken van de composities op papier kan gelezen worden als een stochastische compositie in zichzelf. Door dit aspect te benadrukken, waardoor de machine een muzikale entrepeneur wordt die zijn eigen inkomen verdient, verkennen we de voorwaarden van mechanische arbeid in de creatieve industrie en de daarbij horende ethische kwesties.</p> +<h2 id="over-pushing-scores">Over Pushing Scores</h2> +<p>Wat zijn de mogelijkheden van grafische partituren, in een tijd waarin grafische notatie meestal als een 'tekening' wordt gezien en als een soort bladmuziek dienst doet? </p> +<p>In een poging om dit concept te herdefiniëren, stelde DE PLAYER een programma samen waarvoor artiesten, muzikanten en theoretici werden uitgenodigd. Het collectieve doel is om nieuwe audiovisuele en media-technische vormen van grafische notatie te ontwikkelen en te presenteren door middel van artistiek onderzoek. </p> +<p>De meest eigentijdse en innovatieve grafische notatiepraktijken op het gebied van muziek, geluidskunst, performancekunst, e-cultuur, nieuwe mediakunst, grafisch ontwerp en mediao-ntwerp introduceerde De Player zo aan een nationaal en internationaal publiek.</p> +<p><strong>Datum:</strong> Donderdag, 29 November 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:None,2018-11-29:varia.zone/pushing-the-score.htmleventDruk: Een avond met Cantos Deus & Bohman Familyvaria.zone/druk-cantos-bohman-evening.html<p>Omdat de boog niet altijd gespannen kan staan, lassen we tijdens het evenement <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.nl.md">Woodstone Kugelblitz: Druk In Varia</a> een muzikale pauze in.</p> +<p>En wat voor een pauze!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>De Engelse <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> toveren al meer dan twee decenia unieke en impure experimentele muziek uit een tafel vol huis, tuin en keuken-rommel. Er zijn sporen van fluxus ongein, musique concrete, en vrije improvisatie. Voor deze avond worden de Bohman Brothers een Bohman Family: ze adopteren een aantal lokale muzikanten en zullen als een nonet optreden. </p> +<h1 id="cantos-deus">Cantos Deus</h1> +<p><iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p></p> +<p>Door <a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> zal een selectie van no-wave, gospel, reli-pop en psychedelica worship gespeeld worden, dit alles verpakt in een amusante revival show. Voor het publiek is er mogelijkheid tot dans, zang en aanbidding. Het gezelschap bestaat uit Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Zaterdag, 24 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euro</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:None,2018-11-24:varia.zone/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalWoodstone Kugelblitz: Druk in Variavaria.zone/woodstone-kugelblitz-druk-in-varia.html<p>Een Kookboek voor Écht Nuttige Kennis</p> +<p>Want, sommige dingen zijn nou eenmaal nuttiger om te weten dan andere.</p> +<p>Op 23, 24 en 25 november tijdens <em>Woodstone Kugelblitz Druk in Varia</em> gaan we een receptenboek maken. +Een handleiding om meer te ageren en minder te consumeren in het dagelijks leven. </p> +<p>Deze driedaagse gemoedelijke boeksprint gaat over het uitwisselen van kennis over analoge druktechniek, samen koken &amp; eten, het delen van recepten uit- en voor het dagelijkse leven, het bespreken van Écht Nuttige Kennis, samen zijn en het redigeren en vormgeven van de publicatie.</p> +<h2 id="een-oproep-voor-echt-nuttige-recepten">Een oproep voor Écht Nuttige Recepten!</h2> +<p>Voor de publicatie zijn we op zoek naar doe-het-zelf advies, tips en handleidingen die opgenomen moeten worden in het receptenboek zodat het onderdeel kan worden van ons collectieve geheugen. Zo hebben we bijvoorbeeld al recepten over het opvoeden van peuters zonder luiers, het blokkeren van online advertenties op de computer en het maken van sambal op basis van lactosefermentatie!</p> +<p>Alle soorten recepten uit het dagelijkse leven zijn hiervoor welkom. </p> +<p>Deze recepten kunnen gewoon als platte tekst worden ingediend of al reeds voorzien van een vormgeving.</p> +<p>Stuur het materiaal per post of email voor 15 november naar: +info[at]varia.zone of Gouwstraat 3, 3082 BA, Rotterdam vóór <strong>15 november</strong>.</p> +<p>Je kunt recepten ook toevoegen via deze Écht Nuttige Etherpad <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="over-de-boeksprint">Over de boeksprint</h2> +<p>Als je wilt meedoen met de boeksprint zelf, stuur ons dan een e-mailtje (info[at]varia.zone). Let wel dat we op zoek zijn naar mensen die er gedurende de drie dagen kunnen zijn om de continuïteit en concentratie te kunnen behouden voor het maken van de publicatie!</p> +<p>We hebben tijdens het evenement de volgende printapparatuur op locatie:</p> +<ul> +<li>Riso automatic A3 met zwarte en blauwe inkt</li> +<li>A0 rol inkt jet plotter op </li> +<li>A0 rol pen plotter</li> +<li>A4 zwart-wit laser printer</li> +<li>Dot matrix printer</li> +<li>automatische stencil kopieermachine -&gt; gele en zwarte inkt </li> +<li>handmatige stencilmachines -&gt; rood, groen, blauw en zwarte inkt </li> +<li>Fax machine (waar we sjablonen voor de stencils mee kunnen maken)</li> +<li>Telex FS200 Teletypewriter</li> +<li>Bonnetjesprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:None,2018-11-23:varia.zone/woodstone-kugelblitz-druk-in-varia.htmleventdruksamenwerkingécht nuttige kennisreceptenboek.RecycleReduceReuse and waar is Repair Workshop (vol)varia.zone/recycle-reduce-reuse.html<p>In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden worden toegepast die elk hun eigen impact hebben op de economie en het milieu. Hieruit vloeien enkele relevante vragen:</p> +<ul> +<li>Welke waarden construeren onze hedendaagse houding tegenover afval?</li> +<li>Is het misschien een obsessie met nuttigheid?</li> +<li>Wat zijn de artistieke verdiensten van reparatie?</li> +</ul> +<p>In deze workshop, georganiseerd door Yoana Buzova en Niek Hilkmann, zullen we de implicaties van de recycling van (elektronisch) afval bekijken. Dit gebeurt in een praktische workshop waarin we plaatsen bezoeken waar 'afval' wordt verzameld om vervolgens het concept van reparatie en recyclage op zijn kop zet. Uitgaande van het idee dat nutteloosheid, net als een haiku-gedicht, een bepaald subversief potentieel bevat, zullen we een gebruiksvoorwerp reparen tot iets volkomen nutteloos.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 19 november!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 22 November, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:None,2018-11-22:varia.zone/recycle-reduce-reuse.htmlcurriculumrepairChoreo-Graphische-Hypothese Boeklanceringvaria.zone/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Zie hier een voorproef van de publicatie: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Kom en dans mee ~</p> +<hr> +<p><strong>Datum</strong>: Donderdag, 15th of November 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is grafisch ontwerper, coder, onderzoeker met een achtergrond in dans. Haar trans-disciplinaire project verweeft media ontwerp en web omgevingen met choreochrafische praktijken. Chicau heeft onderzoek gedaan naar het snijvlak van lichamelijkheid met geconstruuerde, vormgegeven en geprogrammeerde omgevingen. Daarme heeft ze voor ogen om de manieren waarop digitale kennis wordt gepresenteerd en toegankelijk gemaakt aan een groter publiek te verbreden. +Ze is actief in het organiseren en deelnemen aan evenementen waarbij performances op meerdere locaties gezamelijk algorithmisch geimproveerd wordt. Ook organiseert ze open discussies over gendergelijkwaardigheid en activisme.</p> +<p>Ze is ook lid van Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:None,2018-11-15:varia.zone/choreographic.htmleventLooking Back - Varia Anniversaryvaria.zone/anniversary.html<p>Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat. </p> +<p>Je bent van harte uitgenodigd om te komen genieten van onze exclusieve varia-drankjes en nostalgische herinneringen aan Varia's verleden en toekomst!</p> +<p>Dankzij de DJ-vaardigheden van Newk en DJ USB, plus de zeldzame aanwezigheid van de varia karaoke-set, zal dit zeker een nacht worden die iedereen zal helpen herinneren!</p> +<p><strong>Datum:</strong> Vrijdag, 9 November 2018<br> +<strong>Deur:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:None,2018-11-09:varia.zone/anniversary.htmlpartyInter-Planetary File System unearthedvaria.zone/curriculum-ipfs.html<h2 id="van-het-gecentraliseerde-http-pad-af">Van het gecentraliseerde HTTP pad af</h2> +<p>In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het aan elkaar doorgeven van bestanden op alle machines. Het InterPlanetary File System (IPFS) protocol is een van deze pogingen: een gedistribueerd bestandssysteem dat het mogelijk maakt in het hele netwerk bestanden te zoeken, verspreid op te slaan en te delen.</p> +<p>IPFS heeft de interesse van veel gemeenschappen gewekt, van archivisten tot activisten. De mogelijkheid verschillende versies van bestanden bij te houden, de weerbarstigheid van het netwerk en de toegenomen beschikbaarheid van bestanden maken het een nuttige bouwsteen voor zowel digitale archivarissen als groepen die censuur willen omzeilen. Een voorbeeld is de website voor het referendum van Catalonië in 2017, die op IPFS nog beschikbaar was nadat de oorspronkelijke website door de Spaanse regering werd gesloten. </p> +<p>Tijdens deze workshop kijken we naar de successen, de valkuilen en de mogelijkheden van dit protocol. We zullen IPFS installeren, de basis doornemen, bespreken hoe het verschilt van andere P2P protocollen en wat voor toepassingen mogelijk zijn.</p> +<ul> +<li>Deze workshop duurt 8 uur en een laptop is noodzakelijk.</li> +<li>Voorafgaande kennis van IPFS zou goed zijn, maar is niet verplicht. </li> +</ul> +<p>Deze workshop is geïnitieerd door Cristina Cochior, Silvio Lorusso en Julie Boschat Thorez.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 29 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag 1 November, 10:00h - 18:00h (Lunch tussen 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:None,2018-11-01:varia.zone/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyLife Hacks:Spacevaria.zone/lifehacks.html<p>Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan <em>co-working</em> als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken <em>lifehacks</em> bevrijdend of zijn ze een extra last?</p> +<p>Samen met auteur en vormgever <a href="https://www.francoisgm.com/">François Girard-Meunier</a>, het <a href="https://worknot.info/">WORKNOT! collectief</a> (Arvand Pourabbasi and Golnar Abbasi), <a href="https://varia.zone">Varia</a> (vertegenwoordigd door Manetta Berends, Niek Hilkmann, Roel Roscam Abbing) en <a href="http://xpub.nl">XPUB</a> gaan we deze en meer vragen aan tijdens een avond gewijd aan ruimtes die zowel ondernemend als precair zijn.</p> +<p>Life Hacks is onderdeel van het fellowship-programma van Het Nieuwe Instituut met het thema 'burn out'. Zoals verwoord door <em>fellow</em> Ramon Amaro:</p> +<p><em>“aan de ene kant is een 'burn out' een moment van stilstand, van breken of van andersinds onbruikbaar worden. Met andere woorden, processesen, procedures en participatie werkt gewoon niet meer. Aan de andere kant is een 'burn out' een mogelijkheid om open te breken, om actie te bevorderen en verandering te catalyseren richting nieuwe structuren en relaties.”</em></p> +<p><em>Life Hacks</em> is een serie bijeenkomsten met die reageren op deze ambivalenties. Deze bijeenkomsten gaan over benaderingen en technieken die helpen bij het (hernieuwd) vormgeven van een leven in de context van toenemende onzekerheid en afgedwongen ondernemersmentaliteit.</p> +<p>Life Hacks wordt gecureerd door Silvio Lorusso en is een samenwerking tussen het Research Department van Het Nieuwe Instituut en XPUB.</p> +<hr> +<p><strong>Datum</strong>: Woensdag, 31 Oktober 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Donaties</p> +<p><em>Afbeelding: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:None,2018-10-31:varia.zone/lifehacks.htmleventThe Big Bounce - Century 21 Callingvaria.zone/the-big-bounce_century-21-calling.html<p>De derde editie van Century 21 Calling is gewijd aan de ontwikkeling van +satellietcommunicatie. Van de spiegelende kogels in de jaren 50 tot +hedendaagse SATCOM systemen.</p> +<p>Hoe werken deze dingen? Hoe krijgt men ze de ruimte in? Wat gebeurt er +als ze kapotgaan? En waarom zijn er geen kogelvormige satellieten meer?</p> +<p>Na de screening neemt mmths ons mee op een reis door het radiospectrum. +In zijn performance bezoeken we de ontmoetingsplekken van +satellietpiraten en worden we ondergedompeld in de ruis en signalen van +spooksatellieten.</p> +<p>mmths is een geluidskunstenaar in Rotterdam. Hij is gefascineerd door +wat er in het heelal gebeurt en zijn huidige werk gaat over de ontvangst +van onbekende radiosignalen en satellieten als basis voor live +performance en compositie.</p> +<p>“Century 21 Calling” gebruikt archiefmateriaal uit de industrie, +infomercials van bedrijven, tv uitzendingen en documentaires die in het +verleden ons beeld van de toekomst hebben gevormd en gebruikt die om het +heden te doorgronden. Het is een initiatief van <em>Save_as</em> en vindt plaats +in Varia in Rotterdam.</p> +<p><strong>Datum</strong>: Zaterdag 20 oktober 2018<br> +<strong>Deuren open</strong>: 20:00u<br> +<strong>Start screening</strong>: 20:30u<br> +<strong>Performance</strong>: 21:30u<br> +<strong>Einde van de avond</strong>: 23:00u<br></p> +<p><strong>Entree</strong>: Donatie</p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:None,2018-10-20:varia.zone/the-big-bounce_century-21-calling.htmlscreeningIn the Beginning ... Was the Commandlinevaria.zone/curriculum-command-lines.html<h2 id="over-tekst-encoderen-en-command-lines">Over tekst, encoderen en command lines.</h2> +<p>De <em>command line</em> is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen <em>command line tools</em> de filosofie om één ding te doen en dat goed te doen. Deze kleine programma's kunnen samen worden 'gebonden' tot <em>pipelines</em> die elk type data of tekst kunnen verwerken. Deze <em>pipelines</em> zijn een manier om snel unieke en specifieke gereedschappen te produceren die een breed scala aan creatieve mogelijkheden bieden.</p> +<p>In deze workshop zullen we ons concentreren op <em>command line tools</em> in relatie tot platte tekst (<em>plain text</em>). Gedurende de dag verkennen we de sociaal-culturele geschiedenis van de <em>command line interface</em>, onderzoeken we de materialiteit van tekst op een computer en proberen we een breed scala aan tools uit.</p> +<ul> +<li>Er is geen voorkennis van programmeren vereist, maar vaardigheden om notities te nemen zijn essentieel.</li> +<li>Computer / Laptop is noodzakelijk.</li> +</ul> +<p>Deze workshop is geïnitieerd door Roel Roscam Abbing en Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Er is nog plek voor een paar deelnemers. Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 15 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 18 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek mag geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:None,2018-10-18:varia.zone/curriculum-command-lines.htmlcurriculuminterfacingThe Key to Casio (and Yamaha too)varia.zone/casio.html<p>Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio's Rapman</a> tot <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio's Dadada</a>!</p> +<p>Het evenement bestaat uit de volgende elementen:</p> +<p><strong> Dion &amp; The Magic Chords </strong> is het liefdeskind van casio-freaks Dion Woestenburg en Griffin Stuip en klinkt als het mechaniche speeldoosje van je favoriete progressieve acts, zoals Jean Michelle Jarre en Yes. Met behulp van eleverende beelden en een wilde samenstelling van casio's en yamahama's brengen ze je geest naar het volgende bewustzijnsniveau.</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Zoontoon </strong> gebruikt een loopstation en een aangepast Casio SK-1-keyboard om te experimenteren met de eenvoud van elektronische trillingen. De trance van de natuur en de ritmes van oosterse muziek zijn hier de belangrijkste inspiratiebronnen. Zoontoon's uitvoeringen zitten vol met loops en deuntjes die je zullen laten dansen als Apollo!</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong> M. Klein </strong> is ook wel bekend van zijn werk in bands als Sweat Tongue, Lewsberg en Eklin en het label De Hef. Geïnspireerd door Satie en Fauré besloot hij om een aantal minimalistische elektronische pianocomposities samen te stellen. Daarbij kunnen wij als toeschouwer genieten van zijn organische toetsenbordspel, misschien wel op zijn Yamaha PSS-170, en wie weet wat nog meer?</p> +<p><strong> Listentomerijn </strong> is het pseudoniem van Merijn van Ham. Wat is er nog niet over hem gezegd? Deze gerenommeerde Rotterdamse DJ toont zijn talent bij Varia achter de toetsen en misschien ook enkele drumpads. Wat voor soort drumpads? Die van de Casio MT205FF natuurlijk! Zou je iets minder verwachten?</p> +<p><strong> Casio Show And Tell </strong>; Tussen de bedrijven door zal er een reeks toetsenbordpresentaties te zien zijn die de vele vormen en afmetingen die deze wonderlijke instrumenten door de loop der jaren hebben gehad, demonstreert. De show en vertel wordt gepresenteerd door niemand minder dan Lídia Pereira en haar assistent, Niek Hilkmann. Wil je zelf een keyboard presenteren? Stuur een e-mail naar: info@varia.zone</p> +<p><strong>Datum:</strong> Vrijdag, 12 October 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:None,2018-10-12:varia.zone/casio.htmlconcertAttente Taart Confectie (vol)varia.zone/considerate-cake.html<p>Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de oorsprong van specifieke ingrediënten en recepten analyseren, we zullen ons ook richten op de politieke economie en klassendynamiek die toegankelijkheid van deze smaken en ingrediënten teweegbrengen. De daadwerkelijke confectie van een taart biedt ons de mogelijkheid om de voorwaarden van dergelijke praktijken ter discussie te stellen.</p> +<p>De workshop zal worden onderverdeeld in twee praktische fasen: de receptanalysefase en de taartbakfase. Tijdens de receptanalysefase zullen we elk van de vereiste ingrediënten van de door ons gekozen taart analyseren en evalueren of deze voldoen aan onze 'attente' normen. Als ze dat niet doen, zullen we mogelijke alternatieven overwegen. Tijdens de taartbakfase zullen de deelnemers aan de workshop de taart daadwerkelijk bakken, volgens ons nieuwe attente recept.</p> +<p>Considerate Cake Confection is een initiatief van Lídia Pereira en Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 8 oktober!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 11 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:None,2018-10-11:varia.zone/considerate-cake.htmlcurriculumcakeConcert: Crimson Butterfly, Evamuss en St. Fractaliumvaria.zone/crimson.html<p><strong> Crimson Butterfly (Rusland) </strong> is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze autistische zangeres, vervolgens synthpop met twee leadzangers, om daarna terug te keren naar waar alles mee begonnen was: improvisatie en abstracte elektronica. De band maakt zeer intense en hypnotiserende muziek met dans en ambient elementen, improviserend van aard. Mensen noemen het vaak 'experimenteel'. Crimson Butterfly houdt ervan om concerten te geven en te spelen op locaties zoals kluizen van musea, ergens tussen Balashikha en Barcelona. Hun gezichten zijn zo mooi dat ze zich achter maskers verbergen en al hun onvergetelijke shows worden vergezeld door heupnotische visuele sequenties.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Evamuss (Peru / Nederland) </strong> was een project van de Peruviaanse Chrs Galarreta (ook bekend als Sajjra, DiosMeHaViolado en Tica). Dit project was tussen 1997 en 2003 erg actief in de ondergrondse scene van Lima. Evamuss heeft 9 solo-albums gepubliceerd in zeer beperkte oplage en verscheen ook op veel samenwerkingen en compilaties uit die periode. In het begin gebruikte Evamuss zelfgemaakte versterkers, oscillatoren, pedaaleffecten en speelgoed-sleutelwoorden, later richtte hij zich ook op het misbruik van computers en piraten-software. Fouten en niet-functionaliteit zijn welkom in het proces. In november 2017 herrees Evamuss met een paar zelf-gehackte synthspeeltjes, een paar effecten en enkele met de hand gemaakte sequencers die in samenwerking met enkele hackers in Paruro (de legendarische elektronische zwarte markt in Lima City) zijn vervaardigd. De geluiden zijn nu gemuteerd in de richting van een warme en vochtige analoge jungle.</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> St. Fractalium (Rusland) </strong> St.Fractalium is een audiovisueel duo uit Nizhniy Novgorod, Rusland; bewoners van de plaatselijke cultusplaats Black Ho. Geïnspireerd door bands als Autechre en Coil, en met indrukwekkende ervaring in verschillende muzikale projecten, brengen de jongens het licht van Saint Fractalium, een verhelderende nectar voor degenen die de conventionele muziek beu zijn, alles met behulp van computers en controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Georganiseerd door <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Datum</strong>: Vrijdag, 14 September 2018<br> +<strong>Entree</strong>: 3 euro (donatie) <br> +<strong>Deur</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:None,2018-09-14:varia.zone/crimson.htmlconcertConcert: Matheus Silva and Theo Krantz Album Releasevaria.zone/Silva-and-Krantz.html<p>Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met tape-geluiden en de menselijke stem.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's op Bandcamp</a></p> +<p>Matheus Silva is een elektronische kunstenaar, afkomstig uit Brazilië. Na een begin als muzikant in de hardcore punkscene van Florida in 2011, stapte hij over op het produceren van elektronische muziek als soloartiest. Vanuit een eclectische muzikale achtergrond haalt hij inspiratie uit verschillende muziekgenres, zoals ambient, drone en hiphop, om een uniek geluid te produceren.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva op Soundcloud</a></p> +<p><strong>Datum</strong>: 17 Augustus 2018<br> +<strong>Entree</strong>: Gratis / Donatie <br> +<strong>Deur</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:None,2018-08-09:varia.zone/Silva-and-Krantz.htmlconcertWhat Remains - Final Playtestvaria.zone/what-remains-final-playtest.html<p><em>We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p><em>What Remains</em> is een gloednieuw, duister humoristisch computerspel voor de Nintendo Entertainment System (NES) uit 1985, ontwikkeld door Iodine Dynamics. De game is momenteel in haar laatste ontwikkelfase belandt en zal in 2018 vrij worden uitgebracht. Met 'vrij' bedoelen we een gratis NES ROM-download en we zullen de broncode en artworks van de game en tools die we hebben gebruikt publiceren. Tevens zal er een gelimiteerde oplage aan fysieke, NES en Famicom casettes van gerecyclede hardware worden geproduceerd.</p> +<p>Tijdens de ontwikkeling van het spel heeft Iodine Dynamics in samenwerking met Het Nieuwe Instituut voorzonderzoek gedaan en bij V2_ de eerste playtests georganiseerd. Op 22 juni organiseert Varia de laatste playtest voor het spel en we zijn op zoek naar spelers die ons nog één keer feedback willen geven!</p> +<p>Kom de planeet redden en doe met ons mee op 22 juni!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>We beginnen om 19:00u en stoppen rond 22:30u.</p> +<hr> +<p><small><em>What Remains</em> wordt mogelijk gemaakt door de steun van Stimuleringsfonds, Creatieve Industrie NL.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:None,2018-06-14:varia.zone/what-remains-final-playtest.htmleventvideo gameWhat a website can bevaria.zone/what-a-website-can-be.html<p><em>Dit artikel is in het Engels geschreven, <a href="/en/what-a-website-can-be.html">klik hier voor de volledige versie</a>.</em></p> +<hr> +<p>Tijdens het maakproces van een website voor varia, werd het duidelijk dat we niet <em>alleen maar</em> een website wilden maken. Het werd een moment om het proces te onderzoeken en te verkennen wat een website kan zijn. </p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>De varia website in de loop der tijd.</small></p>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:None,2018-06-13:varia.zone/what-a-website-can-be.htmlartikelwerkgroepwebpublicerenMobiel Monument - Presentatievaria.zone/monument.html<p>Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag, pestepidemie of andere historische gebeurtenis, geschonken door een veldheer of mecenas. Helaas bezit Charlois momenteel geen werkende fontein. Niek Hilkmann en Anne Kolbe willen dit gebrek verhelpen door Charlois tijdelijk een mobiele fontein te geven die niet gebonden is aan een vaste plek of duiding. Deze fontein zal op 2 juni om 13:00 bij Varia gepresenteerd worden en is vervolgens tijdens de weekenden van Charlois Speciaal te zien, op zoek naar nieuwe betekenis en waardering.</p> +<p>Openingsceremonie: 2 Juni / 13:00-14:00<br> +Uitgestald: 2, 3, 9 en 10 Juni / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:None,2018-05-28:varia.zone/monument.htmlpresentationfountainarchitecturepresentationWelcome to the � Federation - The Ecosystem is Movingvaria.zone/the-ecosystem-is-moving.html<p>Op 1 en 2 juni organiseert Varia <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, een lezing door en een werksessie met Daniel Gultsch over federatieve chat diensten, open source software en de duurzaamheid van open systemen.</p> +<ul> +<li>1 juni 19.00 - 22.00 uur - introductie tot XMPP en lezing door Daniel Gultsch</li> +<li>2 juni, 10.00 - 18.00 uur - werkessie rondom vormgeving en federatieve chat systemen. <br> Registreer voor deze werksessie door een mailtje te sturen naar <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is de ontwikkelaar achter <a href="https://conversations.im">Conversations</a>, een open source instant messaging-applicatie voor Android. In 2014 besloot hij om voltijds te werken aan Conversations en daar ook van proberen te leven. In plaats van helemaal opnieuw met Conversations te beginnen, bouwde hij een nieuwe client voor het bestaande gefedereerde chatprotocol XMPP.</p> +<p>Omdat een XMPP-applicatie in feite maar net zo goed kan zijn als het hele ecosysteem waar het onderdeel van is, was er voor Daniel een noodzaak om naast zijn werk aan Conversations ook bij te dragen aan het uitbreiden en verbeteren van dat grotere XMPP-ecosysteem. Deze werkzaamheden omvatten het helpen opstellen en implementeren van protocolstandaarden. OMEMO, een moderne en gebruiksvriendelijke end-to-end encryptie op basis van het protocol van Signal is daar een voorbeeld van. Hij draagt ook code bij aan andere XMPP-servers en -clients in het ecosysteem om ze te helpen te moderniseren. Daarnaast is hij <a href="https://gultsch.de/xmpp_2016.html">via zijn kritische essays</a> een uitgesproken voorstander van XMPP en open standaarden in het algemeen.</p> +<p>Conversations is een uitzonderlijk project, omdat het door de aanhoudende focus op gebruikerservaring, ontwerp en beveiliging veel belangstelling heeft vergaard voor zowel zichzelf als ook het XMPP-ecosysteem als geheel. Dit maakt het een interessant voorbeeld om vanuit te bevragen hoe het ontwerpveld zou kunnen bijdragen aan kritieke softwarepraktijken.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op een hernieuwde interesse in 'alternatieve' onlinediensten zoals sociale media en chat. Door middel van presenaties en werksessies worden in de context van dit project verschillende evenementen georganiseerd rond softwareprojecten die werken aan deze ecosystemen. Een bijzondere focus zal liggen op projecten die opnieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, deels door hun focus op ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a>(engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:None,2018-05-20:varia.zone/the-ecosystem-is-moving.htmleventfederationsoftwarepresentatieworksessieCentury 21 Calling - Rising to the High-Risevaria.zone/21-High-Rise.html<p>Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts een herhaling van het verleden? Wat is er met de telefooncentrale gebeurd toen we die verbinding verbraken? Wat gebeurt er op kantoor na het werk? En hoe reageer je op klanten als ze klagen over je product? Dit alles en meer zal worden beantwoord tijdens de volgende editie van Century 21 Calling.</p> +<p>In een reeks screenings genaamd 'Century 21 Calling', een initiatief gestart door het collectief <a href="http://www.save-as.media/">Save_as</a> en gehost door <em>varia</em> in Rotterdam, kijken we naar de industriële archieven, 'infomercials' van bedrijven en historische documentaires. Al dit materiaal heeft onze verbeelding van 'morgen' gevormd en dus is het tijd om deze voor het voetlicht van vandaag te werpen.</p> +<ul> +<li>deuren open: 20:00</li> +<li>introductie: 20:15</li> +<li>screening: 20:30</li> +<li>prijs: Donaties welkom</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:None,2018-05-02:varia.zone/21-High-Rise.htmlscreeningindustriële propagandakantoren21ste eeuwWojtek Szustak - Space Junk Workshopvaria.zone/Space-Junk-Workshop.html<p>Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd. </p> +<h2 id="wil-je-meedoen">Wil je meedoen?</h2> +<p>Meld je dan aan via: info@varia.zone. </p> +<p>Er is slechts ruimte voor een beperkt aantal deelnemers, dus wacht niet te lang!</p> +<ul> +<li>deur: 10:00</li> +<li>start: 10:30</li> +<li>eind: 18:00</li> +<li>prijs: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:None,2018-04-23:varia.zone/Space-Junk-Workshop.htmlworkshopsynthezisersafvalInfinite Outwardnessvaria.zone/Infinite-Outwardness.html<p>Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot kosmische toiletten, wordt dit een avond om niet snel te vergeten!</p> +<p>Deur: 20:00 +Start: 20:30 +Entree: Donatie</p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is een van de verborgen parels van België. Op een tijdreis uit de jaren zestig transformeert deze man in zijn eentje, of samen met zijn band the Shovels, het universum van muziek zoals we dat kennen tot een reis naar de grenzen van het sonische geloof. Hij zal nummers van 'Spaced Out In Outer Space' uit 2016 en zijn gloednieuwe album 'Beat The System' spelen.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is een inventieve componist uit Krakau die met en rond ruimteafval werkt. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-rommelworkshop geven in Charlois, waarbij hij nieuwe elektronische instrumenten zal maken van oude spullen die hij op straat vindt. De resultaten worden tijdens het evenement gepresenteerd.</p> +</li> +<li> +<p>Niek Hilkmann is een componist die een amateur avant-gardistisch orkest leidde, een honderd meter lang bewegend panorama creëerde, het Universal Notation Ideal (UNI)-systeem construeerde en evenementen organiseerde zoals "Will VHS Save The Universe?" en "Floppy Totaal". Tijdens 'Infinite Outwardness' toont hij het puin van zijn meer recente projecten 'Galaxico, kerst tussen de sterren' en 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is een Rotterdamse kunstenaar die voornamelijk op het gebied van geluid werkt als een startpunt voor nieuwe projecten. Hij presenteert een sonische verkenning van kosmologische verschijnselen en neemt ons mee naar de ruimte via Google's kolonisatie van virtuele ruimte. Digitale en / of virtuele mapping van de aarde, het claimen van territorium via mapping en het bekijken van de aarde vanuit een baan zijn het onderwerp geweest van zijn recente werk.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is de naam van het internationale onderzoeksteam dat u Toilettronic heeft geleverd; een stressvrije toiletervaring in de ruimte. Het is een gamified toiletnavigatiesysteem voor ruimtehabitats. Tijdens 'Infinite Outwardness' presenteert het team een muzikaal vervolg op dit project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 en DJ Naam zijn bekende namen in de wereldwijde ruimte-DJ-scene. In mei zullen ze samenwerken om muziek uit de vierde dimensie te brengen die je geest naar een ander niveau zal verplaatsen.</li> +</ul> +<p>Dit evenement wordt mogelijk gemaakt met de vriendelijke steun van Popunie Rotterdam, WORM Pirate Bay en natuurlijk ... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:None,2018-04-20:varia.zone/Infinite-Outwardness.htmlconcertruimtetijdmuziekOpen Dag @ Variavaria.zone/varia-open-day.html<p>Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> en elektronica.</p> +<p>Gedurende de dag vinden de volgende activiteiten plaats:</p> +<h2 id="linux-presentation-day-hele-dag">Linux Presentation Day (hele dag)</h2> +<p>Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of kun je de software niet meer bijwerken? Dan is het tijd om Linux te proberen! Het Linux Presentation Day team dat eerdere edities in Leeszaal West heeft georganiseerd staat nu voor je klaar in varia. Wil je jou oude computer nieuw leven inblazen? Vergeet deze dan niet mee te nemen. Dan kun je daar Linux op uit proberen of hulp te krijgen bij het installeren!</p> +<h2 id="adblocken-voor-beginners-hele-dag">Adblocken voor beginners (hele dag)</h2> +<p>Ben je het zat om naar online advertenties te kijken? Ben je het zat dat online advertenties naar jou terug kijken? Neem je computer of smartphone mee en dan laten wij zien hoe je van de rust en privacy van een advertentievrij internet kunt genieten. </p> +<h2 id="solderen-kan-je-leren-1400-1600">Solderen kan je leren (14:00 - 16:00)</h2> +<p>Maak kennis met elektronica door samen met wat onderdelen, een vaste hand en hulp van ons een mini boombox in elkaar te zetten! Neem je favoriete muziek, een oude (micro) SD-kaart en 5 euro voor materialen mee. 12 jaar en ouder. Geef je van tevoren op door ons een mail te sturen.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Ben je benieuwd naar andere grafische softwarepaketten dan Photoshop? Kom langs en probeer een set verschillende tools, zoals Gimp en ImageMagick (beeldbewerking), Laidout (een specifieke vector editor) of zelfgemaakte: maak een zine met Publish or Perish!, een Desktop Publishing tool en spel in één. Het idee is om gedurende de één uur intensieve tool-test-party beeldende recensies van deze tools te maken. We kunnen ze dan ook op een van de varia printers afdrukken.</p> +<p>De open dag begint om 12:00 en duurt tot 18:00. Ons adres is Gouwstraat 3, Rotterdam Charlois.</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Vrije software verwijst naar een beweging die door middel van vrije licenties gebruikers het recht geeft om software te gebruiken, bestuderen, aan te passen en te distribueren. Het is gestoeld in gemeenschappen die software gebruiken, schrijven en onderhouden. Van hele professionele server software tot hele experimentele grafische software. Vrije software is een gedeelde interesse en manier van werken voor varia die we graag laten zien!&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:None,2018-04-12:varia.zone/varia-open-day.htmleventopen daglinux presentation dayworkshopsConcert: CLM en Maria Violenzavaria.zone/CLM-and-Violenza.html<p>Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.</p> +<p>CLM (voorheen bekend als Cascao &amp; Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy art-melodieën: denk daarbij aan Talking Heads, The Residents en proto 70's &amp; 80's wave-dingen. In 2016 brachten ze hun eerste LP 'Spleenism' uit op vinyl en digitaal via Cochon-records in San Francisco.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM op Soundcloud</a></p> +<p>De in Sicilië geboren en in Rome wonende Maria Violenza speelt donkere synth punkmuziek onder de invloed van het gemengde culturele erfgoed van haar thuisland. Naast haar opzwepende solowerk is ze ook lid van het Franse muziekcollectief Grand Triple Alliance Internationale De L'Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy en Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza op bandcamp</a></p> +<p>Datum: 17 April 2018 +Entree: 3 euro +Deur: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:None,2018-03-31:varia.zone/CLM-and-Violenza.htmlconcertCentury 21 Callingvaria.zone/century-21-calling.html<p>Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?</p> +<p>In een reeks screenings "Century 21 Calling", geïnitieerd door Save_as en gehost door Varia in Rotterdam, zullen we kijken naar industriële archieven en bedrijfs informercials/propaganda die het voorstellingsvermorgen van morgen hebben vormgegeven en het vol hebben gehouden tot aan de dag van vandaag.</p> +<p>Tijdens ons eerste evenement zullen we een algemene blik werpen op films van wereldtentoonstellingen en hun dromen voor morgen van vandaag.</p> +<p><strong>Datum</strong>: 14 April 2018<br> +<strong>Entree</strong>: Free / Donation<br> +<strong>Deuren open</strong>: 19:00<br> +<strong>Presentatie</strong>: 19:30<br> +<strong>Start screening</strong>: 20:00<br></p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:None,2018-03-07:varia.zone/century-21-calling.htmlscreeningAlgologsvaria.zone/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten. Algologs maakt deel uit van een reeks ontmoetingen rondom de Algolit-bijeenkomsten (die normaal gesproken in Brussel plaatsvinden), om zo externe sprekers, presentatoren en deelnemers uit te nodigen om deel te nemen aan het gesprek. Tijdens Algologs verhogen we het % betrokkenheid bij alledaagse algoritmes.</p> +<p>Op vrijdagavond verkennen we een vermenigvuldiging van: Algoliteraire manieren om woorden te vertalen naar cijfers x infrapuncturele opluchtingen x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Om zo samen logs te maken van algoritmische standpunten, stemmen en werkwijzen.</p> +<p>De presentaties op vrijdag worden gevolgd door een Algolit-sessie op zaterdag, waar we een collectieve duik zullen introduceren in de clusteringstechnieken van word-embeddings. Door stap voor stap naar een specifieke implementatie van word-embeddings te kijken, ontstaat een bron voor recepten voor kleine (op code of niet op code gebaseerde) experimenten.</p> +<p>Oproep aan alle extra-amateurs, protoprofessionals en indirecte algologgers.</p> +<hr> +<p><strong> Algolit </strong> is een in Brussel gevestigde groep kunstenaars, ontwerpers, programmeurs en activisten die eenmaal per maand samenkomen om tekst &amp; code experimenten te schrijven.</p> +<p><strong> Cristina Cochior </strong> is een in Rotterdam gevestigde onderzoeker, ontwerper en enthousiaste verzamelaar die momenteel geïnteresseerd is in algoritmische stressverlichting.</p> +<p><strong> de XPUB practicioners </strong> werken momenteel aan OuNuPo: het 5e Special Issue rondom de cultuur van boekenscanners. XPUB is de Experimental Publishing-master van het Piet Zwart Instituut.</p> +<p><strong> Marloes de Valk </strong> is een softwarekunstenaar en -schrijfster in de post-wanhoopfase van het omgaan met de dreiging van het broeikaseffect terwijl zij bespied wordt door de apparaten om haar heen.</p> +<hr> +<h2 id="programma">Programma</h2> +<p><strong> Vrijdag 16 maart, 19:00 - 21:30 + </strong> <br> +Introducties, infrapunctures, voorbeelden van bookscanners, big data-beloften</p> +<p>18:45 - 19:00 Inloop</p> +<p>19:00 - 19:20 Algoliteraire introducties<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +vanaf 21:30 drinks &amp; discussie<br></p> +<p><strong> Zaterdag 17 maart, 10:00 - 18: 00 </strong> <br> +Algolit-sessie: van woorden naar cijfers via word-embeddings</p> +<p>Deze sessie is een speciale editie en maakt deel uit van een langere tijdslijn van maandelijkse Algolit-bijeenkomsten georganiseerd door Constant in het WTC25 in Brussel. In 2018 koos Algolit er voor om haar sessies een meer open karakter te geven, zodat een spontane jump-in jump-out-deelname mogelijk is. Meer informatie en materiaal rond Algolit is te vinden op <a href="http://algolit.net">algolit.net</a>.</p> +<p>We beginnen de dag met het stapsgewijs doorlopen van het script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a> en langzaam naar zowel op code gebaseerde als niet-code gebaseerde experimenten te werken, afhankelijk van waar de deelnemers een voorkeur voor hebben. Deze werksessie is een moment om zelf en samen dingen uit te proberen.</p> +<p>Opmerking voor deelnemers: het zou goed zijn om een ​​laptop mee te nemen. Niet per se om met code of digitale hulpmiddelen te werken (we zijn grote fans van analoge experimenten!), maar vanuit de gewoonte om gezamenlijk aantekeningen te maken of te kijken naar referenties. Daarom is een laptop een fijne metgezel!</p> +<p>Als je geïnteresseerd bent om deze sessie bij te wonen, e-mail dan info@varia.zone op elk gewenst moment van tevoren.</p> +<p><strong> Locatie </strong> <br> +Varia - Gouwstraat 3, Rotterdam <br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong> Links naar eerdere oefeningen rond deze onderwerpen </strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, een meerdaags evenement in november 2017 rond machine learning &amp; word-embeddings met rondleidingen, gepresenteerde tools, twee lezingen en twee workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, stap voor stap</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, grafieken gegenereerd door word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, een eerste stap naar een case study rondom toegepaste woordinbeddingen</li> +</ul> +<hr> +<p>Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiële bijdrage van CBK Rotterdam <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:None,2018-02-28:varia.zone/algologs.htmleventworksessionalgorithmsloggingIt Is As If We Were Doing Workvaria.zone/itisasif.html<p>Het is al een tijdje terug dat de 11de editie van de <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> is verschenen, maar de discussie over onderwerpen van die uitgave aansneed is echter nog niet uitgewoed. Centraal in die uitgave stond het idee van het <a href="http://networkcultures.org/entreprecariat/">'entreprecariat'</a> en de verschillende bijdragen boden allen verschillende inzichten over hoe om te gaan met de samenkomst van ondernemersideologie en precariteit. Om verder in te gaan op de bijdragen in van de zine organiseert Varia een avond met enkele van de auteurs. </p> +<p>De avond zal aanvangen met een introductie van het Pervasive Labour Union zine project door Lídia Pereira. Daarna volgt een gesprek tussen Alina Lupu, Gui Machiavelli dat wordt gemodereerd door Silvio Lorusso. Onderwerp van gesprek zullen de individuele bijdragen van de auteurs aan de zine zijn, alsmede de relatie tussen hun praktijk, ontwikkelingen op het vlak van hedendaagse arbeid en de huidige staat van het onderwijs. Daarnaast zal er mogelijkheid zijn om een aantal van de games te spelen die in de 11de editie van PLU zijn besproken, waaronder <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> van Pippin Barr en <a href="http://thefounder.biz/">"The Founder"</a> van Francis Tseng.</p> +<p>Entree en versnaperingen op basis van donatie</p> +<p>Programma:<br/> +18:45 Inloop</p> +<p>19:00 Introductie van de <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> door Lídia Pereira (PT/NL) en gesprek met Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), gemodereerd by Silvio Lorusso (IT/NL)</p> +<p>20:00 - 22:00 Gamesessie met "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng</p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is conceptueel kunstenaar en bezorgt maaltijden per fiets. Soms is ze echter ook projectmanager, schrijver, fotograaf of doet andere bijbaantjes. Op het moment heeft ze zich verkiesbaar gesteld voor een van de deelgemeenteraden in Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is van maandag tot donderdag een redelijke en van vrijdag tot zondag een lethargische schrijver.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is zelfstandig vormgever, kunstenaar en onderzoeker gevestigd in Rotterdam, NL. Haar huidige interesses gaan uit naar de politieke dimensie van arbeid op socialenetwerk-sites. Daarbinnen richt zij haar blik op hoe machtsstructuren online en offline gedrag beïnvloeden.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is een vormgever zonder specialisatie, een kunstenaar zonder galerie en een schrijver zonder spel-check.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:None,2018-02-18:varia.zone/itisasif.htmleventOplossingen en problemen in extratonaliteitvaria.zone/extratonaliteit.html<p>Oplossingen en problemen in Extratonality 4<br> +"Extratonaliteit - Het openen van deuren is niet genoeg"</p> +<p>De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin problemen worden ontworpen om oplossingen te zijn, en industrieel afval ons dagelijks leven overneemt, is er een dringende behoefte aan een nieuwe extratonale conferentie die dieper graaft in de huidige stand van zaken van de "extra" tendensen. "Oplossingen en problemen in extratonaliteit" (OPIE) is de internationale conferentie over oplossingen en problemen op het gebied van extratonaliteit voor kleinere en grotere instituten, evenals onafhankelijke componisten en wetenschappers. We zullen geavanceerde obstakels in hun dagelijkse routine onderzoeken met de ondersteuning van op maat gemaakte instrumenten, verouderde schrijftechnieken, speciale notatiesystemen en alternatieve toepassingen van bestaande technologie.</p> +<p>Op vrijdag 16 februari 2018 vindt de vierde editie plaats in Rotterdam bij "varia - het centrum van de alledaagse technologie". OPIE4 gaat over het toepassen van extratonale oplossingen voor alledaagse problemen en alledaagse oplossingen voor extratonale problemen. OPIE4 is een must voor diegenen die meer willen weten over werkstrategieën rond extratonaliteit. Na OPIE1 in Wenen op 28 april 2017, OPIE2 in Zagreb op 30 september 2017 en OPIE3 in Rotterdam op 6 februari 2018, zal de volgende editie de laatste discussies in het veld behandelen en nieuwe input genereren voor de toekomstige onderhandelingen over extratonaliteit. Meer dan 250 jaar na zijn ontdekking en rechtvaardiging wordt het veld nu wereldwijd erkend als een belangrijk onderzoek in zijn vakgebied, daarom bestaat deze editie uit verschillende tracks en presentaties.</p> +<p>De ongeveer 300 OPIE-bezoekers beoordeelden de conferentie met een 9,8 en meer dan 98% van de bezoekers beveelt de conferentie aan bij anderen of zou graag terugkomen in de volgende editie.</p> +<p>Dit evenement wordt mogelijk gemaakt door de vriendelijke steun van het Institute of Extratonal Composition, WORM pirate bay, varia en Nothing More.</p> +<p>Eten, drinken en toegang zijn beschikbaar op donatie!</p> +<p>Programma:<br> +19:30 Registratie, meet &amp; greet &amp; welkomstdrankjes<br> +20:00 Officiële Opening: Welkom door Danny van der Kleij (NL, voorzitter varia - centrum voor alledaagse technologie / ArtEZ hogeschool voor de kunsten)<br> +20:05 Inleiding door de conferentievoorzitters; Niek Hilkmann (NL, varia - centrum voor alledaagse technologie / Institute of Extratonal Composition) en Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)</p> +<p>20:15 - 20:45<br> +Toepassingen: verbeelding en extratoniteit<br> +Voorzitter: Christina Cochior (RO / NL, Wikipedia Bot Memorial Foundation)<br> +"De verbeeldingskracht van opslaan" - Thomas Walskaar (NO, Save as.media) - Presentatie van een denkbeeldig medium<br> +"hoe een trommel te bouwen" - Teun de Graaf (fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonaliteit en arbeid:<br> +Voorzitter: Lidia Pereira (PT / NL, PLU - pervasive labor union / doordringende vakbond)<br> +"orkesttonaalsysteem met volledig bereik" - a. tangramdichters (int., geen instelling)<br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - centrum voor alledaagse technologie)</p> +<p>21:15 - 21:45<br> +de 'extra; in de dagelijkse omgeving:<br> +Voorzitter: TBA<br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition" - Dennis de Bel (NL, varia - centrum voor alledaagse technologie / Willem de Kooning Academie / Design Academy Eindhoven)<br> +"Remote Fulfillment" - Moritz (NL, Random Creations)</p> +<p>21:45 - 22:15 uur<br> +extra en verder:<br> +Voorzitter: TBA<br> +"door voorwerpen lopen - een intratonische benadering" - Michael J. Muik (AT, nothing more - Vereniging voor de promotie van kunst, irritatie en commons)<br> +"Quasitonaliteit - Op weg naar een circulatoire praktijk van onenigheid" - oyo (BG / NL, LOFO, Willem de Kooning Academie) &amp; mnd (AT / NL, LOFO)<br></p> +<p>22:15 - 24:00 uur<br> +Extra presentaties:<br> +DJ Pattex (varia - centrum voor alledaagse technologie)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:None,2018-02-16:varia.zone/extratonaliteit.htmleventNieuwjaarsborrelvaria.zone/nieuwjaarsborrel.html<p>Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.</p> +<p>datum: vrijdag 19 januari +start: 18:00u<br> +performance: 21:00u</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:None,2018-01-19:varia.zone/nieuwjaarsborrel.htmlevent34c3 screening sessiesvaria.zone/ccc-screening.html<p>Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia: </p> +<ul> +<li>woensdag 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Neem je eigen eten en drinken mee en <a href="https://pad.vvvvvvaria.org/34c3">vul het lijstje aan van</a> van talks die we niet kunnen missen, we hebben maar één projector dus we maken het livestream programme ter plekke.</p> +<p>Download het CCC progamma<sup id=sf-ccc-screening-1-back class=simple-footnote>1</sup><span class=simple-footnote-container><span class=simple-footnote-content>[1] <a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a></span></span></p><ol class=simple-footnotes></ol>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/ccc-screening.htmleventThe Secret Life Of Machine screenings, seizoen 3varia.zone/the-secret-life-3.2.html<p>Nieuwe poging! Nu zonder sneeuwstorm.</p> +<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>20 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/the-secret-life-3.2.htmlscreeningSoep & Woorden - Inox Kapellvaria.zone/inox-kapell.html<p>Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.</p> +<p>Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij mensen mee op insectenexcursies, bijvoorbeeld in kasteel Freudenberg. Hij maakt films, muziek en kunst van en over insecten, onder andere in de dadaistische band ‘Ordnungsamt et la politesse’. Bovendien is hij de oprichter van het ‘Insektium’, een insect-gerelateerd museum/galerie/happeningraum in Berlijn. Naar eigen zeggen worden insecten vaak onterecht veroordeeld en is hij degene die tussen ambassadeur mens en insect kan mediëren.</p> +<p>Een paar van zijn woorden: </p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, +dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:None,2017-11-26:varia.zone/inox-kapell.htmleventThe Secret Life Of Machine screenings, seizoen 3 (afgelast)varia.zone/the-secret-life-3.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>10 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaThu, 23 Nov 2017 00:00:00 +0100tag:None,2017-11-23:varia.zone/the-secret-life-3.htmlscreeninghomebrewserver.club, kalenders sessie 2varia.zone/hbsc-cal-2-nl.html<p>De tweede ontmoeting rondom zelf-gehoste kalenders. </p> +<p>Locatie: Varia</p>VariaWed, 22 Nov 2017 00:00:00 +0100tag:None,2017-11-22:varia.zone/hbsc-cal-2-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 2varia.zone/the-secret-life-2.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:None,2017-11-12:varia.zone/the-secret-life-2.htmlscreeninghomebrewserver.club, kalenders sessie 1varia.zone/hbsc-cal-1-nl.html<p>Een eerste ontmoeting rondom zelf-gehoste kalenders. </p>VariaThu, 09 Nov 2017 00:00:00 +0100tag:None,2017-11-09:varia.zone/hbsc-cal-1-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 1varia.zone/the-secret-life-seizoen-1.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>5 november</strong>: seizoen 1 - huishoudelijke apparatuur (stofzuiger, naaimachine, centrale verwarming, wasmachine, vriezer en televisie)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 29 Oct 2017 00:00:00 +0200tag:None,2017-10-29:varia.zone/the-secret-life-seizoen-1.htmlscreeningOpening Ruimtevaria.zone/opening.html<p>Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level van de ruimte.</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:None,2017-10-26:varia.zone/opening.htmleventhomebrewserver.clubvaria.zone/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn goedkope, energiezuinige, onderhoudsarme computers waarmee men in eigen beheer diensten online kan gebruiken.</p> +<p>De club is bedoeld voor zowel gevorderde als beginnende deelnemers. De resultaten van onze bijeekomsten verwerken we tot guides en artikels die de technieken contextualiseren en stap voor stap uitleggen hoe je ze zelf kan uitvoeren.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:None,2017-09-14:varia.zone/homebrewserver.club.htmlwork groupself-hostingRelearn Rotterdamvaria.zone/relearn.html<p>Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen. </p> +<p>Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week vormen. Relearn omarmt het resetten van denkmodi, om een uiteenlopende reeks aanpakken te heroverwegen, die voortkomen uit de ontwikkeling van onze culturen tot en via digitale entiteiten.</p> +<p>Naast een experiment in collectief leren, is Relearn ontstaan vanuit een interesse in Vrije en Open Source Software-cultuur en -praktijken als een manier om de productieprocessen en -kaders van technologie en cultuur te ondervragen.</p> +<p>29 Augustus - 2 September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:None,2017-08-29:varia.zone/relearn.htmlprojectsRotterdams Electronica Depotvaria.zone/red-nl.html<pre> + ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐ + ╠╦╝│ │ │ │ ├┤ ├┬┘ ││├─┤│││ + ╩╚═└─┘ ┴ ┴ └─┘┴└──┴┘┴ ┴┴ ┴ +┌─────────────────┬───────────────┐ +│div. onderdelen │div. onderd. │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +├─────────────────┼───────────────┼────────────────────┐ +│IC's │trim pots, │octo couplers │ +│ │ │EEPROMS │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstanden │weerstanden, │ +│lege lades, │>0.25W │lege lades, │ +│ │ │FTDI, │ +│ │ │arduino │ +│ │ │oscilloscope onderd │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstande │condensatoren, │ +│diodes │=<0.25W │transducers │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +└─────────────────┴───────────────┴────────────────────┘ + ╔═╗┬ ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐ ╔╦╗┌─┐┌─┐┌─┐┌┬┐ + ║╣ │ ├┤ │ │ ├┬┘│ ││││││ ├─┤ ║║├┤ ├─┘│ │ │ + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴ ═╩╝└─┘┴ └─┘ ┴ + +</pre> + +<h1 id="het-rotterdams-electronica-depot">Het Rotterdams Electronica Depot</h1> +<p>Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd vrijwel niet meer mogelijk om een fysieke electronica winkel te bezoeken in Rotterdam. Op deze manier is het onmogelijk om even op de fiets te springen om wat ontbrekende onderdelen te hallen. Daarom heeft een collectief electronica depot opgericht waar deelnemers van tegen kostprijs onderdelen kunnen komen ophalen.</p> +<h1 id="lid-worden">Lid worden:</h1> +<p>Neem contact op met varia via de mailinglijst</p> +<h1 id="openingstijden-en-ophalen">Openingstijden en ophalen</h1> +<p>Het depot kent geen vaste openingstijden. Ophalen kan aan de Gouwstraat 3, 3082 BA, te Rotterdam</p>VariaSun, 09 Apr 2017 00:00:00 +0200tag:None,2017-04-09:varia.zone/red-nl.htmlwork groupelectronica \ No newline at end of file diff --git a/old/output/nl/feeds/all.rss.xml b/old/output/nl/feeds/all.rss.xml new file mode 100644 index 0000000..48ff616 --- /dev/null +++ b/old/output/nl/feeds/all.rss.xml @@ -0,0 +1,2239 @@ + +Variavaria.zone/Centrum voor Alledaagse TechnologieSat, 21 Mar 2020 00:00:00 +0100Sensible World Of Soccer - Varia Cup 2020varia.zone/sensible-soccer.html<p>Wordt een 'goal scoring superstar hero' tijdens de <strong>Sensible World of Soccer Varia Cup 2020</strong>! Na twee competitieve toernooien bij WORM brengen we dit klassieke voetbalspel nu naar Rotterdam-Zuid. Bij Varia organiseren we zowel een amateurcup als een pro-cup - iedereen kan meedoen (letterlijk: in tegenstelling tot moderne voetbalsimulators kan je het spel spelen met een joystick en slechts één knop)! Alhoewel de laatste officiële versie alweer dateert uit 1996 (de matige 3d pogingen laten we maar buiten beschouwing), is Sensible Soccer nooit weggeweest. Dankzij een uiterst verslavende gameplay en een uitgebreide database van wereldwijde teams zijn de mogelijkheden om kampioen te worden oneindig. SWOS maakt volgens de Stanford universiteit deel uit van het spelkanon, samen met bijvoorbeeld Tetris en Super Mario Bros 3. De Royal Mail heeft zijn aandeel in de Britse spelgeschiedenis beloond met een Sensible postzegel afgelopen maand.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +Het komt mede door een sterke community (zie ook <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) dat de bal bleef rollen. Denk aan mogelijkheden om online tegen elkaar te spelen, ranglijsten, en de jaarlijkse Sensible Days: het WK waar uitgemaakt wordt wie de beste speler is. Het hoogtepunt van dit jaar is de release van Sensible World of Soccer 2020! Deze nieuwe versie biedt niet alleen een geupdate database met +/- 1.500 teams (van Nederland tot El Salvador!), het is ook de eerste keer dat het spel op huidige besturingssystemen gespeeld kan worden zonder gebruik te maken van DOS- of Amiga-emulatoren. Deze editie kan rechstreeks vanaf je Windows-desktop opgestart worden (natuurlijk is er ook een database voor de originele Amiga-versie beschikbaar voor de die-hards). Het is zelfs mogelijk te switchen tussen DOS en Amiga-gameplay en om te kiezen voor een fraaie breedbeeld-modus in UltraHD-resolutie. Het spel is als freeware te downloaden via onderstaande link (wel is het nodig het originele spel in bezit te hebben; online zoekmachines bieden uitkomt, of ga naar <a href="http://www.gog.com">www.gog.com </a>waar het spel verkocht wordt).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +Het toernooi wordt gespeeld in SWOS2020, wat betekent dat je met de favoriete club van dit moment kan spelen. Zowel ervaren als onervaren spelers zijn welkom. Na een selectieronde gaan de beste spelers strijden om de pro-cup, terwijl de andere helft strijdt om de amateurcup. Voor beide toernooien zijn er prijzen!</p> +<p><strong>Tijdschema</strong> (afhankelijk van het aantal deelnemers)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Selectieronde (amateurs + pros gemengd)<br> +<strong>vanaf 14:30</strong> Pro Cup and Amateur Cup (op aparte systemen)<br> +<strong>+/- 17:30</strong> Avondeten<br> +<strong>19:00</strong> Prijsuitreiking<br> +<strong>20:00/21:00</strong> Slot<br></p> +<p><strong>entree:</strong> donatie</p> +<p>Het aantal deelnemers is beperkt. Tussen 12:00 en 13:00 kan je je inschrijven, maar als je zeker wilt zijn van een plekje is het verstandig een e-mail te sturen naar: sebatosh@gmail.com. Vergeet niet de club op te schrijven waarmee je wilt gaan spelen. Doe je niet mee aan het toernooi? Er zullen computers aanwezig zijn om zelf een wedstrijd te spelen. Of kom de deelnemers aanmoedigen. De belangrijke wedstrijden krijgen live wedstrijdverslag van onze Braziliaanse commentator en daarnaast is er Amiga-muziek van <strong>DJ Newk</strong>!</p> +<p><strong>Nuttige Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:None,2020-03-21:varia.zone/sensible-soccer.htmleventsensiblesoccereventgamingSensible World Of Soccer - Varia Cup 2020varia.zone/en/sensible-soccer.html<p>Become a goal scoring superstar hero at the <strong>Sensible World of Soccer Varia Cup 2020</strong>! After two competitive events at WORM it's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play (literally; in contrast with modern football simulators you only need a joystick with one button!). Although the last official release of the game was in 96 (not counting the terrible 3d attempts that became the downfall of Sensible Software), Sensible Soccer never went away thanks to its highly addictive gameplay and vast database of teams from around the world, creating possibilities to become champion infinite. SWOS has become part of the gaming canon as stated by Stanford University, amongst games as Tetris and Super Mario Bros 3. The Royal Mail celebrated its part in British video game history by releasing a Sensible Stamp last month.</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/commit/60fcb92b2f850341f989feff9dcffe8bc9f8caf4/content/extra%20image%202.jpg"></p> +<p><strong>SWOS2020</strong> +A strong community (check out <a href="http://www.sensiblesoccer.de">www.sensiblesoccer.de</a>) made sure the ball kept on rolling, with ways to play against each other online, rankings, as well as hosting the annual Sensible Days: the World Cup where players decide who's best. The highlight of this year though is the launch of <strong>Sensible World of Soccer 2020</strong>! Not only does it provide an up-to-date database with around 1,500 teams from all over the world (from The Netherlands to El Salvador; a huge community effort), it is also the first time that the game can be played on modern operating systems without using DOS- or Amiga-emulators. This time you can run the game straight from your Windows-desktop (of course, the database has also been released for the original Amiga version). You can even switch live between DOS and Amiga-gameplay, and choose for a beautiful wide screen mode on UltraHD resolutions. The game is available for free through below link (you do need to own the original version of the game though, but online search machines will help, or check out <a href="http://www.gog.com">www.gog.com </a>for a legal way to buy the game).</p> +<p><img alt="" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/extra%20image%203.jpg"></p> +<p><strong>VARIA CUP</strong> +We will play the cup in SWOS2020, which means you can play with your favourite team of the moment! Both experienced and unexperienced players are welcome. After a first qualifying round, the top half of the field will go and compete in the Pro Cup, the bottom half in the Amateur Cup; both cup winners will win a prize.</p> +<p><strong>Timetable</strong> (depending on amount of players participating)<br></p> +<p><strong>12:00 - 13:00</strong> Warming-up<br> +<strong>13:00 - 14:30</strong> Qualifying rounds (amateurs + pros mixed: best continu to the Pro Cup, worst to the Amateur Cup)<br> +<strong>14:30 </strong>- onwards Pro Cup and Amateur Cup (on separate systems)<br> +<strong>+/- 17:30</strong> Dinner time<br> +<strong>19:00</strong> Awards ceremony<br> +<strong>20:00/21:00</strong> Closing down<br></p> +<p><strong>entry:</strong> donation</p> +<p>The amount of players is limited. You can enroll between 12:00 and 13:00 but if you want to be sure of a spot, write to: sebatosh@gmail.com. Be sure to write down the club you want to play with. Not participating in the tournament? Feel free to come along and play on one of the practice systems. You can also stop by to support your local heroes while enjoying the live Brazilian commentary we will have during selected games or the Amiga-tunes that <strong>DJ Newk</strong> will be playing!</p> +<p><strong>Useful Links</strong><br> +The 2020 version of the game -&gt; <a href="https://www.sensiblesoccer.de/swos-2020">https://www.sensiblesoccer.de/swos-2020</a><br> +Why is this game still so good? -&gt; <a href="https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407">https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407</a><br> +The making of Sensible Soccer -&gt; <a href="https://readonlymemory.vg/the-making-of-sensible-soccer/">https://readonlymemory.vg/the-making-of-sensible-soccer/</a><br> +Intro of SWOS 96/97 -&gt; <a href="https://www.youtube.com/watch?v=8eBqIXjj4a8">https://www.youtube.com/watch?v=8eBqIXjj4a8 </a></p>VariaSat, 21 Mar 2020 00:00:00 +0100tag:None,2020-03-21:varia.zone/en/sensible-soccer.htmleventsensiblesoccereventgamingRadio on the radiovaria.zone/radio-on-radio.html<p>Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.</p> +<p><strong> deur:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entree:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>Een radio-relaxation mixtape-performance. Een mix van meditatieve monsters en de natuur, met lawaai en socio-politieke angsten in een griezelig hypno-magnetisch magnetic-tape stuk. Dit alles wordt live uitgevoerd met meerdere cassettespelers en tapeloops, verspreid door de ruimte en gemoduleerd door een modulaire synthesizer.</p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Tijdens haar optreden 'Radio-active female monstrosity' gebruikt ze haar stem, evenals een online geluidsarchief dat ze heeft gebouwd om mee te spelen, te stapelen en te vervormen tot chaos. De vrouwelijke stem wordt de mannelijke stem, wordt het monster, de buitenaardse stem. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Heb je je ooit afgevraagd hoe het zou zijn om je eigen ASMR-vriendje te hebben, eentje die heel zacht praat en alleen maar over radio? Tijdens deze uitvoering van Pradapony69 zullen de rillingen over je ruggegraat lopen, terwijl hij je het verschil tussen lange golven en magnetrons uitlegt.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad onderzoekt nieuwe toepassingen van analoge radiotechnologieën binnen elektronische live-muziek. Zo ontstaan kneedbare sonische artefacten uit een topografie van lokale radiostations.</p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radiogolven worden niet beperkt door geopolitieke of ideologische grenzen. Samen met de Bel luisteren we, met behulp van originele vinylopnamen, naar radiostoringen uit de koude oorlog die nog steeds over de hele wereld worden uitgezonden.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:None,2020-03-14:varia.zone/radio-on-radio.htmlconcertradioonconcertRadio on the radiovaria.zone/en/radio-on-radio.html<p>Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.</p> +<p><strong> door:</strong> 19:30<br> + <strong> start:</strong> 20:00<br> + <strong>entry:</strong> 5 euro</p> +<p><strong>Relaxing on the radio waves - oyo &amp; mmths +</strong></p> +<p>A radio relaxation mixtape performance. A mix of meditative samples and nature with noise and social/political anxieties into an uncanny hypno-magnetic-tape audiopiece. It is performed live with multiple cassette tape players and spacial cassette tape loops spread across the space and modulated by a modular synthesizer. </p> +<p><strong>Radio-active female monstrosity - Angeliki D. +</strong></p> +<p>Angeliki D. uses her voice, as well as an online sound archive she built to play, layer and gradually distort into chaos. The female voice becoming the male voice, becoming the monster, the otherworldly voice. </p> +<p><strong>[ASMR] Radio Boyfriend - Pradapony69 +</strong></p> +<p>Did you ever wonder what it would be like to have your very own ASMR boyfriend, one that talks really soft and only about radio? During this performance by Pradapony69 will send chills down your spine while explaining the difference between long waves and microwaves.</p> +<p><strong>Stations of Exception - Jad Saliba +</strong></p> +<p>Jad investigates the possibilities of re-appropriating analogue radio technologies into the realm of live electronic music, creating malleable sonic artefacts from a topography of broadcasted local radio stations. </p> +<p><strong>World Wide Web - Dennis de Bel (PD0WNED) +</strong></p> +<p>Radio waves are not constrained by geo-political nor ideological borders. Thus we tried. A close listening of cold war radio interference featuring original vinyl recordings, still being broadcast around the globe today.</p>VariaSat, 14 Mar 2020 00:00:00 +0100tag:None,2020-03-14:varia.zone/en/radio-on-radio.htmlconcertradioonconcertFeministische Hack Bijeenkomsten: Serversvaria.zone/feminist-hack-meetings-feb-servers.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>Laten we het over <strong>feministische servers</strong> hebben! In deze vergadering nodigen we u uit om te discussiëren over vragen als:<br> +Wat betekent het voor een server om feministisch te zijn, en hoe zou het eruit kunnen zien? Wat en wie dient het? Wat is er nodig om het te creëren en te onderhouden?<br> +We willen graag onze ideeën in kaart brengen en de mogelijkheid overwegen om een feministische server op te zetten bij Varia.<br> +Wij brengen materiaal zoals RPis en computers mee. Dan kunnen we samen experimenteren en dingen uitproberen. <br> +Doe met ons mee!<br></p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops. Ze zijn gericht op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken op het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. +Januari bijeenkomst: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 29 februari 2020</p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:None,2020-02-29:varia.zone/feminist-hack-meetings-feb-servers.htmleventFeminist Hack Meetings: Serversvaria.zone/en/feminist-hack-meetings-feb-servers.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>Let's talk about <strong>feminist servers</strong>! In this meeting, we invite you to discuss questions like:<br> +What does it mean for a server to be feminist, and how could it look like? What and who does it serve? What does it take to create and maintain it?<br> +We would like to map and draw collectively our ideas and consider the possibility of setting up a feminist server at Varia, as a base for our practice.<br> +We will bring material (like RPis and computers) to start experimenting and trying things out. <br> +Join us!<br></p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations.<br> +January meeting: https://varia.zone/en/feminist-hack-meetings-jan.html</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 29 Feb 2020</em></p> +<p>15:00 - 18:00</p>VariaSat, 29 Feb 2020 00:00:00 +0100tag:None,2020-02-29:varia.zone/en/feminist-hack-meetings-feb-servers.htmleventRead & Repair feat. readings & listings: open licenses editionvaria.zone/rr-open-licences.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong> +Varia's deuren zijn elke laatste zondag van de maand open. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 23 februari heeft Varia een speciale gast: Manetta Berends zal de eerste editie van een <strong><em>readings &amp; listings</em> sessie rond open licenties</strong> organiseren. </p> +<p><strong>Wat moet ik meenemen?</strong></p> +<p>Een computer kan nuttig zijn om samen aan de <em>readings &amp; listings</em> te werken.</p> +<p><strong>Wat gaan we doen?</strong></p> +<p>We nemen een uur of twee de tijd om over open licenties te praten, stukjes van deze techno-juridische documenten te lezen, voorbeelden en tendensen op dit gebied te bespreken, en samen te werken aan een kleine leeslijst rond dit onderwerp.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 23 februari 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenties editie</p> +<p>13:00 - 17:00 (doorlopende tijd om te lezen en te repareren)</p> +<p>Thee en koffie zullen genoeg aanwezig zijn. Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:None,2020-02-23:varia.zone/rr-open-licences.htmleventRead & Repair feat. readings & listings: open licenses editionvaria.zone/en/rr-open-licences.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Varia's doors are open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 23rd of February, Varia has a special guest: Manetta Berends will host the first edition of a <strong><em>readings &amp; listings</em> session around open licenses</strong>. </p> +<p><strong>What to bring?</strong></p> +<p>A computer could be useful for working on the <em>readings &amp; listings</em> together.</p> +<p><strong>What will we do?</strong></p> +<p>We will take an hour or two to talk about open licenses, read snippets of these techno-legal documents, discuss examples and tendencies of this field, and together work on a small reading list around this topic.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 23 Feb 2020</em></p> +<p>11:00 - 13:00 readings &amp; listings: open licenses edition</p> +<p>13:00 - 17:00 (ongoing time to read and repair)</p> +<p>Tea and coffee will be bountiful. This event is open to all and the entrance is free.</p>VariaSun, 23 Feb 2020 00:00:00 +0100tag:None,2020-02-23:varia.zone/en/rr-open-licences.htmleventCtrl-Alt-Savevaria.zone/ctrl-alt-save-first.html<p>Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en +er bestaan veel zogenaamde oplossingen, maar zijn het +echt oplossingen?</p> +<p>Bij de eerste Ctrl-Alt-Save-bijeenkomst op Varia kunnen +veel van deze vragen voor u duidelijker worden.</p> +<p>De focus van de eerste bijeenkomst ligt op uw gegevens en +hoe u deze beter en veiliger kunt beheren op basis van uw +interesses en actuele problemen. Geen oplossing +gegarandeerd, maar een mogelijk beter begrip van het +onderwerp.</p> +<p>Ctrl-Alt-S zal een reeks evenementen en ontmoetingen zijn +bij Varia in 2020 en zal worden gevormd door de feedback +en opmerkingen van de aanwezigen. De meet-ups zullen in +het Engels zijn.</p> +<p><strong>Datum:</strong> February 21, 2020<br> +<strong>Tijd:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:None,2020-02-21:varia.zone/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageCtrl-Alt-Savevaria.zone/en/ctrl-alt-save-first.html<p>Ever had a hard-drive crash? lost data? cloud back did +not really backup? Time Machine did not have a past do go +back to? Many questions around backup and data storage +exist and many issues need to be resolved. From large +database to a small personal collection, data storage +affects everyone and many so-called solutions exist but +are they really solutions?</p> +<p>At the first Ctrl-Alt-Save meetup at Varia, many of these +questions might become more clear for you.</p> +<p>The focus of the first meetup will be on your data and +how you can manage it better and more securely based on +your interests and current issues. No solution +guaranteed, but a possible better understanding of the +topic.</p> +<p>Ctrl-Alt-S will be a series of events and meet-ups at +Varia in 2020 and will be shaped by the feedback and +comments of the attendees. The meet-ups will be in +English.</p> +<p><strong>Date:</strong> February 21, 2020<br> +<strong>Time:</strong> 11:00 - 16:00</p>VariaFri, 21 Feb 2020 00:00:00 +0100tag:None,2020-02-21:varia.zone/en/ctrl-alt-save-first.htmldiscussionctrl-alt-savedatastorageHeath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypsevaria.zone/heath-bunting-apocalypse.html<p><strong> Heath Bunting </strong> is een in Engeland gevestigde kunstenaar die al meer dan dertig jaar controle- en communicatiesystemen in twijfel trekt en ondermijnt. Hij begon als street artist door posters op te hangen in de openbare ruimte, behoorde tot de eerste generatie van net.artists in de jaren negentig, waar hij <a href="http: //www.irational.org">irational.org</a> oprichtte (en de server runde), maar keerde zich in 1998 van het internet af toen hij diens bedrijfsovername daarvan voorzag.</p> +<p>Hij richtte verschillende radiostations op en werkte samen met Kate Rich aan workshops voor het betreden van privébezit en aan alternatieve distributiesystemen voor goederen. Voor zijn 'Identity Bureau' project onderzocht hij manieren voor individuën om legaal een nieuwe naam en identiteit te verkrijgen via de bureaucratische mazen van westerse landen (in 2014 gaf hij een Identity Bureau workshop in Wlfrt Projectspace Rotterdam). In zijn dagelijkse leven, vermijdt Bunting strikt het gebruik van elektronische systemen die hem traceerbaar maken, waaronder bankkaarten en mobiele telefoons.</p> +<p>Het bovenstaande is slechts een klein deel van zijn activiteiten en strijd tegen controlesystemen. <strong> Florian Cramer </strong> zal een gesprek van twee uur met Heath Bunting voeren over zijn vroegere en huidige projecten, met als doel de kennis en ervaring van Heath met het publiek te delen. Hierop volgt om 16.00 uur kritische feedback van Heath op de huidige activiteiten van <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong> the Voluntary Fire Brigade of the Apocalypse </strong></a> in Rotterdam.</p> +<p>Programma:</p> +<p><strong> 14.00-16.00: </strong> Dertig jaar onderzoek naar en activisme tegen controlesystemen - gesprek- en projectevaluatie met Heath Bunting <br> +<strong> 16.00-17.00: </strong> Feedback op the Voluntary Fire Brigade of the Apocalypse <br> +<strong> 17.00-19.00: </strong> pauze met koffie, thee en soep <br> +<strong> 19.00: </strong> DJ set van Jacco Weener <br></p> +<p><strong> datum: </strong> 17 Februari, 2020 +<strong> toegang: </strong> gratis of donatie</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:None,2020-02-17:varia.zone/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopHeath Bunting - in conversation with the Voluntary Fire Brigade of the Apocalypsevaria.zone/en/heath-bunting-apocalypse.html<p><strong>Heath Bunting</strong> is an artist based in the UK who, for more than thirty years, has questioned and undermined systems of control and communication. He began as a street artist putting up fly posters in public spaces, belonged to the first generation of net.artists in the 1990s where he found (and ran the server of) <a href="http://www.irational.org/">irational.org</a>, but turned away from the Internet in 1998, seeing its corporate takeover as early as in that year. </p> +<p>He set up several radio stations, collaborated with Kate Rich on alternative distribution systems for goods and workshops for trespassing private property. For his "Identity Bureau', he investigated ways for people to legally obtain a new names and identities using loopholes in the bureaucracies of Western countries (and gave an Identity Bureau workshop in 2014 at Wlfrt Projectspace Rotterdam). In his daily life and travels, he strictly avoids use of electronic systems that make him traceable, including bank cards and mobile phones. </p> +<p>The above is only a small fraction of his activities in working against control systems. <strong>Florian Cramer </strong>will have a two-hour conversation with Heath Bunting on his past and present projects, with the aim to share Heath's knowledge and experience with the audience. This will be followed, at 16.00, by heath's critical feedback on the current activities of <a href="http://www.woodstonekugelblitz.org/firemenp1.html"><strong>the Voluntary Fire Brigade of the Apocalypse</strong></a> in Rotterdam.</p> +<p>Program:</p> +<p><strong> 14.00-16.00:</strong> Thirty years of researching and working against control systems - conversation &amp; project review with Heath Bunting<br> +<strong> 16.00-17.00:</strong> Feedback on the Voluntary Fire Brigade of the Apocalypse<br> +<strong> 17.00-19.00:</strong> break with coffee, tea, soup<br> +<strong> 19.00:</strong> DJ set by Jacco Weener<br></p> +<p><strong> date:</strong> February 17, 2020 +<strong> entry:</strong> free or donation</p>VariaMon, 17 Feb 2020 00:00:00 +0100tag:None,2020-02-17:varia.zone/en/heath-bunting-apocalypse.htmlworkshopheathbuntingapocalypseworkshopAlles Flex? Call me Intern, City Dragonvaria.zone/alles-flex-call-me-intern-city-dragon.html<p>Varia nodigt je uit voor een avond vol documentaires, muziek en goede gesprekken!</p> +<p>Op 8 februari vertonen we de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Om dit onderwerp te verduidelijken heeft Abel Heijkamp, een van de filmmakers van "Alles Flex?" en lid van de Bond Precaire Woonvormen, ermee ingestemd aanwezig te zijn voor een gesprek voor- en achteraf.</p> +<p>Het tweede deel van het programma wordt verzorgd door Sam Kreuk, die zijn solo-project City Dragon zal presenteren.</p> +<p><strong>Locatie:</strong> Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum:</strong> Zaterdag, 8 Februari<br> +<strong>Tijd:</strong> 17:30 - 21:30 <br> +<strong>Entree:</strong> Donatie</p> +<p><strong>City Dragon</strong><br> +City Dragon is het soloproject van <em>Max Kaario aka. Sam Kreuk</em>. Met behulp van saxofoon, blokfluit, speelgoed en percussie maakt hij geïmproviseerde collages en loops. Verwacht de stem van een diva, power ballads, street trance, een verzameling aan afvalritmes, Celine Dion mesmer mantra's en nog veel meer!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In de documentaire ‘Alles Flex?’ (All Flex?) verkennen filmmakers <em>Abel Heijkamp</em> (NL) en <em>Julij Borštnik</em> (SI) de mogelijke gevolgen van de huidige flexibilisering van onze leefwereld. De film is gebaseerd op de persoonlijke verhalen van flexwerkers en flexhuurders met verschillende leeftijden en levenswijzen. Wat voor soort samenleving creëren we wanneer existentiële veiligheid niet langer een recht is, maar een voorrecht voor hen die het zich kunnen veroorloven?</p> +<p>‘Alles Flex?’ Is de eerste aflevering van een 4-delige webdocumentaire serie 'The Future of Work' en gefilmd in Nederland, Slovenija, Duitsland en Europa.</p> +<p><strong>Call me Intern</strong><br> +Jong, werkloos en gefrustreerd; filmmakers <em>David Leo Hyde</em> en <em>Nathalie Berger</em> gingen in het kader van een millennial gonzo-filmproductie op stage om het systeem van binnenuit te bekijken.</p> +<p>Nadat David een stage bij de Verenigde Naties heeft aanvaard, verhuizen Nathalie en hij naar een kleine blauwe tent aan het meer van Genève om zijn onbetaalde stage-ervaring te documenteren. Deze actie veroorzaakt een wereldwijde persstorm en daagt hun rol als filmmaker uit.</p> +<p>Ondertussen werkt Marisa voor een Amerikaanse presidentsverkiezingencampagne, terwijl ze de intimidatie van haar toezichthouders afweert. Kyle neemt een stage voor een fortuin-500 bedrijf, terwijl hij in een daklozenopvang in New York woont.</p> +<p>Elk van deze stagiaires staat voor een keuze: het systeem accepteren zoals deze is of hun carrière op het spel zetten door ertegen in te gaan. Hun acties helpen zichtbaarheid en kracht te geven aan een groeiende internationale stage-beweging. Hun verhalen onthullen de druk die zoveel millennials ertoe brengt om gratis te werken, terwijl uittreksels uit popcultuur en getuigenissen van academici, politici en werkgevers ons een idee geven van hoe breed het stage-fenomeen zich al heeft verspreid.</p> +<p><strong>Schema:</strong><br> +17:30: Deuren open<br> +18:00: Alles Flex? + Q&amp;A met filmmaker Abel Heijkamp<br> +19:45: Breuk<br> +20:00: Call Me Intern<br> +21:15: Breuk<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:None,2020-02-08:varia.zone/alles-flex-call-me-intern-city-dragon.htmlmisceventAlles Flex? Call me Intern, City Dragonvaria.zone/en/alles-flex-call-me-intern-city-dragon.html<p>Varia would like to invite you to an evening of documentary watching, thoughtful debate and a musical performance!</p> +<p>On the February we will be screening the documentaries "Alles Flex?" and "Call me Intern", both of which reflect on the devastating consequences caused by the ongoing flexibilization of both housing and work. To further clarify and present these topics, Abel Heijkamp, one of the filmmakers responsible for "Alles Flex?" and member of Bondprecaire Woonvormen, has kindly agreed to be present for a Q&amp;A and conversation.</p> +<p>The second part of the program will be secured by Sam Kreuk, who will be presenting his solo project, City Dragon.</p> +<p><strong>Location:</strong> Varia, Gouwstraat 3 (Rotterdam)<br> +<strong>Date:</strong> Saturday 8th of February<br> +<strong>Time:</strong> 17:30 - 21:30<br> +<strong>Entry:</strong> Donation</p> +<p><strong>City Dragon</strong><br> +City Dragon is the solo project of <em>Max Kaario aka. Sam Kreuk</em>. Using saxophone, recorders, toys and percussion he creates improvised collages and loops. Expect diva vocalization, power ballads, street trance, a collapsing assemblage of garbage rhythms, Celine Dion mesmer mantra's and much more!</p> +<p><a href="https://maxkaario.wixsite.com/citydragon">https://maxkaario.wixsite.com/citydragon</a><br> +<a href="https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title">https://www.youtube.com/watch?v=GP7PE4qcUS4&amp;feature=emb_title</a><br> +<a href="https://citydragon.bandcamp.com/">https://citydragon.bandcamp.com/</a></p> +<p><strong>Alles Flex?</strong><br> +In the documentary ‘Alles Flex?’ (All Flex?) filmmakers <em>Abel Heijkamp</em> (NL) and <em>Julij Borštnik</em> (SI) explore the possible consequences of the current flexibilisation of our life-world. It draws upon the personal accounts of flex workers and flex tenants of different ages and walks of life. What kind of society are we fostering when existential security is no longer a right, but a privilege for those who can afford it?</p> +<p>‘Alles Flex?’ is the first episode of a 4 part web documentary series The Future of Work. +Filmed in the Netherlands, Slovenija, Germany and Europe.</p> +<p><strong>Call me Intern</strong><br> +Young, unemployed and frustrated, Filmmakers <em>David Leo Hyde</em> and <em>Nathalie Berger</em> set out to land an internship so they can examine the system from the inside in an act of millenial gonzo-film making.</p> +<p>After David accepts an internship at the United Nations, they move into a small blue tent on the Geneva lakefront and begin documenting his unpaid intern experience. Their action sparks a global press storm, challenging their roles as filmmakers.</p> +<p>Meanwhile, Marisa works for a US presidential election campaign, while fending off harassment from her supervisors. Kyle interns for a fortune-500 company, while living in a New York homeless shelter.</p> +<p>Each of these interns faces a choice: accept the system the way it is or put their careers on the line to speak out against it. Their actions help give visibility and strength to a growing global intern movement. Their journeys reveal the pressures which lead so many millennials to work for free while pop-culture extracts and testimonies from academics, politicians and employers give us a sense of how wide the internship phenomenon has spread.</p> +<p><strong>Schedule:</strong><br> +17:30: Doors open<br> +18:00: Alles Flex + Q&amp;A with filmmaker Abel Heijkamp<br> +19:45: Break<br> +20:00: Call Me Intern<br> +21:15: Break<br> +21:30: City Dragon </p>VariaSat, 08 Feb 2020 17:30:00 +0100tag:None,2020-02-08:varia.zone/en/alles-flex-call-me-intern-city-dragon.htmlmisceventRead & Repair feat. The Bootleg Libraryvaria.zone/rr-bootleg.html<p><strong>Boeken? Zines? Elektronische onderdelen?</strong></p> +<p>Vanaf januari 2020 zal Varia elke laatste zondag van de maand haar deuren openen. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.</p> +<p>Op zondag 26 januari heeft Varia een speciale gast: +Simon Browne introduceert de "bootleg library", een gedeelde digitale en fysieke bibliotheek van gebootlegde teksten. </p> +<div class="highlight"><pre><span></span><code><span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + +<span class="n">wat</span> <span class="n">mee</span> <span class="n">te</span> <span class="n">nemen</span><span class="o">?</span> + <span class="n">een</span> <span class="n">computer</span> <span class="n">en</span> <span class="n">een</span> <span class="n">paar</span> <span class="n">van</span> <span class="n">je</span> <span class="n">favoriete</span> <span class="n">digitale</span> <span class="n">boeken</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">welk</span> <span class="n">bestandsformaat</span> <span class="n">dan</span> <span class="n">ook</span><span class="p">)</span> + +<span class="n">wat</span> <span class="n">gaan</span> <span class="n">we</span> <span class="n">doen</span><span class="o">?</span> + <span class="n">Een</span> <span class="n">introductie</span> <span class="n">over</span> <span class="n">de</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> <span class="n">een</span> <span class="n">gedeelde</span> + <span class="n">digitale</span> <span class="n">en</span> <span class="n">fysieke</span> <span class="n">bibliotheek</span> <span class="n">met</span> <span class="err">“</span><span class="n">bootlegged</span><span class="err">”</span> <span class="n">teksten</span><span class="p">.</span> + <span class="n">we</span> <span class="n">kunnen</span> <span class="n">gebruikersaccounts</span> <span class="n">aanmaken</span><span class="p">,</span> <span class="n">teksten</span> <span class="n">up</span><span class="o">-</span> <span class="n">en</span> + <span class="n">downloaden</span><span class="p">,</span> <span class="n">gesprekken</span> <span class="n">hebben</span> <span class="n">over</span> <span class="n">wat</span> <span class="n">we</span> <span class="n">lezen</span><span class="p">,</span> <span class="n">over</span> <span class="n">hoe</span> + <span class="n">we</span> <span class="n">onze</span> <span class="n">eigen</span> <span class="n">boekenplank</span> <span class="n">organiseren</span> <span class="k">of</span> <span class="n">samen</span> <span class="n">een</span> <span class="n">gesprek</span> + <span class="n">voeren</span> <span class="n">over</span> <span class="n">mogelijke</span> <span class="n">ontwikkelingen</span> <span class="n">van</span> <span class="n">deze</span> <span class="n">bibliotheek</span><span class="p">.</span> +</code></pre></div> + + +<p>Thee en koffie zullen genoeg aanwezig zijn. +Dit evenement is voor iedereen toegankelijk en de toegang is gratis.</p> +<p><strong>Programma:</strong></p> +<p><em>Zondag, 26 januari 2020</em></p> +<p>11:00 - 17:00 uur (lopende sessies, u kunt altijd komen of gaan)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:None,2020-01-26:varia.zone/rr-bootleg.htmleventRead & Repair feat. The Bootleg Libraryvaria.zone/en/rr-bootleg.html<p><strong>Need books? Need zines? Need electronic parts?</strong></p> +<p>Starting in January 2020, Varia will have their doors open every last Sunday of the month.</p> +<p>Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.</p> +<p>On Sunday the 26th of January, Varia has a special guest: Simon Browne will be introducing the “bootleg library”, which is a shared digital and physical library of bootlegged texts. </p> +<div class="highlight"><pre><span></span><code> <span class="n">bootleg</span> <span class="n">library</span> <span class="n">sessions</span> + + <span class="n">what</span> <span class="k">to</span> <span class="n">bring</span><span class="o">?</span> + <span class="n">a</span> <span class="n">computer</span> <span class="k">and</span> <span class="k">some</span> <span class="k">of</span> <span class="n">your</span> <span class="n">favourite</span> <span class="n">ebooks</span> + <span class="p">(</span><span class="n">PDF</span><span class="p">,</span> <span class="n">EPUB</span><span class="p">,</span> <span class="n">whatever</span><span class="p">)</span> + + <span class="n">what</span> <span class="n">will</span> <span class="n">we</span> <span class="k">do</span><span class="o">?</span> + <span class="n">we</span><span class="err">’</span><span class="n">ll</span> <span class="n">have</span> <span class="n">an</span> <span class="n">introduction</span> <span class="k">to</span> <span class="n">the</span> <span class="err">“</span><span class="n">bootleg</span> <span class="n">library</span><span class="err">”</span><span class="p">,</span> + <span class="n">which</span> <span class="k">is</span> <span class="n">a</span> <span class="n">shared</span> <span class="n">digital</span> <span class="k">and</span> <span class="n">physical</span> <span class="n">library</span> <span class="k">of</span> + <span class="n">bootlegged</span> <span class="n">texts</span><span class="p">.</span> <span class="n">let</span><span class="err">’</span><span class="n">s</span> <span class="n">make</span> <span class="k">user</span> <span class="n">accounts</span><span class="p">,</span> <span class="n">download</span> + <span class="k">and</span> <span class="n">upload</span> <span class="k">some</span> <span class="n">texts</span><span class="p">,</span> <span class="n">talk</span> <span class="n">about</span> <span class="n">what</span> <span class="n">we</span><span class="err">’</span><span class="n">re</span> <span class="n">reading</span> + <span class="k">and</span> <span class="n">how</span> <span class="n">we</span> <span class="k">like</span> <span class="k">to</span> <span class="n">organise</span> <span class="n">our</span> <span class="n">bookshelves</span><span class="p">,</span> <span class="k">and</span> + <span class="n">together</span> <span class="n">discuss</span> <span class="n">ways</span> <span class="n">the</span> <span class="n">library</span> <span class="n">can</span> <span class="n">develop</span><span class="p">.</span> +</code></pre></div> + + +<p>Tea and coffee will be bountiful. +This event is open to all and the entrance is free.</p> +<p><strong>Program:</strong></p> +<p><em>Sunday, 26 Jan 2020</em></p> +<p>11:00 - 17:00 (ongoing sessions, you can come or go anytime)</p>VariaSun, 26 Jan 2020 00:00:00 +0100tag:None,2020-01-26:varia.zone/en/rr-bootleg.htmleventFeministische Hack Bijeenkomstenvaria.zone/feminist-hack-meetings-jan.html<p>Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.</p> +<p>De <strong>Feministische Hack Bijeenkomsten</strong> zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack &amp; tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken on het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. </p> +<p>Een feministische benadering van technologie houdt rekening met de samenhangende sociale en politieke context. Het verlegt de grenzen van technologische kringen, met inbegrip van gender-diverse mensen, amateurs of anderen, die in minder of meerdere mate een uitsluiting hebben ervaren in technische omgevingen. Ze omvatten ook culturele, artistieke en educatieve praktijken die technologie benaderen, maar niet als een doel op zich. </p> +<p>Het idee begon na de deelname aan het <strong>ETC (Eclectic Tech Carnival)</strong> in Athene, een bijeenkomst van feministen, die alledaagse informatie technologieën kritisch gebruiken / bestuderen / delen / verbeteren in de context van de gratis software en open hardware stromingen.</p> +<p>In deze eerste bijeenkomst zullen we een overzicht en een inleiding geven over deze reeks vergaderingen. We zullen bespreken hoe dit voorstel in de loop van de tijd zich kan ontwikkelen .</p> +<p><strong>Programma:</strong></p> +<p>Zaterdag 25 januari 2020</p> +<p>17:00 - 19:00</p> +<p><em>De afbeelding is onderdeel van een illustratie gemaakt door een / ETC-lid voor / ETC Athene 2019.</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:None,2020-01-25:varia.zone/feminist-hack-meetings-jan.htmleventFeminist Hack Meetingsvaria.zone/en/feminist-hack-meetings-jan.html<p>Artemis and Angeliki invite you to join the Feminist Hack Meetings.</p> +<p>The <strong>Feminist Hack Meetings</strong> are a series of informal research meetings and workshops that aim to explore the suggestions, urgencies and potentials of feminist hack &amp; tech initiatives. We invite people, who are interested in technology and the processes of shaping it, to discuss and work together in matters of inclusion and exclusion in tech communities, feminist servers and hosting, autonomous communication services, archive and documentation. We will also include hardware and sound explorations. </p> +<p>A feminist approach to technology takes into consideration the social and political context around it. It pushes the boundaries of technological circles, in order to include gender-diverse people, amateurs, or others who have experienced low or high levels of exclusion in tech environments. They also include cultural, artistic and educational practices that are approaching technology, not as an end in itself. </p> +<p>The idea started after participating in <strong>/ETC (Eclectic Tech Carnival)</strong> in Athens, which is a gathering of feminists, who critically use/study/share/improve everyday information technologies in the context of the free software and open hardware movements. </p> +<p>In this first gathering we will give an overview and an introduction to this series of meetings. We will discuss on how this proposal may grow in time.</p> +<p><strong>Program:</strong></p> +<p><em>Saturday, 25 Jan 2020</em></p> +<p>17:00 - 19:00</p> +<p><em>The event image is part of an illustration made by an /ETC member for /ETC Athens 2019</em></p>VariaSat, 25 Jan 2020 00:00:00 +0100tag:None,2020-01-25:varia.zone/en/feminist-hack-meetings-jan.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Beste allemaal,</p> +<p>Bond Precaire Woonvormen (BPW) organiseert wederom een <em>huurdersspreekuur</em> en <em>meet and greet</em> bij Varia.</p> +<p>Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen is onzeker en duur, en dat lijkt alleen maar erger te worden. Gezien deze situatie leek het ons goed idee om een huurdersspreekuur te houden. Tijdens het huurdersspreekuur kunnen specialisten je vragen beantwoorden over wonen en uitgezet worden, huurrecht / -onrecht.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? of heb vragen of ideeën omtrent dit onderwerp? Wil je met anderen van gedachten wisselen over waar je mee bezig bent op dit gebied? Wees dan van harte welkom!</em></p> +<p><strong>Datum: Maandag 25 November 2019</strong> <br> +<strong>Locatie: Gouwstraat 3, Rotterdam</strong></p> +<p>Planning:</p> +<p><strong>15:00-17:00 Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke)huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30-21:00: BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:None,2019-11-25:varia.zone/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/en/bpw-consultation-plus-meet-and-greet-nov-2019.html<p>Dear all,</p> +<p>Bond Precaire Woonvormen (BPW) organizes another round of their <em>tenant consultation</em> plus <em>meet and greet</em> at Varia on Monday the 25th of November. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/11/bpw-regio-rotterdam-huurdersspreekuur-meet-and-greet-op-25-november/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaMon, 25 Nov 2019 00:00:00 +0100tag:None,2019-11-25:varia.zone/en/bpw-consultation-plus-meet-and-greet-nov-2019.htmleventMuziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneervaria.zone/music-niek-hilkmann.html<p>Een nieuwe muzikale avond in Varia! Wees erbij op 16 november voor een evenement vol singers, songwriters, herrie en karton!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>“Je lege melkfles”, “Hey, wat raar… Er zit een beestje in je haar” en “Nooit meer terug naar Zaamslag”; dat zijn niet zomaar wat bij elkaar geraapte woorden, maar enkele titels die Niek Hilkmann in gedachten heeft voor een gloednieuwe EP. Ter gelegenheid van de opnames hiervan speelt hij bij Varia met zijn band, De Puls, deze en vele andere Nederlandstalige liederen. Verwacht een bonte aaneenschakeling van ongehoorde primeurs en misschien zelfs wat oude bekenden.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is een tweehoofdig, feminiem beest met een grote bek zoals je die eigenlijk alleen in sprookjes en fabels ziet. Maar nu dus ook bij Varia! Verwacht een flinke bak herrie, theaterale escapades en een hoop geschreeuw, waarvan het de vraag is of het eigenlijk wel op het podium thuis hoort. Vulva zal zeker uitbarsten!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>Men geeft niet zomaar een beschrijving van het leven en werk van Rowan Van As. Deze kunstenaar-troubadour zingt, tekent en beeldhouwt alsof er geen morgen is en gebruikt daarbij een overvloed aan rekwisieten en zelfgemaakte instrumenten (zoals zijn beroemde mosselorgel). Bij Varia zal hij een aantal gloednieuwe nummers voor ons uitvoeren.</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, zoals zijn naam al doet vermoeden, niet zomaar een muzikant, maar een heuse Singer-Songwriter; een solist die slechts met gitaar en stem de mensen weet te verbazen, ontroeren en verwonderen. Zijn liederen zijn rauw als de Rotterdamse straatstenen en zijn gitaarsound is ongeknutseld uniek!</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>Geen enkele muziekavond is compleet zonder goede DJ en daarom zijn we erg blij om DJ Wanneer op de line-up te hebben. Deze DJ combineert het beste van Scheveningen, Rotterdam en Zoeterwoude door een eclectische mix van kleine crooners, dissonante meidenbands en algehele hysterische muziek te draaien.</p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>entree: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:None,2019-11-16:varia.zone/music-niek-hilkmann.htmlconcertniekhilkmannconcertMusic: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter and DJ Wanneervaria.zone/en/music-niek-hilkmann.html<p>Another musical night at Varia! Join us on November 16th for an evening full of singers, songwriters, noise and cardboard!</p> +<p><b>Niek Hilkmann en de Puls</b></p> +<p>"Your empty milk bottle", "Hey, that's strange ... There is a bug in your hair" and "Zaamslag, never again"; those are not just some random words, but songtitles that Niek Hilkmann is considering for his new EP. To commemorate the fact that they will be recording this very soon, he will perform these songs at Varia with his band, De Puls. Expect a colorful succession of unprecedented scoops and perhaps even some old acquaintances.</p> +<p><a href="https://niekhilkmann.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=rzD53OQZ5WE">Video</a></p> +<p><b>Vulva</b></p> +<p>Vulva is a twoheaded, feminine beast with a mouth so big that you usually only see it in fairy tales and fables. This doesn’t stop them from visiting Varia however! Expect a lot of noise, some theatrical escapades and an abundance of shouting, We will witness Vulva erupt!</p> +<p><a href="https://www.facebook.com/VULVA.666/">Facebook</a><br> +<a href="https://soundcloud.com/vulva666/fuck-you-pre-mix?fbclid=IwAR3fuuydHzh1zwQPLDfH9Wh56pOlsngRZ7uEDaapA-6z1gmJQFTC9WNz4cA">Souncloud</a></p> +<p><b>Rowan van As</b></p> +<p>One does not easily describe the life and times of Rowan Van As. This artist-troubadour sings, draws, sculpts and records like there is no tomorrow with the help of an abundance of props and home-made instruments (such as his famous organ mussel). At Varia he will perform some brand new songs for us and warm your heart!</p> +<p><a href="https://rowan.hotglue.me/">Web</a><br> +<a href="https://www.youtube.com/watch?v=q3gbFSzHRGg">Video</a></p> +<p><b>G. de Singer Songwriter</b></p> +<p>Gerard Olthaar is, as his name suggests, a true Singer-Songwriter; a solo musician who knows how to move and amaze an audience with just his guitar and voice. His songs are raw like the paving stones of Rotterdam and his guitar sound is unquestionably unique.</p> +<p><a href="https://www.gerardolthaar.nl/">Web</a><br> +<a href="https://www.youtube.com/watch?v=y6weLIWELII">Video</a></p> +<p><b>DJ Wanneer</b></p> +<p>No evening of entertainment is complete without a proper DJ and that is why we are very to have DJ Wanneer on the line-up. This individual combines the best of Scheveningen, Rotterdam and Zoeterwoude by playing an eclectic mix of little crooners, dissonant girl bands and overall hysterical music. </p> +<p><a href="http://jaccoweener.nl/">Web</a></p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>entry: 5 euro</li> +</ul>VariaSat, 16 Nov 2019 00:00:00 +0100tag:None,2019-11-16:varia.zone/en/music-niek-hilkmann.htmlconcertniekhilkmannconcertCentury 21 Calling - Camp Centuryvaria.zone/21-Camp-Century.html<p>Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale, olie- en gasafzettingen, is een nieuwe stormloop op het poolgebied een feit.</p> +<p>In de late jaren 1950, op het hoogtepunt van de Koude Oorlog, bouwde het Amerikaanse leger een geheime basis in het noordpoolgebied, verborgen voor de bevolking van Groenland en Denemarken. Deze basis werd een kerncentrale en was onderdeel van het geheime <strong> Project Iceworm </strong>.Tijdens deze editie van <strong> Century 21 Calling </strong> zullen we de documentaire <strong> Camp Century </strong> bekijken om meer context te geven over dit onderwerp. De film gaat over de bouw van de basis "Camp Century", de eerste van vele voorgestelde bases op Groenland. Voor de lezing geeft David Young een lezing over Groenland, de Amerikaanse politiek en de controle en commando strutter van de koude oorlog.</p> +<p><strong> David Young </strong> is een onderzoeker die geïnteresseerd is in het archiveren van mediatechnologieën, de geschiedenis van informatica en het discours van defensie-onderzoek in de Verenigde Staten tijdens de Koude Oorlog. Hij is momenteel een M3C / AHRC-gefinancierd doctoraatsonderzoeker aan de Universiteit van Nottingham; zijn doctoraatsthema is een onderzoek naar de technologische administratie van commando- en controlesystemen, de vormen van disciplinaire praktijken waarvan ze afhankelijk zijn om te opereren, en de strategische rationaliteiten die hun ontwikkeling in de loop van de tijd bepalen. Hij heeft een achtergrond in digitale mediakunst en heeft samengewerkt met kunstenaars, ontwerpers en wetenschappers bij de productie van experimentele, op onderzoek gerichte kunstwerken gefinancierd door de Arts Trust Scotland, de Alt-W Award van New Scotland en Creative Scotland.</p> +<p><strong> Century 21 Calling </strong> is een initiatief van het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt georganiseerd bij Varia in Rotterdam. Samen kijken we naar de industriële archieffilms, infomercials, tv-rapporten en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken deze om het heden te doorgronden.</p> +<p><strong>Deur open:</strong> 20:30<br> +<strong>David Young lezing begint:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Boekpresentatievaria.zone/Entrepecariat-Book-Launch.html<p>Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een wereld die bevolkt wordt door motiverende posters, productiviteitstools, mobiele kantoren en zelfhulptechnieken. Een wereld waarin een mengeling van ondernemersideologie en wijdverbreide precariteit de professionele sociale media, online marktplaatsen voor zelfstandig ondernemerschap en crowdfundingplatforms voor persoonlijke behoeften reguleert. Het resultaat? Een leven in permanente bèta, met soms tragische implicaties.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Tijden:</strong> 18:00h - 19:00h</p> +<p><strong> Entree:</strong> Gratis/Donatie</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchCentury 21 Calling - Camp Centuryvaria.zone/en/21-Camp-Century.html<p>With Donald Trump's eagerness to buy Greenland, a new spotlight have been put on this island. However, it is not something new for Greenland to be in the centre of international geopolitics. With the melting of the ice sheets, new trade routes opening and a huge amount of mineral, oil and gas deposits, a new rush for the artic has started.</p> +<p>In the late 1950s, during the height of the Cold War, the US military constructed a secret base in the arctic, hidden from the populations of Greenland and Denmark. This base was a nuclear power facility and part of the secret <strong>Project Iceworm</strong>. During this edition of <strong>Century 21 Calling</strong> we will be screening the documentary <strong>Camp Century</strong>, which is about the construction of the base "Camp Century", the first of many envisioned bases on Greenland, to give you more context about the topic. Before the lecture there will be a lecture by David Young on the topic of Greenland, American politics and control and command strutter of the cold war.</p> +<p><strong>David Young</strong> is a researcher interested in archiving media technologies, the history of computing, and the discourses of defence research in the United States during the Cold War. He is currently a M3C/AHRC-funded doctoral researcher at the University of Nottingham; his PhD topic is an examination of the technological administration of command and control systems, the forms of disciplinary practices they depend on in order to operate, and the strategic rationalities which shape their development over time. He has a background in digital media art, and has collaborated with artists, designers, and scientists in the production of experimental, research-oriented artworks funded by the Arts Trust Scotland, New Scotland's Alt-W award, and Creative Scotland.</p> +<p><strong>Century 21 Calling</strong> is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam. Together, we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Door open:</strong> 20:30<br> +<strong>David Young lecture starts:</strong> 21:00<br> +<strong>Screening:</strong> 21:45<br> +<strong>Entry:</strong> Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/en/21-Camp-Century.htmlscreeningcampcentury21callingEntreprecariat: Everyone Is an Entrepreneur. Nobody Is Safe. Mini Book Launchvaria.zone/en/Entrepecariat-Book-Launch.html<p>Join us for an image roulette session: together with Lìdia Pereira, Silvio Lorusso will randomly dig into his research directories to exhume entreprecarious memes, illustrations, screenshots, artworks, etc.</p> +<p>Entrepreneur or precarious worker? These are the terms of a cognitive dissonance that turns everyone’s life into a shaky project in perennial start-up phase. <a href="https://silviolorusso.com/">Silvio Lorusso</a> guides us through the entreprecariat, a world where change is natural and healthy, whatever it may bring. A world populated by motivational posters, productivity tools, mobile offices and self-help techniques. A world in which a mix of entrepreneurial ideology and widespread precarity is what regulates professional social media, online marketplaces for self-employment and crowdfunding platforms for personal needs. The result? A life in permanent beta, with sometimes tragic implications.</p> +<p>“A compelling and relentless j’accuse: debunking the social and political myths that push an increasing number of persons to perform in the entrepreneurship circus — with no safety nets.” — Antonio Casilli, author of En attendant les robots, 2019</p> +<p><strong> Time:</strong> 18:00h - 19:00h</p> +<p><strong> Entry:</strong> Free/Donation</p>VariaSat, 09 Nov 2019 00:00:00 +0100tag:None,2019-11-09:varia.zone/en/Entrepecariat-Book-Launch.htmllaunchentrepecariatbooklaunchTHE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD)varia.zone/the-social-in-the-media.html<p>Afgelopen zomer bezochten we ODD in Boekarest, om een presentatie te geven over collectieve infrastructuren en tools. Het verslag van ons bezoek is geschreven in het Engels, <a href="/en/the-social-in-the-media.html">klik hier om het te lezen</a>!</p> +<hr> +<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:None,2019-10-21:varia.zone/the-social-in-the-media.htmlarticlereportTHE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD)varia.zone/en/the-social-in-the-media.html<p><img alt="Broad Varia Ecosystem" src="/images/variaecosystem.png"></p> +<p>In June 2019, a delegation of Varia traveled to Bucharest to meet and exchange with <a href="https://www.oddweb.org/">ODD</a>, a space for theoretical discussion and social gatherings of all kinds founded and run by Cristina Bogdan. On the 19th, we gave a presentation entitled "The Social in the Media: On Digital Interdependencies". This was the abstract of the talk:</p> +<blockquote> +<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.</p> +<p>The evening will touch upon alternative tools and approaches, from federated and community-owned social media platforms, and other types of infrastructures that Varia, a space in the South of Rotterdam (the Netherlands), is experimenting with. Departing from discussions on this situation and its causes, we will try to imagine and formulate the affective infrastructures that shape everyday cultural practices and online socialities.</p> +</blockquote> +<p><img alt="Attendants reading Constant's &quot;Dear Cultural Institution, There's an Elephant in the Room&quot; letter. Photo by Florian Cramer." src="/images/the-social-in-the-media-01.jpg"> +<small>Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer.</small></p> +<p>We started the session by briefly mentioning our individual practices and how Varia came from a dissatisfaction with existing models for self-run spaces, such as the makerspace (lack of critical theory involved), the hackerspace (technology for technology's own sake), the co-working space (sociality as a a service), the fablab, etc.</p> +<p>After this introduction, the topic of the evening was more precisely expounded through a collective reading of "Dear Cultural Institution, There's an Elephant in the Room", a letter by Brussels based organisation Constant which addresses the troublesome relationship that independent cultural institutions maintain with corporate tools and social media. The letter was written as a reaction to multiple organisations' request for "help to degooglify". Following the reading, a short discussion took place, during which we invited the audience to exchange with us the intricacies of their relationship to corporate social media, but also their experiences, or lack thereof, and the obstacles they encountered while attempting to establish some distance.</p> +<p>Obviously, Varia hasn't found any definitive solution to this issue, but the question does connect to a lot of the practices in and around Varia. To explain how we tried to address some of the concerns raised in the letter we created a map of the broad Varia digital ecosystem. With this map, we wanted to stress that our current strategy consists in a combination of self-hosted tools and services (such as the website, the collaborative note taking software Etherpad, the on-line calendar and the git-based code sharing repository), but also some that are run by solidary organizations (such as mailing lists, chat, individual fediverse micro-blogging accounts) and some that are paid for (email). Our wish was to emphasize that a cultural organization doesn't necessarilily need to do everything by themselves, but can make use of what is already available.</p> +<p>We then spoke about our use of bots in chat systems, both to communicate and to document our exchanges. Our initial idea was to develop new forms of note-taking based on our interaction habits. We share a lot of different types of information in group chats, from news to recommendations of articles to instigations to clean the fridge. Starting from the conversational nature of our exchanges, we are experimenting with two different bot-users in the chat: one that gathers images shared on the main Varia channel and displays them online, and another one, focused specifically on the topic of digital interdependencies, that gathers images, quotes and looks for books' citations.</p> +<p>Beyond these internal initiatives, we also try to reach out and collaborate with people involved in the development of the tools we are interested in. Last year we invited Daniel Gultsch, the developer of Conversations, an open source application for self-hosted chat that is used in Varia. Daniel introduced his work and reflections before animating a worksession organised as part of the <em>Welcome to the Federation</em> project. This example was mentioned as one of the ways in which Varia tries not only to use, but also to contribute to and engage more broadly with free software tools and culture.</p> +<p><img alt="Varia delegation presenting at ODD. Photo by Florian Cramer." src="/images/the-social-in-the-media-02.jpg"> +<small>Varia delegation presenting at ODD. Photo by Florian Cramer.</small></p> +<p>An other thing we mentioned is the centrality of Etherpad, the collaborative note-taking software, in our practice. The main reason for that is its flexibility and the tools one can build on top of it, such as Etherdump, a command line tool written by Michael Murtaugh that converts etherpad pages to files. Our use of this tool turned our collaborative writing practice into a collaborative publishing practice. As the pads are driving us to write, edit, add and remove text all the time collectively, most content can be described as traces or fragments rather than "properly" edited essays. Reflecting on this tendency, we discussed the possibility of publishing <em>through</em> leaking. This idea became the departure point for the development of a new Etherdump feature allowing us to collect only the pads featuring a "<em>PUBLISH</em>" mention. As a result, the Etherdump became a fuzzy field of documents, that can speak to others in the group.</p> +<p>For the last part of the presentation, we spoke about collaborative projects initiated within Varia which make explicit the importance of tools within our members respective practices. The project <a href="http://pushingscores.deplayer.nl/">Pushing Scores</a>, developed by Cristina and Julie, was mentioned because its development was heavily influenced by our familiarity with software, including its vulnerabilities. Pushing scores, an archive for a research project about experimental score making, was commissioned by De Player, a Rotterdam based organisation dedicated to experimental music and performance. The outcome is a database free lightweight website made using Python (Flask, Jinja and nltk) in which all the content is interlinked through the vocabulary used by De Player themselves to describe it. Each word submitted by de Player is a clickable link, offering the possibility to chose from a list of sentences containing this specific word within the whole collection to access an other item.</p> +<p><img alt="Varia XMPP federation nodes with other chat providers." src="/images/varia_s2s_federation.svg"> +<small>Varia XMPP federation nodes with other chat providers.</small></p> +<p>Ultimately, we tried to introduce and discuss our own experience to point out to strategies that can be adopted by other organizations, such as using the resources of hosting associations or solidary organizations, rather than corporate ones. Furthermore, we also tried to emphasize how the adoption of such tools have provided us with the freedom to implement some custom elements, from bots to publishing tools. We explained our attachment to free software and what other types of hosting can be (such as the ones inspired by the <a href="https://feministhacktivism.noblogs.org/post/2015/02/03/what-is-a-feminist-server/">Feminist Server Manifesto</a>). We discussed as well the value and perils of federation against the private silos of the GAFAM and the need for trusted intermediaries. Together with ODD and the audience we discussed the politics of adoption of free software and self-hosting, the issue of time investment and the issues around delegating control over services and instruments.</p>Cristina, Julie, Manetta, Roel, SilvioMon, 21 Oct 2019 00:00:00 +0200tag:None,2019-10-21:varia.zone/en/the-social-in-the-media.htmlarticlereportFloppy Totaal: Double Densityvaria.zone/floppy-totaal-DD.html<p>Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld met optredens van Kisszántó en Eoforwine, presentaties en gesprekken met Joak en Jason Scott en een bijdrage op lange afstand van Michael Ridge.</p> +<p>De nadruk van dit evenement ligt op het concept van de diskette als comfortfood in een "future / present shocked" tijdperk. Op welke manier helpt de omgang met diskettes ons om te overleven in een tijd die vooral wordt gekenmerkt door "nieuwe media" en "planned obsolescence"? Bevat de diskette meer inhoud dan enkel 1,44 MB aan data? Op 19 oktober zoeken we het uit!</p> +<ul> +<li>workshop: 14:00 / gratis</li> +<li>avondprogramma: 20:00 / 5 euro</li> +</ul> +<p>Full Program (in het Engels):</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:None,2019-10-19:varia.zone/floppy-totaal-DD.htmleventfloppytotaaleventFloppy Totaal: Double Densityvaria.zone/en/floppy-totaal-DD.html<p>Floppy Totaal visits Varia for another round of dual-layered action. At "Floppy Totaal: Double Density" you can join members of the Floppy Kick music label during a live recording and publishing workshop in the afternoon. The subsequent evening program is filled to the brim with performances by Kisszántó and Eoforwine, presentations and conversations with Joak and Jason Scott and a long distance contribution by Michael Ridge. </p> +<p>The emphasis of the event lies on the concept of the floppy disk as comfort food in a "future/present shocked" digital age. In what way does working with floppy disks help us cope in a time preoccupied with "new" media and planned obsolescence? Does the floppy disk hold more content than just 1,44 MB of data? Join us to find out!</p> +<ul> +<li>workshop: 14:00 / free</li> +<li>evening: 20:00 / 5 euro</li> +</ul> +<p>Full Program:</p> +<p>Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.</p> +<p>Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott. </p> +<ul> +<li>Floppy Kick Workshop</li> +</ul> +<p>Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.</p> +<p><a href="http://floppykickrecords.blogspot.com/">http://floppykickrecords.blogspot.com/</a> +<a href="https://floppykick.bandcamp.com/">https://floppykick.bandcamp.com/</a></p> +<ul> +<li>Eoforwine </li> +</ul> +<p>Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.</p> +<p><a href="https://eoforwine.bandcamp.com/">https://eoforwine.bandcamp.com/</a></p> +<ul> +<li>Kisszántó</li> +</ul> +<p>Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh &amp; obscure +acid vinyl to mix further with.</p> +<p><a href="https://kisszanto.bandcamp.com/">https://kisszanto.bandcamp.com/</a></p> +<ul> +<li>Joak</li> +</ul> +<p>Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.</p> +<p><a href="https://joak.nospace.at/">https://joak.nospace.at/</a></p> +<ul> +<li>Michael Ridge</li> +</ul> +<p>Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge &amp; Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!</p> +<p><a href="https://michaelridge.wordpress.com/">https://michaelridge.wordpress.com/</a></p> +<ul> +<li>Jason Scott</li> +</ul> +<p>Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.</p> +<p><a href="https://en.wikipedia.org/wiki/Jason_Scott">https://en.wikipedia.org/wiki/Jason_Scott</a></p> +<ul> +<li>Floppy Totaal</li> +</ul> +<p>Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.</p> +<p><a href="http://www.floppytotaal.org/">http://www.floppytotaal.org/</a></p> +<p>This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).</p>VariaSat, 19 Oct 2019 00:00:00 +0200tag:None,2019-10-19:varia.zone/en/floppy-totaal-DD.htmleventfloppytotaaleventEén avond, Twee lanceringen, Drie opvattingenvaria.zone/networks-of-ones-own.html<p>Op 28 september lanceert Varia de tweede editie van <strong>Networks of One's Own: Three takes on taking care</strong> en <strong>Fed Up!</strong>, de 13e editie van de <em>Pervasive Labour Union zine</em>. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.</p> +<p><strong>Locatie</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Datum</strong>: zaterdag 28 september <br> +<strong>Tijd</strong>: 19:30u - 21:30u </p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is een para-nodale<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodieke publicatie die wordt geschreven in een netwerk. Elk van de uitgaven is tegelijk een <em>release</em> van een specifieke software bundel, die gecontextualiseerd is in zijn eigen praktijk. De serie documenteert gereedschappen, ervaringen en manieren van werken die divers zijn in hun tijdsduur, volledigheid en volharding. <strong>Three takes on taking care</strong> is de tweede uitgave in deze reeks. </p> +<p>In onze praktijken als kunstenaars, ontwerpers en onderzoekers werkend aan vrije software projecten, komen we vaak situaties tegen waar collectief auteurschap leidt tot ingewikkelde relaties tot eigenaarschap. In zulke collectieve projecten vallen er snel gaten bij praktische aspecten rondom zorg, onderhoud, documentatie en algemene betrokkenheid. </p> +<p>Drie van deze projecten, <em>homebrewserver.club</em>, <em>Bibliotecha</em> en <em>Relearn</em>, hebben een grote invloed gehad op de individuele praktijken van de betrokkenen, maar ook op een breder internationaal netwerk van actoren. Daaronder vallen expositieruimtes, festivals, en zowel formele als informele leergemeenschappen. Het onderhoud van deze projecten, wat over langere periodes gaat en een voortdurende inzet vereist, blijft echter vaak achter. Dat omdat het door individuen wordt opgepakt op basis van hun capaciteiten en tijd.</p> +<p>Deze publicatie is het resultaat van een actieve documentatie van de netwerkprojecten die in en rond Varia zijn ontwikkeld. Actieve documentatie betekent dat we deze projecten niet alleen hebben gedocumenteerd, maar dat we ze ook opnieuw hebben bekeken en tijd hebben besteed aan onderhoud, verdere ontwikkeling en de consolidatie ervan:</p> +<ul> +<li><em>Homebrewserver.club</em>, een periodieke bijeenkomst waar mensen samen leren en reflecteren over het zelf hosten van digitale inhoud. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, een project gericht op de ontwikkeling van lokale off-line digitale bibliotheken voor de distributie van elektronische publicaties binnen kleine gemeenschappen. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, een 'zomerschool' die reflecteert op collectief leren met evenveel leerkrachten als deelnemers. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>Met deze publicatie hopen we de veerkracht, draagbaarheid, duurzaamheid en herbruikbaarheid voor de langere termijn te verbeteren.</p> +<p>De eerste editie in de serie is geinitieerd door <a href="http://constantvzw.org">Constant</a> en documenteert het project 'Etherbox', een <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collectieve schrijf- en documentatie-omgeving</a>. Die publicatie behelste een genealogie van de evenementen, ideeen en praktijken in het bredere netwerk van Constant die enerzijds de ontwikkeling van Etherbox beinvloed hebben of anderszijds er zelf door beinvloed zijn. Deze manier van documenteren benadrukt hoe een project als Etherbox het werk is van een heterogeen netwerk van praktijken waarin het project kan ontstaan.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is de 13e editie van de <strong>Pervasive Labour Union</strong> en is dit keer gewijd aan gefedereerde sociale netwerken zoals Mastodon, Pleroma, Funkwhale. Met bijdragen van Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p>De <strong>Pervasive Labour Union</strong> zine is in 2015 opgericht door Lídia Pereira. De zine is niet alleen een laagdrempelig publicatie project voor mensen die willen schrijven over arbeid in en rondom sociale netwerken, maar ook een toegankelijke plek om bekend te raken met discusses rondom deze onderwerpen. De periodieke publicaties van de PLU verzamelen kennis en discussies, terwijl ze een debat initiëren en ruimte geven aan nieuwe discoursen waar sociale-media gebruikers zich binnen kunnen organiseren en uiten.</p> +<p>De PLU brengt een diversiteit aan bijdragen samen, waaronder persoonlijke tirades, academische artikelen, poëzie, foto montages, collages en illustraties. Elke uitgave richt zich op een specifiek onderwerp van sociale netwerken vanuit arbeidsperspectief. Vanuit verschillende invalshoeken, zoals algoritmische bestuursvormen, weerbaarheid en alternatieve houdingen, worden zo verbanden gelegd tussen verschillende werkgebieden rondom sociale netwerken.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.nl.gif" width="150px" height="auto"></p> +<p><small>Dit evenement is mede mogelijk gemaakt door het <em>Stimuleringsfonds Creatieve Industrie</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Zie: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:None,2019-09-28:varia.zone/networks-of-ones-own.htmleventOne evening, Two launches, Three takesvaria.zone/en/networks-of-ones-own.html<p>We are all very glad to invite you to the launch of the second issue of <strong>Networks of One's Own: three takes on taking care</strong> and <strong>Fed Up!</strong>, the 13th issue of the <em>Pervasive Labour Union zine</em>. We will celebrate this with an evening of stories and discussions around networks and maintenance practices.</p> +<p><strong>Location</strong>: Varia, Gouwstraat 3 (Rotterdam) <br> +<strong>Date</strong>: Saturday 28th of September <br> +<strong>Time</strong>: 19:30h - 21:30h</p> +<p><img alt="" src="/images/nooo2.relearn2.jpg"></p> +<p><strong>Networks Of One’s Own</strong> is a para-nodal<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> periodic publication that is itself collectively written in a network. Each of the episodes is thought of as the ‘release’ of a specific software stack, contextualised in its specific practice. The series aims to document a set of tools, experiences, ways of working that are diverse in terms of their temporality, granularity and persistence. <strong>Three takes on taking care</strong> is the second volume of this series.</p> +<p>In our activity as artists, designers and researchers working with and around free/libre open source technology based projects, we often encounter situations where collective authorship gives rise to complicated interrelationships of ownership. Specifically, these involve the practical aspects of care, maintenance, documentation and overall commitment. </p> +<p>Three of these projects, <em>homebrewserver.club</em>, <em>Bibliotecha</em> and <em>Relearn</em>, have been influential for the individual practices of those involved, but also for a wider international network of actors, including exhibition spaces, festivals, collective and both formal and informal learning communities. The maintenance of those projects, however, which is long-term and requires ongoing engagement, often lags behind since it is taken up by individuals on the basis of their ability and time.</p> +<p>This publication is the result of an act of active documentation of the networked projects developed in and around Varia. Active documentation means that we not only documented, but also revisited these projects, spending time on their maintenance and consolidation:</p> +<ul> +<li><em>homebrewserver.club</em>, a periodic gathering where people learn together and reflect on self-hosting digital content. (<a href="http://homebrewserver.club">http://homebrewserver.club</a>)</li> +<li><em>Bibliotecha</em>, a project centered on the development of local offline digital libraries for the distribution of electronic publications within small communities. (<a href="http://bibliotecha.info">http://bibliotecha.info</a>)</li> +<li><em>Relearn</em>, a self-organised 'summer school' reflecting upon collective learning, that has as many teachers as it has participants. (<a href="http://relearn.be/">http://relearn.be/</a>)</li> +</ul> +<p>With this publication we hope to improve their resilience, portability, long-term sustainability and accessibility.</p> +<p>The first issue in the series was initiated by <a href="http://constantvzw.org">Constant</a> and documents the project 'Etherbox', a <a href="https://networksofonesown.constantvzw.org/etherbox/manual.html">collaborative writing and documentation environment</a>. The publication included a genealogy of the events, ideas and practices in the Constant network that influenced or reversely were influenced by what eventually became known as Etherbox. This way of documenting stresses how a project like Etherbox is the work of a heterogenous network of practices that each in their way contribute to its formation.</p> +<p><a href="https://networksofonesown.varia.zone/">https://networksofonesown.varia.zone/</a></p> +<p><a href="https://networksofonesown.constantvzw.org/">https://networksofonesown.constantvzw.org/</a></p> +<p><img alt="" src="/images/plu13.png"></p> +<p><strong>Fed Up!</strong> is the 13th edition of the <strong>The Pervasive Labour Union</strong> and explores topics and issues relating to federated social networks such as Mastodon, Pleroma and Funkwhale. It was made possible by the contributions of Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.</p> +<p><strong>The Pervasive Labour Union</strong> zine is a project initiated by Lídia Pereira in 2015. It not only offers a low-barrier entry level for contributors wishing to express their views on corporate social networking labour, but also a low-barrier entry level for those wishing to become acquainted with these debates. It tries to gather existing knowledge and conversations, while opening up that debate and creating new discourses of user organisation and expression.</p> +<p>It brings together personal rants, academic texts, poetry, photo montages, collages, drawing, etc. Each issue represents a smaller particle pertaining to labour on social networking platforms and attempts to establish an interconnecting discourse around topics such as labour on corporate social networks, algorithmic governance, resistance and alternatives.</p> +<p><a href="http://ilu.servus.at/category/13-fed-up.html">http://ilu.servus.at/category/13-fed-up.html</a></p> +<hr> +<p><img src="/images/stimu.en.gif" width="150px" height="auto"></p> +<p><small>This event is made possible with the kind support of the <em>Creative Industries Fund NL</em>.</small></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>See: Paranodes in <em>Contra-Internet</em>, Zach Blas <a href="https://www.e-flux.com/journal/74/59816/contra-internet/">https://www.e-flux.com/journal/74/59816/contra-internet/</a>&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaSat, 28 Sep 2019 00:00:00 +0200tag:None,2019-09-28:varia.zone/en/networks-of-ones-own.htmleventBPW Rotterdam Huurdersspreekuur + Meet and greetvaria.zone/bpw-consultation-plus-meet-and-greet.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te mogen kondigen dat een tweede <em>huurdersspreekuur</em> en <em>meet and greet</em> van de Bond Precaire Woonvormen (BPW) bij Varia plaats zal vinden.</p> +<p>Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor moeten opstaan.</p> +<p>SoliGroetjes,</p> +<p>Varia</p> +<hr> +<p><em>In de Regio Rotterdam/Den Haag zijn er veel problemen op het gebied van betaalbare woonruimte vinden en houden. Wonen word ook daar onzeker en duur. Omdat de BPW in deze regio relatief onbekend is en er lokaal ook een aantal mensen actief zijn, leek het ons goed idee om een huurdersspreekuur te houden.</em></p> +<p><em>Daarnaast zijn we bezig met het opzetten van een lokale afdeling van BPWérs in Rotterdam en in Den Haag. Heb je zin en tijd om mee te doen? Of heb je vragen of ideeën omtrent dit onderwerp? Wees dan van harte welkom!</em></p> +<p><strong>15:00 - 17:00, Huurdersspreekuur</strong></p> +<p><em>Heb je vragen over (tijdelijke) huur, huisuitzettingen of bijv. onredelijke eisen van verhuurders, en wil je weten wat je rechten nu eigenlijk zijn? Tijdens ons huurdersspreekuur kunnen ervaren mensen van BPW je informeren over wat jij kunt doen in zo’n situatie.</em></p> +<p><strong>19.30 - 21:00, BPW meet and greet</strong></p> +<p><em>We geven een korte presentatie over de activiteiten die de Bond Precaire Woonvormen heeft ondernomen om woonzekerheid op te eisen voor bewoners. Welke methoden en doelen heeft de BPW en wat kunnen we samen doen om ons te organiseren. Zijn er geïnteresseerden om mee te doen met een lokale afdeling van BPWérs in de regio Den Haag/Rotterdam?</em></p> +<p><br> +<br></p> +<p><small> +Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:None,2019-09-13:varia.zone/bpw-consultation-plus-meet-and-greet.htmleventBPW Rotterdam Tenant Consultation Hours + Meet & Greetvaria.zone/en/bpw-consultation-plus-meet-and-greet.html<p>Dear all,</p> +<p>We are very happy to announce that a second <em>tenant consultation</em> plus <em>meet and greet</em> by Bond Precaire Woonvormen (BPW) will take place at Varia on Monday the 23rd of September. You are welcome to join us for an afternoon and evening of discussion, co-learning, reflection on the housing situation in Rotterdam, our rights as tenants and how we can support each other to work towards solutions for more safe, secure and affordable housing.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other based on the conviction that housing is a fundamental right that must be protected.</p> +<p>SoliGreets,</p> +<p>Varia</p> +<hr> +<p><em>In the Rotterdam/The Hague region there are many problems in finding and keeping affordable housing. Living has become precarious and expensive. As the BPW is relatively unknown in this region, even though there are a couple of members active in this area, we thought it would be a good idea to organize a tenant consultation in the city of Rotterdam.</em></p> +<p><em>In addition, we are setting up a local department of BPW's in Rotterdam and The Hague. Do you have the time and would you like to participate? Or do you have questions or ideas about this subject? Then, please feel welcome to join us!</em></p> +<p><strong>15:00 - 17:00, Tenant consultation</strong></p> +<p><em>Do you have any questions about (temporary) rent, evictions or unreasonable demands from landlords, and do you want to know what your rights are? During our tenant consultation, experienced people from BPW can inform you about what you can do in such a situation.</em></p> +<p><strong>19.30 - 21:00, BPW meets and greet</strong></p> +<p><em>We give a short presentation about the activities that the BPW has undertaken to demand housing security for residents. What methods and goals does the BPW have and what can we do together to organise ourselves? Are you interested in participating in a local department of BPW in the The Hague/Rotterdam region?</em></p> +<p><br> +<br></p> +<p><small> +For more information about the event, see <a href="https://bondprecairewoonvormen.nl/2019/09/bpw-regio-rotterdam-den-haag-huurdersspreekuur-meet-and-greet-op-23-september/">this announcement</a> [Dutch].</p> +<p>To learn more about the association, see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a> [Dutch]. +</small></p>VariaFri, 13 Sep 2019 00:00:00 +0200tag:None,2019-09-13:varia.zone/en/bpw-consultation-plus-meet-and-greet.htmleventMuziek: Able Noise, Goldblum en Piyojovaria.zone/music-able-noise.html<p>Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:</p> +<p>Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex en George. Ze balanceren op de grens tussen poprock en lawaaierige free jazz. Met behulp van tapes en misbruik van hun instrumenten, creëren ze een ietwat minimale en vrij visuele muzikale beleving.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is de naam waaronder de Nederlandse kunstenaar Rik Möhlmann onderscheidende bevrijdende geluiden maakt die worden gekenmerkt door bescheiden, doch directe texturen. Geluiden verplaatsen zich in zijn muziek van links naar rechts, alsof ze zich verschuilen achter bomen of opduiken uit rivieren. Möhlmann gebruikt zijn excentrieke en nieuwsgierige benadering van muziek om liedjes te maken die zich niet noodzakelijk verhalend gedragen. In plaats daarvan openbaren ze zich als kleine schilderijen</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is een oogverblindend duo uit Middelland dat rommelt met cassettes van de rommelmarkt en analoge synthesizers. Verwacht fragmenten van gouden oudjes, kreupele ritmes en gesynthetiseerde geluiden, begraven in sissende tape. Het duo heeft hun tanden eerder geslepen in acts als Sweat Tongue en Red Brut.</p> +<ul> +<li>deur: 20:30</li> +<li>start: 21:00</li> +<li>entree: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:None,2019-09-12:varia.zone/music-able-noise.htmlconcertablenoiseconcertMusic: Able Noise, Goldblum and Piyojovaria.zone/en/music-able-noise.html<p>A new season has arrived; time for some fresh concerts at Varia! Kicking of the second half of 2019, we organize an event where three stirring acts will show their craft.</p> +<p>Able Noise is a baritone guitar/drum duo that is based in The Hague and Athens and consists of Alex and George. They indecisively balance themselves on the border between pop rock and noisy free jazz. With the help of tapes and by employing less consistent ways of playing their instruments, they create a somewhat minimal and rather visual musical performance.</p> +<p><a href="https://www.youtube.com/watch?v=MacLS1n0l_0">https://www.youtube.com/watch?v=MacLS1n0l_0</a></p> +<p>Piyoji is the monikor of Dutch artist Rik Möhlmann. The music he makes has a distinct, liberating sound, characterized by a modest and direct way of recording musical sessions in which different textures are explored. Sounds appear from left to right, as if hidden behind trees or emerging from rivers. Möhlmann uses his eccentric and inquisitive approach to music to make songs that don't necessarily behave in a narrative way. Instead, his tracks expose themselves like little paintings</p> +<p><a href="https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE">https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE</a></p> +<p>Goldblum is an eye blinding duo from Middelland messing around with flea market cassette tapes and analogue synthesizers. Expect fragments of golden oldies, crippled rhythms and synthesized sounds buried in tape hiss. The duo has cut their teeth in acts like Sweat Tongue and Red Brut.</p> +<ul> +<li>door: 20:30</li> +<li>start: 21:00</li> +<li>price: 5 euro</li> +</ul>VariaThu, 12 Sep 2019 00:00:00 +0200tag:None,2019-09-12:varia.zone/en/music-able-noise.htmlconcertablenoiseconcertCentury 21 Calling - Crystals Go To Warvaria.zone/21-Crystals-War.html<p>Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.</p> +<p>Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S. Army Signal Corps in 1943, toont de film de processen die kwartskristallen moeten doorlopen voordat ze klaar zijn om in radio's en communicatieapparatuur te worden ingebracht.</p> +<p>Kwartskristallen maken al tientallen jaren deel uit van het daglijks leven en vormen sinds de ontdekking van hun piëzo-elektrische eigenschappen in de jaren 1880 een belangrijk onderdeel van onze moderne technologie.</p> +<p>Voorafgaand aan de screening zal er een korte introductie worden gegeven van het gebruik van kristallen in technologie. Een mooi begin van het tweede seizoen van Century 21 Calling!</p> +<p>"Century 21 Calling" is een reeks screenings die is geïnitieerd door het collectief <a href="(http://www.save-as.media/)">Save_as</a> en wordt gehost door Varia.</p> +<ul> +<li>deur: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>prijs: donatie</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:None,2019-08-24:varia.zone/21-Crystals-War.htmlscreeningcrystalswar21st centuryCentury 21 Calling - Crystals Go To Warvaria.zone/en/21-Crystals-War.html<p>Century 21 Calling is back; still showing archival industrial films, corporate infomercials, TV reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<p>This evening we will be screening the documentary Crystal Go To War from 1943. Created by the U.S. Army Signal Corps in 1943, it shows the processes that quartz crystals have to go through before they are ready to be inserted into radios and communication equipment.</p> +<p>Quartz crystals have been part of human life for decades and since the discovery of its piezoelectric properties in the 1880's it has been a key component in modern technology.</p> +<p>Before the screening, there will be a small introduction the usage of crystals in technology. So join us on the 24 for the first screening of the 2 seasons of Century 21 Calling!</p> +<p>“Century 21 Calling” is a series of screenings initiated by the <a href="http://www.save-as.media/">Save_as</a> collective and hosted at Varia in Rotterdam.</p> +<ul> +<li>door: 20:30</li> +<li>intro: 20:45</li> +<li>screening: 21:00</li> +<li>price: Donation</li> +</ul>VariaSat, 24 Aug 2019 00:00:00 +0200tag:None,2019-08-24:varia.zone/en/21-Crystals-War.htmlscreeningcrystalswar21st centuryBibliotecha, maak en onderhoud een off-line digitale gemeenschapsbibliotheekvaria.zone/curriculum-bibliotecha.html<h2 id="maak-en-onderhoud-een-off-line-digitale-gemeenschapsbibliotheek">Maak en onderhoud een off-line digitale gemeenschapsbibliotheek</h2> +<p>Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis van vrije software door middel van een speciale open Wi-fi hotspot het mogelijk maakt de collectie in te zien. Gebruikers kunnen met een laptop, telefoon of tablet verbinding maken met deze hotspot en via de browser publicaties uitnemen of doneren. Aangezien het stroomverbruik zeer gering is kan Bibliotecha draaien vanaf een USB powerbank zodat het overal mee te nemen is.</p> +<p>Tijdens de workshop leren wordt er veel aandacht besteed aan het process van het installeren van Bibliotecha. Zodoende krijg je als deelnemer een grondige introductie in de onderliggende vrije software, het werken met de RaspberryPi en een introductie in Calibre, het de software om je collectie mee te beheren. Het tweede deel van de workshop is een sessie waarin we met elkaar boeken delen en kennis uitwisselen op het gebied van het beginnen en onderhouden van een off-line digitale bibliotheek voor een gemeenschap.</p> +<p><em>Tegen het einde van de workshop hebben deelnemers een grondige introductie gehad in het werken met de 'command line', het werken met Linux-gebaseerde systemen en het werken met de RaspberryPi. +</em>Bovendien zul je de ins- en outs van het beheren van een digitale collectie meekrijgen met o.a metadatabeheer en bestandsformaten. +*En niet het minste: deelnemers kunnen een werkende Bibliotecha mee naar huis nemen.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop maakt onderdeel uit van het Varia curriculum.</p> +<p>Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in Varia. De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas die tengrondslag kunnen liggen aan verder eigen onderzoek. </p> +<p>Zou je willen deelnemen aan deze workshop? Stuur ons dan <strong>voor 04 juli</strong> een korte mail op info[a]varia.zone</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 Juli 10:00h - 16:00h (Lunch tussen 12:30h and 13:00h)<br> +<strong>💶</strong> Normaal tarief 50 euros (eigen raspberry pi + wifi dongle meenemen. Tarief alles inclusief (Raspberry pi 3, voeding, SD-kaart) : 100 euro. (koffie, thee en koekjes inbegrepen)<em> <br> +</em><em>💶</em><em> Neem ebooks of pdfs mee die je met de groep zou willen delen<br> +</em><em>💶</em>* De voertaal van deze workshop is Engels, maar er Nederlandse vertaling is mogelijk. </p> +<p><sup>*</sup> Geldgebrek moet geen deelname kunnen uitsluiten. Mocht dat een probleem zijn, neem dan contact met ons op om te overleggen (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:None,2019-05-30:varia.zone/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfBibliotecha, building and maintaining an off-line digital libraryvaria.zone/en/curriculum-bibliotecha.html<h2 id="building-and-maintaining-an-off-line-digital-library">Building and maintaining an off-line digital library</h2> +<p>Bibliotecha is a toolkit to maintain local off-line digital libraries. With it, communities can create and share collections of digital publications in their local area. Technically Bibliotecha relies on a small single board computer (such as a RaspberryPi) running free and open source software to serve digital publications on an open Wi-fi hotspot. Using a laptop, phone or tablet visitors can connect to it and books can be retrieved or donated via the browser. Since it is a low-power device you can power it with a USB powerbank and take it with you everywhere.</p> +<p>During the workshop we will guide participants through the installation process of a Bilbiotecha node. Participants will get introduced to the open source software stack, working with a RaspberryPi and Calibre the library management tool. This will be followed by a book sharing session and conversation where we exchange knowledge on taking care of a off-line digital community library.</p> +<ul> +<li>At the end of the workshop participants will have a basic working understanding of the command line interface, working with Linux and the RaspberryPi. </li> +<li>In addition participants will get an understanding of the ins and outs of managing collections of digital books. </li> +<li>Last but not least, participants will take home a working Bibliotecha node, ready to distribute books!</li> +</ul> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised as part of the Varia curriculum.</p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations. </p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 04 of July the latest!</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 06 July 10:00h - 16:00h (Lunch between 12:30h and 13:00h)<br> +<strong>💶</strong> Bring your own Raspberry pi workshop price: 50 euros or All materials incuded (Raspberry pi 3, power supply, sd card) price: 100 euros +(coffee, tea and cookies included)<em> <br> +</em><em>💶</em><em> Bring ebooks and pdfs you would like to share with the group<br> +</em><em>💶</em>* The workshop will be conducted in English </p> +<p><sup>*</sup> Lack of funds should not preclude participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 30 May 2019 00:00:00 +0200tag:None,2019-05-30:varia.zone/en/curriculum-bibliotecha.htmlcurriculumlibraries publishing epub pdfRelearn 2019 curvedvaria.zone/relearn-2019.html<p>Voor de Rotterdamse sessie op de Relearn curve stellen we voor om samen een <strong>onderwerpszone</strong> te betreden (•) waar verschillende digitale netwerkpraktijken elkaar kruizen. Deze subject zone kan tijdens deze sessie meerdere gedaantes aannemen en allerlei kanten op bewegen. Onze specifieke interesse in dit onderwerp is gericht op hoe <strong>publicatie vormen</strong> (••) functioneren binnen/met deze zone. </p> +<p>• Wanneer het gaat over digitale infrastructuur, hosting, servers, online diensten, netwerken en hun technische realiteiten hangen er heel veel vragen in de lucht. Voor deze sessie wilden we niet een enkel vraagstuk uitlichten, maar juist een reeks aan vocabulair, protocollen, technologieën en infrastructuren naast elkaar zetten. We nodigen je uit om deel te nemen aan Relearn en deze <em>zone</em> verder op te rekken, te beginnen bij of toewerkend naar:</p> +<ul> +<li>digitale inter-afhankelijkheden</li> +<li>affectieve infrastructuur</li> +<li>homebrew netwerken</li> +<li>genetwerkte knopen</li> +<li>feministische servers</li> +<li>gefedereerde netwerken</li> +<li>en-en-netwerken</li> +<li>digitale autonomie</li> +<li>transitionele infrastructuren</li> +<li>digitale zelf-organisaties</li> +<li>so-en-soevereiniteits netwerken</li> +<li>buiten-de-cloud denken</li> +<li>…</li> +</ul> +<p>•• We zijn nieuwsgierig om te leren van/via publiceer processen. De volgende vormen van publiceren nodigen uit om vanuit een geïntegreerde positie te werken met/aan de onderwerpszone van digitale netwerken. Kunnen we deze bestandstypes als een morfische lens inzetten, om te leren over digitale netwerken? Of kunnen we datgene dat we al kennen over digitale netwerken opnieuw proberen te leren, zoals de naam <em>relearn</em> suggereert? Te beginnen bij of toewerkend naar:</p> +<ul> +<li>meervoudige readers</li> +<li>logboeken</li> +<li>syllabi</li> +<li>documentatie</li> +<li>annotaties</li> +<li>kookboeken</li> +<li>tutorials</li> +<li>README's</li> +<li>error rapporten</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Meerdere sub-trajecten kunnen tijdens dit weekend ontwikkeld worden, zonder dat er een noodzaak bestaat om allemaal hetzelfde pad te nemen of het eens te zijn over vocabulair of geometrie.</p> +<p>De sessie zal plaats vinden in Rotterdam en begint op vrijdag avond (7e) in een publieke setting, gevolgd door twee volle dagen samen <em>relearnen</em>.</p> +<p><strong>vrijdag 7 juni 20:00 - 22:00</strong><br> +Relearn publiek avond programma: <em>embed yourself into Relearn</em></p> +<p><strong>zaterdag/zondag 8 - 9 juni 10:00 - 18:00</strong><br> +Relearn sub-zone-trajecten</p> +<p>Als je mee wilt doen aan Relearn, stuur ons dan een mail op <a href="mailto:info@varia.zone">info@varia.zone</a> met een korte motivatie om je interesse toe te lichten. We zullen met enige regelmaat op inschrijvingen antwoorden, tot <strong>26 mei</strong>.</p> +<p>Onze capaciteiten zijn beperkt, waardoor we maximaal 30 relearners kunnen verwelkomen. Onze voorkeur gaat uit naar deelnemers die de hele sessie mee komen doen (vrijdag avond, zaterdag en zondag). We zullen zorgen voor een dagelijkse <em>vegetarische lunch</em> (laat het ons weten als je allergisch bent of speciale dieet voorkeuren hebt). Ook zullen we de traditie van vorige jaren Relearn voortzetten en hard ons best doen om een <em>hosting netwerk</em> te organiseren in de stad, om zo iedereen onder te brengen. Laat alsjeblieft weten in je email of je een plek nodig hebt om te slapen in Rotterdam, of hoeveel mensen je thuis zou kunnen hosten tijdens dit weekend. </p> +<p>Als je alleen op vrijdag avond mee wilt doen dan kan dat natuurlijk ook, je hoeft je dan niet in te schrijven, kom gewoon langs! :)</p> +<p><strong>Practische informatie</strong><br> +Datum: 7-9 juni 2019<br> +Locatie: Varia - Gouwstraat 3, Rotterdam<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Bronnen &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">schrijf je in op de Relearn mailinglijst </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC kanaal: #relearn op Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Foto's van vorige edities van Relearn kunnen gevonden worden in de gallerie van Constant</a></p> +<hr> +<p><small>Dit project wordt mogelijk gemaakt met de steun van Gemeente Rotterdam &amp; Stimuleringsfonds Creative Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:None,2019-05-29:varia.zone/relearn-2019.htmllearning situationRelearn 2019 curvedvaria.zone/en/relearn-2019.html<p>For the Rotterdam control point on this year's curved edition of Relearn, we propose to together attend to a <strong>subject zone</strong> (•) where different digital network practices intersect. This subject zone can morph into multiple directions throughout the session. Our specific interest is in how <strong>publishing formats</strong> (••) operate with/on/through this zone.</p> +<p>• There are many questions in the air when we start to speak about digital infrastructures, hosters, servers, services, networks and their technical realities. Instead of picking one and diving deeper, we thought it would be more interesting to present a range and explore different vocabularies, protocols, technologies, infrastructures. We invite you to join Relearn to stretch this zone, starting from or moving towards:</p> +<ul> +<li>digital interdependencies</li> +<li>affective infrastructures</li> +<li>homebrew networks</li> +<li>networked entanglements</li> +<li>feminist servers</li> +<li>federated networks</li> +<li>and-and-networks</li> +<li>digital autonomy</li> +<li>transitional infrastructures</li> +<li>digital selves-organisations</li> +<li>so-and-sovereignty networks</li> +<li>out-of-the-cloud thinking</li> +<li>…</li> +</ul> +<p>•• We’re curious about learning through publishing formats. The different publishing formats serve as an invitation to embed ourselves within the subject zone of digital networks. How can these formats be our morphable lenses, that we use to relearn digital networks? Starting from or moving towards:</p> +<ul> +<li>multiple readers</li> +<li>cross-readings created through algorithms</li> +<li>logbooks</li> +<li>syllabi</li> +<li>documentation</li> +<li>annotations</li> +<li>cookbooks</li> +<li>tutorials</li> +<li>README</li> +<li>bug reports</li> +<li>link dumps</li> +<li>scores</li> +<li>…</li> +</ul> +<p>Many sub-trajectories can emerge from here during the days, without the need of taking the same path or agreeing about vocabularies or geometries altogether.</p> +<p>The session will take place in Rotterdam and starts on Friday evening (the 7th) in a public setting, followed by two full days of relearning together.</p> +<p><strong>Friday 7th June 20:00 - 22:00</strong><br> +Relearn public evening program: embed yourself into Relearn</p> +<p><strong>Saturday/Sunday 8-9th June 10:00 - 18:00</strong><br> +Relearn sub-zone-trajectories</p> +<p>If you would like to join this Relearn session, please send an email to <a href="mailto:info@varia.zone">info@varia.zone</a> with a short motivation of your interest. We will reply to subscriptions on a regular basis, up to the <strong>26th of May</strong>.</p> +<p>Our capacities allow us to have a group of 30 relearners. Our preference goes out to people that can join the whole session (Friday evening, Saturday and Sunday). We will take care of a <em>daily vegetarian lunch</em> (please let us know about allergies or other dietary preferences). Following a tradition from previous years, we will arrange a <em>hosting network</em> in the city and find a place to stay for everyone. Please mention in the email if you need to be hosted or could host one or more relearners in your house.</p> +<p>If you would like to join us only on the Friday evening, there is no need to subscribe, just come over! :)</p> +<p><strong>Practical info</strong><br> +Date: 7th-9th June 2019<br> +Location: Varia - Gouwstraat 3, Rotterdam, The Netherlands<br> +Website: <a href="http://relearn.be/2019/">relearn.be</a></p> +<p><strong>Resources &amp; contact</strong><br> +→ email: <a href="mailto:info@varia.zone"> info@varia.zone</a><br> +→ <a href="https://tumulte.domainepublic.net/cgi-bin/mailman/listinfo/relearn" class="uri">subscribe to the Relearn mailinglist </a><br> +→ <a href="https://gitlab.com/relearn" class="uri">Relearn’s gitlab repository </a><br> +→ <a href="https://webchat.freenode.net/" class="uri">IRC channel: #relearn on Freenode</a><br> +→ <a href="https://gallery.constantvzw.org/index.php/search?album=1&amp;q=relearn" class="uri">Photographs of previous Relearn editions can be found in Constant’s gallery</a></p> +<hr> +<p><small>This event is made possible with the support of the Gemeente Rotterdam &amp; Stimuleringsfonds Creatieve Industrie.</small></p>VariaWed, 29 May 2019 00:00:00 +0200tag:None,2019-05-29:varia.zone/en/relearn-2019.htmllearning situationEen archief activerenvaria.zone/pushing-the-score-end.html<h3 id="pushing-scores-presentatie-publicatie-en-performanceavond">Pushing Scores - Presentatie publicatie en performanceavond</h3> +<p>Eind vorige jaar benaderde <strong>De Player</strong> <strong>Varia</strong> met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores. </p> +<p>Varia heeft hier aan bijgedragen door een archiefpublicatie te ontwikkelen waarin de spreektaal uit het archief de basis vormt waarop men door de verzameling kan navigeren. Het materiaal heeft uiteindelijk de vorm gekregen van een dynamisch, toegankelijk en daardoor levend archief. Hiermee wordt het mogelijk nieuwe verbanden, perspectieven en wie weet zelfs wel concepten voor nieuwe scores te zien. Op deze manier wordt de handeling van het navigeren door de datastructuur van het archief het componeren van een nieuwe score.</p> +<p>Om deze aanname op de proef te stellen hebben de Player en Varia enkele kunstenaars uitgenodig om aan de deze publicatie uit te proberen en aan de hand daarvan een performance te ontwikkelen.</p> +<p>Je bent van harte uitgenodigd om langs te komen op vrijdag 31 Mei in Varia. Waar <strong>Julie Boschat Thorez</strong> en <strong>Cristina Cochior</strong> de archiefpublicatie zullen introduceren. Daarna volgen er performances van <strong>Niek Hilkmann</strong>, <strong>Robert Kroos</strong> en <strong>Christine Cornwell</strong>.</p> +<p>De uitvoeringen zullen de hele nacht doorgaan, je bent van harte welkom om op elk moment deel te nemen.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is een Rotterdamse kunstenaar, onderzoeker en muzikant met een interesse in de verwarrende technologische toestand waarin we allemaal momenteel verkeren, en de ontoereikende intellectuele methodologieën die deze proberen uit te leggen of te rechtvaardigen. Tijdens de presentatie van Pushing Scores zal hij de ruimtelijke dimensies van Varia verkennen en de scores die voortkomen uit het nieuwe archief hercontextualiseren. Gedurende een doorlopende performance zullen onverwachte verbanden ontstaan tussen het archiefmateriaal en de fysieke omgeving waarin deze worden gerepresenteerd.</p> +<p><strong>Christine Cornwell</strong> is een componist en violiste die tussen NL/UK werkt met projecten met improvisatie- en samenwerkingsverbanden, vaak in combinatie met beeldend kunstenaars, dansers, operagezelschappen of experimentele TV. Momenteel voltooit ze samen met Hans Koolmees/René Uijlenhoet een MA Compositie bij Codarts en haar freelance werk omvat onder meer het presenteren van nieuw werk voor viool, residenties, het leiden van workshops en het produceren/cureren van evenementen op dit gebied. Vanaf haar eerste experimenten, zoals de interdisciplinaire samenwerking in 2011 met beeldend kunstenaar Eddie Peake/LuckyPDF TV op de Londense Barbicanen tot het experimentele evenement 'Invitation (x)' in 2019, zijn collectieve creatiepraktijken een belangrijk ontmoetingspunt dat terug te vinden is in al haar creatieve werk tussen performance, productie en management.</p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is een Rotterdamse muzikant, geluidskunstenaar en DJ die werkt aan allerlei soorten geluids- en muziekgerelateerde projecten. Voor deze speciale gebeurtenis zal hij de guzheng en elektronica als instrumenten naar keuze gebruiken.</p> +<p><strong>Datum:</strong> Vrijdag 31 May 2019<br> +<strong>Aanvang:</strong> 20:00<br> +<strong>Toegang:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:None,2019-05-28:varia.zone/pushing-the-score-end.htmleventActivating an archivevaria.zone/en/pushing-the-score-end.html<h3 id="publication-launch-and-performance-evening">Publication launch and performance evening</h3> +<p>At the end of last year, <strong>De Player</strong> approached <strong>Varia</strong> to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.</p> +<p>Varia contributed by developing an archival web publication where the vernacular vocabulary of De Player creates the possibilities of text-based navigation across the collection of items. The material is embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Navigating within the data structure of the archive becomes an act of score notation.</p> +<p>To test this De Player and Varia asked several artists to work with the tool and use the result as a starting point for a performance.</p> +<p><strong>Julie Boschat Thorez</strong> and <strong>Cristina Cochior</strong> will give a brief introduction to the tool, followed by <strong>Niek Hilkmann</strong>, <strong>Christine Cornwell</strong> and <strong>Robert Kroos</strong>'s score interpretations. </p> +<p>The performances will be ongoing throughout the night, you are welcome to join in at any moment.</p> +<p>~ ~ ~ ~ ~ ~</p> +<p><strong>Niek Hilkmann</strong> is a Rotterdam based artist, musician and researcher with a background in art history, media design and musicology. He has a particular interest in the abstruse technological condition we are living in and the insufficient intellectual methodologies that seek to justify, or explain it. During the presentation of Pushing Scores he will utilize the spatial dimensions of Varia and recontextualize the scores created by the archive. In an ongoing performance unexpected correlations will be produced between the items in the archive and the physical surroundings in which they are represented.</p> +<p><strong>Christine Cornwell</strong> is a composer and violinist working between NL/UK with projects involving improvisation and collaborative work often combined with visual artists, dancers, opera companies or experimental TV. She is currently completing a Composition MA at Codarts with Hans Koolmees/René Uijlenhoet and her freelance work includes presenting new works for violin, collaborative residencies, workshop leading and producing/curating events in this field. From her first experiments, such as 2011’s interdisciplinary collaboration with visual artist Eddie Peake/LuckyPDF TV at London’s Barbican to 2019's experimental event 'Invitation (x)', collective creation practises are a vital meeting point which can be traced through all of her creative work between performance, production and management. </p> +<p><strong>Robert Kroos (aka Duckfood)</strong> is a Rotterdam based musician, sound-artist and DJ working on all kinds of sound- and music related projects. For this special event he will be using the guzheng and electronics as instruments of choice.</p> +<p><strong>Date:</strong> Friday, 31 May 2019<br> +<strong>Start:</strong> 20:00<br> +<strong>Entrance:</strong> Free</p>VariaTue, 28 May 2019 00:00:00 +0200tag:None,2019-05-28:varia.zone/en/pushing-the-score-end.htmleventBPW Rotterdam Huurdersspreekuur & Introductievaria.zone/bpw-consultation-introduction.html<p>Beste allemaal,</p> +<p>We zijn erg blij om aan te kondigen dat de leden van Bond Precaire Woonvormen +(BPW) een introductie en huurdersspreekuur organiseren in Varia op 6 mei tussen +15:00 en 20:00 uur.</p> +<p>De BPW is een solidariteitsbeweging en draait op vrijwilligers die elkaar +steunen uit de overtuiging dat wonen een grondrecht is waar we samen voor +moeten opstaan.</p> +<p>Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te +reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we +elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en +betaalbare wonen.</p> +<p>Voor meer informatie over het evenement, zie <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">deze aankondiging</a>.</p> +<p>Om meer te leren over de bond, zie <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGroetjes,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:None,2019-05-02:varia.zone/bpw-consultation-introduction.htmleventBPW Rotterdam Tenant Consultation & Introductionvaria.zone/en/bpw-consultation-introduction.html<p>Dear all,</p> +<p>We are very happy to announce that members of the Union of Precarious Dwellings +(Bond Precaire Woonvormen, BPW) are organising a tenant consultation and an +introduction session at Varia on the 6th of May between 15:00 and 20:00.</p> +<p>BPW is a solidarity movement organised by volunteers who support each other +based on the conviction that housing is a fundamental right that must be +protected.</p> +<p>Please feel welcome to join us for a day of discussion, co-learning and +reflection on the housing situation in Rotterdam, our rights as tenants and how +we can support each other to work towards solutions for more safe, secure and +affordable housing.</p> +<p>For more information on the event, please see <a href="https://bondprecairewoonvormen.nl/2019/04/bpw-rotterdam-huurdersspreekuur-introductie/">this announcement</a>.</p> +<p>To learn more about the union, please see <a href="http://bondprecairewoonvormen.nl">bondprecairewoonvormen.nl</a>.</p> +<p>SoliGreets,</p> +<p>Varia</p>VariaThu, 02 May 2019 00:00:00 +0200tag:None,2019-05-02:varia.zone/en/bpw-consultation-introduction.htmleventCentury 21 Calling - Safety Firstvaria.zone/C21C.html<p>Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren op kantoor? Waar kunnen je kinderen veilig spelen? Deze vragen en vele andere komen tijdens deze informatieve avond aan bod.</p> +<p>Tijdens "Century 21 Calling", een reeks screenings die is geïnitieerd door het collectief <a href="http://www.save-as.media/">Save_as</a> en wordt gehost door Varia, bekijken we de industriële archieven, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen vormden en houden deze tegen het licht van het heden.</p> +<ul> +<li>deur: 20:00</li> +<li>start: 20:30</li> +<li>prijs: donatie</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:None,2019-04-20:varia.zone/C21C.htmlscreeninghealthsafety21st centuryCentury 21 Calling - Safety Firstvaria.zone/en/C21C.html<p>During the fifth screening of our Century 21 Calling series we will take a look at how to stay safe in an insecure world. Rules change over the decades; What was once seen as a completely safe thing to do, is now extremely deadly. How do you stay safe in the traffic? What are the dangers around the office? Where can your children play safely? These questions and many more will be addressed during this informative evening. </p> +<p>During “Century 21 Calling”, an series of screenings started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we observe the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>start: 20:30</li> +<li>price: donation</li> +</ul>VariaSat, 20 Apr 2019 00:00:00 +0200tag:None,2019-04-20:varia.zone/en/C21C.htmlscreeninghealthsafety21st centuryOpen Dag @ Variavaria.zone/openday2019.html<p>Tijdens de volgende editie van <a href="http://southexplorer.nl/">South Explorer</a> zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld <a href="https://iodinedynamics.com/">Idione Dynamic's</a> 'What Remains' en Mathijs van Oosterhoudt's <a href="https://vimeo.com/241442224">'Strange Fruits'</a>. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project <a href="https://walskaar.com/gaming/index.html">'Hidden Levels'</a> en presenteert Niek Hilkmann een nieuwe geluidsinstallatie 'Venetië aan de Maas' in de kelder van Varia . Iedereen is welkom tussen 12 tot 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:None,2019-04-13:varia.zone/openday2019.htmleventOpen Day @ Variavaria.zone/en/openday2019.html<p>During the next edition of <a href="http://southexplorer.nl/">South Explorer</a> Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include <a href="https://iodinedynamics.com/">Idione Dynamic’s</a> ‘What Remains’ and Mathijs van Oosterhoudt’s <a href="https://vimeo.com/241442224">‘Strange Fruits’</a>. Furthermore, Thomas Walskaar will conduct interviews for his new project <a href="https://walskaar.com/gaming/index.html">‘Hidden Levels’</a> and Niek Hilkmann will present a new sound installation ‘Venice on the Maas’ in Varia's basement. Join us from 12 till 6!</p>VariaSat, 13 Apr 2019 00:00:00 +0200tag:None,2019-04-13:varia.zone/en/openday2019.htmleventDear Cultural Intitiative, there is an Elephant in the Room.varia.zone/there-is-an-elephant-in-the-room.html<p><em>Dear Cultural Intitiative, there is an Elephant in the Room</em> is een workshop waarin de afhankelijk van globale commerciële digitale tools en sociale networken een uitgangspunt is voor een gesprek rondom digitale infrastructuren van zelf-georganiseerde culturele initiatieven in Rotterdam.</p> +<p>De aankondiging van onze workshop is niet vertaald naar het Nederlands. Klik <a href="https://varia.zone/en/there-is-an-elephant-in-the-room.html">hier</a> om de Engelse versie te lezen. </p> +<p>De workshop is onderdeel van het Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:None,2019-04-12:varia.zone/there-is-an-elephant-in-the-room.htmlworkshopDear Cultural Intitiative, there is an Elephant in the Roomvaria.zone/en/there-is-an-elephant-in-the-room.html<p>One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group. </p> +<p>This workshop is a moment for some out-of-the-cloud thinking. Departing from a discussion on this situation and its causes, we will try to imagine and formulate the digital infrastructures that shape our everyday cultural practices and online socialities. The workshop will touch upon alternative tools and approaches, from federated and community-owned social media platforms, to hosting cooperatives, free software philosophy and feminist understandings of the internet.</p> +<p><strong>Date</strong>: Friday 12 April, 13:00h - 17:00h</p> +<p>This workshop is part of the Autonomous Fabric symposium. <a href="http://www.autonomousfabric.org">http://www.autonomousfabric.org</a></p>VariaFri, 12 Apr 2019 00:00:00 +0200tag:None,2019-04-12:varia.zone/en/there-is-an-elephant-in-the-room.htmlworkshopThe Network We (de)Served - (XPUB Special Issue #08)varia.zone/the-network-we-de-served.html<p>Geachte bezoeker,</p> +<p>Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke <em>homebrew</em> netwerk te installeren. Terwijl onze <em>host</em> een kop thee voor ons zette, onderzochten we op deze <em>infrastructour</em> onze routers en hoe die ons aan het internet verbonden. In de huizen waar het mogelijk was installeerden we een server, maar dat lukte niet overal. Het maakte sommigen van ons afhankelijk van een ander lid van de groep. </p> +<p>Gedurende het project was gezamenlijk werken aan vormen van <em>self-hosting</em> een manier om het te hebben over netwerken, autonomie, online publiceren en sociale infrastructuren, waarbij we elk van ons vertrok vanuit een andere vraag. We willen graag onze persoonlijke (en toch onderling verbonden) zoektochten met je delen, je een verhaal vertellen, je onze on-line en geprinte zines presenteren en je uitnodigen om ons zelfgebouwde netwerk te verkennen.</p> +<p><strong>Datum</strong>: Donderdag 04 april 2019<br> +<strong>Locatie</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entree</strong>: Gratis<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Met bijdragen van: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Dit project is ontwikkeld in de context van de <em>Master of Arts in Fine Art and Design: Experimental Publishing (XPUB)</em> van het Piet Zwart Instituut, en <em>Varia, Centrum voor Alledaagse Technologie</em>, Rotterdam - april 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:None,2019-04-04:varia.zone/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Network We (de)Served, (XPUB Special Issue #08)varia.zone/en/the-network-we-de-served.html<p>Dear guest,</p> +<p>We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of the group. </p> +<p>While self-hosting together we questioned our understandings of networks, autonomy, online publishing and social infrastructures, where each of us departed from a different question. We would like to share our personal (yet interconnected) routes with you, tell you a story, present our web- and printed zines, and invite you to explore our homebrewed network.</p> +<p><strong>Date</strong>: Thursday, 04 April 2019<br> +<strong>Location</strong>: Gouwstraat 3, Rotterdam<br> +<strong>Entrance</strong>: Free<br> +<strong>Start</strong>: 19:00</p> +<p><a href="https://issue.xpub.nl/08/">https://issue.xpub.nl/08/</a></p> +<p>Contributors: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.</p> +<p>Brought to you by the Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) of the Piet Zwart Institute, and Varia, Centre for Everyday Technology, Rotterdam, April 2019.</p>VariaThu, 04 Apr 2019 00:00:00 +0200tag:None,2019-04-04:varia.zone/en/the-network-we-de-served.htmleventnetworksxpubinfrastructurepublishingzinesThe Call Of The Kettlevaria.zone/kettle.html<p>Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven aan te gaan. Dit alles onder het mom van ‘The Call Of The Kettle’; de eerste object georienteerde muziekavond bij Varia! Tijdens dit evenement zullen er optredens te zien zijn van de volgende artiesten:</p> +<p><strong> Agente Costura en Stephen Doyle </strong> is een duo dat geïmproviseerde geluiden speelt met behulp van versterkte naaimachine en drums. Constura speelt al sinds 2003 op de Singer. Overdag werkt ze met ongewenste kleding en transformeert die in nieuwe draagbare vormen. 's Nachts sluit de Singer zich aan bij haar medemuzikanten en naait zij op het ritme van de muziek. Zo improviseert zij kleding op basis van ritme en geluid. Costura heeft onder meer opgetreden in The Vancouver Art Gallery, de Month of Performance Art Berlin, het Bimhuis Amsterdam en de Curitiba Fashion Week. Stephen Doyle is een drummer die woont en werkt in Amsterdam. Costura en Doyle creëren samen een percussieve upcycled stortvloed van uniek gebeeldhouwd geluid.</p> +<p><a href="www.agentecostura.blogspot.de/">Agente Costura Online</a><br> +<a href="https://soundcloud.com/stephen-doyle-drummer">Stephen Doyle op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/oey80a-7CQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>Watt's Cookin'</strong> bestaat uit Zeynep Aslan, Tamara van Suylekom en Inge Hoonte, die elkaar hebben leren kennen via re#sister en repeteren bij Worm. Voor deze performance gaan ze knallen en klooien met dagelijkse objecten. Ze repeteren momenteel in de keuken met hun orkestleden, waaronder waterkokers en koffiepercolators, een mes en een snijplank, een paar potten met noten, rijst en maïs, een mini-oven, twee pannen, twee theelepels en een eierklopper. Een broodrooster en een blik kokosmelk aarzelen nog of mee willen doen, maar waarschijnlijk loopt dat wel los!</p> +<p><strong> De Brut </strong> is een nieuw project van Marijn Verbiesen, die volgens bronnen "een van de krachten is die de Rotterdamse underground bij elkaar houdt!" Ze heeft deelgenomen aan tal van projecten (Sweat Tongue, Red Brut) en is actief als een van de organisatoren van de beruchte Herman concertreeks. Daarnaast staat Verbiesen bekend om haar tapecollages die zeer persoonlijk zijn en hoog aangeschreven staan door bladen als The Wire.</p> +<p><a href="https://redbrut.com/">De Website van Red Brut</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/pa066-UzitY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> Beachcombartband </strong> is een "one-man-sea-trash-band" uit Rotterdam met kunstenaar Bart Koppe aan het roer. Het mechanisch en met de hand bespeelde afval van het schoongeveegde strand zal door hem op uw hoofd worden geloosd, in een netwerk van audio-galactische bevrediging!</p> +<p><strong> The Singing Toaster </strong> is niet zoals andere broodroosters, omdat niet elke broodrooster kan zingen. Daarom is deze bijdrage aan "The Call Of The Kettle" nu al een beetje bijzonder. Zullen de verbrande kruimels tussen zijn verwarmingselementen ook uw hart kunnen verwarmen?</p> +<p><strong>Datum:</strong> Vrijdag, 15 Maart 2019<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30 </p>VariaFri, 15 Mar 2019 00:00:00 +0100tag:None,2019-03-15:varia.zone/kettle.htmleventeventConversas bij variavaria.zone/conversas-february.html<p>Op de <strong><em>6 februari van 19.30 tot 21.30 uur</em></strong> heeft Varia het genoegen om een van de nomadische Conversas-avonden te ontvangen.</p> +<p>Conversas is een reeks van tweewekelijkse informele ontmoetingen om elkaar te leren kennen, projecten, verhalen of interesses te delen.</p> +<p>Tijdens het evenement brengen drie Conversadores (degenen die het gesprek beginnen) gedurende dertig minuten elk iets te delen met de verzamelde groep. Zoals de titel al doet vermoeden, streeft Conversas (Conversations in Portuguese) naar een gelijkwaardige opzet waar zowel de Conversadores als de groep baat bij hebben. In deze serie dagen we onze gasten uit om geen beamer te gebruiken, creatief te zijn en alleen woorden en/of andere objecten te gebruiken om hun verhaal te vertellen.</p> +<p>De drie Conversadores voor de sessie bij Varia zijn dat wel:</p> +<ul> +<li>Karla de Witte (Nederlandse liefdesbrieven)</li> +<li>Clara Mendes (Naakt modellen, postkolonialisme en musea)</li> +<li>Ludovic Lacreuse (Digressies rond een vlag)</li> +</ul> +<p><strong>Karla</strong> is ontwerper en docent beeldende kunst. <a href="www.facebook.com/pg/dutchloveletters/">DLL</a> begon toen twee moeders elkaar ontmoetten op een kleurrijk schoolplein in Rotterdam. Zowel geboren als opgegroeid in verschillende delen van de wereld, met wafels die soortgelijke herinneringen aan oud en nieuw delen. Delicaat en zeer dun gemaakt met veel geduld door hun grootmoeders. +www.instagram.com/dutch_love_letters/liefdebrieven/</p> +<p><strong>Clara</strong> is onlangs verhuisd van Portugal naar Nederland om haar wens na te streven om meer te weten te komen over de impact van kunst op het leven van verschillende mensen. Ze zal vertellen over de projecten waar ze tijdens haar masteropleiding Kunst en Maatschappij in is gesprongen terwijl ze nog worstelde om haar weg te vinden in een nieuwe stad.</p> +<p>Na een residentie van 3 maanden (Staat van de Stad, in Paviljoen aan het Water, in Rotterdam), presenteert <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> een vlag die bovenop het varia-zonegebouw wordt gehesen. Zijn gesprek wordt gevuld met uitweidingen over verschillende onderwerpen die min of meer met de vlag te maken hebben.</p> +<p>De 13e serie van tien <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> begint op 7 november en loopt elke andere woensdag tot 20 maart. Deze serie vindt plaats op verschillende locaties verspreid door de stad Rotterdam. Het wordt georganiseerd door Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said en Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is een project geïnitieerd in Lissabon door Constança Saraiva en Mafalda Fernandes, in 2012. Tegenwoordig is het een project van veel mensen en steden.</p> +<p>Evenementen zijn voor iedereen toegankelijk en de toegang is gratis.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:None,2019-02-06:varia.zone/conversas-february.htmleventConversasinformeelontmoetingenConversas at variavaria.zone/en/conversas-february.html<p>On the <strong><em>6th of February from 19:30 to 21:30</em></strong>, Varia has the pleasure to host one of the nomadic Conversas evenings.</p> +<p>Conversas is a series of bi-weekly informal meetings made so that we can get to know each other, share projects, stories or interests. </p> +<p>During the event, three Conversadores (those who start the conversation) bring something to share with the gathered group, for thirty minutes each. As the title suggests, Conversas (Conversations in Portuguese) aim at an equal set up from which both the Conversadores and the group benefit. In this series, we are challenging our guests to not use a beamer, try to be creative and use only words and/or other objects to tell their story.</p> +<p>The three Conversadores for the session at Varia are:</p> +<ul> +<li>Karla de Witte (Dutch Love Letters)</li> +<li>Clara Mendes (Nude models, postcolonialism and museums)</li> +<li>Ludovic Lacreuse (Digressions around a flag)</li> +</ul> +<p><strong>Karla</strong> is designer and educator of visual arts. <a href="www.facebook.com/pg/dutchloveletters/ +">DLL</a> started when two mothers met at a colorful schoolyard in Rotterdam. Both born and grown up in different parts of the world, sharing similar memories of New Year's Eve with waffles. Delicate and very thin made with great patience by their grandmothers. +www.instagram.com/dutch_love_letters/</p> +<p><strong>Clara</strong> has recently moved from Portugal to The Netherlands to pursue her wish to learn more about how art impacts the lives of different people. She will talk about the projects she jumped into throughout her master's program in Arts and Society whilst she was still struggling to find her way around a new city.</p> +<p>After a 3 month artist residency (State of the City, in Paviljoen aan het Water, in Rotterdam), <strong><a href="http://ludoviclacreuse.net/">Ludovic</a></strong> will present a flag which will be hoisted on top of the varia zone building. His conversation will be filled by digressions about different subjects more or less related to the flag.</p> +<p>The 13th series of ten <a href="www.facebook.com/conversasrotterdam">Conversas Rotterdam</a> starts on the 7th of November and runs every other Wednesday until the 20th of March. This series is happening in different locations spread through the city of Rotterdam. It is organized by Bérénice Staiger, Constança Saraiva, Marco Aperti, Zahra Said and Sebastian Helbers.</p> +<p><a href="www.conversas.net">Conversas</a> is a project initiated in Lisbon by Constança Saraiva and Mafalda Fernandes, in 2012. Nowadays, it's a project of many people and cities.</p> +<p>Events are open to all and the entrance is free.</p>VariaWed, 06 Feb 2019 00:00:00 +0100tag:None,2019-02-06:varia.zone/en/conversas-february.htmleventConversasinformalmeetingsVaria's Nieuwjaarsborrelvaria.zone/borrel2019.html<p>Varia's Nieuwjaarsborrel</p> +<p>Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!</p> +<p>Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van DJ Listentomerijn.</p> +<p>Woodstone Kugelblitz zal dan de nieuwste editie van L'Intolerant presenteren: Nummer 18, A Really Useful Cookbook.</p> +<p>Iedereen is welkom en de toegang is uiteraard vrij. Echter, vrijwillige donatie van 5 euro helpen ons bij het vervangen van de ruit en worden zeer gewaardeerd!</p> +<p>Tot dan!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:None,2019-01-11:varia.zone/borrel2019.htmleventeventVaria New Year's Receptionvaria.zone/en/borrel2019.html<p>It's a new year! Dennis (de Bel) is back, the window is broken and l'intolerant #18 is out. Enough reasons to come together and have a drink.</p> +<p>This Friday, the 11th of January, from 19:30, Varia opens its doors for some special new year's drinks and some fitting music.</p> +<p>Woodstone Kugelblitz will also be presenting the latest issue of L'Intolerant #18: A Really Useful Cookbook.</p> +<p>Almost everyone is welcome and the entrance is free. However, a voluntary donation of 5 euros will help us replace our window and is greatly appreciated!</p> +<p>See you there!</p>VariaFri, 11 Jan 2019 00:00:00 +0100tag:None,2019-01-11:varia.zone/en/borrel2019.htmleventeventKerst bij Varia - Met adammmmmmmmmmmm en Logosamphiavaria.zone/christmas.html<p>Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje, warm je hart op met een kop glühwein en bespreek al je goede voornemens zolang ze nog goed zijn! Er zullen optredens zijn van:</p> +<p><strong> adammmmmmmmmmmm</strong>, ook bekend als Adam Tuch, is een artiest / muzikant uit Boston. Hij maakt deel uit van een collectief met de naam media_rins dat werk creëert en publiceert op het gebied van elektronische muziek, nieuwe media en performance art. Zij organiseren evenementen in de omgeving van Boston voor avontuurlijke en hedendaagse kunstenaars die werken met digitale Hi-Fi-tools, analoge elektronica en informatiemedia. In zijn werk richt hij zich op de absurditeit binnen online/digitale identiteiten en reflexiviteit.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">Adam Tuch op Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website van media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong> Logosamphia </strong> is een project van Sadra Hemati. Met een voet in de Franse underground party scene, en een andere in de Nederlandse avant-garde noise performance &amp; kunstwereld, vertegenwoordigt hij een van de weinige Iraanse muzikanten die actief is in niet-mainstream elektronische muziek. Hemati heeft een voorliefde voor het combineren van invloeden uit zowel traditionele als moderne technieken in unieke en pakkende arrangementen.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong> DJ The Sound of C </strong> brengt je een spotgoedkoop kerst extravaganza, geselecteerd bij je lokale kringloopwinkel. Platen worden ingepakt en cadeaus brkrast. Alles is gratis nadat het is afgespeeld. De kerstman komt vroeg dit jaar!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>Tot in Varia!</p> +<p><strong>Datum:</strong> Zaterdag, 22 December 2018<br> +<strong>Entree:</strong> 4 euro<br> +<strong>Deur:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:None,2018-12-22:varia.zone/christmas.htmlconcertChristmas at Varia - With adammmmmmmmmmmm and Logosamphiavaria.zone/en/christmas.html<p>A cold wind is blowing through Charlois; leaves are falling from of trees, birds fly to the south and people start waxing their ice skates. The end of 2018 is neigh! What can we do about this? Celebrate the holidays at Varia of course! Come and dance to some holiday themed music, warm your heart up with a hot cup of glühwein and discuss your new years resolutions like there is no tomorrow! There will be performances by:</p> +<p><strong>adammmmmmmmmmmm</strong>, also known as Adam Tuch, is an artist/musician based out of Boston. He is part of a collective called media_rins that creates and publishes work in the fields of electronic music, new media, and performance art. They organize events in the Boston area for adventurous and contemporary artists working with Hi-Fi digital tools, analogue electronics, and information media. In his work he focuses on absurdity within online/digital identities and reflexivity.</p> +<p><a href="https://adammmmmmmmmmmm.bandcamp.com">adammmmmmmmmmmm on Bandcamp</a><br> +<a href="http://mediarins.xyz/">Website of media_rins</a></p> +<p><img alt="Adam Tuch" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/tuch2.jpg"></p> +<p><strong>Logosamphia</strong> is a project of Sadra Hemati. With one foot in the French underground party scene, and another in Netherlands’ avant-garde noise performance &amp; arts world, he represents one of the few Iranian musicians active in non-mainstream electronic music. Hemati has a penchant for combining influences from both traditional &amp; modern techniques in unique and catchy arrangements.</p> +<p><a href="https://logosamphia.bandcamp.com/">Logosamphia on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/_4Oc_RCTYmw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> + +<p><strong>DJ The Sound of C</strong> brings you a dirt cheap Christmas extravaganza selected at your local thrift store. Records will be wrapped and gifts will get scratched. Everything is for free, after it’s being played. Santa comes early this year. Warm hearts only!</p> +<p><img alt="DJ The Sound of C" src="https://git.vvvvvvaria.org/varia/varia.website/raw/branch/master/content/images/Santas.jpg"></p> +<p>See you at Varia!</p> +<p><strong>Date:</strong> Saturday, 22 December 2018<br> +<strong>Entrance:</strong> 4 euro<br> +<strong>Door:</strong> 20:30<br> +<strong>Start:</strong> 21:00 </p>VariaSat, 22 Dec 2018 00:00:00 +0100tag:None,2018-12-22:varia.zone/en/christmas.htmlconcertCentury 21 Calling - I'd Buy That For A Dollar!varia.zone/id-buy-that-for-a-dollar.html<p>Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen van je spelcomputer naar de winkel. </p> +<p><strong>Century 21 Calling</strong> gebruikt archiefmateriaal uit de industrie, infomercials van bedrijven, tv uitzendingen en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken die om het heden te doorgronden. Het is een initiatief van Save_as en vindt plaats in Varia in Rotterdam.</p> +<p><strong>Datum:</strong> Zaterdag, 15 December 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> Donatie</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:None,2018-12-15:varia.zone/id-buy-that-for-a-dollar.htmleventCentury 21 Calling - I'd Buy That For A Dollar!varia.zone/en/id-buy-that-for-a-dollar.html<p>During our fourth and final screening of Century 21 Calling this year, we will honour the holiday season by taking a look at the development of ‘the shopping experience’. During this 'Christmas special' we'll take a walk through the shopping center and focus our attention on amazon.com, creditcards and refund instruction video’s. This will surely get you in the shopping mood!</p> +<p><strong>Century 21 Calling</strong> is a series by the collective Save_as and hosted at Varia in Rotterdam. During these screenings we take a look at the archival industrial films, corporate infomercials, tv reports and historical documentary of yesterday that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p><strong>Save_as</strong> is a platform for 360 degrees media exploration by Thomas Walskaar and Léna Robin, initiated in 2017. Save_as investigates media and alternative publishing practices, to observe tensions which emanate from them. Save_as is also an independent publisher of printed and non-printed matter.</p> +<p><strong>Date:</strong> Saturday, 15 December 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> Donation</p>VariaSat, 15 Dec 2018 00:00:00 +0100tag:None,2018-12-15:varia.zone/en/id-buy-that-for-a-dollar.htmleventWelcome to the � Federation - Mastodon en de Fediversevaria.zone/mastodon-and-fediverse.html<p>De laatste jaren is er veel discussie en ontevredenheid over sociale media. Tegelijkertijd is er een nieuw platform, Mastodon, dat aan populariteit wint door de manier waarop het de kern van dit ongemakkelijke gevoel probeert aan te pakken. Mastodon ziet er uit en gedraagt zich als soortgelijke platforms, maar achter de schermen functioneert het op en totaal andere manier. </p> +<p><a href="https://joinmastodon.org/">Mastodon</a> is geen eigen gesloten platform, maar maakt deel uit van een verzameling onafhankelijke platforms die met elkaar samenwerken. Deze grotere verzameling projecten wordt ook wel <em>de Fediverse</em> genoemd en bestaat uit een grote diversiteit van softwares, gemeenschappen, culturen en houdingen.</p> +<h2 id="publiek-gesprek">Publiek gesprek</h2> +<p><em>Een algemene inleiding in Mastodon en het Fediverse</em><br> +Zaterdag 8 december 2018<br> +20:00u - 21:30u </p> +<p>Op zaterdag 8 december zal <a href="https://varia.zone/wttf/">Wtt�F</a> een rond-de-tafel gesprek organiseren als algemene introductie over Mastodon en de Fediverse. Hoe werkt het? Wat zijn de onderliggende concepten? Wie heeft het gemaakt? Wat is de geschiedenis erachter? Wat voor soort verschillende gemeenschappen leven er in dit ecosysteem? Wat betekent het om een gemeenschap te hosten?</p> +<p>De introductie en het rondetafelgesprek worden gefaciliteerd door een beheerder van een grote Mastodon gemeenschap en een beheerder van een kleine Mastodon gemeenschap. Beiden hebben ook bijgedragen aan het vertalen van Fediverse software. </p> +<h2 id="werksessie">Werksessie</h2> +<p><em>Vertaling en documentatie van het Mastodon-project</em><br> +Zaterdag 8 december 2018<br> +14:00 uur - 18:00 uur </p> +<p>Als onderdeel van deze editie van Wtt�F zullen we ook de middag samen doorbrengen om de documentatie en vertaling van het Mastodon-project te bekijken. Hoe worden open-source projecten vertaald? In welke taal worden projecten gecommuniceerd? Hoe kunnen de technische concepten toegankelijk worden gemaakt voor een groter publiek zonder hun betekenis te verliezen? </p> +<p>Als je wilt deelnemen aan deze werksessie, schrijf je dan vooraf in door een korte mail te sturen naar <code>info[at]varia.zone</code>.</p> +<h2 id="praktisch">Praktisch</h2> +<p>Deze bijeenkomst vindt plaats in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op de constatering van een hernieuwde interesse in 'alternatieve' online diensten zoals sociale media en chat. Door middel van presentaties en werksessies wordt er aandacht besteed aan de softwareprojecten die deel uit maken van deze ecosystemen. Een bijzondere focus zal liggen op projecten die (op)nieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, door veel aandacht te besteden aan ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a> (engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> en <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:None,2018-12-08:varia.zone/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubWelcome to the � Federation - Mastodon and The Fediversevaria.zone/en/mastodon-and-fediverse.html<p>In recent years there has been a lot of dissatisfaction about social media. At the same time there has been a new platform, Mastodon, which has been gaining popularity in the way it seeks to address the sources of this unease. It looks and behaves like similar platforms, but under the hood it works substantially different ways. </p> +<p>Rather than a single service, <a href="https://joinmastodon.org/">Mastodon</a> is part of a collection of community-owned independent services that interoperate with each other. This larger set of projects is also known as the Fediverse and is compromised of vastly different softwares, cultures and attitudes.</p> +<h2 id="public-conversation">Public conversation</h2> +<p><em>A general introduction into Mastodon and the Fediverse</em><br> +Saturday 8 December 2018<br> +20:00h - 21:30h </p> +<p>On the Saturday 8th of December <a href="https://varia.zone/wttf/">Wtt�F</a> will host an evening roundtable as a general introduction into Mastodon and the Fediverse. How does it work? What are the underlying concepts? Who made it? What has been the history behind it? What kind of different communities inhabit this Fediverse? What does it mean to host such a community?</p> +<p>It will be hosted together by an administrator of a large Mastodon community and an administrator of a small Mastodon community. Both are also contributors to the fediverse. </p> +<h2 id="worksession">Worksession</h2> +<p><em>Translating and documentation of the Mastodon project</em><br> +Saturday 8 December 2018<br> +14:00h - 18:00h </p> +<p>As part of this edition of Wtt�F we will also spend the afternoon together to look at the documentation and translation of the Mastodon project. How does the translation of open source projects work? How are projects communicated? How can the technical concepts be made accessible for larger audiences without diluting their significance? </p> +<p>If you would like to join the worksession, please register in advance by sending a mail to <code>info[at]varia.zone</code>.</p> +<h2 id="practical">Practical</h2> +<p>This gathering takes place in Varia, Gouwstraat 3 in Rotterdam. </p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a> and <a href="https://varia.zone">Varia</a>.</p>VariaSat, 08 Dec 2018 00:00:00 +0100tag:None,2018-12-08:varia.zone/en/mastodon-and-fediverse.htmleventmicrobloggingmastodonactivitypubMaximum Velocityvaria.zone/velocity.html<p>Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die met snelheid en beweging werken in hun composities en uitvoeringen!</p> +<p>Ditevenement bestaat uit de volgende elementen:</p> +<p><strong>Bismuth</strong> is een tweemansformatie, opgebouwd uit experimenteel instrumentenbouwer Yuri Landman en multi-instrumentalist Arnold van de Velde (ex-Feverdream). Samen bespelen zij een ruimtevullende hoeveelheid zelfgebouwde instrumenten, gemaakt uit hout, staal, snaren, motoren en electronica. Dzee bonte collectie instrumenten leidt tot een ritmische samensmelting van experimentele noise rock, dance en gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> maak directe elektronische composities met zelfgeprogrammeerde software en zelf gemaakte controllers. Ze streven naar een fysieke benadering van elektronische muziek (en in het bijzonder realtime synthese) door het gebruik van objecten als fietsen, radio's, FM-zenders en kleine zonnecelsynths bij hun uitvoeringen. Hun muziek - soms omschreven als 'geïmproviseerde noise ambient' - wordt beïnvloed door de muziek en ideeën van artiesten als John Cage, Tim Hecker, John Zorn en Captain Beefheart. De huidige leden zijn componist/geluidskunstenaar Sjoerd Leijten en ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten op het web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is een performer, kunstenaar en theoloog die werkt tussen Charlois en Scheveningen. De laatste 10 jaar heeft hij onafgebroken opgetreden onder verschillende namen (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) en in verschillende gelegenheden. Op Maximum Velocity zal hij een dans uitvoeren die is geïnspireerd door de meditatieve wervelen van de Sufi-derwisjen van de Mevlevi-orde.</p> +<p><a href="http://jaccoweener.nl/">Meer over Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> toont het hypnotiserende effect van roterende schijven gemaakt van vinyl die op verschillende snelheden in contact komen met een min of meer stabiele naald. Het effect is verrassend!</p> +<p><strong>Datum:</strong> Vrijdag, 7 December 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:None,2018-12-07:varia.zone/velocity.htmlconcertMaximum Velocityvaria.zone/en/velocity.html<p>Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both speed and movement in their compositions and performances!</p> +<p>The event is comprised of the following elements:</p> +<p><strong>Bismuth</strong> is a two-man formation, made up of experimental instrument builder Yuri Landman and multi-instrumentalist Arnold van de Velde (ex-Feverdream). Together they play a space-filling amount of self-built instruments made of wood, steel, strings, motors and electronics. This colorful collection of instruments leads to a rhythmic amalgamation of experimental noise rock, dance and gamelan.</p> +<p><a href="http://www.hypercustom.nl/">Yuri Landman's website</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/tGqiDOiOIPc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>good cop / naughty cop</strong> make instant electronic compositions with self-programmed software and self-made controllers. They aim for a physical approach towards electronic music (and in particular realtime synthesis) by using objects such as bicycles, radios, FM transmitters and little solar cell synths in their performances. Their music – sometimes described as ‘improvised noise ambient’ – is influenced by the music and ideas of artists like John Cage, Tim Hecker, John Zorn and Captain Beefheart. Current members are composer/sound artist Sjoerd Leijten and ambient producer/pianist Patrick Bossink aka. Arpatle.</p> +<p><a href="http://www.sjoerdleijten.nl/">Sjoerd Leijten on the web</a></p> +<p><a href="http://www.arpatle.com/">Arpatle Online</a></p> +<iframe src="https://player.vimeo.com/video/139567976" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>Jacco Weener</strong> is a performer, artist and theologist working between Charlois and Scheveningen. For the last 10 years he has performed continuously under various monikors (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) and in a variety of setups. At Maximum Velocity he will perform a dance inspired by the concept of meditative sufi whirling, practiced by the Sufi Dervishes of the Mevlevi order. </p> +<p><a href="http://jaccoweener.nl/">More on Jacco Weener</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/i3MFrF_3Vas" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>DJ Knapzak</strong> will display the hypnotic effect of rotating disks made out of vinyl at various speeds, coming into contact with a more or less stable needle. You might be surprised by the results!</p> +<p><strong>Date:</strong> Friday, 7 December 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 07 Dec 2018 00:00:00 +0100tag:None,2018-12-07:varia.zone/en/velocity.htmlconcertPushing Scores met De Playervaria.zone/pushing-the-score.html<p>Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door <strong><a href="https://www.deplayer.nl/">De Player</a></strong> uitgevoerd. Zij heeft aan <strong>Varia</strong> gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een online archiefuitgave van het project. Julie Boschat Thorez, Cristina Cochior en Niek Hilkmann zal deze aanpak toelichten, tijdens een avond met verschillende presentaties. </p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> zal een liveset spelen. Zij benadert computers met 'transducers' die elektromagnetische straling in geluid transformeren via choreografisch opstellingen. De 'runtime' van uitgevoerde software wordt geënsceneerd voor een publiek om een akoestische ervaring te bieden.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> introduceert haar project 'Untitled Records'; een performatieve geluidsinstallatie die historische en emotionele vertellingen verweeft door middel van de 'instrumentalisatie' van een verzameling platen.</p> +<p><strong>Niek Hilkmann</strong> (onderdeel van Varia) presenteert zijn <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universele Notatie Ideaal); een Pay2Print verkenning van de simultane productie en distributie van gestandaardiseerde grafische notatie gemedieerd door automatiek. Deze is ontwikkelt in samenwerking met Joseph Knierzinger en gebaseerd op een nieuw notatiesysteem dat conceptuele componisten kan helpen in de ontwikkeling en uitwisseling van conceptuele muziek in een uniforme taal. Het daadwerkelijke afdrukken van de composities op papier kan gelezen worden als een stochastische compositie in zichzelf. Door dit aspect te benadrukken, waardoor de machine een muzikale entrepeneur wordt die zijn eigen inkomen verdient, verkennen we de voorwaarden van mechanische arbeid in de creatieve industrie en de daarbij horende ethische kwesties.</p> +<h2 id="over-pushing-scores">Over Pushing Scores</h2> +<p>Wat zijn de mogelijkheden van grafische partituren, in een tijd waarin grafische notatie meestal als een 'tekening' wordt gezien en als een soort bladmuziek dienst doet? </p> +<p>In een poging om dit concept te herdefiniëren, stelde DE PLAYER een programma samen waarvoor artiesten, muzikanten en theoretici werden uitgenodigd. Het collectieve doel is om nieuwe audiovisuele en media-technische vormen van grafische notatie te ontwikkelen en te presenteren door middel van artistiek onderzoek. </p> +<p>De meest eigentijdse en innovatieve grafische notatiepraktijken op het gebied van muziek, geluidskunst, performancekunst, e-cultuur, nieuwe mediakunst, grafisch ontwerp en mediao-ntwerp introduceerde De Player zo aan een nationaal en internationaal publiek.</p> +<p><strong>Datum:</strong> Donderdag, 29 November 2018<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entree:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:None,2018-11-29:varia.zone/pushing-the-score.htmleventPushing Scores with De Playervaria.zone/en/pushing-the-score.html<p>During this evening we focus on the archiving of the Pushing Scores project by <strong><a href="https://www.deplayer.nl/">DE PLAYER</a></strong>; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?</p> +<p>To communicate the project to a larger audience DE PLAYER asked <strong>Varia</strong> to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Julie Boschat Thorez, Cristina Cochior and Niek Hilkmann will explain their ideas and approach to this matter.</p> +<p><strong><a href="http://trippingthroughruntime.net/">Valentina Vuksic</a></strong> will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world.</p> +<p><strong><a href="http://www.ana-guedes.com/">Ana Guedes</a></strong> is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records.</p> +<p><strong>Niek Hilkmann</strong> (part of Varia) will present his <a href="https://nothingmore.work/s/in/our-first-audible-profitable-economy-exhibition/">UNI</a> (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics.</p> +<h2 id="about-pushing-scores">about Pushing Scores</h2> +<p>What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music? </p> +<p>In an attempt to redefine this concept, DE PLAYER compiles a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development. </p> +<p>Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.</p> +<p><strong>Date:</strong> Thursday, 29 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 5 euro</p>VariaThu, 29 Nov 2018 00:00:00 +0100tag:None,2018-11-29:varia.zone/en/pushing-the-score.htmleventDruk: Een avond met Cantos Deus & Bohman Familyvaria.zone/druk-cantos-bohman-evening.html<p>Omdat de boog niet altijd gespannen kan staan, lassen we tijdens het evenement <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.nl.md">Woodstone Kugelblitz: Druk In Varia</a> een muzikale pauze in.</p> +<p>En wat voor een pauze!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>De Engelse <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> toveren al meer dan twee decenia unieke en impure experimentele muziek uit een tafel vol huis, tuin en keuken-rommel. Er zijn sporen van fluxus ongein, musique concrete, en vrije improvisatie. Voor deze avond worden de Bohman Brothers een Bohman Family: ze adopteren een aantal lokale muzikanten en zullen als een nonet optreden. </p> +<h1 id="cantos-deus">Cantos Deus</h1> +<p><iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p></p> +<p>Door <a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> zal een selectie van no-wave, gospel, reli-pop en psychedelica worship gespeeld worden, dit alles verpakt in een amusante revival show. Voor het publiek is er mogelijkheid tot dans, zang en aanbidding. Het gezelschap bestaat uit Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Zaterdag, 24 November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euro</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:None,2018-11-24:varia.zone/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalDruk: An Evening With Cantos Deus & Bohman Familyvaria.zone/en/druk-cantos-bohman-evening.html<p>Because we can't always keep the pressure on, we've added a musical intermezzo during <a href="{filename}/home/r/varia.website/content/woodstonekugelblitz-druk.en.md">Woodstone Kugelblitz: Druk In Varia</a>.</p> +<p>And what an intermezzo it is!</p> +<h1 id="bohman-family">Bohman Family</h1> +<p><iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/oKIm1HFXYCs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></p> +<p>For more than two decades the English <a href="https://lukas.home.xs4all.nl/pagina/bohmans.htm">Bohman Brothers</a> have been summoning a mix of unique and impure experimental music from a table stuffed with ordinary day to day objects. The mix contains fluxus elements, musique concrete and free improv. For this one evening the Bohman Brothers become a Bohman Family as they will adopt a bunch of local musicians and perform together as a nonet.</p> +<h1 id="cantos-deus">Cantos Deus</h1> +<iframe src="https://player.vimeo.com/video/279671196?portrait=0" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><a href="https://vimeo.com/279671196">2018 &bull; cantos deus</a> from <a href="https://vimeo.com/user24991829">arnold schalks</a> on <a href="https://vimeo.com">Vimeo</a>.</p> + +<p><a href="http://www.podiumocw.nl/02_crimmp_28c.html">Cantos Deus</a> will play a selection of no-wave, gospel, reli-pop en psychedelica worship, all in the form of an entertaining revival show. Plenty of opportunity for the audience to dance, sing and worship. The company consists of Bruno Xavier da Silva, Lukas Simonis en Jacco Weener. </p> +<p><strong>Date:</strong> Saturday, 24th of November 2018<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 20:30<br> +<strong>Entrance:</strong> 3 euros</p>VariaSat, 24 Nov 2018 00:00:00 +0100tag:None,2018-11-24:varia.zone/en/druk-cantos-bohman-evening.htmleventmusicfluxusimprovrevivalWoodstone Kugelblitz: Druk in Variavaria.zone/woodstone-kugelblitz-druk-in-varia.html<p>Een Kookboek voor Écht Nuttige Kennis</p> +<p>Want, sommige dingen zijn nou eenmaal nuttiger om te weten dan andere.</p> +<p>Op 23, 24 en 25 november tijdens <em>Woodstone Kugelblitz Druk in Varia</em> gaan we een receptenboek maken. +Een handleiding om meer te ageren en minder te consumeren in het dagelijks leven. </p> +<p>Deze driedaagse gemoedelijke boeksprint gaat over het uitwisselen van kennis over analoge druktechniek, samen koken &amp; eten, het delen van recepten uit- en voor het dagelijkse leven, het bespreken van Écht Nuttige Kennis, samen zijn en het redigeren en vormgeven van de publicatie.</p> +<h2 id="een-oproep-voor-echt-nuttige-recepten">Een oproep voor Écht Nuttige Recepten!</h2> +<p>Voor de publicatie zijn we op zoek naar doe-het-zelf advies, tips en handleidingen die opgenomen moeten worden in het receptenboek zodat het onderdeel kan worden van ons collectieve geheugen. Zo hebben we bijvoorbeeld al recepten over het opvoeden van peuters zonder luiers, het blokkeren van online advertenties op de computer en het maken van sambal op basis van lactosefermentatie!</p> +<p>Alle soorten recepten uit het dagelijkse leven zijn hiervoor welkom. </p> +<p>Deze recepten kunnen gewoon als platte tekst worden ingediend of al reeds voorzien van een vormgeving.</p> +<p>Stuur het materiaal per post of email voor 15 november naar: +info[at]varia.zone of Gouwstraat 3, 3082 BA, Rotterdam vóór <strong>15 november</strong>.</p> +<p>Je kunt recepten ook toevoegen via deze Écht Nuttige Etherpad <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="over-de-boeksprint">Over de boeksprint</h2> +<p>Als je wilt meedoen met de boeksprint zelf, stuur ons dan een e-mailtje (info[at]varia.zone). Let wel dat we op zoek zijn naar mensen die er gedurende de drie dagen kunnen zijn om de continuïteit en concentratie te kunnen behouden voor het maken van de publicatie!</p> +<p>We hebben tijdens het evenement de volgende printapparatuur op locatie:</p> +<ul> +<li>Riso automatic A3 met zwarte en blauwe inkt</li> +<li>A0 rol inkt jet plotter op </li> +<li>A0 rol pen plotter</li> +<li>A4 zwart-wit laser printer</li> +<li>Dot matrix printer</li> +<li>automatische stencil kopieermachine -&gt; gele en zwarte inkt </li> +<li>handmatige stencilmachines -&gt; rood, groen, blauw en zwarte inkt </li> +<li>Fax machine (waar we sjablonen voor de stencils mee kunnen maken)</li> +<li>Telex FS200 Teletypewriter</li> +<li>Bonnetjesprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:None,2018-11-23:varia.zone/woodstone-kugelblitz-druk-in-varia.htmleventdruksamenwerkingécht nuttige kennisreceptenboek.Woodstone Kugelblitz: Druk in Variavaria.zone/en/woodstone-kugelblitz-druk-in-varia.html<p>Some things are more useful to know than others. </p> +<p>On the 23rd, 24th and 25th of November during <em>Woodstone Kugelblitz: Druk in Varia</em> we will make a Really Useful Knowledge Cookbook. A manual to be more an actor and less a consumer in your day to day affairs. The cookbook brings together recipes and instructions from the practice and theory of daily life. </p> +<p>This three day convivial book sprint is about exchanging knowledge on analog printing techniques, eating together, sharing of recipes for and from daily life, discussing Really Useful Knowledge, hanging out and editing and designing the publication.</p> +<blockquote> +<p>'What we want to be informed about is how to get out of our present trouble' +<small>Poor Man's Guardian</small></p> +</blockquote> +<h2 id="a-call-for-really-useful-recipes">A Call For Really Useful Recipes!</h2> +<p>For this event we are looking for DIY-advice, tips and tricks, that need to be inscribed in our collective memory as part of this recipebook. We already have recipes about raising toddlers without diapers, blocking online advertising and making of hot sauce based on lactic fermentation!</p> +<p>All of your recipes for daily life are very welcome! </p> +<p>These can be submitted just as text or as already designed pages.</p> +<p>Please send us recipes for the book by email(info[at]varia.zone) or by post (Gouwstraat 3, 3082 BA, Rotterdam) before <strong>November 15th</strong>.</p> +<p>You can also submit via this Really Useful Etherpad: <a href="https://pad.vvvvvvaria.org/really_useful_knowledge">https://pad.vvvvvvaria.org/really_useful_knowledge</a></p> +<h2 id="about-the-book-sprint">About the book sprint</h2> +<p>If you are interested in participating in the book sprint you can also drop us an email (info[at]varia.zone). Please note that to ensure continuity we prefer you to join the full three days. </p> +<p>We will have the following machines on site:</p> +<ul> +<li>Riso automatic A3 with black and blue ink</li> +<li>A0 Roll inkjet plotter </li> +<li>A0 Roll pen plotter</li> +<li>A4 b/w laser printer</li> +<li>Dot matrix printer</li> +<li>automatic stencil copy printer -&gt; yellow and black ink </li> +<li>manual stenciling machines -&gt; red, green, blue, black ink </li> +<li>Fax machine (can be used to make stencil masters)</li> +<li>Telex FS200 Teletypewriters</li> +<li>Thermal receipt sprinter</li> +</ul>VariaFri, 23 Nov 2018 00:00:00 +0100tag:None,2018-11-23:varia.zone/en/woodstone-kugelblitz-druk-in-varia.htmleventprintcollaborationreally useful knowledgerecipe bookRecycleReduceReuse and waar is Repair Workshop (vol)varia.zone/recycle-reduce-reuse.html<p>In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden worden toegepast die elk hun eigen impact hebben op de economie en het milieu. Hieruit vloeien enkele relevante vragen:</p> +<ul> +<li>Welke waarden construeren onze hedendaagse houding tegenover afval?</li> +<li>Is het misschien een obsessie met nuttigheid?</li> +<li>Wat zijn de artistieke verdiensten van reparatie?</li> +</ul> +<p>In deze workshop, georganiseerd door Yoana Buzova en Niek Hilkmann, zullen we de implicaties van de recycling van (elektronisch) afval bekijken. Dit gebeurt in een praktische workshop waarin we plaatsen bezoeken waar 'afval' wordt verzameld om vervolgens het concept van reparatie en recyclage op zijn kop zet. Uitgaande van het idee dat nutteloosheid, net als een haiku-gedicht, een bepaald subversief potentieel bevat, zullen we een gebruiksvoorwerp reparen tot iets volkomen nutteloos.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 19 november!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 22 November, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:None,2018-11-22:varia.zone/recycle-reduce-reuse.htmlcurriculumrepairRecycleReduceReuse and where is Repair Workshop (full)varia.zone/en/recycle-reduce-reuse.html<p>Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each have their own impact on the economy and environment. Among others, some relevant questions arise from this matter:</p> +<ul> +<li>What values construct our contemporary attitude towards waste? </li> +<li>Is it perhaps an obsession with utility? </li> +<li>What are the artistic merits of repair?</li> +</ul> +<p>In this workshop, hosted by Yoana Buzova and Niek Hilkmann, we will take a look at the implications of recycling (electronic) waste. This will happen in a hands-on workshop in which we will visit places where ‘waste’ is being gathered and turn the concept of repair and recycle upside down. Departing from the idea that uselessness, like a haiku poem, contains a certain subversive potential, we will rework a utility object into something quite useless.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address before the 19th of November!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 22 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 22 Nov 2018 00:00:00 +0100tag:None,2018-11-22:varia.zone/en/recycle-reduce-reuse.htmlcurriculumrepairChoreo-Graphische-Hypothese Boeklanceringvaria.zone/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Zie hier een voorproef van de publicatie: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Kom en dans mee ~</p> +<hr> +<p><strong>Datum</strong>: Donderdag, 15th of November 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is grafisch ontwerper, coder, onderzoeker met een achtergrond in dans. Haar trans-disciplinaire project verweeft media ontwerp en web omgevingen met choreochrafische praktijken. Chicau heeft onderzoek gedaan naar het snijvlak van lichamelijkheid met geconstruuerde, vormgegeven en geprogrammeerde omgevingen. Daarme heeft ze voor ogen om de manieren waarop digitale kennis wordt gepresenteerd en toegankelijk gemaakt aan een groter publiek te verbreden. +Ze is actief in het organiseren en deelnemen aan evenementen waarbij performances op meerdere locaties gezamelijk algorithmisch geimproveerd wordt. Ook organiseert ze open discussies over gendergelijkwaardigheid en activisme.</p> +<p>Ze is ook lid van Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:None,2018-11-15:varia.zone/choreographic.htmleventChoreo-Graphic-Hypothesis Book Launchvaria.zone/en/choreographic.html<p>&lt; body &gt; &lt; script &gt;</p> +<p>var delay="5"; <br> +var count="0"; </p> +<p>Texts=new Array (); <br> +Texts[0]="Media Choreographies."; <br> +Texts[1]="ChoreoGraphic Vocabularies"; <br> +Texts[2]="Choreo-Graphic-Matters"; <br> +Texts[3]="Choreo-Graphic-Hypothesis"; <br> +Texts[4]="Rehearsal Series"; <br> +Texts[5]="Scores &amp; Scripts"; <br> +Texts[6]="A glossary of language for movements"; <br> +Texts[7]="Choreographing from 0 to 1 and beyond"; <br> +Texts[8]="Algorithmic Anatomies"; <br> +Texts[9]="Language(s) and Breathing"; <br> +Texts[10]="Dancing Bodi{es} &amp; Choreographing Code{s}"; <br> +Texts[11]="ChoreoGraphing Design"; <br> +Texts[12]="Designing Choreographies"; <br></p> +<p>function Moving_Title ( ) { document.querySelector("#title").innerHTML=Texts[count]; count++; if (count==Texts.length) {count="0";} setTimeout ("Moving_Title ( )", delay * 1000); +}</p> +<p>Moving_Title ( ) </p> +<p></ script > </ body > <br> +&lt; head &gt; <br> +&lt; meta content="choreographic scores; programming scripts; notation systems; languages; poetics; composition; improvisation; process; temporalities; code; coding; emergence; error; failure; opportunity; interface; human-computer interactions; design; web; site; action; dramaturgy; movement; presence; (a)live; performance; performativity; affect; body; vocabularies; syntax; discourse; voices; speech; public; privacy; transparency; digital; physicality; embodiment; collaboration; trans- disciplinary practices"; name="corpus terms" &gt; <br> +</ head> <br> +&lt; meta author="Joana Chicau"; &gt; <br></p> +<p>Find here a sneak preview of the publication at: <a href="http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf">http://joanachicau.com/choreo-graphic-hypothesis-preview.pdf</a></p> +<p>Come dance along ~</p> +<hr> +<p><strong>Date</strong>: Thursday, 15th of November 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Free</p> +<hr> +<p>Joana Chicau [PT/NL] is a graphic designer, coder, researcher - with background in dance. Her trans-disciplinary project interweaves media design and web environments with choreographic practices. Chicau has been researching the intersection of the body with the constructed, designed, programmed environment, aiming at in widening the ways in which digital sciences is presented and made accessible to the public. She has been actively participating and organizing events with performances involving multi- location collaborative algorithmic improvisation, open discussions on gender equality and activism. +She is a member of Varia! <a href="http://joanachicau.com">http://joanachicau.com</a></p> +<hr> +<p><img alt="joanachicau.com" src="/images/pub.gif"> +<small>Choreo-Graphic-Hypothesis gif preview.</small></p> +<hr> +<p><em>Cover image: Joana Chicau</em></p>VariaThu, 15 Nov 2018 00:00:00 +0100tag:None,2018-11-15:varia.zone/en/choreographic.htmleventLooking Back - Varia Anniversaryvaria.zone/anniversary.html<p>Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat. </p> +<p>Je bent van harte uitgenodigd om te komen genieten van onze exclusieve varia-drankjes en nostalgische herinneringen aan Varia's verleden en toekomst!</p> +<p>Dankzij de DJ-vaardigheden van Newk en DJ USB, plus de zeldzame aanwezigheid van de varia karaoke-set, zal dit zeker een nacht worden die iedereen zal helpen herinneren!</p> +<p><strong>Datum:</strong> Vrijdag, 9 November 2018<br> +<strong>Deur:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:None,2018-11-09:varia.zone/anniversary.htmlpartyLooking Back - Varia Anniversaryvaria.zone/en/anniversary.html<p>It is a rule of life that everything that moves forward, must also one day also look back. Varia is no exception to this truism and that is why we are going to celebrate the first anniversary of our residence at the Gouwstraat. </p> +<p>You are welcome to join us, feast on our exclusive varia drinks and enjoy nostalgic memories of varia's past and future! </p> +<p>Thanks to the DJ skills of Newk and DJ USB, plus the rare appearance of the varia karaoke set, this will surely be a night to help you remember!</p> +<p><strong>Date:</strong> Friday, 9 November 2018<br> +<strong>Door:</strong> 20:00<br></p>VariaFri, 09 Nov 2018 00:00:00 +0100tag:None,2018-11-09:varia.zone/en/anniversary.htmlpartyInter-Planetary File System unearthedvaria.zone/curriculum-ipfs.html<h2 id="van-het-gecentraliseerde-http-pad-af">Van het gecentraliseerde HTTP pad af</h2> +<p>In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het aan elkaar doorgeven van bestanden op alle machines. Het InterPlanetary File System (IPFS) protocol is een van deze pogingen: een gedistribueerd bestandssysteem dat het mogelijk maakt in het hele netwerk bestanden te zoeken, verspreid op te slaan en te delen.</p> +<p>IPFS heeft de interesse van veel gemeenschappen gewekt, van archivisten tot activisten. De mogelijkheid verschillende versies van bestanden bij te houden, de weerbarstigheid van het netwerk en de toegenomen beschikbaarheid van bestanden maken het een nuttige bouwsteen voor zowel digitale archivarissen als groepen die censuur willen omzeilen. Een voorbeeld is de website voor het referendum van Catalonië in 2017, die op IPFS nog beschikbaar was nadat de oorspronkelijke website door de Spaanse regering werd gesloten. </p> +<p>Tijdens deze workshop kijken we naar de successen, de valkuilen en de mogelijkheden van dit protocol. We zullen IPFS installeren, de basis doornemen, bespreken hoe het verschilt van andere P2P protocollen en wat voor toepassingen mogelijk zijn.</p> +<ul> +<li>Deze workshop duurt 8 uur en een laptop is noodzakelijk.</li> +<li>Voorafgaande kennis van IPFS zou goed zijn, maar is niet verplicht. </li> +</ul> +<p>Deze workshop is geïnitieerd door Cristina Cochior, Silvio Lorusso en Julie Boschat Thorez.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 29 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag 1 November, 10:00h - 18:00h (Lunch tussen 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:None,2018-11-01:varia.zone/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyInter-Planetary File System unearthedvaria.zone/en/curriculum-ipfs.html<h2 id="off-the-centralitarian-http-path">Off the centralitarian HTTP path.</h2> +<p>In recent years, new peer-to-peer protocols have appeared that attempt to decentralise the transmission of information over the internet. Instead of one central machine delivering information to many others, the focus has shifted to enabling all machines to serve files to one another. The InterPlanetary File System (IPFS) protocol constitutes one of these attempts: a distributed file system that seeks all computing devices with the same system of files for storing and sharing.</p> +<p>IPFS has raised the interest of many communities, from archivists to activists. Versioning, resiliency and availability make it a useful infrastructure builder for digital archivists, while its distributed nature has enabled groups of people to circumvent censorship. For instance, the 2017 referendum website of Catalonia, which was mirrored on IPFS after the original website was shut down by the Spanish government. </p> +<p>During this workshop, we will look at the successes, the pitfalls and the potential of this protocol. We will install it, go through the basics, discuss how it differs from other P2P protocols like dat and what types of usage it enables.</p> +<ul> +<li>This workshop will last for 8 hours and a laptop will be necessary.</li> +<li>Prior knowledge of command line would be good, but is not obligatory. </li> +</ul> +<p>This workshop is an initiative by Julie Boschat Thorez, Silvio Lorusso and Cristina Cochior.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 29th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 01 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 01 Nov 2018 00:00:00 +0100tag:None,2018-11-01:varia.zone/en/curriculum-ipfs.htmlcurriculumIPFSnetworkstopologyLife Hacks:Spacevaria.zone/lifehacks.html<p>Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan <em>co-working</em> als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken <em>lifehacks</em> bevrijdend of zijn ze een extra last?</p> +<p>Samen met auteur en vormgever <a href="https://www.francoisgm.com/">François Girard-Meunier</a>, het <a href="https://worknot.info/">WORKNOT! collectief</a> (Arvand Pourabbasi and Golnar Abbasi), <a href="https://varia.zone">Varia</a> (vertegenwoordigd door Manetta Berends, Niek Hilkmann, Roel Roscam Abbing) en <a href="http://xpub.nl">XPUB</a> gaan we deze en meer vragen aan tijdens een avond gewijd aan ruimtes die zowel ondernemend als precair zijn.</p> +<p>Life Hacks is onderdeel van het fellowship-programma van Het Nieuwe Instituut met het thema 'burn out'. Zoals verwoord door <em>fellow</em> Ramon Amaro:</p> +<p><em>“aan de ene kant is een 'burn out' een moment van stilstand, van breken of van andersinds onbruikbaar worden. Met andere woorden, processesen, procedures en participatie werkt gewoon niet meer. Aan de andere kant is een 'burn out' een mogelijkheid om open te breken, om actie te bevorderen en verandering te catalyseren richting nieuwe structuren en relaties.”</em></p> +<p><em>Life Hacks</em> is een serie bijeenkomsten met die reageren op deze ambivalenties. Deze bijeenkomsten gaan over benaderingen en technieken die helpen bij het (hernieuwd) vormgeven van een leven in de context van toenemende onzekerheid en afgedwongen ondernemersmentaliteit.</p> +<p>Life Hacks wordt gecureerd door Silvio Lorusso en is een samenwerking tussen het Research Department van Het Nieuwe Instituut en XPUB.</p> +<hr> +<p><strong>Datum</strong>: Woensdag, 31 Oktober 2018<br> +<strong>Duur</strong>: van 19:00 uur tot 21:00 uur <br> +<strong>Locatie</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entreeprijs</strong>: Donaties</p> +<p><em>Afbeelding: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:None,2018-10-31:varia.zone/lifehacks.htmleventLife Hacks: Spacevaria.zone/en/lifehacks.html<p>What shapes the daily routine of a telemarketing sales agent? How to go beyond the co-working model when it comes to organize a place for collaboration? What's the territorial and political role of furniture within the semi-domestic area of the artist's studio? Are life hacks a form of liberation or yet another burden? Together with author and designer François Girard-Meunier, the WORKNOT! collective (Arvand Pourabbasi and Golnar Abbasi), Varia, the Centre for Everyday Technology (represented by Roel Roscam Abbing, Manetta Berends and Niek Hilkmann) and XPUB (the Experimental Publishing program of the Piet Zwart Institute), we will tackle these and more questions during an evening dedicated to spaces that are at once entrepreneurial and precarious.</p> +<p>Life Hacks is part of Het Nieuwe Instituut’s fellowship program around the theme of ‘burn out’. As 2017 fellow Ramon Amaro states, <em>“on the one hand, to ‘burn out’ is to stall, break, or become otherwise unusable. In other words, processes, procedure and participation simply stop working. On the other hand, ‘burn out’ is an opportunity to break open, promote action and catalyse change towards new structures and relations.”</em> </p> +<p>Life Hacks manifests in a series of gatherings that respond to this ambivalence by exploring the approaches and techniques adopted to design or redesign life against the backdrop of growing precarity and an intensified entrepreneurial regime. </p> +<p>Together with theorists, practitioners and XPUB, the Experimental Publishing program of the Piet Zwart Institute, Life Hacks looks into the tensions and releases that emerge from the constant reinvention and progressive self-optimization necessary to inhabit public and private space, manage time and productivity, and tweak one's own thoughts and feelings.</p> +<p>Life Hacks is curated by Silvio Lorusso, and jointly organized by HNI’s Research Department and XPUB.</p> +<hr> +<p><strong>Date</strong>: Wednesday, 31st of October 2018<br> +<strong>Time</strong>: 19:00h - 21:00h<br> +<strong>Location</strong>: Varia, Gouwstraat 3 Rotterdam<br> +<strong>Entrance</strong>: Donation</p> +<hr> +<p>Roel Roscam Abbing (NL) is an artist and researcher whose work engages with the issues and cultures surrounding networked computation. He engages with themes such as network infrastructures, the politics of technology and do-it-yourself approaches. He holds an MA Networked Media from the Piet Zwart Institute in Rotterdam and a Fine Arts BA from the Willem De Kooning Academy. Currently he also works as a teacher in Digital Media at the department of Graphic Design in Artez, Arnhem. He is also a member of the homebrewserver.club and Varia. <a href="https://roelof.info">https://roelof.info</a></p> +<p>Manetta Berends (NL) is a graphic designer with an interest in networked publishing &amp; free software. Her practice is rooted in practical investigations into the sociality of software related to publishing infrastructures. Besides working on commissions, projects and workshops, Manetta is also member of Varia. <a href="https://www.manettaberends.nl">https://www.manettaberends.nl</a></p> +<p>François Girard-Meunier (CA/NL) is interested by the performativity and politics of labour in the contemporary western post-fordist context. Graduated from the Graphic Design department of the Gerrit Rietveld Academie (2015) and the Critical Studies department of the Sandberg Instituut (2018), he works mainly in the cultural field as a designer, web developer, writer and so on. Recent projects include <em>Flexible Bodies</em> (2017), at the Tallinn Photomonth 17, and <em>Talent at Work</em> (2017), in collaboration with Mirjam Reili and re-published in the context of Signals From The Periphery (EE). He is based in Amsterdam, where he runs the Office for Workspace Studies and self-publishes. <a href="http://www.francoisgm.com/">http://www.francoisgm.com/</a></p> +<p>Niek Hilkmann (NL) is an artist with a background in media design, art history and musicology. After graduating from the Piet Zwart Institute in Rotterdam, he started collaborating with various institutes, designers and artists on the fringe of speculative design, science fiction, media archeology and extratonal music. Besides being the curator of events such as "Floppy Totaal" and "De Grote Hoop", he is also one of the core members of Varia, the conductor of an amateur avant-garde orchestra, the editor of the UNI Graphical Notation System, a part-time dodologist and the creator of one of the first moving panoramas since the nineteenth century. <a href="https://niekhilkmann.nl/">https://niekhilkmann.nl/</a></p> +<p>Varia (NL) is a Rotterdam based initiative focused on working with, on and through everyday technology. At its core the initiative aims to be a social infrastructure from which to collaboratively facilitate critical understandings on the technologies that surround us. The initiative is a membership-based organisation striving to become a space for questions, opinions, modifications, help and action. <a href="http://varia.zone/">http://varia.zone/</a></p> +<p>WORKNOT! (NL/IR) is a Rotterdam-based independent open collective that works to create a platform for the representation of the life and work of today’s cognitarians. It works with seemingly banal, yet extreme (and political) conditions that shape our today’s contemporary forms of living and working. The collective consists of Arvand Pourabbasi and Golnar Abbasi, researchers/designers/makers with a background in architecture and art. Since its foundation in Tehran (2012), it has worked in a variety of context through a broad range of collaborations, and has created workshops, exhibitions, performances, images, writings, lectures and publications. <a href="https://worknot.info/">https://worknot.info/</a></p> +<hr> +<p><em>Cover image: François Girard-Meunier</em></p>VariaWed, 31 Oct 2018 00:00:00 +0100tag:None,2018-10-31:varia.zone/en/lifehacks.htmleventThe Big Bounce - Century 21 Callingvaria.zone/the-big-bounce_century-21-calling.html<p>De derde editie van Century 21 Calling is gewijd aan de ontwikkeling van +satellietcommunicatie. Van de spiegelende kogels in de jaren 50 tot +hedendaagse SATCOM systemen.</p> +<p>Hoe werken deze dingen? Hoe krijgt men ze de ruimte in? Wat gebeurt er +als ze kapotgaan? En waarom zijn er geen kogelvormige satellieten meer?</p> +<p>Na de screening neemt mmths ons mee op een reis door het radiospectrum. +In zijn performance bezoeken we de ontmoetingsplekken van +satellietpiraten en worden we ondergedompeld in de ruis en signalen van +spooksatellieten.</p> +<p>mmths is een geluidskunstenaar in Rotterdam. Hij is gefascineerd door +wat er in het heelal gebeurt en zijn huidige werk gaat over de ontvangst +van onbekende radiosignalen en satellieten als basis voor live +performance en compositie.</p> +<p>“Century 21 Calling” gebruikt archiefmateriaal uit de industrie, +infomercials van bedrijven, tv uitzendingen en documentaires die in het +verleden ons beeld van de toekomst hebben gevormd en gebruikt die om het +heden te doorgronden. Het is een initiatief van <em>Save_as</em> en vindt plaats +in Varia in Rotterdam.</p> +<p><strong>Datum</strong>: Zaterdag 20 oktober 2018<br> +<strong>Deuren open</strong>: 20:00u<br> +<strong>Start screening</strong>: 20:30u<br> +<strong>Performance</strong>: 21:30u<br> +<strong>Einde van de avond</strong>: 23:00u<br></p> +<p><strong>Entree</strong>: Donatie</p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:None,2018-10-20:varia.zone/the-big-bounce_century-21-calling.htmlscreeningThe Big Bounce - Century 21 Callingvaria.zone/en/the-big-bounce_century-21-calling.html<p>During our third screening of Century 21 Calling, we will be taking a +look at the development of satellite communications. From the shiny orbs +of the 1950s to our present day SATCOM systems.</p> +<p>How do they work? How do they get into space? What happens when the +systems break down? Why are there no more shiny orb satellites in space?</p> +<p>This and many more questions will put into the light of today, via the +present.</p> +<p>Later in the evening you can join mmths on a trip through the radio +spectrum, to listen to the satellite pirates in GEO Oribt and drown in +the noise of the static and signals of ghost satellites.</p> +<p>mmths is a sound artist currently based in Rotterdam. In his practice, +he often is fascinated by outer space activities. His current research +deals with harvesting satellite transmissions and signal hunting as a +tool for exploring live performance and composition.</p> +<p>In a series of screenings called “Century 21 Calling” we will have a +look at archival industrial films, corporate infomercials, tv reports +and historical documentary of yesterday that shaped the imagination of +tomorrow and we hold it up to the light of the present.</p> +<p>“Century 21 Calling” is an event by the collective <em>Save_as</em> and hosted at +Varia in Rotterdam.</p> +<p><strong>Date</strong>: Saturday 20th of October 2018<br> +<strong>Doors open</strong>: 20:00h<br> +<strong>Start screening</strong>: 20:30h<br> +<strong>Performance</strong>: 21:30h<br> +<strong>End of the evening</strong>: 23:00h<br></p> +<p><strong>Entree</strong>: Donation</p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017.</p>VariaSat, 20 Oct 2018 00:00:00 +0200tag:None,2018-10-20:varia.zone/en/the-big-bounce_century-21-calling.htmlscreeningIn the Beginning ... Was the Commandlinevaria.zone/curriculum-command-lines.html<h2 id="over-tekst-encoderen-en-command-lines">Over tekst, encoderen en command lines.</h2> +<p>De <em>command line</em> is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen <em>command line tools</em> de filosofie om één ding te doen en dat goed te doen. Deze kleine programma's kunnen samen worden 'gebonden' tot <em>pipelines</em> die elk type data of tekst kunnen verwerken. Deze <em>pipelines</em> zijn een manier om snel unieke en specifieke gereedschappen te produceren die een breed scala aan creatieve mogelijkheden bieden.</p> +<p>In deze workshop zullen we ons concentreren op <em>command line tools</em> in relatie tot platte tekst (<em>plain text</em>). Gedurende de dag verkennen we de sociaal-culturele geschiedenis van de <em>command line interface</em>, onderzoeken we de materialiteit van tekst op een computer en proberen we een breed scala aan tools uit.</p> +<ul> +<li>Er is geen voorkennis van programmeren vereist, maar vaardigheden om notities te nemen zijn essentieel.</li> +<li>Computer / Laptop is noodzakelijk.</li> +</ul> +<p>Deze workshop is geïnitieerd door Roel Roscam Abbing en Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p>Wil je meedoen aan deze workshop? Er is nog plek voor een paar deelnemers. Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 15 oktober! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 18 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek mag geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:None,2018-10-18:varia.zone/curriculum-command-lines.htmlcurriculuminterfacingIn the Beginning ... Was the Commandlinevaria.zone/en/curriculum-command-lines.html<h2 id="on-text-encodings-and-command-lines">On text, encodings and command lines.</h2> +<p>The command line is a textual interface for the computer, rather than being an 'old fashioned' interface it is a completely different methodological approach to computing. Instead of large visual programs aimed at being 'professional tools', command line tools follow the philosophy of doing one thing and doing it well. These small programmes can be 'chained' together into pipelines capable of processing any type of data or text. These pipelines are a way of quickly producing unique and custom toolsets providing a wide range of creative opportunities.</p> +<p>In this workshop we will focus on command line tools in relation to plain text. During the day we will dive into the social-cultural history of the command line interface, explore the materiality of plain text on a computer and discover a wide range of command line tools.</p> +<ul> +<li>No prior knowledge of programming is required, but note taking skills are essential. </li> +<li>Computer / Laptop is necessary. </li> +</ul> +<p>This workshop is initiated by Roel Roscam Abbing and Manetta Berends.</p> +<h1 id="varia-curriculum">Varia curriculum</h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p>Would you like to join this workshop? There is still space for a few participants. Please send us a short email on the info[a]varia.zone email address at the 15th of October the latest! </p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Thursday 18 October, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of funds should not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 18 Oct 2018 00:00:00 +0200tag:None,2018-10-18:varia.zone/en/curriculum-command-lines.htmlcurriculuminterfacingThe Key to Casio (and Yamaha too)varia.zone/casio.html<p>Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio's Rapman</a> tot <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio's Dadada</a>!</p> +<p>Het evenement bestaat uit de volgende elementen:</p> +<p><strong> Dion &amp; The Magic Chords </strong> is het liefdeskind van casio-freaks Dion Woestenburg en Griffin Stuip en klinkt als het mechaniche speeldoosje van je favoriete progressieve acts, zoals Jean Michelle Jarre en Yes. Met behulp van eleverende beelden en een wilde samenstelling van casio's en yamahama's brengen ze je geest naar het volgende bewustzijnsniveau.</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords op Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Zoontoon </strong> gebruikt een loopstation en een aangepast Casio SK-1-keyboard om te experimenteren met de eenvoud van elektronische trillingen. De trance van de natuur en de ritmes van oosterse muziek zijn hier de belangrijkste inspiratiebronnen. Zoontoon's uitvoeringen zitten vol met loops en deuntjes die je zullen laten dansen als Apollo!</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong> M. Klein </strong> is ook wel bekend van zijn werk in bands als Sweat Tongue, Lewsberg en Eklin en het label De Hef. Geïnspireerd door Satie en Fauré besloot hij om een aantal minimalistische elektronische pianocomposities samen te stellen. Daarbij kunnen wij als toeschouwer genieten van zijn organische toetsenbordspel, misschien wel op zijn Yamaha PSS-170, en wie weet wat nog meer?</p> +<p><strong> Listentomerijn </strong> is het pseudoniem van Merijn van Ham. Wat is er nog niet over hem gezegd? Deze gerenommeerde Rotterdamse DJ toont zijn talent bij Varia achter de toetsen en misschien ook enkele drumpads. Wat voor soort drumpads? Die van de Casio MT205FF natuurlijk! Zou je iets minder verwachten?</p> +<p><strong> Casio Show And Tell </strong>; Tussen de bedrijven door zal er een reeks toetsenbordpresentaties te zien zijn die de vele vormen en afmetingen die deze wonderlijke instrumenten door de loop der jaren hebben gehad, demonstreert. De show en vertel wordt gepresenteerd door niemand minder dan Lídia Pereira en haar assistent, Niek Hilkmann. Wil je zelf een keyboard presenteren? Stuur een e-mail naar: info@varia.zone</p> +<p><strong>Datum:</strong> Vrijdag, 12 October 2018<br> +<strong>Entree:</strong> 5 euro<br> +<strong>Deur:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:None,2018-10-12:varia.zone/casio.htmlconcertThe Key to Casio (and Yamaha too)varia.zone/en/casio.html<p>In celebration of all casio’s, yamaha’s and other home keyboards worldwide Varia will host an exclusive event called ‘The Key To Casio (And Yamaha Too)’. On the 12th of October we will acknowledge the wonderful things these instruments have brought mankind during the last 50 years; from <a href="https://www.youtube.com/watch?v=rfluL6zuAVc">Casio’s Rapman</a> to <a href="https://www.youtube.com/watch?v=YtMThVUpc-U">Trio’s Dadada</a>! </p> +<p>The event is comprised of the following elements:</p> +<p><strong>Dion &amp; The Magic Chords</strong> is the lovechild of casio freaks Dion Woestenburg and Griffin Stuip and sounds like the toybox equivalent to your favourite progressive acts, such as Jean Michelle Jarre and Yes. With the help of stunning visuals and a wild arrangement of casio’s and yamahama’s they will bring your mind towards the next level of levitation</p> +<p><a href="https://soundcloud.com/dion-andthe-magic-chords/curiosa-side-a">Dion &amp; The Magic Chords on Soundcloud</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/0iID2Tvmrh0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>ZOONTOON</strong> is een Nederlands muzikant/kunstenaar. Hij maakt gebruik van een loopstation en de presets op een kleine zelf bewerkte SK-1 Casio keyboard om te experimenteren met Noord-Afrikaanse ritmes, geluid verstoringen en melodieen.</p> +<iframe src="https://player.vimeo.com/video/239463987" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe> + +<p><strong>M. Klein</strong> is also known for his work in Sweat Tongue, Lewsberg, Eklin and his label De Hef. Inspired by Satie and Fauré he decided to compose some minimalist electronic piano compositions. At Varia M. Klein will perform these with the help of his Yamaha PSS-170 and who knows what else? </p> +<p><strong>Listentomerijn</strong> is the pseudonym of Merijn van Ham. What has not been said about him? This renowned Rotterdam DJ will prove his skills once more; this time behind the keys and maybe some drumpads too. What kind of drumpads? Those of the Casio MT205 course! Would you expect anything less? </p> +<p><strong>Casio Show and tell</strong>; Interluding the way, there will be a series of keyboard presentations that showcase the many shapes and sizes these instruments have taken throughout the years. The show and tell will be presented by none other than Lídia Pereira and her assistant, Niek Hilkmann. Want to present a keyboard yourself? Send an email to: info@varia.zone</p> +<p><strong>Date:</strong> Friday, 12 October 2018<br> +<strong>Entrance:</strong> 5 euro<br> +<strong>Door:</strong> 20:00<br> +<strong>Start:</strong> 21:00 </p>VariaFri, 12 Oct 2018 00:00:00 +0200tag:None,2018-10-12:varia.zone/en/casio.htmlconcertAttente Taart Confectie (vol)varia.zone/considerate-cake.html<p>Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de oorsprong van specifieke ingrediënten en recepten analyseren, we zullen ons ook richten op de politieke economie en klassendynamiek die toegankelijkheid van deze smaken en ingrediënten teweegbrengen. De daadwerkelijke confectie van een taart biedt ons de mogelijkheid om de voorwaarden van dergelijke praktijken ter discussie te stellen.</p> +<p>De workshop zal worden onderverdeeld in twee praktische fasen: de receptanalysefase en de taartbakfase. Tijdens de receptanalysefase zullen we elk van de vereiste ingrediënten van de door ons gekozen taart analyseren en evalueren of deze voldoen aan onze 'attente' normen. Als ze dat niet doen, zullen we mogelijke alternatieven overwegen. Tijdens de taartbakfase zullen de deelnemers aan de workshop de taart daadwerkelijk bakken, volgens ons nieuwe attente recept.</p> +<p>Considerate Cake Confection is een initiatief van Lídia Pereira en Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam. </p> +<p>Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen <em>Varia</em> leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.</p> +<p><del>Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 8 oktober!</del> Deze workshop is vol.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> Donderdag, 11 Oktober, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)<br> +<strong>💶</strong> 50 euro (koffie, thee en koek inbegrepen)<sup><em></sup><br> +</em><em>💬</em>* De voertaal van deze workshop is Engels</p> +<p><sup>*</sup> Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:None,2018-10-11:varia.zone/considerate-cake.htmlcurriculumcakeConsiderate Cake Confection (full)varia.zone/en/considerate-cake.html<p>In our understanding, food as a commodity finds its most revealing expression in the form of the cake. In this workshop we investigate the history of culinary hegemony by collectively baking a specific sweet recipe that showcases the way we perceive and partake in food today. Not only will we be analysing the origins of specific ingredients and recipes, we will also focus on the political economy and class dynamics that engender taste and ingredient accessibility. The actual confection of this cake will provide us with an opportunity to hack into the requirments involved in such practices and turn the table around.</p> +<p>The workshop will be divided into two practical phases: the recipe analysis phase and the cake baking phase. During the recipe analysis phase we will be looking at each of the required ingredients of our cake of choice and evaluate whether they meet our 'considerate' standards. If they don't, we will consider possible alternatives. During the cake baking phase participants will actually bake the cake, according to our new considerate recipe.</p> +<p>Considerate Cake Confection is an initiative by Lídia Pereira and Niek Hilkmann.</p> +<h1 id="varia-curriculum">Varia curriculum<br></h1> +<p>This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam. </p> +<p>The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within <em>Varia</em>. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.</p> +<p><del>Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address at the 8th of October the latest!</del> This workshop is full.</p> +<p><strong>⌂</strong> Varia, Gouwstraat 3 (Rotterdam Charlois)<br> +<strong>⌚</strong> 11 oktober, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)<br> +<strong>💶</strong> 50 euros (coffee, tea and cookies included)<sup><em></sup><br> +</em><em>💬</em>* The workshop will be conducted in English</p> +<p><sup>*</sup> Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).</p>VariaThu, 11 Oct 2018 00:00:00 +0200tag:None,2018-10-11:varia.zone/en/considerate-cake.htmlcurriculumcakeConcert: Crimson Butterfly, Evamuss en St. Fractaliumvaria.zone/crimson.html<p><strong> Crimson Butterfly (Rusland) </strong> is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze autistische zangeres, vervolgens synthpop met twee leadzangers, om daarna terug te keren naar waar alles mee begonnen was: improvisatie en abstracte elektronica. De band maakt zeer intense en hypnotiserende muziek met dans en ambient elementen, improviserend van aard. Mensen noemen het vaak 'experimenteel'. Crimson Butterfly houdt ervan om concerten te geven en te spelen op locaties zoals kluizen van musea, ergens tussen Balashikha en Barcelona. Hun gezichten zijn zo mooi dat ze zich achter maskers verbergen en al hun onvergetelijke shows worden vergezeld door heupnotische visuele sequenties.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> Evamuss (Peru / Nederland) </strong> was een project van de Peruviaanse Chrs Galarreta (ook bekend als Sajjra, DiosMeHaViolado en Tica). Dit project was tussen 1997 en 2003 erg actief in de ondergrondse scene van Lima. Evamuss heeft 9 solo-albums gepubliceerd in zeer beperkte oplage en verscheen ook op veel samenwerkingen en compilaties uit die periode. In het begin gebruikte Evamuss zelfgemaakte versterkers, oscillatoren, pedaaleffecten en speelgoed-sleutelwoorden, later richtte hij zich ook op het misbruik van computers en piraten-software. Fouten en niet-functionaliteit zijn welkom in het proces. In november 2017 herrees Evamuss met een paar zelf-gehackte synthspeeltjes, een paar effecten en enkele met de hand gemaakte sequencers die in samenwerking met enkele hackers in Paruro (de legendarische elektronische zwarte markt in Lima City) zijn vervaardigd. De geluiden zijn nu gemuteerd in de richting van een warme en vochtige analoge jungle.</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong> St. Fractalium (Rusland) </strong> St.Fractalium is een audiovisueel duo uit Nizhniy Novgorod, Rusland; bewoners van de plaatselijke cultusplaats Black Ho. Geïnspireerd door bands als Autechre en Coil, en met indrukwekkende ervaring in verschillende muzikale projecten, brengen de jongens het licht van Saint Fractalium, een verhelderende nectar voor degenen die de conventionele muziek beu zijn, alles met behulp van computers en controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Georganiseerd door <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Datum</strong>: Vrijdag, 14 September 2018<br> +<strong>Entree</strong>: 3 euro (donatie) <br> +<strong>Deur</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:None,2018-09-14:varia.zone/crimson.htmlconcertConcert: Crimson Butterfly, Evamuss and St. Fractaliumvaria.zone/en/crimson.html<p><strong>Crimson Butterfly (Russia)</strong> is a cosmoenergetic alliance of two cats with synths and laptop. Physical bodies of the band are located in Nizhniy Novgorod, Russia, the sounds have been created for more than ten years. For this period different genres had been tried: coldwave with mysterious autist singer, then synthpop with two lead singers, and currently the band returned to what it had started with: improvisational abstract electronic. The band makes very intense and hypnotic music with dance and ambient elements, improvisational by nature. People often call it "experimental". Crimson Butterfly love to give concerts and play at any venues from vaults to museums in any cities from Balashikha to Barcelona. Their faces are so beautiful that they hide them behind the masks and all their unforgettable shows are always accompanied by hipnotic visual sequences.</p> +<p><a href="https://crimsonbutterfly.bandcamp.com/">Crimson Butterfly's Bandcamp page</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/geT-mXeW7ek" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>Evamuss (Peru/The Netherlands)</strong> was a project of the Peruvian Chrs Galarreta (aka: Sajjra, DiosMeHaViolado, Tica, among others alias). This project was very active in the underground Lima scene between 1997-2003. Evamuss have 9 solo albums published on very limited editions, also appears in a lot of collaborations and compilations of that period. At the beginning Evamuss used home made amps, oscillators, pedal effects and toy keywords , last years it will include the misuse of computer and the pirate software. Error and non-functionality were welcome in its process. On November 2017, Evamuss resurrects with a pair of self-hacked synth toys, some effects, hand made sequencers furbished in collaboration with some hackers in Paruro (the legendary electronic black market's in Lima City). In the current days its sounds mutated towards a warm and humid analog jungle. Its recent - 2018- assaults included tours between Portugal, Spain, Lithuania, Russia, The Netherlands and a publication of a release in Favela Discos (Porto).</p> +<p><a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Soundcloud</a> +<a href="https://soundcloud.com/evamuss/sets/evamuss">Eva Muss on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/DH9TSLzrKMg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><strong>St. Fractalium (Russia)</strong> St.Fractalium is an audio-visual duo from Nizhniy Novgorod, Russia, residents of local cult place Black Ho. Inspired by bands like Autechre and Coil, and having impressive experience in various musical projects, the guys bring the light of Saint Fractalium, an enlightening nectar for those are tired of conventional music, using only computers and controllers.</p> +<p><a href="https://stfractalium.bandcamp.com/releases">St. Fractalium on Bandcamp</a></p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/lgUqJUZmEqg" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p>Organized by <a href="http://www.aloardi.org/"><strong>ALOARDI</strong></a></p> +<p><strong>Date</strong>: Friday, 14 September 2018<br> +<strong>Entrance</strong>: 3 euro (donation) <br> +<strong>Door</strong>: 20:00<br> +<strong>Start</strong>: 21:00<br></p>VariaFri, 14 Sep 2018 00:00:00 +0200tag:None,2018-09-14:varia.zone/en/crimson.htmlconcertConcert: Matheus Silva and Theo Krantz Album Releasevaria.zone/Silva-and-Krantz.html<p>Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met tape-geluiden en de menselijke stem.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's op Bandcamp</a></p> +<p>Matheus Silva is een elektronische kunstenaar, afkomstig uit Brazilië. Na een begin als muzikant in de hardcore punkscene van Florida in 2011, stapte hij over op het produceren van elektronische muziek als soloartiest. Vanuit een eclectische muzikale achtergrond haalt hij inspiratie uit verschillende muziekgenres, zoals ambient, drone en hiphop, om een uniek geluid te produceren.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva op Soundcloud</a></p> +<p><strong>Datum</strong>: 17 Augustus 2018<br> +<strong>Entree</strong>: Gratis / Donatie <br> +<strong>Deur</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:None,2018-08-09:varia.zone/Silva-and-Krantz.htmlconcertConcert: Matheus Silva and Theo Krantz Album Releasevaria.zone/en/Silva-and-Krantz.html<p>Theo Krantz is an American artist currently based in New Mexico. He plays guitar and sings in the sentimental grunge band Dog Park and contributes to a variety of collaborative projects under his indie label Cry Like Donna. He recently released his most experimental solo album yet, Wednesday Two, which blends ambient synthesizer work with tape sounds and the human voice.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/we7YlJ8ZAHA" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://crylikedonna.bandcamp.com/">Theo Krantz's bandcamp page</a></p> +<p>Matheus Silva is an electronic artist originating from Brazil. From his start as a musician in the Florida hardcore punk scene in 2011, he eventually moved onto producing electronic music as a solo artist. With an eclectic musical background, he draws inspiration from various genres of music such as ambient drone and hip hop to produce a unique sound.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/82UqyYrfZXY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/calls-for-beautiful-acts">Matheus Silva on Soundcloud</a></p> +<p><strong>Date</strong>: 17 August 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Door</strong>: 21:00<br> +<strong>Start</strong>: 22:00<br></p>VariaThu, 09 Aug 2018 00:00:00 +0200tag:None,2018-08-09:varia.zone/en/Silva-and-Krantz.htmlconcertWhat Remains - Final Playtestvaria.zone/what-remains-final-playtest.html<p><em>We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p><em>What Remains</em> is een gloednieuw, duister humoristisch computerspel voor de Nintendo Entertainment System (NES) uit 1985, ontwikkeld door Iodine Dynamics. De game is momenteel in haar laatste ontwikkelfase belandt en zal in 2018 vrij worden uitgebracht. Met 'vrij' bedoelen we een gratis NES ROM-download en we zullen de broncode en artworks van de game en tools die we hebben gebruikt publiceren. Tevens zal er een gelimiteerde oplage aan fysieke, NES en Famicom casettes van gerecyclede hardware worden geproduceerd.</p> +<p>Tijdens de ontwikkeling van het spel heeft Iodine Dynamics in samenwerking met Het Nieuwe Instituut voorzonderzoek gedaan en bij V2_ de eerste playtests georganiseerd. Op 22 juni organiseert Varia de laatste playtest voor het spel en we zijn op zoek naar spelers die ons nog één keer feedback willen geven!</p> +<p>Kom de planeet redden en doe met ons mee op 22 juni!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>We beginnen om 19:00u en stoppen rond 22:30u.</p> +<hr> +<p><small><em>What Remains</em> wordt mogelijk gemaakt door de steun van Stimuleringsfonds, Creatieve Industrie NL.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:None,2018-06-14:varia.zone/what-remains-final-playtest.htmleventvideo gameWhat Remains - Final Playtestvaria.zone/en/what-remains-final-playtest.html<p><em>It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …</em></p> +<iframe width="560" height="400" src="https://video.vvvvvvaria.org/videos/embed/63eb05c3-e53a-4f65-87d2-c058ad2d082c" frameborder="0" allowfullscreen></iframe> + +<p>What Remains is a new darkly humorous 8-bit homebrew adventure video game for the 1985 Nintendo Entertainment System (NES), and developed by Iodine Dynamics. The game is currently in final development and will be released for free in 2018. By free we mean a free of charge NES ROM download, and we will publish the source code and assets of the game and tools we used. A limited edition of physical cartridges for the NES and the Famicom, using recycled hardware, will be also be produced.</p> +<p>During the development of the game Iodine Dynamics has worked with Het Nieuwe Instituut for preliminary research, and V2_ for hosting the early playtests. +On June 22, Varia will host the last playtest for the game, and we are looking for players to come and give us feedback one last time!</p> +<p>Come save the planet and join us the evening of June 22!</p> +<p><a href="https://iodinedynamics.com">Iodine Dynamics</a></p> +<p>Starting at 19:00h<br> +Ending around 22:30h</p> +<hr> +<p><small>What Remains is made possible with the support from creative industries fund nl.</small></p>VariaThu, 14 Jun 2018 00:00:00 +0200tag:None,2018-06-14:varia.zone/en/what-remains-final-playtest.htmleventvideo gameWhat a website can bevaria.zone/what-a-website-can-be.html<p><em>Dit artikel is in het Engels geschreven, <a href="/en/what-a-website-can-be.html">klik hier voor de volledige versie</a>.</em></p> +<hr> +<p>Tijdens het maakproces van een website voor varia, werd het duidelijk dat we niet <em>alleen maar</em> een website wilden maken. Het werd een moment om het proces te onderzoeken en te verkennen wat een website kan zijn. </p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>De varia website in de loop der tijd.</small></p>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:None,2018-06-13:varia.zone/what-a-website-can-be.htmlartikelwerkgroepwebpublicerenWhat a website can bevaria.zone/en/what-a-website-can-be.html<p>When considering how to design a website for varia, our<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> mutual but implicit understanding was not to <em>just</em> make a site. But rather that there was a potential for the process of site-making to become a process of exploring what a website can be. Exploring how one could do web publishing in a self-hosted<sup id="fnref:2"><a class="footnote-ref" href="#fn:2">2</a></sup>, minimal<sup id="fnref:3"><a class="footnote-ref" href="#fn:3">3</a></sup>, portable<sup id="fnref:4"><a class="footnote-ref" href="#fn:4">4</a></sup>, documented<sup id="fnref:5"><a class="footnote-ref" href="#fn:5">5</a></sup>, FLOSS<sup id="fnref:6"><a class="footnote-ref" href="#fn:6">6</a></sup> and playfull<sup id="fnref:6b"><a class="footnote-ref" href="#fn:6b">7</a></sup> way. In a way that connects to the multiplicity of practices that varia consists of. This text is the beginning of an attempt to make explicit and put to words some of the ideas and questions that drove this process. In the spirit of release early, release often we will publish a series of texts as we develop this site. Hopefully this can trigger questions on web design in the conceptual sense, not as a practice only involved with visual language, but as a practice considering on-line publishing ecosystems. One of the fundamental choices we made early on was to use a static site generator as our publishing tool, so we'll start by introducing the concepts of both 'static site' and 'generator'.</p> +<p><img alt="varia.zone" src="/images/varia_webhistory.gif"> +<small>The varia website unfolding over time.</small></p> +<h2 id="static-site">Static site</h2> +<p>Varia.zone is a <em>static</em> website. A static website is a 'traditional' website where all the content consists of HTML documents on the server's hard disk. In our case these are generated through Pelican<sup id="fnref:7"><a class="footnote-ref" href="#fn:7">8</a></sup>, which is a collection of Python<sup id="fnref:8"><a class="footnote-ref" href="#fn:8">9</a></sup> scripts and plugins<sup id="fnref:9"><a class="footnote-ref" href="#fn:9">10</a></sup> to turn unstyled plain text into HTML pages. </p> +<p><img alt="varia.zone" src="/images/static-dynamic.svg"> +<small>Schematic overview of the main differences between a static and a dynamic website.</small></p> +<p>This way of working can be understood to be different to 'more modern' websites. These modern methods use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits the site, it gets generated on demand. </p> +<p>A static website instead gets generated once and exists as a set of documents. They are always there, not only when a visitor visits the page. Like the tree in the forest that also falls when nobody is there to hear it. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. A website based on storage has some advantages for performance, security, portability and reproducibility that we will address in detail later in the series. </p> +<p>The static website is supportive to another idea we would like to push for: independent, self-hosted services. Since a static website requires less resources, one can do with a not-so-powerful, energy efficient server to host them. This opens up the possibility to (economically) serve the site directly from our space, which we currently do. </p> +<p><img alt="The varia server in the space, where various self-hosted services are installed." src="/images/varia.server.jpg"> +<small>The varia server in the space, where various self-hosted services are installed.</small></p> +<p>In general hosting a server from one's own space introduces some security concerns. These are however partly mitigated by a static site, because it doesn't use server side languages. That also means the web server doesn't become a liability in terms of exploitable plug-ins or databases like in popular systems such as Wordpress. Once it has been generated, it is very much a case of set and forget.</p> +<p>In essence the minimal file-based website is contrary to a cloud mentality, where the material circumstances of the hardware and hosting location are made irrelevant (for the cloud/vps customer) meaning that any 'service' can be 'deployed', 'scaled' 'migrated' etc. Our approach instead informs what can be hosted based on the material circumstances of the server. The choice to self-host this website is a start for us to think about what it means to base web design decisions on a specific situation in terms of hardware and hosting location. </p> +<h2 id="generator">Generator</h2> +<p>The static HTML documents that together make the varia website are not manually written in the html language, but are generated out of a set 'plain text'<sup id="fnref:10"><a class="footnote-ref" href="#fn:10">11</a></sup> documents. This <em>generating</em> aspect allows for multiple ways to engage with the texts and images that we publish. It is a promising way to think about possible transformations of plain text into not just web pages but different media altogether. </p> +<p>One of the needs for transformability comes from the fact that our website exists in a context where usage of the web has atrophied to the point where one is required to publish on or via social media in order to reach an audience at all. However, politically we are not interested in dedicated profiles on social media platforms for our organization. This is a clear decision driven by a strong desire to self-host and own our content, yet allowing to let that content be referred to comfortably within social media as well. The technique of the generator allows us to do this<sup id="fnref:11"><a class="footnote-ref" href="#fn:11">12</a></sup>. </p> +<p>Working with generative processes also triggers our interest and enthusiasm for exploring other publishing tools. One can imagine a single text or article morphing into widely different media such as calendar entries, RSS feeds, email newsletters, posters, etc. Each of these introducing their own potentials for playful aesthetics, reading experiences and publics. This is on the one hand interesting as a form of automation that reduces (or better: re-uses) work, but more importantly as a process which necessarily will introduce new 'forms' and aesthetics.</p> +<p><img alt="This article in its plain text 'view', showing the markdown mark-up language." src="/images/what-a-website-can-be.markdown.png"> +<small>This article in its plain text 'view', showing the markdown mark-up language.</small></p> +<p>At the center this processes relies heavily on the habit of writing in markdown, a mark-up language that allows one to add styling information to plain text, so that it can be read by both people and a variety of tools. The markdown files can be archived using versioning tools<sup id="fnref:12"><a class="footnote-ref" href="#fn:12">13</a></sup> or easily converted into different formats using generators. The content of the website, in its 'raw' form, can therefore be read by many other softwares across (historical) operating systems or included in other workflows, and thus stay open for potential reuse and long-term re-accesibility. Using this process makes it possible for our source files to remain simple, fluid and archivable. </p> +<h2 id="concluding">Concluding</h2> +<p>Revisiting static sites and taking all these small steps feels like going back in time. However, revisiting web-development basics in this sense becomes a vehicle for understanding the web of these days. To get a sense of the compound choices that have sedimented over time into 'web design' practices and that remain opaque when using ready made frameworks. Creating an on-line publishing work flow from ground up instead allows one to explore the potentials and challenge the conventions of what a website should be. </p> +<hr> +<p><strong> To unpack the website ... </strong></p> +<p>This folder of Pelican scripts, markdown documents, images, template and css files ...</p> +<p><a href="https://git.vvvvvvaria.org/varia/varia.website">varia.website.git</a><br> +├── content/<br> +|&nbsp;&nbsp;&nbsp;└── post1.en.md<br> +|&nbsp;&nbsp;&nbsp;└── post1.nl.md<br> +├── LICENSE<br> +├── Makefile<br> +├── output<br> +├── pelicanconf.py<br> +├── pelican-plugins<br> +├── plugins-custom<br> +├── publishconf.py<br> +├── README.md<br> +└── themes<br></p> +<p>... generates the following output folder ...</p> +<p>output/<br> +├── author/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/author/varia.html">varia.html</a><br> +├── <a href="https://varia.zone/categories.html">categories.html</a><br> +├── category/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/category/event.html">event.html</a><br> +├── <a href="https://varia.zone/en/">en/</a><br> +|&nbsp;&nbsp;&nbsp;└── feeds/<br> +|&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/feeds/all-en.rss.xml">all-en.rss.xml</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/century-21-calling.html">post1.en.html</a><br> +│&nbsp;&nbsp;&nbsp;├── <a href="https://varia.zone/en/algologs.html">post2.en.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="https://varia.zone/en/itisasif.html">post3.en.html</a><br> +├── <a href="http://varia.zone/events.ics">events.ics</a><br> +├── feeds/<br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/feeds/all.rss.xml">all.rss.xml</a><br> +├── images/<br> +├── <a href="https://varia.zone/">index.html</a><br> +├── pages/<br> +│&nbsp;&nbsp;&nbsp;├── <a href="http://varia.zone/pages/about.html">about.html</a><br> +|&nbsp;&nbsp;&nbsp;└── <a href="http://varia.zone/pages/stream.html">stream.html</a><br> +├── <a href="http://varia.zone/century-21-calling.html">post1.nl.html</a><br> +├── <a href="http://varia.zone/algologs.html">post2.nl.html</a><br> +├── <a href="http://varia.zone/itisasif.html">post3.nl.html</a><br> +└── theme/<br></p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Varia works via different thematic work groups, one which is concerned with its website. We use the word 'group' here, which only works if you consider two people to be a group already. Current website work group members are Roel Roscam Abbing &amp; Manetta Berends.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +<li id="fn:2"> +<p><em>Self-hosting culture</em> as a way to speak about network infrastructures and preferences. This is also the main subject of the <a href="https://homebrewserver.club">homebrewserver.club</a>, a group for discussions, learning and reflection on the practice of hosting a server from home.&#160;<a class="footnote-backref" href="#fnref:2" title="Jump back to footnote 2 in the text">&#8617;</a></p> +</li> +<li id="fn:3"> +<p><em>Minimal</em> not as in minimalism in design but rather understood as simple/low-tech/appropriate technologies, understood in (some) aspects of <a href="http://go-dh.github.io/mincomp/">Minimal Computing</a>.&#160;<a class="footnote-backref" href="#fnref:3" title="Jump back to footnote 3 in the text">&#8617;</a></p> +</li> +<li id="fn:4"> +<p><em>Portable</em> in the sense that it allows for multiple transformations and media, generated by various tools and distributed to various contexts and publics.&#160;<a class="footnote-backref" href="#fnref:4" title="Jump back to footnote 4 in the text">&#8617;</a></p> +</li> +<li id="fn:5"> +<p>What does a <em>documented</em> process mean? For whom? Currently the varia website is translated into two different languages (dual NL/EN), but documenting can also refer to other types of languages like explanatory articles such as this one, to accompany a work-in-progress to enable further reading than rather just 'reading the code'.&#160;<a class="footnote-backref" href="#fnref:5" title="Jump back to footnote 5 in the text">&#8617;</a></p> +</li> +<li id="fn:6"> +<p><em>FLOSS</em>, or Free Libre and Open Source Software, refers to free culture communities and the use of free licenses.&#160;<a class="footnote-backref" href="#fnref:6" title="Jump back to footnote 6 in the text">&#8617;</a></p> +</li> +<li id="fn:6b"> +<p>The context of varia creates a <em>playful</em> space that enables us to experiment with different tools, modes of address and publishing work flows.&#160;<a class="footnote-backref" href="#fnref:6b" title="Jump back to footnote 7 in the text">&#8617;</a></p> +</li> +<li id="fn:7"> +<p>Pelican is static site generator software written in Python, <a href="https://blog.getpelican.com/">getpelican.com</a>.&#160;<a class="footnote-backref" href="#fnref:7" title="Jump back to footnote 8 in the text">&#8617;</a></p> +</li> +<li id="fn:8"> +<p>Python is a commonly used object-oriented programming language, <a href="https://python.org">Python</a>.&#160;<a class="footnote-backref" href="#fnref:8" title="Jump back to footnote 9 in the text">&#8617;</a></p> +</li> +<li id="fn:9"> +<p>We use both <a href="https://github.com/getpelican/pelican-plugins">the plugins made by the pelican community</a> and <a href="https://git.vvvvvvaria.org/varia/plugins-custom">our own custom ones</a>.&#160;<a class="footnote-backref" href="#fnref:9" title="Jump back to footnote 10 in the text">&#8617;</a></p> +</li> +<li id="fn:10"> +<p><em>"Plain text identifies a file format and a frame of mind. (...) [A] kind of a systematic minimalism when it comes to our use of computers, a minimalism that privileges access to source materials, ensuring legibility and comprehension."</em> - A quote from: Plain Text, the poetics of Computation (2017), by Dennis Tenen - Stanford University Press&#160;<a class="footnote-backref" href="#fnref:10" title="Jump back to footnote 11 in the text">&#8617;</a></p> +</li> +<li id="fn:11"> +<p>For example by generating meta tags in our web page following <a href="http://ogp.me/">Open Graph</a> or <a href="https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards.html">Twitter Cards</a>. These provide previews of one's page when a link is published on social media or in mobile apps. Right click on any page and view source to have a look. The OG headers are at the beginning in the <code>&lt;meta&gt;</code> tags.&#160;<a class="footnote-backref" href="#fnref:11" title="Jump back to footnote 12 in the text">&#8617;</a></p> +</li> +<li id="fn:12"> +<p>The source files of the varia website are stored in and tracked by a Git versioning system. You can access these files through this <a href="https://git.vvvvvvaria.org/varia/varia.website/commits/branch/master">Gitea interface</a>, where you can read the markdown documents and follow the changes that are being made. For example: this article can be found <a href="https://git.vvvvvvaria.org/varia/varia.website/src/branch/master/content/what-a-website-can-be.en.md">here</a>.&#160;<a class="footnote-backref" href="#fnref:12" title="Jump back to footnote 13 in the text">&#8617;</a></p> +</li> +</ol> +</div>Roel, ManettaWed, 13 Jun 2018 00:00:00 +0200tag:None,2018-06-13:varia.zone/en/what-a-website-can-be.htmlarticleworkgroupwebpublishingMobiel Monument - Presentatievaria.zone/monument.html<p>Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag, pestepidemie of andere historische gebeurtenis, geschonken door een veldheer of mecenas. Helaas bezit Charlois momenteel geen werkende fontein. Niek Hilkmann en Anne Kolbe willen dit gebrek verhelpen door Charlois tijdelijk een mobiele fontein te geven die niet gebonden is aan een vaste plek of duiding. Deze fontein zal op 2 juni om 13:00 bij Varia gepresenteerd worden en is vervolgens tijdens de weekenden van Charlois Speciaal te zien, op zoek naar nieuwe betekenis en waardering.</p> +<p>Openingsceremonie: 2 Juni / 13:00-14:00<br> +Uitgestald: 2, 3, 9 en 10 Juni / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:None,2018-05-28:varia.zone/monument.htmlpresentationfountainarchitecturepresentationMoving Monument - Presentationvaria.zone/en/monument.html<p>Long before there were people in Charlois, there was already water. Water is always on the move and always finds a way. Historically, fountains were gathering places that occupied a central place in village- and city life. Often they were installed to commemorate a great battle, a plague epidemic or some other historical event, donated by the municipality or a patron. Unfortunately, Charlois currently has no working fountain. Niek Hilkmann and Anne Kolbe want to remedy this shortcoming and temporarily give Charlois a mobile fountain that is not tied to a single place or interpretation. After an opening ceremony, held on the 2nd June around 13:00, next to Varia, the fountain can be seen during the weekends of the Charlois Speciaal festival, in search of new meaning and appreciation.</p> +<p>Opening Ceremony: 2 June / 13:00-14:00<br> +On Display: 2,3, 9 and 10 June / 13:00-18:00</p>VariaMon, 28 May 2018 00:00:00 +0200tag:None,2018-05-28:varia.zone/en/monument.htmlpresentationfountainarchitecturepresentationWelcome to the � Federation - The Ecosystem is Movingvaria.zone/the-ecosystem-is-moving.html<p>Op 1 en 2 juni organiseert Varia <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, een lezing door en een werksessie met Daniel Gultsch over federatieve chat diensten, open source software en de duurzaamheid van open systemen.</p> +<ul> +<li>1 juni 19.00 - 22.00 uur - introductie tot XMPP en lezing door Daniel Gultsch</li> +<li>2 juni, 10.00 - 18.00 uur - werkessie rondom vormgeving en federatieve chat systemen. <br> Registreer voor deze werksessie door een mailtje te sturen naar <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is de ontwikkelaar achter <a href="https://conversations.im">Conversations</a>, een open source instant messaging-applicatie voor Android. In 2014 besloot hij om voltijds te werken aan Conversations en daar ook van proberen te leven. In plaats van helemaal opnieuw met Conversations te beginnen, bouwde hij een nieuwe client voor het bestaande gefedereerde chatprotocol XMPP.</p> +<p>Omdat een XMPP-applicatie in feite maar net zo goed kan zijn als het hele ecosysteem waar het onderdeel van is, was er voor Daniel een noodzaak om naast zijn werk aan Conversations ook bij te dragen aan het uitbreiden en verbeteren van dat grotere XMPP-ecosysteem. Deze werkzaamheden omvatten het helpen opstellen en implementeren van protocolstandaarden. OMEMO, een moderne en gebruiksvriendelijke end-to-end encryptie op basis van het protocol van Signal is daar een voorbeeld van. Hij draagt ook code bij aan andere XMPP-servers en -clients in het ecosysteem om ze te helpen te moderniseren. Daarnaast is hij <a href="https://gultsch.de/xmpp_2016.html">via zijn kritische essays</a> een uitgesproken voorstander van XMPP en open standaarden in het algemeen.</p> +<p>Conversations is een uitzonderlijk project, omdat het door de aanhoudende focus op gebruikerservaring, ontwerp en beveiliging veel belangstelling heeft vergaard voor zowel zichzelf als ook het XMPP-ecosysteem als geheel. Dit maakt het een interessant voorbeeld om vanuit te bevragen hoe het ontwerpveld zou kunnen bijdragen aan kritieke softwarepraktijken.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the Federation</h1> +<p><em>Welcome to the � Federation</em> is gebaseerd op een hernieuwde interesse in 'alternatieve' onlinediensten zoals sociale media en chat. Door middel van presenaties en werksessies worden in de context van dit project verschillende evenementen georganiseerd rond softwareprojecten die werken aan deze ecosystemen. Een bijzondere focus zal liggen op projecten die opnieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, deels door hun focus op ontwerp, taal en gebruikerservaring (UX).</p> +<p>De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: <a href="https://varia.zone/wttf/"><em>Welcome to the � Federation</em></a>(engelstalig).</p> +<hr> +<p>Dit project wordt mogelijk gemaakt met de steun van <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:None,2018-05-20:varia.zone/the-ecosystem-is-moving.htmleventfederationsoftwarepresentatieworksessieWelcome to the � Federation - The Ecosystem is Movingvaria.zone/en/the-ecosystem-is-moving.html<p>On the 1st and 2nd of June Varia will host <a href="https://varia.zone/wttf/conversations-gultsch.html">'The Ecosystem Is Moving'</a>, a lecture by and worksession with Daniel Gultsch about federated instant messaging, open source software and the sustainability of open systems.</p> +<ul> +<li>June 1st, 19.00 - 22.00 - introduction to XMPP and lecture by Daniel Gultsch</li> +<li>June 2nd, 10.00 - 18.00 - hands on worksession on design and federated chat systems. <br>Please register for the worksession via <code>info * varia.zone</code></li> +</ul> +<p>Daniel Gultsch is the developer behind <a href="https://conversations.im">Conversations</a>, an open source instant messaging application for Android. In 2014, he decided to work full time on Conversations and try to make a living from it. Rather than starting from scratch with Conversations, he built it as a client for the existing federated messaging protocol XMPP.</p> +<p>Since an XMPP messenger can, in a way, only be as good as the entire ecosystem, Daniels work on Conversations also meant work on expanding and improving that larger XMPP ecosystem. This work includes helping to draft and implement protocol standards, such as OMEMO, a modern and user-friendly end-to-end encryption based on Signal's protocol. He also contributed code to other XMPP servers and clients in the ecosystem to bring them up to speed with modern uses. Additionally, <a href="https://gultsch.de/xmpp_2016.html">through his critical essays</a> he is a vocal defender of XMPP and open standards in general.</p> +<p>Conversations is notable because, through its continuous focus on user experience, design and security it has garnered a lot of interest for both itself and the XMPP ecosystem as a whole. This makes it an interesting example to talk about what the design field could potentially contribute to critical software practices.</p> +<hr> +<h1 id="welcome-to-the-federation">Welcome to the � Federation</h1> +<p><em>Welcome to the � Federation</em> is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX). </p> +<p>The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: <a href="https://varia.zone/wttf/">Welcome to the � Federation</a></p> +<hr> +<p>This project is made possible with the support of <a href="https://varia.zone">Varia</a> and <a href="https://www.cbkrotterdam.nl/">CBK Rotterdam</a>.</p>VariaSun, 20 May 2018 00:00:00 +0200tag:None,2018-05-20:varia.zone/en/the-ecosystem-is-moving.htmleventfederationsoftwarepresentationworksessionCentury 21 Calling - Rising to the High-Risevaria.zone/21-High-Rise.html<p>Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts een herhaling van het verleden? Wat is er met de telefooncentrale gebeurd toen we die verbinding verbraken? Wat gebeurt er op kantoor na het werk? En hoe reageer je op klanten als ze klagen over je product? Dit alles en meer zal worden beantwoord tijdens de volgende editie van Century 21 Calling.</p> +<p>In een reeks screenings genaamd 'Century 21 Calling', een initiatief gestart door het collectief <a href="http://www.save-as.media/">Save_as</a> en gehost door <em>varia</em> in Rotterdam, kijken we naar de industriële archieven, 'infomercials' van bedrijven en historische documentaires. Al dit materiaal heeft onze verbeelding van 'morgen' gevormd en dus is het tijd om deze voor het voetlicht van vandaag te werpen.</p> +<ul> +<li>deuren open: 20:00</li> +<li>introductie: 20:15</li> +<li>screening: 20:30</li> +<li>prijs: Donaties welkom</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:None,2018-05-02:varia.zone/21-High-Rise.htmlscreeningindustriële propagandakantoren21ste eeuwCentury 21 Calling - Rising to the High-Risevaria.zone/en/21-High-Rise.html<p>During our second screening of Century 21 Calling we will take a look at the development of the workplace. What happened to the paperless office? And how did the development of technology impact where and how we work? Is today's situation new or is it just a repetition of the past? Where is the paperless office? What happened to the phone exchange when we cut the cord? What takes place at the office after work? And how do you react to customers when they complain about your product? All of this and more will the answered at the next edition of Century 21 Calling.</p> +<p>In a series of screenings called “Century 21 Calling”, an initiative started by the collective <a href="http://www.save-as.media/">Save_as</a> and hosted at Varia in Rotterdam, we look at the archival industrial films, corporate informercials, tv reports and historical documentaries that shaped the imagination of tomorrow and hold them up to the light of the present.</p> +<ul> +<li>door: 20:00</li> +<li>intro: 20:15</li> +<li>screening: 20:30</li> +<li>price: Donation</li> +</ul>VariaWed, 02 May 2018 00:00:00 +0200tag:None,2018-05-02:varia.zone/en/21-High-Rise.htmlscreeningindustrial propagandaoffices21st centuryWojtek Szustak - Space Junk Workshopvaria.zone/Space-Junk-Workshop.html<p>Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd. </p> +<h2 id="wil-je-meedoen">Wil je meedoen?</h2> +<p>Meld je dan aan via: info@varia.zone. </p> +<p>Er is slechts ruimte voor een beperkt aantal deelnemers, dus wacht niet te lang!</p> +<ul> +<li>deur: 10:00</li> +<li>start: 10:30</li> +<li>eind: 18:00</li> +<li>prijs: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:None,2018-04-23:varia.zone/Space-Junk-Workshop.htmlworkshopsynthezisersafvalWojtek Szustak - Space Junk Workshopvaria.zone/en/Space-Junk-Workshop.html<p>Wojtek Szustak is an electronic intermedialist from Krakow who works with and around music and space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop at Varia where we will make new electronic instruments from old rubbish we find on the streets of Charlois. The results will be presented during the evening.</p> +<h2 id="want-to-join">Want to join?</h2> +<p>Please sign up through: info@varia.zone. +There's only limited capacity, so don't wait too long! </p> +<ul> +<li>door: 10:00</li> +<li>start: 10:30</li> +<li>end: 18:00</li> +<li>price: 5 euro</li> +</ul>VariaMon, 23 Apr 2018 00:00:00 +0200tag:None,2018-04-23:varia.zone/en/Space-Junk-Workshop.htmlworkshopewastesynthsInfinite Outwardnessvaria.zone/Infinite-Outwardness.html<p>Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot kosmische toiletten, wordt dit een avond om niet snel te vergeten!</p> +<p>Deur: 20:00 +Start: 20:30 +Entree: Donatie</p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is een van de verborgen parels van België. Op een tijdreis uit de jaren zestig transformeert deze man in zijn eentje, of samen met zijn band the Shovels, het universum van muziek zoals we dat kennen tot een reis naar de grenzen van het sonische geloof. Hij zal nummers van 'Spaced Out In Outer Space' uit 2016 en zijn gloednieuwe album 'Beat The System' spelen.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is een inventieve componist uit Krakau die met en rond ruimteafval werkt. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-rommelworkshop geven in Charlois, waarbij hij nieuwe elektronische instrumenten zal maken van oude spullen die hij op straat vindt. De resultaten worden tijdens het evenement gepresenteerd.</p> +</li> +<li> +<p>Niek Hilkmann is een componist die een amateur avant-gardistisch orkest leidde, een honderd meter lang bewegend panorama creëerde, het Universal Notation Ideal (UNI)-systeem construeerde en evenementen organiseerde zoals "Will VHS Save The Universe?" en "Floppy Totaal". Tijdens 'Infinite Outwardness' toont hij het puin van zijn meer recente projecten 'Galaxico, kerst tussen de sterren' en 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is een Rotterdamse kunstenaar die voornamelijk op het gebied van geluid werkt als een startpunt voor nieuwe projecten. Hij presenteert een sonische verkenning van kosmologische verschijnselen en neemt ons mee naar de ruimte via Google's kolonisatie van virtuele ruimte. Digitale en / of virtuele mapping van de aarde, het claimen van territorium via mapping en het bekijken van de aarde vanuit een baan zijn het onderwerp geweest van zijn recente werk.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is de naam van het internationale onderzoeksteam dat u Toilettronic heeft geleverd; een stressvrije toiletervaring in de ruimte. Het is een gamified toiletnavigatiesysteem voor ruimtehabitats. Tijdens 'Infinite Outwardness' presenteert het team een muzikaal vervolg op dit project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 en DJ Naam zijn bekende namen in de wereldwijde ruimte-DJ-scene. In mei zullen ze samenwerken om muziek uit de vierde dimensie te brengen die je geest naar een ander niveau zal verplaatsen.</li> +</ul> +<p>Dit evenement wordt mogelijk gemaakt met de vriendelijke steun van Popunie Rotterdam, WORM Pirate Bay en natuurlijk ... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:None,2018-04-20:varia.zone/Infinite-Outwardness.htmlconcertruimtetijdmuziekInfinite Outwardnessvaria.zone/en/Infinite-Outwardness.html<p>Since the beginning of time, space has captured the imagination of artists around the world. On the 18th of May varia is proud to present ‘Infinite Outwardness’; a music event based on the bounties of space, where several artists will present their idiosyncratic view on space exploration. Ranging from playable space junk to cosmic toilets, this will be an evening to remember!</p> +<p>Door: 20:00 +Start: 20:30 +Price: Donation</p> +<p><a href="http://varia.zone/">http://varia.zone/</a></p> +<p>Line-up:</p> +<ul> +<li>Erik Debny is one of Belgium's hidden gems. On a time travel from the sixties, this man single-handedly, or together with his band the Shovels, transforms the universe of music as we know it into a trip to the boundaries of sonic belief. He will perform songs from 2016's 'Spaced Out In Outer Space' and his brand new album 'Beat The System'.</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=Xk1n0D-2OqM">https://www.youtube.com/watch?v=Xk1n0D-2OqM</a></p> +<ul> +<li> +<p>Wojtek Szustak is an inventive composer from Krakow who works with and around space junk. In preparation of 'Infinite Outwardness' he will conduct a synthesizer junk workshop in Charlois where he will make new electronic instruments from old stuff he finds on the streets. The results will be presented during the event.</p> +</li> +<li> +<p>Niek Hilkmann is a topsy-turvy polymath who conducted an amateur avant-garde orchestra, created a one hundred meter long moving panorama, constructed the Universal Notation Ideal (UNI) system and curated events such as "Will VHS Save The Universe?" and "Floppy Totaal”. During ‘Infinite Outwardness’ he will exhibit the debris of his current projects 'Galaxico; Christmas between the stars' and 'The International Space Disenchantment Research Association'.</p> +</li> +</ul> +<p><a href="https://www.youtube.com/watch?v=iGj95EddDos">https://www.youtube.com/watch?v=iGj95EddDos</a></p> +<ul> +<li>Joshua Thies is a Rotterdam based artist working predominantly in the field of sound as a jumping off point for new projects. He will present an audible exploration of cosmological phenomena and take us into space via Google’s colonisation of virtual space. Digital and/or virtual mapping of Earth, claiming territory via mapping and viewing Earth from orbit have been the subject of his recent work.</li> +</ul> +<p><a href="http://joshuathies.blogspot.nl/">http://joshuathies.blogspot.nl/</a></p> +<ul> +<li>Squirrel, Arrow, Bee and Fly is the moniker of the international research designer team that brought you Toilettronic; a stress free toilet experience in space. It is a gamified toilet navigation system for space habitats. During 'Infinite Outwardness' the team will present a musical sequel to this project.</li> +</ul> +<p><a href="http://oyoana.com/toilettronic">http://oyoana.com/toilettronic</a></p> +<ul> +<li>DJ Cosmos404 and DJ Naam are household names in the global space DJ scene. In May they will team up to bring you music from the fourth dimension and beyond that will take your mind to another level of conscienceless.</li> +</ul> +<p>This event is made possible with the kind support of Popunie Rotterdam, WORM Pirate Bay and of course... varia.</p>VariaFri, 20 Apr 2018 00:00:00 +0200tag:None,2018-04-20:varia.zone/en/Infinite-Outwardness.htmlconcertspacetimemusicOpen Dag @ Variavaria.zone/varia-open-day.html<p>Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> en elektronica.</p> +<p>Gedurende de dag vinden de volgende activiteiten plaats:</p> +<h2 id="linux-presentation-day-hele-dag">Linux Presentation Day (hele dag)</h2> +<p>Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of kun je de software niet meer bijwerken? Dan is het tijd om Linux te proberen! Het Linux Presentation Day team dat eerdere edities in Leeszaal West heeft georganiseerd staat nu voor je klaar in varia. Wil je jou oude computer nieuw leven inblazen? Vergeet deze dan niet mee te nemen. Dan kun je daar Linux op uit proberen of hulp te krijgen bij het installeren!</p> +<h2 id="adblocken-voor-beginners-hele-dag">Adblocken voor beginners (hele dag)</h2> +<p>Ben je het zat om naar online advertenties te kijken? Ben je het zat dat online advertenties naar jou terug kijken? Neem je computer of smartphone mee en dan laten wij zien hoe je van de rust en privacy van een advertentievrij internet kunt genieten. </p> +<h2 id="solderen-kan-je-leren-1400-1600">Solderen kan je leren (14:00 - 16:00)</h2> +<p>Maak kennis met elektronica door samen met wat onderdelen, een vaste hand en hulp van ons een mini boombox in elkaar te zetten! Neem je favoriete muziek, een oude (micro) SD-kaart en 5 euro voor materialen mee. 12 jaar en ouder. Geef je van tevoren op door ons een mail te sturen.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Ben je benieuwd naar andere grafische softwarepaketten dan Photoshop? Kom langs en probeer een set verschillende tools, zoals Gimp en ImageMagick (beeldbewerking), Laidout (een specifieke vector editor) of zelfgemaakte: maak een zine met Publish or Perish!, een Desktop Publishing tool en spel in één. Het idee is om gedurende de één uur intensieve tool-test-party beeldende recensies van deze tools te maken. We kunnen ze dan ook op een van de varia printers afdrukken.</p> +<p>De open dag begint om 12:00 en duurt tot 18:00. Ons adres is Gouwstraat 3, Rotterdam Charlois.</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Vrije software verwijst naar een beweging die door middel van vrije licenties gebruikers het recht geeft om software te gebruiken, bestuderen, aan te passen en te distribueren. Het is gestoeld in gemeenschappen die software gebruiken, schrijven en onderhouden. Van hele professionele server software tot hele experimentele grafische software. Vrije software is een gedeelde interesse en manier van werken voor varia die we graag laten zien!&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:None,2018-04-12:varia.zone/varia-open-day.htmleventopen daglinux presentation dayworkshopsOpen Day @ Variavaria.zone/en/varia-open-day.html<p>On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!<sup id="fnref:1"><a class="footnote-ref" href="#fn:1">1</a></sup> </p> +<p>We will have the following activities throughout the day:</p> +<h2 id="linux-presentation-day-all-day">Linux Presentation Day (All day)</h2> +<p>Bored Windows or Apple? Unable to update your operating system? Time to try linux, an operating system that comes in all shapes and flavors! Linux runs on the latest macbooks, your Playstation, possibly on your brand new fridge, but also on very old computers. Don't throw your old computer away yet. Bring your old and new laptops and breathe new life into them. Have a try or get help installing Linux on it. The Leeszaal West group that have been organising Linux Presentation Day in the previous years will be around to help you with your installation or with any other questions.</p> +<h2 id="adblockers-for-beginners-all-day">Adblockers for beginners (all day)</h2> +<p>Are you tired of looking at online ads? Are you tired of on-line ads looking at you? Bring your computer or smartphone and we'll show you how to enjoy the tranquility and privacy of an ad-free internet. </p> +<h2 id="introduction-to-soldering-1400-1600-12">Introduction to soldering (14:00 - 16:00), 12+</h2> +<p>Learn how to make a pocket boombox using only a few electronic components, a soldering iron and a steady hand. Bring your favourite tune(s) as mp3 files and a (disposable) memory card (micro)SD!. There is space for a maximum of 6 participants. Participation fee: €5. Please sign up by writing us an email.</p> +<h2 id="graphic-tool-test-party-1500-1600">Graphic tool-test-party (15:00 - 16:00)</h2> +<p>Tired of having to crack yet another version of Photoshop? Tired of Microsoft Publisher? What about Microsoft Paint :-(? Come and play around with a series of graphic tools such as Gimp and ImageMagick (image editors), Laidout, or self-built ones: make a zine with <a href="http://www.publishorperish.pro/about">Publish or Perish!</a>, a Desktop Publishing tool that is also a game. We will group together in an intense one-hour tool-test-party to make visual reviews of these tools and print them on one of Varia's printers.</p> +<p>We speak Dutch/English/Italian/French/Norwegian/Spanish and Portuguese!</p> +<div class="footnote"> +<hr> +<ol> +<li id="fn:1"> +<p>Free software refers to a movement around(in?) computer cultures. Thanks to a (open/)free license, a user is given the freedom to run, study, modify and share it. Grounded in communities of people writing and maintaining all different kinds of software. Free software lies at the heart of Varia's activities and way of working.&#160;<a class="footnote-backref" href="#fnref:1" title="Jump back to footnote 1 in the text">&#8617;</a></p> +</li> +</ol> +</div>VariaThu, 12 Apr 2018 00:00:00 +0200tag:None,2018-04-12:varia.zone/en/varia-open-day.htmleventopen daylinux presentation dayworkshopsConcert: CLM en Maria Violenzavaria.zone/CLM-and-Violenza.html<p>Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.</p> +<p>CLM (voorheen bekend als Cascao &amp; Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy art-melodieën: denk daarbij aan Talking Heads, The Residents en proto 70's &amp; 80's wave-dingen. In 2016 brachten ze hun eerste LP 'Spleenism' uit op vinyl en digitaal via Cochon-records in San Francisco.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM op Soundcloud</a></p> +<p>De in Sicilië geboren en in Rome wonende Maria Violenza speelt donkere synth punkmuziek onder de invloed van het gemengde culturele erfgoed van haar thuisland. Naast haar opzwepende solowerk is ze ook lid van het Franse muziekcollectief Grand Triple Alliance Internationale De L'Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy en Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza op bandcamp</a></p> +<p>Datum: 17 April 2018 +Entree: 3 euro +Deur: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:None,2018-03-31:varia.zone/CLM-and-Violenza.htmlconcertConcert: CLM and Maria Violenzavaria.zone/en/CLM-and-Violenza.html<p>Varia presents two concerts by three incredible musicians from Italy.</p> +<p>CLM (formerly known as Cascao &amp; Lady Maru) is a quirky electro duo, hailing from the saucy punk/no-wave scene of the aethernal Rome. Starting in 2008, they quickly turned into a bizarre live act with guitars, synths, live samples, percussion and poppy art melodies: evoking talking heads, the residents, and proto 70's &amp; 80's wave stuff. In 2016 they released their first LP 'Spleenism' on vinyl and digital through the San Francisco based Cochon records.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/Cv-2imhn2uk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://soundcloud.com/lady-maru-cacao">CLM on Soundcloud</a></p> +<p>Sicilian born and Rome based Maria Violenza plays dark synth punk music under the influence of her homelands’ mixed cultural heritage. Besides her rousing solo-work, she is also a member of French music collective Grand Triple Alliance Internationale De L’Est, Capputtini 'i lignu, The Normals, Trans Upper Egypt, Vernon Sélavy and Corpus Christi.</p> +<iframe width="560" height="315" src="https://www.youtube.com/embed/1-AkR93zlHw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + +<p><a href="https://mariaviolenza.bandcamp.com/releases">Maria Violenza's bandcamp page</a></p> +<p>Date: 17 April 2018 +Entrance: 3 euro +Doors: 20:30 +Start: 21:00</p>VariaSat, 31 Mar 2018 00:00:00 +0200tag:None,2018-03-31:varia.zone/en/CLM-and-Violenza.htmlconcertCentury 21 Callingvaria.zone/century-21-calling.html<p>Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?</p> +<p>In een reeks screenings "Century 21 Calling", geïnitieerd door Save_as en gehost door Varia in Rotterdam, zullen we kijken naar industriële archieven en bedrijfs informercials/propaganda die het voorstellingsvermorgen van morgen hebben vormgegeven en het vol hebben gehouden tot aan de dag van vandaag.</p> +<p>Tijdens ons eerste evenement zullen we een algemene blik werpen op films van wereldtentoonstellingen en hun dromen voor morgen van vandaag.</p> +<p><strong>Datum</strong>: 14 April 2018<br> +<strong>Entree</strong>: Free / Donation<br> +<strong>Deuren open</strong>: 19:00<br> +<strong>Presentatie</strong>: 19:30<br> +<strong>Start screening</strong>: 20:00<br></p> +<hr> +<p>Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van <a href="http://www.walskaar.com">Thomas Walskaar</a> en <a href="http://www.lenarobin.com">Léna Robin</a> en is geïnitieerd in 2017.</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:None,2018-03-07:varia.zone/century-21-calling.htmlscreeningCentury 21 Callingvaria.zone/en/century-21-calling.html<p>Once we were all promised a better tomorrow with robots, atomic powered cars and inflatable plastic homes. After the second world war the promises of technology made it seem like everything was possible. However, it seems like much of this optimism might have been a bit premature. Where is the dream of tomorrow now? Do we still dare to dream of the future?</p> +<p>In a series of screenings called “Century 21 Calling”, an event started by the collective Save_as and hosted at Varia in Rotterdam, we will have a look at archival industrial films and corporate informercials/propaganda that shaped the imagination of tomorrow and hold it up to the light of the present.</p> +<p>During our first event we will have a general look at films from world fairs and the their dreams for todays tomorrow.</p> +<p><strong>Date</strong>: 14th April 2018<br> +<strong>Entrance</strong>: Free / Donation<br> +<strong>Doors open</strong>: 19:00<br> +<strong>Presentation</strong>: 19:30<br> +<strong>Screening starts</strong>: 20:00<br></p> +<hr> +<p>Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by <a href="http://www.walskaar.com">Thomas Walskaar</a> and <a href="http://www.lenarobin.com">Léna Robin</a>, initiated in 2017</p>VariaWed, 07 Mar 2018 00:00:00 +0100tag:None,2018-03-07:varia.zone/en/century-21-calling.htmlscreeningAlgologsvaria.zone/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten. Algologs maakt deel uit van een reeks ontmoetingen rondom de Algolit-bijeenkomsten (die normaal gesproken in Brussel plaatsvinden), om zo externe sprekers, presentatoren en deelnemers uit te nodigen om deel te nemen aan het gesprek. Tijdens Algologs verhogen we het % betrokkenheid bij alledaagse algoritmes.</p> +<p>Op vrijdagavond verkennen we een vermenigvuldiging van: Algoliteraire manieren om woorden te vertalen naar cijfers x infrapuncturele opluchtingen x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Om zo samen logs te maken van algoritmische standpunten, stemmen en werkwijzen.</p> +<p>De presentaties op vrijdag worden gevolgd door een Algolit-sessie op zaterdag, waar we een collectieve duik zullen introduceren in de clusteringstechnieken van word-embeddings. Door stap voor stap naar een specifieke implementatie van word-embeddings te kijken, ontstaat een bron voor recepten voor kleine (op code of niet op code gebaseerde) experimenten.</p> +<p>Oproep aan alle extra-amateurs, protoprofessionals en indirecte algologgers.</p> +<hr> +<p><strong> Algolit </strong> is een in Brussel gevestigde groep kunstenaars, ontwerpers, programmeurs en activisten die eenmaal per maand samenkomen om tekst &amp; code experimenten te schrijven.</p> +<p><strong> Cristina Cochior </strong> is een in Rotterdam gevestigde onderzoeker, ontwerper en enthousiaste verzamelaar die momenteel geïnteresseerd is in algoritmische stressverlichting.</p> +<p><strong> de XPUB practicioners </strong> werken momenteel aan OuNuPo: het 5e Special Issue rondom de cultuur van boekenscanners. XPUB is de Experimental Publishing-master van het Piet Zwart Instituut.</p> +<p><strong> Marloes de Valk </strong> is een softwarekunstenaar en -schrijfster in de post-wanhoopfase van het omgaan met de dreiging van het broeikaseffect terwijl zij bespied wordt door de apparaten om haar heen.</p> +<hr> +<h2 id="programma">Programma</h2> +<p><strong> Vrijdag 16 maart, 19:00 - 21:30 + </strong> <br> +Introducties, infrapunctures, voorbeelden van bookscanners, big data-beloften</p> +<p>18:45 - 19:00 Inloop</p> +<p>19:00 - 19:20 Algoliteraire introducties<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +vanaf 21:30 drinks &amp; discussie<br></p> +<p><strong> Zaterdag 17 maart, 10:00 - 18: 00 </strong> <br> +Algolit-sessie: van woorden naar cijfers via word-embeddings</p> +<p>Deze sessie is een speciale editie en maakt deel uit van een langere tijdslijn van maandelijkse Algolit-bijeenkomsten georganiseerd door Constant in het WTC25 in Brussel. In 2018 koos Algolit er voor om haar sessies een meer open karakter te geven, zodat een spontane jump-in jump-out-deelname mogelijk is. Meer informatie en materiaal rond Algolit is te vinden op <a href="http://algolit.net">algolit.net</a>.</p> +<p>We beginnen de dag met het stapsgewijs doorlopen van het script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a> en langzaam naar zowel op code gebaseerde als niet-code gebaseerde experimenten te werken, afhankelijk van waar de deelnemers een voorkeur voor hebben. Deze werksessie is een moment om zelf en samen dingen uit te proberen.</p> +<p>Opmerking voor deelnemers: het zou goed zijn om een ​​laptop mee te nemen. Niet per se om met code of digitale hulpmiddelen te werken (we zijn grote fans van analoge experimenten!), maar vanuit de gewoonte om gezamenlijk aantekeningen te maken of te kijken naar referenties. Daarom is een laptop een fijne metgezel!</p> +<p>Als je geïnteresseerd bent om deze sessie bij te wonen, e-mail dan info@varia.zone op elk gewenst moment van tevoren.</p> +<p><strong> Locatie </strong> <br> +Varia - Gouwstraat 3, Rotterdam <br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong> Links naar eerdere oefeningen rond deze onderwerpen </strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, een meerdaags evenement in november 2017 rond machine learning &amp; word-embeddings met rondleidingen, gepresenteerde tools, twee lezingen en twee workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, stap voor stap</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, grafieken gegenereerd door word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, een eerste stap naar een case study rondom toegepaste woordinbeddingen</li> +</ul> +<hr> +<p>Het onderzoeksproject van Cristina Cochior is mede mogelijk gemaakt met een financiële bijdrage van CBK Rotterdam <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:None,2018-02-28:varia.zone/algologs.htmleventworksessionalgorithmsloggingAlgologsvaria.zone/en/algologs.html<h2 id="practices-in-the-age-of-algorithmic-reprediction">practices in the age of algorithmic reprediction</h2> +<p>Algologs = a 1 + 1 day dialog with algorithmic practices. This two-day event is an extention of Algolit, a workgroup where text-based practices and algorithms meet. Algologs is part of a series of occurances meant to open up the usually Brussels-based Algolit meetings by inviting external speakers, presenters and participants to join the conversation. During Algologs, we will increase the % of engagement with everyday algorithms.</p> +<p>On Friday evening we explore a multiplication of Algoliterary ways of converting words to numbers x infrapunctural reliefs x bookscanner pipelines x “We Are Going to Take Over the World, One Robot at a Time”. Together we will log algorithmic attitudes, voices and practices.</p> +<p>The presentations on Friday are followed by an Algolit session on Saturday, where we will host a collective dive into the clustering techniques of word-embeddings. We propose to look at a specific implementation of word-embeddings step-by-step, to use it as a source for recipies for small (code or non-code based) experiments.</p> +<p>Calling all extra-amateurs, protoprofessionals and circumstantial algologgers.</p> +<hr> +<p><strong>Algolit</strong> is a Brussels-based group of artists, designers, programmers and activists that meet once a month to write textual code experiments together.</p> +<p><strong>Cristina Cochior</strong> is a Rotterdam-based researcher, designer and enthusiast media aggregator who is currently interested in algorithmic stress relief.</p> +<p><strong>the XPUB practitioners</strong> are currently working on OuNuPo: the 5th Special Issue with and around bookscanner culture. XPUB is the Experimental Publishing master at the Piet Zwart Institute.</p> +<p><strong>Marloes de Valk</strong> is a software artist and writer in the post-despair stage of coping with the threat of global warming and being spied on by the devices surrounding her.</p> +<hr> +<h2 id="program">Program</h2> +<p><strong>Friday 16th of March, 19:00 - 21:30+</strong><br> +Introductions, infrapunctures, bookscanner samples, big data promises</p> +<p>18:45 - 19:00 doors are open</p> +<p>19:00 - 19:20 Algoliterary introductions<br> +19:20 - 19:40 Infrapunctures<br> +19:40 - 19:50 --BREAK--<br> +19:50 - 21:00 XPUB bookscanner pipelines<br> +21:00 - 21:30 “We Are Going to Take Over the World, One Robot at a Time”<br> +21:30 onwards Drinks &amp; Discussion</p> +<p><strong>Saturday 17th of March, 10:00 - 18:00</strong><br> +Algolit session: From words to numbers through word-embeddings</p> +<p>This session is special edition and part of a longer timeline of monthly Algolit gatherings organised by Constant in the WTC25 in Brussels. In 2018 Algolit decided to open the sessions, to allow incisive jump-in jump-out participation. More information &amp; material around Algolit can be found on <a href="http://algolit.net">algolit.net</a>.</p> +<p>We will start the day with going step-by-step through the script <a href="https://www.tensorflow.org/tutorials/word2vec">word2vec_basic.py</a>, and slowly slide into both code-based and non-code based experiments, depending on what the attendants are inclined towards. This work session is a moment to try things out yourself.</p> +<p>Note to attendants: It would be good to bring a laptop. Not per se for the reason of working with code or digital tools (we are big enthusiasts of non-coding experiments!), but we usually take notes collectively or look at references. For that reason a laptop is a nice companion!</p> +<p>If you are interested to attend this session, please email info@varia.zone at any point in advance.</p> +<p><strong>Location</strong><br> +Varia - Gouwstraat 3, Rotterdam<br> +<a href="https://varia.zone">varia.zone</a></p> +<hr> +<p><strong>Links to previous exercises around these topics</strong></p> +<ul> +<li><a href="http://www.algolit.net/index.php/Algoliterary_Encounters">Algoliterary Encounters</a>, a multi-day event in November 2017 around machine learning &amp; word-embeddings with guided tours, presented tools, two lectures and two workshops.</li> +<li><a href="http://www.algolit.net/index.php/Word2vec_basic.py">word2vec_basic.py</a>, step-by-step</li> +<li><a href="http://www.algolit.net/index.php/You_shall_know_a_word_by_the_company_it_keeps">You should know a word by the compant it keeps</a>, graphs generated by word2vec</li> +<li><a href="http://www.algolit.net/index.php/Crowd_Embeddings">Crowd Embeddings</a>, a first-step into a case study of applied word-embeddings</li> +</ul> +<hr> +<p>The research project of Cristina Cochior is kindly supported by <img alt="cbk rotterdam" src="/images/cbkrotterdam.png">. </p>VariaWed, 28 Feb 2018 00:00:00 +0100tag:None,2018-02-28:varia.zone/en/algologs.htmleventworksessionalgorithmsloggingIt Is As If We Were Doing Workvaria.zone/itisasif.html<p>Het is al een tijdje terug dat de 11de editie van de <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> is verschenen, maar de discussie over onderwerpen van die uitgave aansneed is echter nog niet uitgewoed. Centraal in die uitgave stond het idee van het <a href="http://networkcultures.org/entreprecariat/">'entreprecariat'</a> en de verschillende bijdragen boden allen verschillende inzichten over hoe om te gaan met de samenkomst van ondernemersideologie en precariteit. Om verder in te gaan op de bijdragen in van de zine organiseert Varia een avond met enkele van de auteurs. </p> +<p>De avond zal aanvangen met een introductie van het Pervasive Labour Union zine project door Lídia Pereira. Daarna volgt een gesprek tussen Alina Lupu, Gui Machiavelli dat wordt gemodereerd door Silvio Lorusso. Onderwerp van gesprek zullen de individuele bijdragen van de auteurs aan de zine zijn, alsmede de relatie tussen hun praktijk, ontwikkelingen op het vlak van hedendaagse arbeid en de huidige staat van het onderwijs. Daarnaast zal er mogelijkheid zijn om een aantal van de games te spelen die in de 11de editie van PLU zijn besproken, waaronder <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> van Pippin Barr en <a href="http://thefounder.biz/">"The Founder"</a> van Francis Tseng.</p> +<p>Entree en versnaperingen op basis van donatie</p> +<p>Programma:<br/> +18:45 Inloop</p> +<p>19:00 Introductie van de <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> door Lídia Pereira (PT/NL) en gesprek met Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), gemodereerd by Silvio Lorusso (IT/NL)</p> +<p>20:00 - 22:00 Gamesessie met "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng</p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is conceptueel kunstenaar en bezorgt maaltijden per fiets. Soms is ze echter ook projectmanager, schrijver, fotograaf of doet andere bijbaantjes. Op het moment heeft ze zich verkiesbaar gesteld voor een van de deelgemeenteraden in Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is van maandag tot donderdag een redelijke en van vrijdag tot zondag een lethargische schrijver.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is zelfstandig vormgever, kunstenaar en onderzoeker gevestigd in Rotterdam, NL. Haar huidige interesses gaan uit naar de politieke dimensie van arbeid op socialenetwerk-sites. Daarbinnen richt zij haar blik op hoe machtsstructuren online en offline gedrag beïnvloeden.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is een vormgever zonder specialisatie, een kunstenaar zonder galerie en een schrijver zonder spel-check.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:None,2018-02-18:varia.zone/itisasif.htmleventIt Is As If We Were Doing Workvaria.zone/en/itisasif.html<p>A few months have passed since the 11th issue of the <a href="http://ilu.servus.at/">Pervasive Labour Union zine</a> was launched, but the topics that were touched upon are yet to be digested. Focused on the "entreprecariat", the issue is an exploration of the multiple ways in which entrepreneurial ideas, models and approaches relate to the perception of precarity. To expand on the reflections that emerged from this informal publication, Varia is hosting some of its contributors. After an introduction of the Pervasive Labour Union zine project, there will be a conversation between Alina Lupu, Gui Machiavelli and Lídia Pereira moderated by Silvio Lorusso. The guests will discuss their contribution to the zine, as well as the relationship between their practice, emerging work standards, and the current state of education. Furthermore, there will be an open gaming session of two (or maybe more!) videogames which were reviewed in the zine, such as <a href="https://www.pippinbarr.com/games/2017/07/03/it-is-as-if-you-were-doing-work.html">"It Is As If You Were Doing Work"</a> by Pippin Barr and <a href="http://thefounder.biz/">"The Founder"</a> by Francis Tseng.</p> +<p>Food, drinks and entrance are available on donation.</p> +<p>Program:<br/> +18:45 Open Doors and Welcome +19:00 Introduction of the <a href="http://ilu.servus.at/">Pervasive Labour union zine</a> by Lídia Pereira (PT/NL) and conversation with Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), moderated by Silvio Lorusso (IT/NL) +20:00 - 22:00 Open gaming session with "It Is As If You Were Doing Work" by Pippin Barr and "The Founder" by Francis Tseng</p> +<p><a href="http://varia.zone/">http://varia.zone/</a> +<!-- link to event on fb >:( --></p> +<hr> +<p><strong>Alina Lupu</strong> (<a href="http://www.theofficeofalinalupu.com/">http://www.theofficeofalinalupu.com/</a>) is a conceptual artist and a food delivery bike courier, at times a project manager, a copywriter, a photographer, an all-around side-jobber. Recently she became an elections candidate for the position of municipal advisor for the city of Amsterdam. </p> +<p><strong>Gui Machiavelli</strong> (<a href="https://guimachiavelli.com/">https://guimachiavelli.com/</a>) is an okay programmer from Monday to Thursday and a lethargic writer from Friday to Sunday.</p> +<p><strong>Lídia Pereira</strong> (<a href="http://immateriallaborunion.net/">http://immateriallaborunion.net/</a>) is an independent designer, artist and researcher based in Rotterdam, NL. Current interests revolve around the political organisation of labour in corporate social networking platforms and working class identity within networked economies, presenting a focus on the power structures governing online and offline behaviour.</p> +<p><strong>Silvio Lorusso</strong> (<a href="http://networkcultures.org/entreprecariat/">http://networkcultures.org/entreprecariat/</a>) is a designer without qualities, an artist without a gallery and a writer without spell checker.</p>VariaSun, 18 Feb 2018 00:00:00 +0100tag:None,2018-02-18:varia.zone/en/itisasif.htmleventOplossingen en problemen in extratonaliteitvaria.zone/extratonaliteit.html<p>Oplossingen en problemen in Extratonality 4<br> +"Extratonaliteit - Het openen van deuren is niet genoeg"</p> +<p>De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin problemen worden ontworpen om oplossingen te zijn, en industrieel afval ons dagelijks leven overneemt, is er een dringende behoefte aan een nieuwe extratonale conferentie die dieper graaft in de huidige stand van zaken van de "extra" tendensen. "Oplossingen en problemen in extratonaliteit" (OPIE) is de internationale conferentie over oplossingen en problemen op het gebied van extratonaliteit voor kleinere en grotere instituten, evenals onafhankelijke componisten en wetenschappers. We zullen geavanceerde obstakels in hun dagelijkse routine onderzoeken met de ondersteuning van op maat gemaakte instrumenten, verouderde schrijftechnieken, speciale notatiesystemen en alternatieve toepassingen van bestaande technologie.</p> +<p>Op vrijdag 16 februari 2018 vindt de vierde editie plaats in Rotterdam bij "varia - het centrum van de alledaagse technologie". OPIE4 gaat over het toepassen van extratonale oplossingen voor alledaagse problemen en alledaagse oplossingen voor extratonale problemen. OPIE4 is een must voor diegenen die meer willen weten over werkstrategieën rond extratonaliteit. Na OPIE1 in Wenen op 28 april 2017, OPIE2 in Zagreb op 30 september 2017 en OPIE3 in Rotterdam op 6 februari 2018, zal de volgende editie de laatste discussies in het veld behandelen en nieuwe input genereren voor de toekomstige onderhandelingen over extratonaliteit. Meer dan 250 jaar na zijn ontdekking en rechtvaardiging wordt het veld nu wereldwijd erkend als een belangrijk onderzoek in zijn vakgebied, daarom bestaat deze editie uit verschillende tracks en presentaties.</p> +<p>De ongeveer 300 OPIE-bezoekers beoordeelden de conferentie met een 9,8 en meer dan 98% van de bezoekers beveelt de conferentie aan bij anderen of zou graag terugkomen in de volgende editie.</p> +<p>Dit evenement wordt mogelijk gemaakt door de vriendelijke steun van het Institute of Extratonal Composition, WORM pirate bay, varia en Nothing More.</p> +<p>Eten, drinken en toegang zijn beschikbaar op donatie!</p> +<p>Programma:<br> +19:30 Registratie, meet &amp; greet &amp; welkomstdrankjes<br> +20:00 Officiële Opening: Welkom door Danny van der Kleij (NL, voorzitter varia - centrum voor alledaagse technologie / ArtEZ hogeschool voor de kunsten)<br> +20:05 Inleiding door de conferentievoorzitters; Niek Hilkmann (NL, varia - centrum voor alledaagse technologie / Institute of Extratonal Composition) en Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition)</p> +<p>20:15 - 20:45<br> +Toepassingen: verbeelding en extratoniteit<br> +Voorzitter: Christina Cochior (RO / NL, Wikipedia Bot Memorial Foundation)<br> +"De verbeeldingskracht van opslaan" - Thomas Walskaar (NO, Save as.media) - Presentatie van een denkbeeldig medium<br> +"hoe een trommel te bouwen" - Teun de Graaf (fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonaliteit en arbeid:<br> +Voorzitter: Lidia Pereira (PT / NL, PLU - pervasive labor union / doordringende vakbond)<br> +"orkesttonaalsysteem met volledig bereik" - a. tangramdichters (int., geen instelling)<br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - centrum voor alledaagse technologie)</p> +<p>21:15 - 21:45<br> +de 'extra; in de dagelijkse omgeving:<br> +Voorzitter: TBA<br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition" - Dennis de Bel (NL, varia - centrum voor alledaagse technologie / Willem de Kooning Academie / Design Academy Eindhoven)<br> +"Remote Fulfillment" - Moritz (NL, Random Creations)</p> +<p>21:45 - 22:15 uur<br> +extra en verder:<br> +Voorzitter: TBA<br> +"door voorwerpen lopen - een intratonische benadering" - Michael J. Muik (AT, nothing more - Vereniging voor de promotie van kunst, irritatie en commons)<br> +"Quasitonaliteit - Op weg naar een circulatoire praktijk van onenigheid" - oyo (BG / NL, LOFO, Willem de Kooning Academie) &amp; mnd (AT / NL, LOFO)<br></p> +<p>22:15 - 24:00 uur<br> +Extra presentaties:<br> +DJ Pattex (varia - centrum voor alledaagse technologie)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:None,2018-02-16:varia.zone/extratonaliteit.htmleventSolutions and problems in Extratonalityvaria.zone/en/extratonaliteit.html<p>Solutions and problems in Extratonality 4<br> +“Extratonality - Opening Doors Is Not Enough”</p> +<p>The 4th International Conference on the solutions and problems in extratonality titled “Extratonality - Opening Doors Is Not Enough” focuses on an evaluation of practices in the field of extratonality. In a time where problems are designed to be solutions, and industrialised rubbish predominates our everyday life, there is an urgent need for another extratonal conference that digs deeper in the current state of affairs of the "extra" tendencies. "Solutions and problems in extratonality" (SAPIE) is the international conference on solutions and problems in the field of extratonality for smaller and larger institutes, as well as independent composers and scholars. They will explore advanced obstacles in their daily routines with the support of custom-made instruments, obsolete writing techniques, special notation systems and alternative applications of existing technologies.</p> +<p>On Friday, February 16, 2018, the fourth edition will take place in Rotterdam at "varia - the center of everyday technology". SAPIE4 is about applying extratonal solutions to everyday problems and everyday solutions to extratonal problems. SAPIE4 is a must attend for those who want to know more about working strategies and cases around extratonality. After SAPIE1 in Vienna on 28th April 2017, SAPIE2 in Zagreb on 30th September 2017 and SAPIE3 in Rotterdam on the 6th February 2018 the next edition will catch up on the latest debates in the field and trigger new input for the future ongoings around extratonality. More than 250 years after its discovery and justification the field is now recognized worldwide as a significant inquiry in its discipline, therefore this edition consists of several different tracks and presentations.</p> +<p>The approximately 300 SAPIE visitors rated the conference with a 9.8 and more than 98% of the visitors recommends the conference to others or would like to come back in the next edition.</p> +<p>This event is made possible by the kind support of the Institute of Extratonal Composition, WORM pirate bay, varia and nothing more.</p> +<p>Food, drinks and entrance are available on donation!</p> +<p>Program:<br> +19:30 Registration, meet and greet &amp; welcome drinks <br> +20:00 Official Opening: Welcome by Danny van der Kleij (NL, Chairman varia - center of everyday technology / ArtEZ hogeschool voor de kunsten) <br> +20:05 Introduction by the Conference Chairs; Niek Hilkmann (NL, varia - center of everyday technology / Institute of Extratonal Composition) and Joseph Knierzinger (AT, nothing more - Association for the Promotion of Art, Irritation and Commons / Institute of Extratonal Composition) </p> +<p>20:15 - 20:45<br> +Applications: Imagination and Extratonlity<br> +Chair: Christina Cochior (RO/NL, Wikipedia Bot Memorial Foundation) <br> +"The imagination of storing" - Thomas Walskaar (NO, Save as.media) - Presentation of an imaginary medium <br> +"how to build a drum" - Teun de Graaf (NL, fanfare voor vooruitstrevende muziek / woodstone kugelblitz)</p> +<p>20:45 - 21:15<br> +Extratonality and Labour: <br> +Chair: Lidia Pereira (PT/NL, PLU - pervasive labour union)<br> +"full range orchestra tonal system" - a. tangram poets (INT, no institution) <br> +"universal notation ideal - UNI revisted" - Niek Hilkmann (varia - center for everyday technology)</p> +<p>21:15 - 21:45<br> +the extra in the everyday surroundings:<br> +Chair: TBA <br> +"Voice over Opus with feedback" - JoaK (AT, nothing more - nothing more - Association for the Promotion of Art, Irritation and Commons, Institute of Extratonal Composition)<br> +"solitaire - eurorack edition"- Dennis de Bel (NL, varia - center of everyday technology / Willem de Kooning Academy / Design Academy Eindhoven) <br> +"Remote Fulfillment" - Moritz (NL, Random Creations) </p> +<p>21:45 - 22:15<br> +extra and beyond:<br> +Chair: TBA<br> +"walking through objects - an intratonal approach" - Michael J. Muik (AT, nothing more - Association for the Promotion of Art, Irritation and Commons) <br> +"Quasitonality - Towards a circulatory practice of disagreement" - oyo (BG/NL, LOFO, Willem de Kooning Academy) &amp; mths (AT/NL, LOFO)</p> +<p>22:15 - 24:00<br> +Extra Presentations:<br> +DJ Pattex (varia - center for everyday technology)</p> +<p>http://extratonality.nothingmore.work/<br> +http://varia.zone/<br> +https://worm.org/production/solutions-and-problems-in-the-field-of-extratonality/<br> +https://www.facebook.com/events/167517747195086/</p>VariaFri, 16 Feb 2018 00:00:00 +0100tag:None,2018-02-16:varia.zone/en/extratonaliteit.htmleventNieuwjaarsborrelvaria.zone/nieuwjaarsborrel.html<p>Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.</p> +<p>datum: vrijdag 19 januari +start: 18:00u<br> +performance: 21:00u</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:None,2018-01-19:varia.zone/nieuwjaarsborrel.htmleventNew Year's receptionvaria.zone/en/nieuwjaarsborrel.html<p>Varia has big plans for 2018! We would like to share these with you during a special New Year’s reception as part of the season opening of the galleries and projectspaces in Oud Charlois. Besides drinks and salty snacks, there will be a special robomop-performance. </p> +<p>date: Friday, 19th of January +start: 18:00h<br> +performance: 21:00h</p>VariaFri, 19 Jan 2018 00:00:00 +0100tag:None,2018-01-19:varia.zone/en/nieuwjaarsborrel.htmlevent34c3 screening sessiesvaria.zone/ccc-screening.html<p>Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia: </p> +<ul> +<li>woensdag 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Neem je eigen eten en drinken mee en <a href="https://pad.vvvvvvaria.org/34c3">vul het lijstje aan van</a> van talks die we niet kunnen missen, we hebben maar één projector dus we maken het livestream programme ter plekke.</p> +<p>Download het CCC progamma<sup id=sf-ccc-screening-1-back class=simple-footnote>1</sup><span class=simple-footnote-container><span class=simple-footnote-content>[1] <a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a></span></span></p><ol class=simple-footnotes></ol>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/ccc-screening.htmleventThe Secret Life Of Machine screenings, seizoen 3varia.zone/the-secret-life-3.2.html<p>Nieuwe poging! Nu zonder sneeuwstorm.</p> +<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>20 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/the-secret-life-3.2.htmlscreening34c3 screening sessionvaria.zone/en/ccc-screening.html<p>For those that didn't make it to Leipzig this year we're gathering to watch the 34c3 livestream in Varia: </p> +<ul> +<li>Wednesday 27th: 11:00h - late</li> +<li>Thursday 28th: 11:30h - late</li> +<li>Friday 29th: 11:30h - late</li> +<li>Saturday 30th: 11:30h - 18:15h</li> +</ul> +<p>Bring your own beer and add your whishes to the list of talks[ref]<a href="https://pad.vvvvvvaria.org/34c3">https://pad.vvvvvvaria.org/34c3</a>[/ref], we only have one projector and make the livestream programme on the spot!</p> +<p>Download the CCC progam[ref]<a href="https://events.ccc.de/congress/2017/Fahrplan/">fahrplan (PDF)</a>[/ref]</p>VariaFri, 15 Dec 2017 00:00:00 +0100tag:None,2017-12-15:varia.zone/en/ccc-screening.htmleventSoep & Woorden - Inox Kapellvaria.zone/inox-kapell.html<p>Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.</p> +<p>Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij mensen mee op insectenexcursies, bijvoorbeeld in kasteel Freudenberg. Hij maakt films, muziek en kunst van en over insecten, onder andere in de dadaistische band ‘Ordnungsamt et la politesse’. Bovendien is hij de oprichter van het ‘Insektium’, een insect-gerelateerd museum/galerie/happeningraum in Berlijn. Naar eigen zeggen worden insecten vaak onterecht veroordeeld en is hij degene die tussen ambassadeur mens en insect kan mediëren.</p> +<p>Een paar van zijn woorden: </p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, +dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:None,2017-11-26:varia.zone/inox-kapell.htmleventSoup & Talk - Inox Kapellvaria.zone/en/inox-kapell.html<p>Varia gets a visit; from Inox Kapell, the insect man from Wespbaden. On December 16 he will give a short lecture about everything that concerns him. In addition, we serve some soup.</p> +<p>Inox Kapell loves insects. As a child he was already obsessed by these creatures and documented them. Today he takes people on insect excursions, for example in castle Freudenberg. He makes films, music and art from and about them, including his work with the Dadaist band 'Ordnungsamt et la politesse’. Besides that he is the founder of the 'Insektium', an insect-related museum / gallery / happeningraum in Berlin. According to him, insects are often wrongly condemned, but he can mediate between humans and insects as a sort of ambassador.</p> +<p>A few of his words:</p> +<p>was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, dadurch unsere nahrung für unsere kindeskinder...</p> +<p>video: <a href="https://www.youtube.com/watch?v=SHRijEJwdBQ">link</a> +web: <a href="http://www.inoxkapell.de/">www.inoxkapell.de</a></p> +<p><strong>16 december</strong></p> +<ul> +<li>Soup: 19:00</li> +<li>Talk: 20:00</li> +<li>Price: Donation</li> +</ul>VariaSun, 26 Nov 2017 00:00:00 +0100tag:None,2017-11-26:varia.zone/en/inox-kapell.htmleventThe Secret Life Of Machine screenings, seizoen 3 (afgelast)varia.zone/the-secret-life-3.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>10 december</strong>: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul>VariaThu, 23 Nov 2017 00:00:00 +0100tag:None,2017-11-23:varia.zone/the-secret-life-3.htmlscreeninghomebrewserver.club, kalenders sessie 2varia.zone/hbsc-cal-2-nl.html<p>De tweede ontmoeting rondom zelf-gehoste kalenders. </p> +<p>Locatie: Varia</p>VariaWed, 22 Nov 2017 00:00:00 +0100tag:None,2017-11-22:varia.zone/hbsc-cal-2-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 2varia.zone/the-secret-life-2.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:None,2017-11-12:varia.zone/the-secret-life-2.htmlscreeningScreening: The Secret Life Of Machines, season 2varia.zone/en/the-secret-life-2.html<p>Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.</p> +<p><strong>19 November</strong>: season 2 - outdoor appliances </p> +<p>(car, internal combustion engine, quartz watch, telephone, radio and videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Price: Donation</p>VariaSun, 12 Nov 2017 00:00:00 +0100tag:None,2017-11-12:varia.zone/en/the-secret-life-2.htmlscreeninghomebrewserver.club, kalenders sessie 1varia.zone/hbsc-cal-1-nl.html<p>Een eerste ontmoeting rondom zelf-gehoste kalenders. </p>VariaThu, 09 Nov 2017 00:00:00 +0100tag:None,2017-11-09:varia.zone/hbsc-cal-1-nl.htmlgatheringThe Secret Life Of Machine screenings, seizoen 1varia.zone/the-secret-life-seizoen-1.html<p>Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.</p> +<h2 id="data">data</h2> +<p><strong>5 november</strong>: seizoen 1 - huishoudelijke apparatuur (stofzuiger, naaimachine, centrale verwarming, wasmachine, vriezer en televisie)</p> +<ul> +<li>Aanvang: 19:30</li> +<li>Start: 20:00</li> +<li>Eind 23:00</li> +</ul> +<p><strong>19 november</strong>: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)</p> +<ul> +<li>Door: 16:30</li> +<li>Start: 17:00</li> +<li>End: 20:00</li> +</ul> +<p>Prijs: donatie</p>VariaSun, 29 Oct 2017 00:00:00 +0200tag:None,2017-10-29:varia.zone/the-secret-life-seizoen-1.htmlscreeningOpening Ruimtevaria.zone/opening.html<p>Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level van de ruimte.</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:None,2017-10-26:varia.zone/opening.htmleventOpening Spacevaria.zone/en/opening.html<p>After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!</p>VariaThu, 26 Oct 2017 00:00:00 +0200tag:None,2017-10-26:varia.zone/en/opening.htmleventhomebrewserver.clubvaria.zone/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn goedkope, energiezuinige, onderhoudsarme computers waarmee men in eigen beheer diensten online kan gebruiken.</p> +<p>De club is bedoeld voor zowel gevorderde als beginnende deelnemers. De resultaten van onze bijeekomsten verwerken we tot guides en artikels die de technieken contextualiseren en stap voor stap uitleggen hoe je ze zelf kan uitvoeren.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:None,2017-09-14:varia.zone/homebrewserver.club.htmlwork groupself-hostinghomebrewserver.clubvaria.zone/en/homebrewserver.club.html<pre> +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░ +░░█▀█░█░█░█░█░█▀▀░░░░░░░░ +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░ +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░ +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░ +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░ +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░ +░░░░░░█░░░█░░░█░█░█▀▄░░░░ +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░ +░░░░░░░░░░░░░░░░░░░░░░░░░ +</pre> + +<p>A monthly gathering for those who (wish to) host their own online services from home, rather than using commercial and privacy unfriendly alternatives. Together we config and work on our homebrew server setups. These are low-cost, low-power, low-maintenance, high-fun computers through which we can host all of our online necessities and keep them out of the cloud. The club meetings are open for anyone, from more experienced users to interested beginners. During the homebrewserver.club meetings we exchange tips or look into particular topics together. As we gain more knowledge about a topic, we write and publish guides for others to share.</p> +<p><a href="https://homebrewserver.club">homebrewserver.club</a></p>VariaThu, 14 Sep 2017 00:00:00 +0200tag:None,2017-09-14:varia.zone/en/homebrewserver.club.htmlwork groupself-hostingRelearn Rotterdamvaria.zone/relearn.html<p>Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen. </p> +<p>Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week vormen. Relearn omarmt het resetten van denkmodi, om een uiteenlopende reeks aanpakken te heroverwegen, die voortkomen uit de ontwikkeling van onze culturen tot en via digitale entiteiten.</p> +<p>Naast een experiment in collectief leren, is Relearn ontstaan vanuit een interesse in Vrije en Open Source Software-cultuur en -praktijken als een manier om de productieprocessen en -kaders van technologie en cultuur te ondervragen.</p> +<p>29 Augustus - 2 September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:None,2017-08-29:varia.zone/relearn.htmlprojectsRelearn Rotterdamvaria.zone/en/relearn.html<p>Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.</p> +<p>During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we call "tracks". Relearn outlines the idea of resetting thinking modes, for a diverse set of approaches that we can reconsider, that come out of the development of our cultures towards and through digital entities.</p> +<p>While Relearn is an experiment in collective learning, it grows from an interest in Free / Libre Open Source Software culture and practices as a way to address and acknowledge the production processes and frameworks involving technology and cultur</p> +<p>29th of August - 2nd of September 2017<br> +Poortgebouw, Rotterdam</p> +<p><a href="http://www.relearn.be/2017/">www.relearn.be</a></p>VariaTue, 29 Aug 2017 00:00:00 +0200tag:None,2017-08-29:varia.zone/en/relearn.htmlprojectsRotterdams Electronica Depotvaria.zone/red-nl.html<pre> + ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐ + ╠╦╝│ │ │ │ ├┤ ├┬┘ ││├─┤│││ + ╩╚═└─┘ ┴ ┴ └─┘┴└──┴┘┴ ┴┴ ┴ +┌─────────────────┬───────────────┐ +│div. onderdelen │div. onderd. │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +│ │ │ +├─────────────────┼───────────────┼────────────────────┐ +│IC's │trim pots, │octo couplers │ +│ │ │EEPROMS │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstanden │weerstanden, │ +│lege lades, │>0.25W │lege lades, │ +│ │ │FTDI, │ +│ │ │arduino │ +│ │ │oscilloscope onderd │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +├─────────────────┼───────────────┼────────────────────┤ +│transistoren, │weerstande │condensatoren, │ +│diodes │=<0.25W │transducers │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +│ │ │ │ +└─────────────────┴───────────────┴────────────────────┘ + ╔═╗┬ ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐ ╔╦╗┌─┐┌─┐┌─┐┌┬┐ + ║╣ │ ├┤ │ │ ├┬┘│ ││││││ ├─┤ ║║├┤ ├─┘│ │ │ + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴ ═╩╝└─┘┴ └─┘ ┴ + +</pre> + +<h1 id="het-rotterdams-electronica-depot">Het Rotterdams Electronica Depot</h1> +<p>Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd vrijwel niet meer mogelijk om een fysieke electronica winkel te bezoeken in Rotterdam. Op deze manier is het onmogelijk om even op de fiets te springen om wat ontbrekende onderdelen te hallen. Daarom heeft een collectief electronica depot opgericht waar deelnemers van tegen kostprijs onderdelen kunnen komen ophalen.</p> +<h1 id="lid-worden">Lid worden:</h1> +<p>Neem contact op met varia via de mailinglijst</p> +<h1 id="openingstijden-en-ophalen">Openingstijden en ophalen</h1> +<p>Het depot kent geen vaste openingstijden. Ophalen kan aan de Gouwstraat 3, 3082 BA, te Rotterdam</p>VariaSun, 09 Apr 2017 00:00:00 +0200tag:None,2017-04-09:varia.zone/red-nl.htmlwork groupelectronica \ No newline at end of file diff --git a/old/output/nl/feminist-hack-meetings-feb-servers.html b/old/output/nl/feminist-hack-meetings-feb-servers.html new file mode 100644 index 0000000..4a205d8 --- /dev/null +++ b/old/output/nl/feminist-hack-meetings-feb-servers.html @@ -0,0 +1,117 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              71. varia komt in vele vormen:
              72. +
              73.  mailinglijst
              74. +
              75.  RSS feed
              76. + +
              77. Nederlands
              78. +
              79. English
              80. +
                +
                +
                + +
                + + + + +
                +
                + Feministische Hack Bijeenkomsten: Servers +
                +
                + +
                +
                2020-02-29 15:00:00
                +
                Gepubliceerd op 29 February 2020
                +
                + +
                +
                +
                +

                Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.

                +

                Laten we het over feministische servers hebben! In deze vergadering nodigen we u uit om te discussiëren over vragen als:
                +Wat betekent het voor een server om feministisch te zijn, en hoe zou het eruit kunnen zien? Wat en wie dient het? Wat is er nodig om het te creëren en te onderhouden?
                +We willen graag onze ideeën in kaart brengen en de mogelijkheid overwegen om een feministische server op te zetten bij Varia.
                +Wij brengen materiaal zoals RPis en computers mee. Dan kunnen we samen experimenteren en dingen uitproberen.
                +Doe met ons mee!

                +

                De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops. Ze zijn gericht op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken op het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen. +Januari bijeenkomst: https://varia.zone/en/feminist-hack-meetings-jan.html

                +

                Programma:

                +

                Zaterdag 29 februari 2020

                +

                15:00 - 18:00

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/feminist-hack-meetings-jan.html b/old/output/nl/feminist-hack-meetings-jan.html new file mode 100644 index 0000000..b712fb1 --- /dev/null +++ b/old/output/nl/feminist-hack-meetings-jan.html @@ -0,0 +1,115 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              81. varia komt in vele vormen:
              82. +
              83.  mailinglijst
              84. +
              85.  RSS feed
              86. + +
              87. Nederlands
              88. +
              89. English
              90. +
                +
                +
                + +
                + + + + +
                +
                + Feministische Hack Bijeenkomsten +
                +
                + +
                +
                2020-01-25 17:00:00
                +
                Gepubliceerd op 25 January 2020
                +
                + +
                +
                +
                +

                Artemis en Angeliki nodigen u graag uit om deel te nemen aan de Feministische Hack Meetings.

                +

                De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven. We nodigen mensen uit die geïnteresseerd zijn in technologie en de werkwijzen, die helpen het een vorm te geven, met het doel deze te bespreken en samen te werken on het gebied van inclusie en exclusie in technische gemeenschappen, feministische servers en hosting, autonome communicatiediensten, archief en documentatie. We zullen ook hardware en geluid exploraties erbij in opnemen.

                +

                Een feministische benadering van technologie houdt rekening met de samenhangende sociale en politieke context. Het verlegt de grenzen van technologische kringen, met inbegrip van gender-diverse mensen, amateurs of anderen, die in minder of meerdere mate een uitsluiting hebben ervaren in technische omgevingen. Ze omvatten ook culturele, artistieke en educatieve praktijken die technologie benaderen, maar niet als een doel op zich.

                +

                Het idee begon na de deelname aan het ETC (Eclectic Tech Carnival) in Athene, een bijeenkomst van feministen, die alledaagse informatie technologieën kritisch gebruiken / bestuderen / delen / verbeteren in de context van de gratis software en open hardware stromingen.

                +

                In deze eerste bijeenkomst zullen we een overzicht en een inleiding geven over deze reeks vergaderingen. We zullen bespreken hoe dit voorstel in de loop van de tijd zich kan ontwikkelen .

                +

                Programma:

                +

                Zaterdag 25 januari 2020

                +

                17:00 - 19:00

                +

                De afbeelding is onderdeel van een illustratie gemaakt door een / ETC-lid voor / ETC Athene 2019.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/floppy-totaal-DD.html b/old/output/nl/floppy-totaal-DD.html new file mode 100644 index 0000000..56c2336 --- /dev/null +++ b/old/output/nl/floppy-totaal-DD.html @@ -0,0 +1,165 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              91. varia komt in vele vormen:
              92. +
              93.  mailinglijst
              94. +
              95.  RSS feed
              96. + +
              97. Nederlands
              98. +
              99. English
              100. +
                +
                +
                + +
                + + + + +
                +
                + Floppy Totaal: Double Density +
                +
                + +
                +
                2019-10-19 14:00:00
                +
                Gepubliceerd op 19 October 2019
                +
                + +
                +
                +
                +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld met optredens van Kisszántó en Eoforwine, presentaties en gesprekken met Joak en Jason Scott en een bijdrage op lange afstand van Michael Ridge.

                +

                De nadruk van dit evenement ligt op het concept van de diskette als comfortfood in een "future / present shocked" tijdperk. Op welke manier helpt de omgang met diskettes ons om te overleven in een tijd die vooral wordt gekenmerkt door "nieuwe media" en "planned obsolescence"? Bevat de diskette meer inhoud dan enkel 1,44 MB aan data? Op 19 oktober zoeken we het uit!

                +
                  +
                • workshop: 14:00 / gratis
                • +
                • avondprogramma: 20:00 / 5 euro
                • +
                +

                Full Program (in het Engels):

                +

                Part 1 of Floppy Totaal @ Varia (14:00-18:00) is free and consists of a special Floppy Kick workshop and a conversation.

                +

                Part 2 of Floppy Totaal: Magnetic Flux starts at 20:00 and has tickets for sale that can be purchased at the door for 5 euro's each. The event consists of a series of talks, performances and contributions by Eoforwine, Kisszántó, Michael Ridge, Joak and Jason Scott.

                +
                  +
                • Floppy Kick Workshop
                • +
                +

                Floppy Kick Records is a not-for-profit, floppy-only label that was formed in Budapest in 2013. All its releases are handmade and any "income" they produce goes straight into future releases. They take a non-political, yet critical position by explicitally rejecting any racism, sexism, homophobic or other forms of radicalism on their releases, choosing to instead focus on the beauty of sound. This can be in any style; experimental, noise, ambient, musique concrète, dark sounds, hnw, avantgarde, field recordings, industrial, power electronics, lo-fi, grindcore, or anything interesting. They believe in physical formats and respect their collectors. During their workshop at Floppy Totaal you can contribute to Floppy Kick by helping out with the recording and releasing of a brand new floppy release.

                +

                http://floppykickrecords.blogspot.com/ +https://floppykick.bandcamp.com/

                +
                  +
                • Eoforwine
                • +
                +

                Mark Windisch aka. Eoforwine is the founder of the Floppy Kick label and plays beatless lo-fi noise music, spiced with modified field recordings, synths and a light theremin. He is a regular participant of Eastern Hungary's noise events, including the annual Zajkert (Noise Garden) and the Banzaj series, and has toured through and played at many experimental festivals and gallery openings through Middle-Europe and Ireland.

                +

                https://eoforwine.bandcamp.com/

                +
                  +
                • Kisszántó
                • +
                +

                Tamás Szántó is a DJ, producer, cratedigger and promotor who is dedicated to seeking strange soundings and musical forms with peculiar diligence. He harkens the musical topicalities; not to adapt, but to avoid them. Collecting records such as experimental noise mixes, or fine theatrical idm ones; he might as well have just the right, harsh & obscure +acid vinyl to mix further with.

                +

                https://kisszanto.bandcamp.com/

                +
                  +
                • Joak
                • +
                +

                Joseph Oliver Anton Knierzinger or JoaK is an artist and ghost artist. At the moment he works on different algorithms and alogisms between Vienna, Guangzhou and Wartberg. At Floppy Totaal he will present the results of his explorations into the recordable magnetic properties of the floppy disk.

                +

                https://joak.nospace.at/

                +
                  +
                • Michael Ridge
                • +
                +

                Michael Ridge is a UK based artist that creates works whichoften incorporate sound, video, electronics, sculpture, collage and found objects, often exploring the properties of sound reproduction through non-musical materials and objects. He has a keen interest in documenting and presenting the unwanted, overlooked or decayed. Some of his activities include recording and performing Noise Music under the alias Zebra Mu, running the DIY record label Quagga Curious Sounds, being one half of the drawing/zine/mail art duo Ridge & Scrase and being a member of the artist collective other/other/other. For Floppy Totaal Michael Ridge will compose a new sound art composition that draws inspiration from the works of John Cage and Alvin Lucier; whilst examining the physical and storage limitations of the humble floppy disk. A commemoration of extreme file compression!

                +

                https://michaelridge.wordpress.com/

                +
                  +
                • Jason Scott
                • +
                +

                Jason Scott Sadofsky is an American archivist, historian of technology, filmmaker, performer, and actor. Scott has been known by the online pseudonyms Sketch, SketchCow, and The Slipped Disk and has been called "figurehead of the digital archiving world". He is the creator, owner and maintainer of textfiles.com, a web site which archives files from historic bulletin board systems. He is the creator of a 2005 documentary film about BBSes, BBS: The Documentary, and a 2010 documentary film about interactive fiction, GET LAMP. During Floppy Totaal a long distance conversation will be held with Jason Scott about his work, his life and the current state of the floppy disk.

                +

                https://en.wikipedia.org/wiki/Jason_Scott

                +
                  +
                • Floppy Totaal
                • +
                +

                Floppy Totaal is a Rotterdam based initiative by Niek Hilkmann, Thomas Walskaar and Lídia Pereira that investigates the reuse and re-purposing of 'outdated' technology as a cultural phenomenon. By examining the contemporary usage of the iconic floppy diskette, they hope to assess the way past technology is integrated into our culture today, as well as its future potential. The goal of the project is to inject the debate surrounding obsolescent media with new enthusiasm and stimulate a critical approach to the topic with the help of extensive field research in the realm of the floppy disk.

                +

                http://www.floppytotaal.org/

                +

                This event is made possible with the kind support of Varia and Stimuleringsfonds Creatieve Industrie (Creative Industries Fund NL).

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/hbsc-cal-1-nl.html b/old/output/nl/hbsc-cal-1-nl.html new file mode 100644 index 0000000..e5d411e --- /dev/null +++ b/old/output/nl/hbsc-cal-1-nl.html @@ -0,0 +1,107 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              101. varia komt in vele vormen:
              102. +
              103.  mailinglijst
              104. +
              105.  RSS feed
              106. + +
              107. Nederlands
              108. +
              109. English
              110. +
                +
                +
                + +
                + + + + +
                +
                + homebrewserver.club, kalenders sessie 1 +
                +
                + +
                +
                2017-11-16 19:00:00
                +
                09 November 2017
                +
                + +
                +
                +
                +

                Een eerste ontmoeting rondom zelf-gehoste kalenders.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/hbsc-cal-2-nl.html b/old/output/nl/hbsc-cal-2-nl.html new file mode 100644 index 0000000..3e14438 --- /dev/null +++ b/old/output/nl/hbsc-cal-2-nl.html @@ -0,0 +1,108 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              111. varia komt in vele vormen:
              112. +
              113.  mailinglijst
              114. +
              115.  RSS feed
              116. + +
              117. Nederlands
              118. +
              119. English
              120. +
                +
                +
                + +
                + + + + +
                +
                + homebrewserver.club, kalenders sessie 2 +
                +
                + +
                +
                2017-11-30 19:00:00
                +
                22 November 2017
                +
                + +
                +
                +
                +

                De tweede ontmoeting rondom zelf-gehoste kalenders.

                +

                Locatie: Varia

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/heath-bunting-apocalypse.html b/old/output/nl/heath-bunting-apocalypse.html new file mode 100644 index 0000000..873a586 --- /dev/null +++ b/old/output/nl/heath-bunting-apocalypse.html @@ -0,0 +1,131 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              121. varia komt in vele vormen:
              122. +
              123.  mailinglijst
              124. +
              125.  RSS feed
              126. + +
              127. Nederlands
              128. +
              129. English
              130. +
                +
                +
                + +
                + + + + +
                +
                + Heath Bunting - in gesprek met the Voluntary Fire Brigade of the Apocalypse +
                +
                + +
                +
                2020-02-17 14:00:00
                +
                Gepubliceerd op 17 February 2020
                +
                + +
                +
                +
                +

                Heath Bunting is een in Engeland gevestigde kunstenaar die al meer dan dertig jaar controle- en communicatiesystemen in twijfel trekt en ondermijnt. Hij begon als street artist door posters op te hangen in de openbare ruimte, behoorde tot de eerste generatie van net.artists in de jaren negentig, waar hij irational.org oprichtte (en de server runde), maar keerde zich in 1998 van het internet af toen hij diens bedrijfsovername daarvan voorzag.

                +

                Hij richtte verschillende radiostations op en werkte samen met Kate Rich aan workshops voor het betreden van privébezit en aan alternatieve distributiesystemen voor goederen. Voor zijn 'Identity Bureau' project onderzocht hij manieren voor individuën om legaal een nieuwe naam en identiteit te verkrijgen via de bureaucratische mazen van westerse landen (in 2014 gaf hij een Identity Bureau workshop in Wlfrt Projectspace Rotterdam). In zijn dagelijkse leven, vermijdt Bunting strikt het gebruik van elektronische systemen die hem traceerbaar maken, waaronder bankkaarten en mobiele telefoons.

                +

                Het bovenstaande is slechts een klein deel van zijn activiteiten en strijd tegen controlesystemen. Florian Cramer zal een gesprek van twee uur met Heath Bunting voeren over zijn vroegere en huidige projecten, met als doel de kennis en ervaring van Heath met het publiek te delen. Hierop volgt om 16.00 uur kritische feedback van Heath op de huidige activiteiten van the Voluntary Fire Brigade of the Apocalypse in Rotterdam.

                +

                Programma:

                +

                14.00-16.00: Dertig jaar onderzoek naar en activisme tegen controlesystemen - gesprek- en projectevaluatie met Heath Bunting
                + 16.00-17.00: Feedback op the Voluntary Fire Brigade of the Apocalypse
                + 17.00-19.00: pauze met koffie, thee en soep
                + 19.00: DJ set van Jacco Weener

                +

                datum: 17 Februari, 2020 + toegang: gratis of donatie

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/homebrewserver.club.html b/old/output/nl/homebrewserver.club.html new file mode 100644 index 0000000..07380eb --- /dev/null +++ b/old/output/nl/homebrewserver.club.html @@ -0,0 +1,129 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              131. varia komt in vele vormen:
              132. +
              133.  mailinglijst
              134. +
              135.  RSS feed
              136. + +
              137. Nederlands
              138. +
              139. English
              140. +
                +
                +
                + +
                + + + + +
                +
                + homebrewserver.club +
                +
                + +
                +
                Gepubliceerd op 14 September 2017
                +
                + +
                +
                +
                +
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
                +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
                +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
                +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
                +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
                +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
                +░░░░░░█░░░█░░░█░█░█▀▄░░░░
                +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +
                + +

                Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn goedkope, energiezuinige, onderhoudsarme computers waarmee men in eigen beheer diensten online kan gebruiken.

                +

                De club is bedoeld voor zowel gevorderde als beginnende deelnemers. De resultaten van onze bijeekomsten verwerken we tot guides en artikels die de technieken contextualiseren en stap voor stap uitleggen hoe je ze zelf kan uitvoeren.

                +

                homebrewserver.club

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/id-buy-that-for-a-dollar.html b/old/output/nl/id-buy-that-for-a-dollar.html new file mode 100644 index 0000000..fb9d25e --- /dev/null +++ b/old/output/nl/id-buy-that-for-a-dollar.html @@ -0,0 +1,112 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              141. varia komt in vele vormen:
              142. +
              143.  mailinglijst
              144. +
              145.  RSS feed
              146. + +
              147. Nederlands
              148. +
              149. English
              150. +
                +
                +
                + +
                + + + + +
                +
                + Century 21 Calling - I'd Buy That For A Dollar! +
                +
                + +
                +
                2018-12-15 20:00:00
                +
                Gepubliceerd op 15 December 2018
                +
                + +
                +
                +
                +

                Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen van je spelcomputer naar de winkel.

                +

                Century 21 Calling gebruikt archiefmateriaal uit de industrie, infomercials van bedrijven, tv uitzendingen en documentaires die in het verleden ons beeld van de toekomst hebben gevormd, en gebruiken die om het heden te doorgronden. Het is een initiatief van Save_as en vindt plaats in Varia in Rotterdam.

                +

                Datum: Zaterdag, 15 December 2018
                +Deur: 20:00
                +Start: 20:30
                +Entree: Donatie

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/images/thumb/20195.jpg b/old/output/nl/images/thumb/20195.jpg new file mode 100644 index 0000000..4bffb5d Binary files /dev/null and b/old/output/nl/images/thumb/20195.jpg differ diff --git a/old/output/nl/images/thumb/8245264_1280x720.jpg b/old/output/nl/images/thumb/8245264_1280x720.jpg new file mode 100644 index 0000000..3f6a173 Binary files /dev/null and b/old/output/nl/images/thumb/8245264_1280x720.jpg differ diff --git a/old/output/nl/images/thumb/Aloardi.jpg b/old/output/nl/images/thumb/Aloardi.jpg new file mode 100644 index 0000000..507e4b3 Binary files /dev/null and b/old/output/nl/images/thumb/Aloardi.jpg differ diff --git a/old/output/nl/images/thumb/C212_05_safey.jpg b/old/output/nl/images/thumb/C212_05_safey.jpg new file mode 100644 index 0000000..9dfce5d Binary files /dev/null and b/old/output/nl/images/thumb/C212_05_safey.jpg differ diff --git a/old/output/nl/images/thumb/C212_shopping.jpg b/old/output/nl/images/thumb/C212_shopping.jpg new file mode 100644 index 0000000..a347477 Binary files /dev/null and b/old/output/nl/images/thumb/C212_shopping.jpg differ diff --git a/old/output/nl/images/thumb/CLM2.jpg b/old/output/nl/images/thumb/CLM2.jpg new file mode 100644 index 0000000..8dc747b Binary files /dev/null and b/old/output/nl/images/thumb/CLM2.jpg differ diff --git a/old/output/nl/images/thumb/Cake.jpg b/old/output/nl/images/thumb/Cake.jpg new file mode 100644 index 0000000..63fb742 Binary files /dev/null and b/old/output/nl/images/thumb/Cake.jpg differ diff --git a/old/output/nl/images/thumb/Camp Century.jpeg b/old/output/nl/images/thumb/Camp Century.jpeg new file mode 100644 index 0000000..52a4aeb Binary files /dev/null and b/old/output/nl/images/thumb/Camp Century.jpeg differ diff --git a/old/output/nl/images/thumb/Casio.jpg b/old/output/nl/images/thumb/Casio.jpg new file mode 100644 index 0000000..993f133 Binary files /dev/null and b/old/output/nl/images/thumb/Casio.jpg differ diff --git a/old/output/nl/images/thumb/ConversasEvento137-02.png b/old/output/nl/images/thumb/ConversasEvento137-02.png new file mode 100644 index 0000000..6a27e83 Binary files /dev/null and b/old/output/nl/images/thumb/ConversasEvento137-02.png differ diff --git a/old/output/nl/images/thumb/Crystals_goes_to_war_poster.jpeg b/old/output/nl/images/thumb/Crystals_goes_to_war_poster.jpeg new file mode 100644 index 0000000..2f5098b Binary files /dev/null and b/old/output/nl/images/thumb/Crystals_goes_to_war_poster.jpeg differ diff --git a/old/output/nl/images/thumb/Entrepecariat Book Launch.jpeg b/old/output/nl/images/thumb/Entrepecariat Book Launch.jpeg new file mode 100644 index 0000000..0e3ad0b Binary files /dev/null and b/old/output/nl/images/thumb/Entrepecariat Book Launch.jpeg differ diff --git a/old/output/nl/images/thumb/Evamuss1.jpg b/old/output/nl/images/thumb/Evamuss1.jpg new file mode 100644 index 0000000..52ebb02 Binary files /dev/null and b/old/output/nl/images/thumb/Evamuss1.jpg differ diff --git a/old/output/nl/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg b/old/output/nl/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg new file mode 100644 index 0000000..8186e04 Binary files /dev/null and b/old/output/nl/images/thumb/Evamuss_Kalinigrad_14_06-2018.jpg differ diff --git a/old/output/nl/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg b/old/output/nl/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg new file mode 100644 index 0000000..1037c09 Binary files /dev/null and b/old/output/nl/images/thumb/Evamuss_by_Austeja_Kaunas3.jpg differ diff --git a/old/output/nl/images/thumb/Extra.jpg b/old/output/nl/images/thumb/Extra.jpg new file mode 100644 index 0000000..9f67fb3 Binary files /dev/null and b/old/output/nl/images/thumb/Extra.jpg differ diff --git a/old/output/nl/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/output/nl/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg new file mode 100644 index 0000000..84e55e0 Binary files /dev/null and b/old/output/nl/images/thumb/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg differ diff --git a/old/output/nl/images/thumb/Infinite-Outwardness-Web-2.jpg b/old/output/nl/images/thumb/Infinite-Outwardness-Web-2.jpg new file mode 100644 index 0000000..ac666db Binary files /dev/null and b/old/output/nl/images/thumb/Infinite-Outwardness-Web-2.jpg differ diff --git a/old/output/nl/images/thumb/Infinite.jpg b/old/output/nl/images/thumb/Infinite.jpg new file mode 100644 index 0000000..29ab323 Binary files /dev/null and b/old/output/nl/images/thumb/Infinite.jpg differ diff --git a/old/output/nl/images/thumb/Krantz.jpg b/old/output/nl/images/thumb/Krantz.jpg new file mode 100644 index 0000000..ef1d436 Binary files /dev/null and b/old/output/nl/images/thumb/Krantz.jpg differ diff --git a/old/output/nl/images/thumb/Niek-At-Varia5hd.jpg b/old/output/nl/images/thumb/Niek-At-Varia5hd.jpg new file mode 100644 index 0000000..3c26f48 Binary files /dev/null and b/old/output/nl/images/thumb/Niek-At-Varia5hd.jpg differ diff --git a/old/output/nl/images/thumb/Repair.jpg b/old/output/nl/images/thumb/Repair.jpg new file mode 100644 index 0000000..5fd36e9 Binary files /dev/null and b/old/output/nl/images/thumb/Repair.jpg differ diff --git a/old/output/nl/images/thumb/SWOS - varia 2020.jpg b/old/output/nl/images/thumb/SWOS - varia 2020.jpg new file mode 100644 index 0000000..45cc8e1 Binary files /dev/null and b/old/output/nl/images/thumb/SWOS - varia 2020.jpg differ diff --git a/old/output/nl/images/thumb/Santas.jpg b/old/output/nl/images/thumb/Santas.jpg new file mode 100644 index 0000000..e843075 Binary files /dev/null and b/old/output/nl/images/thumb/Santas.jpg differ diff --git a/old/output/nl/images/thumb/Spacejunk.jpg b/old/output/nl/images/thumb/Spacejunk.jpg new file mode 100644 index 0000000..02cc4be Binary files /dev/null and b/old/output/nl/images/thumb/Spacejunk.jpg differ diff --git a/old/output/nl/images/thumb/Trash-1900s.jpg b/old/output/nl/images/thumb/Trash-1900s.jpg new file mode 100644 index 0000000..1a804be Binary files /dev/null and b/old/output/nl/images/thumb/Trash-1900s.jpg differ diff --git a/old/output/nl/images/thumb/Velocity.jpg b/old/output/nl/images/thumb/Velocity.jpg new file mode 100644 index 0000000..80f5518 Binary files /dev/null and b/old/output/nl/images/thumb/Velocity.jpg differ diff --git a/old/output/nl/images/thumb/able-noise-3.jpg b/old/output/nl/images/thumb/able-noise-3.jpg new file mode 100644 index 0000000..3233c4f Binary files /dev/null and b/old/output/nl/images/thumb/able-noise-3.jpg differ diff --git a/old/output/nl/images/thumb/algologs.png b/old/output/nl/images/thumb/algologs.png new file mode 100644 index 0000000..9fa0473 Binary files /dev/null and b/old/output/nl/images/thumb/algologs.png differ diff --git a/old/output/nl/images/thumb/allesflex.png b/old/output/nl/images/thumb/allesflex.png new file mode 100644 index 0000000..50d6ef8 Binary files /dev/null and b/old/output/nl/images/thumb/allesflex.png differ diff --git a/old/output/nl/images/thumb/arton3017-b0f93.png b/old/output/nl/images/thumb/arton3017-b0f93.png new file mode 100644 index 0000000..7099a65 Binary files /dev/null and b/old/output/nl/images/thumb/arton3017-b0f93.png differ diff --git a/old/output/nl/images/thumb/autonomous-fabric-2019.png b/old/output/nl/images/thumb/autonomous-fabric-2019.png new file mode 100644 index 0000000..2677db4 Binary files /dev/null and b/old/output/nl/images/thumb/autonomous-fabric-2019.png differ diff --git a/old/output/nl/images/thumb/beachbombart.jpg b/old/output/nl/images/thumb/beachbombart.jpg new file mode 100644 index 0000000..96e925a Binary files /dev/null and b/old/output/nl/images/thumb/beachbombart.jpg differ diff --git a/old/output/nl/images/thumb/bibliotecha_01.png b/old/output/nl/images/thumb/bibliotecha_01.png new file mode 100644 index 0000000..5dd0a95 Binary files /dev/null and b/old/output/nl/images/thumb/bibliotecha_01.png differ diff --git a/old/output/nl/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/output/nl/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg new file mode 100644 index 0000000..4fbfe7d Binary files /dev/null and b/old/output/nl/images/thumb/bootleg_library_sessions_extra_text_varia_EN.jpg differ diff --git a/old/output/nl/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/output/nl/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg new file mode 100644 index 0000000..a7e4cd1 Binary files /dev/null and b/old/output/nl/images/thumb/bootleg_library_sessions_extra_text_varia_NL.jpg differ diff --git a/old/output/nl/images/thumb/bpwlogo.jpg b/old/output/nl/images/thumb/bpwlogo.jpg new file mode 100644 index 0000000..c25c9bc Binary files /dev/null and b/old/output/nl/images/thumb/bpwlogo.jpg differ diff --git a/old/output/nl/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/output/nl/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg new file mode 100644 index 0000000..a63afcb Binary files /dev/null and b/old/output/nl/images/thumb/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg differ diff --git a/old/output/nl/images/thumb/c21c-02_web_final.jpg b/old/output/nl/images/thumb/c21c-02_web_final.jpg new file mode 100644 index 0000000..105b31b Binary files /dev/null and b/old/output/nl/images/thumb/c21c-02_web_final.jpg differ diff --git a/old/output/nl/images/thumb/cal.png b/old/output/nl/images/thumb/cal.png new file mode 100644 index 0000000..30b518b Binary files /dev/null and b/old/output/nl/images/thumb/cal.png differ diff --git a/old/output/nl/images/thumb/cal2.png b/old/output/nl/images/thumb/cal2.png new file mode 100644 index 0000000..7598752 Binary files /dev/null and b/old/output/nl/images/thumb/cal2.png differ diff --git a/old/output/nl/images/thumb/cbkrotterdam.png b/old/output/nl/images/thumb/cbkrotterdam.png new file mode 100644 index 0000000..34cda9f Binary files /dev/null and b/old/output/nl/images/thumb/cbkrotterdam.png differ diff --git a/old/output/nl/images/thumb/ccc-2017.jpg b/old/output/nl/images/thumb/ccc-2017.jpg new file mode 100644 index 0000000..06552cf Binary files /dev/null and b/old/output/nl/images/thumb/ccc-2017.jpg differ diff --git a/old/output/nl/images/thumb/ccc-tram.jpg b/old/output/nl/images/thumb/ccc-tram.jpg new file mode 100644 index 0000000..a8fa2ff Binary files /dev/null and b/old/output/nl/images/thumb/ccc-tram.jpg differ diff --git a/old/output/nl/images/thumb/century21.jpg b/old/output/nl/images/thumb/century21.jpg new file mode 100644 index 0000000..5047ac3 Binary files /dev/null and b/old/output/nl/images/thumb/century21.jpg differ diff --git a/old/output/nl/images/thumb/century21_the-big-bounce.jpg b/old/output/nl/images/thumb/century21_the-big-bounce.jpg new file mode 100644 index 0000000..b51644f Binary files /dev/null and b/old/output/nl/images/thumb/century21_the-big-bounce.jpg differ diff --git a/old/output/nl/images/thumb/choreo_joanachicau.gif b/old/output/nl/images/thumb/choreo_joanachicau.gif new file mode 100644 index 0000000..01c6335 Binary files /dev/null and b/old/output/nl/images/thumb/choreo_joanachicau.gif differ diff --git a/old/output/nl/images/thumb/colours.gif b/old/output/nl/images/thumb/colours.gif new file mode 100644 index 0000000..a056050 Binary files /dev/null and b/old/output/nl/images/thumb/colours.gif differ diff --git a/old/output/nl/images/thumb/curriculum.command-lines.png b/old/output/nl/images/thumb/curriculum.command-lines.png new file mode 100644 index 0000000..33d942a Binary files /dev/null and b/old/output/nl/images/thumb/curriculum.command-lines.png differ diff --git a/old/output/nl/images/thumb/curve.png b/old/output/nl/images/thumb/curve.png new file mode 100644 index 0000000..e9f636a Binary files /dev/null and b/old/output/nl/images/thumb/curve.png differ diff --git a/old/output/nl/images/thumb/de_varia.jpg b/old/output/nl/images/thumb/de_varia.jpg new file mode 100644 index 0000000..84641f9 Binary files /dev/null and b/old/output/nl/images/thumb/de_varia.jpg differ diff --git a/old/output/nl/images/thumb/de_varia.png b/old/output/nl/images/thumb/de_varia.png new file mode 100644 index 0000000..e677701 Binary files /dev/null and b/old/output/nl/images/thumb/de_varia.png differ diff --git a/old/output/nl/images/thumb/druk-concert.jpg b/old/output/nl/images/thumb/druk-concert.jpg new file mode 100644 index 0000000..863a522 Binary files /dev/null and b/old/output/nl/images/thumb/druk-concert.jpg differ diff --git a/old/output/nl/images/thumb/extra image 1.jpg b/old/output/nl/images/thumb/extra image 1.jpg new file mode 100644 index 0000000..1ea1922 Binary files /dev/null and b/old/output/nl/images/thumb/extra image 1.jpg differ diff --git a/old/output/nl/images/thumb/extra image 3.jpg b/old/output/nl/images/thumb/extra image 3.jpg new file mode 100644 index 0000000..1e37cf3 Binary files /dev/null and b/old/output/nl/images/thumb/extra image 3.jpg differ diff --git a/old/output/nl/images/thumb/feminist-servers.jpg b/old/output/nl/images/thumb/feminist-servers.jpg new file mode 100644 index 0000000..a1a84df Binary files /dev/null and b/old/output/nl/images/thumb/feminist-servers.jpg differ diff --git a/old/output/nl/images/thumb/fire.gif b/old/output/nl/images/thumb/fire.gif new file mode 100644 index 0000000..2bbc268 Binary files /dev/null and b/old/output/nl/images/thumb/fire.gif differ diff --git a/old/output/nl/images/thumb/hbsc1.png b/old/output/nl/images/thumb/hbsc1.png new file mode 100644 index 0000000..54e9887 Binary files /dev/null and b/old/output/nl/images/thumb/hbsc1.png differ diff --git a/old/output/nl/images/thumb/homebrewserverclub.png b/old/output/nl/images/thumb/homebrewserverclub.png new file mode 100644 index 0000000..b2de230 Binary files /dev/null and b/old/output/nl/images/thumb/homebrewserverclub.png differ diff --git a/old/output/nl/images/thumb/infinitehd.jpg b/old/output/nl/images/thumb/infinitehd.jpg new file mode 100644 index 0000000..3da401b Binary files /dev/null and b/old/output/nl/images/thumb/infinitehd.jpg differ diff --git a/old/output/nl/images/thumb/insekt.jpg b/old/output/nl/images/thumb/insekt.jpg new file mode 100644 index 0000000..c888f0f Binary files /dev/null and b/old/output/nl/images/thumb/insekt.jpg differ diff --git a/old/output/nl/images/thumb/kettle4-web-xs.jpg b/old/output/nl/images/thumb/kettle4-web-xs.jpg new file mode 100644 index 0000000..75c51ed Binary files /dev/null and b/old/output/nl/images/thumb/kettle4-web-xs.jpg differ diff --git a/old/output/nl/images/thumb/lifehacks-girard-meunier.jpg b/old/output/nl/images/thumb/lifehacks-girard-meunier.jpg new file mode 100644 index 0000000..3af985f Binary files /dev/null and b/old/output/nl/images/thumb/lifehacks-girard-meunier.jpg differ diff --git a/old/output/nl/images/thumb/networktopology.jpeg b/old/output/nl/images/thumb/networktopology.jpeg new file mode 100644 index 0000000..dad06d2 Binary files /dev/null and b/old/output/nl/images/thumb/networktopology.jpeg differ diff --git a/old/output/nl/images/thumb/nieuwjaarsborrel.jpg b/old/output/nl/images/thumb/nieuwjaarsborrel.jpg new file mode 100644 index 0000000..d10a7ed Binary files /dev/null and b/old/output/nl/images/thumb/nieuwjaarsborrel.jpg differ diff --git a/old/output/nl/images/thumb/nieuwjaarsborrel.png b/old/output/nl/images/thumb/nieuwjaarsborrel.png new file mode 100644 index 0000000..9fccde5 Binary files /dev/null and b/old/output/nl/images/thumb/nieuwjaarsborrel.png differ diff --git a/old/output/nl/images/thumb/nooo2.png b/old/output/nl/images/thumb/nooo2.png new file mode 100644 index 0000000..e48eea4 Binary files /dev/null and b/old/output/nl/images/thumb/nooo2.png differ diff --git a/old/output/nl/images/thumb/nooo2.relearn.jpg b/old/output/nl/images/thumb/nooo2.relearn.jpg new file mode 100644 index 0000000..f912352 Binary files /dev/null and b/old/output/nl/images/thumb/nooo2.relearn.jpg differ diff --git a/old/output/nl/images/thumb/nooo2.relearn2.jpg b/old/output/nl/images/thumb/nooo2.relearn2.jpg new file mode 100644 index 0000000..da4ca9b Binary files /dev/null and b/old/output/nl/images/thumb/nooo2.relearn2.jpg differ diff --git a/old/output/nl/images/thumb/offline_listening.png b/old/output/nl/images/thumb/offline_listening.png new file mode 100644 index 0000000..e65335b Binary files /dev/null and b/old/output/nl/images/thumb/offline_listening.png differ diff --git a/old/output/nl/images/thumb/og.png b/old/output/nl/images/thumb/og.png new file mode 100644 index 0000000..5ed7756 Binary files /dev/null and b/old/output/nl/images/thumb/og.png differ diff --git a/old/output/nl/images/thumb/og2.png b/old/output/nl/images/thumb/og2.png new file mode 100644 index 0000000..77c2f2e Binary files /dev/null and b/old/output/nl/images/thumb/og2.png differ diff --git a/old/output/nl/images/thumb/ouroboros.gif b/old/output/nl/images/thumb/ouroboros.gif new file mode 100644 index 0000000..1612dc4 Binary files /dev/null and b/old/output/nl/images/thumb/ouroboros.gif differ diff --git a/old/output/nl/images/thumb/pg.jpg b/old/output/nl/images/thumb/pg.jpg new file mode 100644 index 0000000..618309a Binary files /dev/null and b/old/output/nl/images/thumb/pg.jpg differ diff --git a/old/output/nl/images/thumb/plu13.png b/old/output/nl/images/thumb/plu13.png new file mode 100644 index 0000000..571bfe8 Binary files /dev/null and b/old/output/nl/images/thumb/plu13.png differ diff --git a/old/output/nl/images/thumb/pluz.jpg b/old/output/nl/images/thumb/pluz.jpg new file mode 100644 index 0000000..e56238d Binary files /dev/null and b/old/output/nl/images/thumb/pluz.jpg differ diff --git a/old/output/nl/images/thumb/ps-img.png b/old/output/nl/images/thumb/ps-img.png new file mode 100644 index 0000000..d5c7df1 Binary files /dev/null and b/old/output/nl/images/thumb/ps-img.png differ diff --git a/old/output/nl/images/thumb/pub.gif b/old/output/nl/images/thumb/pub.gif new file mode 100644 index 0000000..7d75de7 Binary files /dev/null and b/old/output/nl/images/thumb/pub.gif differ diff --git a/old/output/nl/images/thumb/pushingscores.jpeg b/old/output/nl/images/thumb/pushingscores.jpeg new file mode 100644 index 0000000..fee11f8 Binary files /dev/null and b/old/output/nl/images/thumb/pushingscores.jpeg differ diff --git a/old/output/nl/images/thumb/pushingscores2.jpg b/old/output/nl/images/thumb/pushingscores2.jpg new file mode 100644 index 0000000..20a0666 Binary files /dev/null and b/old/output/nl/images/thumb/pushingscores2.jpg differ diff --git a/old/output/nl/images/thumb/radio.jpg b/old/output/nl/images/thumb/radio.jpg new file mode 100644 index 0000000..451533a Binary files /dev/null and b/old/output/nl/images/thumb/radio.jpg differ diff --git a/old/output/nl/images/thumb/radioontheradio01-02-01-popunie.jpg b/old/output/nl/images/thumb/radioontheradio01-02-01-popunie.jpg new file mode 100644 index 0000000..e133387 Binary files /dev/null and b/old/output/nl/images/thumb/radioontheradio01-02-01-popunie.jpg differ diff --git a/old/output/nl/images/thumb/radioontheradio01-02-01.jpg b/old/output/nl/images/thumb/radioontheradio01-02-01.jpg new file mode 100644 index 0000000..840725e Binary files /dev/null and b/old/output/nl/images/thumb/radioontheradio01-02-01.jpg differ diff --git a/old/output/nl/images/thumb/read-and-repair-img.png b/old/output/nl/images/thumb/read-and-repair-img.png new file mode 100644 index 0000000..1c1c6d7 Binary files /dev/null and b/old/output/nl/images/thumb/read-and-repair-img.png differ diff --git a/old/output/nl/images/thumb/schoolbells.jpg b/old/output/nl/images/thumb/schoolbells.jpg new file mode 100644 index 0000000..1e0d069 Binary files /dev/null and b/old/output/nl/images/thumb/schoolbells.jpg differ diff --git a/old/output/nl/images/thumb/secret_life_chain.gif b/old/output/nl/images/thumb/secret_life_chain.gif new file mode 100644 index 0000000..c9598f5 Binary files /dev/null and b/old/output/nl/images/thumb/secret_life_chain.gif differ diff --git a/old/output/nl/images/thumb/secret_life_chain_compressed.gif b/old/output/nl/images/thumb/secret_life_chain_compressed.gif new file mode 100644 index 0000000..7932cd9 Binary files /dev/null and b/old/output/nl/images/thumb/secret_life_chain_compressed.gif differ diff --git a/old/output/nl/images/thumb/stimu.en.gif b/old/output/nl/images/thumb/stimu.en.gif new file mode 100644 index 0000000..a538844 Binary files /dev/null and b/old/output/nl/images/thumb/stimu.en.gif differ diff --git a/old/output/nl/images/thumb/stimu.nl.gif b/old/output/nl/images/thumb/stimu.nl.gif new file mode 100644 index 0000000..1a03120 Binary files /dev/null and b/old/output/nl/images/thumb/stimu.nl.gif differ diff --git a/old/output/nl/images/thumb/the-social-in-the-media-01.jpg b/old/output/nl/images/thumb/the-social-in-the-media-01.jpg new file mode 100644 index 0000000..04b6939 Binary files /dev/null and b/old/output/nl/images/thumb/the-social-in-the-media-01.jpg differ diff --git a/old/output/nl/images/thumb/the-social-in-the-media-02.jpg b/old/output/nl/images/thumb/the-social-in-the-media-02.jpg new file mode 100644 index 0000000..67e2ab9 Binary files /dev/null and b/old/output/nl/images/thumb/the-social-in-the-media-02.jpg differ diff --git a/old/output/nl/images/thumb/this.gif b/old/output/nl/images/thumb/this.gif new file mode 100644 index 0000000..aae6a97 Binary files /dev/null and b/old/output/nl/images/thumb/this.gif differ diff --git a/old/output/nl/images/thumb/tuch.jpg b/old/output/nl/images/thumb/tuch.jpg new file mode 100644 index 0000000..d296f5a Binary files /dev/null and b/old/output/nl/images/thumb/tuch.jpg differ diff --git a/old/output/nl/images/thumb/tuch2.jpg b/old/output/nl/images/thumb/tuch2.jpg new file mode 100644 index 0000000..e31d8c7 Binary files /dev/null and b/old/output/nl/images/thumb/tuch2.jpg differ diff --git a/old/output/nl/images/thumb/valid-rss-rogers.png b/old/output/nl/images/thumb/valid-rss-rogers.png new file mode 100644 index 0000000..ec634b5 Binary files /dev/null and b/old/output/nl/images/thumb/valid-rss-rogers.png differ diff --git a/old/output/nl/images/thumb/varia-again.png b/old/output/nl/images/thumb/varia-again.png new file mode 100644 index 0000000..ee6305a Binary files /dev/null and b/old/output/nl/images/thumb/varia-again.png differ diff --git a/old/output/nl/images/thumb/varia-open-day-2019-flyerx.jpg b/old/output/nl/images/thumb/varia-open-day-2019-flyerx.jpg new file mode 100644 index 0000000..58fc8db Binary files /dev/null and b/old/output/nl/images/thumb/varia-open-day-2019-flyerx.jpg differ diff --git a/old/output/nl/images/thumb/varia-open-day-2xx.jpg b/old/output/nl/images/thumb/varia-open-day-2xx.jpg new file mode 100644 index 0000000..9a7580e Binary files /dev/null and b/old/output/nl/images/thumb/varia-open-day-2xx.jpg differ diff --git a/old/output/nl/images/thumb/varia-open-day-flyer.png b/old/output/nl/images/thumb/varia-open-day-flyer.png new file mode 100644 index 0000000..81c336d Binary files /dev/null and b/old/output/nl/images/thumb/varia-open-day-flyer.png differ diff --git a/old/output/nl/images/thumb/varia-open-day.jpg b/old/output/nl/images/thumb/varia-open-day.jpg new file mode 100644 index 0000000..3e9879d Binary files /dev/null and b/old/output/nl/images/thumb/varia-open-day.jpg differ diff --git a/old/output/nl/images/thumb/varia-remains.png b/old/output/nl/images/thumb/varia-remains.png new file mode 100644 index 0000000..5a60c60 Binary files /dev/null and b/old/output/nl/images/thumb/varia-remains.png differ diff --git a/old/output/nl/images/thumb/varia.jpg b/old/output/nl/images/thumb/varia.jpg new file mode 100644 index 0000000..b32a370 Binary files /dev/null and b/old/output/nl/images/thumb/varia.jpg differ diff --git a/old/output/nl/images/thumb/varia.png b/old/output/nl/images/thumb/varia.png new file mode 100644 index 0000000..ae86bc1 Binary files /dev/null and b/old/output/nl/images/thumb/varia.png differ diff --git a/old/output/nl/images/thumb/varia.server.jpg b/old/output/nl/images/thumb/varia.server.jpg new file mode 100644 index 0000000..0ac3ebe Binary files /dev/null and b/old/output/nl/images/thumb/varia.server.jpg differ diff --git a/old/output/nl/images/thumb/varia.zone.png b/old/output/nl/images/thumb/varia.zone.png new file mode 100644 index 0000000..7787615 Binary files /dev/null and b/old/output/nl/images/thumb/varia.zone.png differ diff --git a/old/output/nl/images/thumb/varia_image_1stmeeting.jpg b/old/output/nl/images/thumb/varia_image_1stmeeting.jpg new file mode 100644 index 0000000..95aabf6 Binary files /dev/null and b/old/output/nl/images/thumb/varia_image_1stmeeting.jpg differ diff --git a/old/output/nl/images/thumb/varia_webhistory.gif b/old/output/nl/images/thumb/varia_webhistory.gif new file mode 100644 index 0000000..2328280 Binary files /dev/null and b/old/output/nl/images/thumb/varia_webhistory.gif differ diff --git a/old/output/nl/images/thumb/variaecosystem.png b/old/output/nl/images/thumb/variaecosystem.png new file mode 100644 index 0000000..78c50fd Binary files /dev/null and b/old/output/nl/images/thumb/variaecosystem.png differ diff --git a/old/output/nl/images/thumb/what-a-website-can-be.markdown.png b/old/output/nl/images/thumb/what-a-website-can-be.markdown.png new file mode 100644 index 0000000..6c7e316 Binary files /dev/null and b/old/output/nl/images/thumb/what-a-website-can-be.markdown.png differ diff --git a/old/output/nl/images/thumb/wieisdezefontein.jpg b/old/output/nl/images/thumb/wieisdezefontein.jpg new file mode 100644 index 0000000..aa9dab3 Binary files /dev/null and b/old/output/nl/images/thumb/wieisdezefontein.jpg differ diff --git a/old/output/nl/images/thumb/woodstonekugelblitzdruk.jpg b/old/output/nl/images/thumb/woodstonekugelblitzdruk.jpg new file mode 100644 index 0000000..33feb67 Binary files /dev/null and b/old/output/nl/images/thumb/woodstonekugelblitzdruk.jpg differ diff --git a/old/output/nl/images/thumb/word_processor_robot.gif b/old/output/nl/images/thumb/word_processor_robot.gif new file mode 100644 index 0000000..384325d Binary files /dev/null and b/old/output/nl/images/thumb/word_processor_robot.gif differ diff --git a/old/output/nl/images/thumb/wttf-mastodon-and-the-fediverse-e.png b/old/output/nl/images/thumb/wttf-mastodon-and-the-fediverse-e.png new file mode 100644 index 0000000..3c7cbb1 Binary files /dev/null and b/old/output/nl/images/thumb/wttf-mastodon-and-the-fediverse-e.png differ diff --git a/old/output/nl/images/thumb/wttf-the-ecosystem-is-moving1.png b/old/output/nl/images/thumb/wttf-the-ecosystem-is-moving1.png new file mode 100644 index 0000000..b43006a Binary files /dev/null and b/old/output/nl/images/thumb/wttf-the-ecosystem-is-moving1.png differ diff --git a/old/output/nl/images/thumb/xpub8.gif b/old/output/nl/images/thumb/xpub8.gif new file mode 100644 index 0000000..872a50c Binary files /dev/null and b/old/output/nl/images/thumb/xpub8.gif differ diff --git a/old/output/nl/images/thumb2x/20195.jpg b/old/output/nl/images/thumb2x/20195.jpg new file mode 100644 index 0000000..83970ec Binary files /dev/null and b/old/output/nl/images/thumb2x/20195.jpg differ diff --git a/old/output/nl/images/thumb2x/8245264_1280x720.jpg b/old/output/nl/images/thumb2x/8245264_1280x720.jpg new file mode 100644 index 0000000..91172e1 Binary files /dev/null and b/old/output/nl/images/thumb2x/8245264_1280x720.jpg differ diff --git a/old/output/nl/images/thumb2x/Aloardi.jpg b/old/output/nl/images/thumb2x/Aloardi.jpg new file mode 100644 index 0000000..5fa4e79 Binary files /dev/null and b/old/output/nl/images/thumb2x/Aloardi.jpg differ diff --git a/old/output/nl/images/thumb2x/C212_05_safey.jpg b/old/output/nl/images/thumb2x/C212_05_safey.jpg new file mode 100644 index 0000000..a321b3d Binary files /dev/null and b/old/output/nl/images/thumb2x/C212_05_safey.jpg differ diff --git a/old/output/nl/images/thumb2x/C212_shopping.jpg b/old/output/nl/images/thumb2x/C212_shopping.jpg new file mode 100644 index 0000000..0931f45 Binary files /dev/null and b/old/output/nl/images/thumb2x/C212_shopping.jpg differ diff --git a/old/output/nl/images/thumb2x/CLM2.jpg b/old/output/nl/images/thumb2x/CLM2.jpg new file mode 100644 index 0000000..e06009c Binary files /dev/null and b/old/output/nl/images/thumb2x/CLM2.jpg differ diff --git a/old/output/nl/images/thumb2x/Cake.jpg b/old/output/nl/images/thumb2x/Cake.jpg new file mode 100644 index 0000000..7262935 Binary files /dev/null and b/old/output/nl/images/thumb2x/Cake.jpg differ diff --git a/old/output/nl/images/thumb2x/Camp Century.jpeg b/old/output/nl/images/thumb2x/Camp Century.jpeg new file mode 100644 index 0000000..2f3fc5f Binary files /dev/null and b/old/output/nl/images/thumb2x/Camp Century.jpeg differ diff --git a/old/output/nl/images/thumb2x/Casio.jpg b/old/output/nl/images/thumb2x/Casio.jpg new file mode 100644 index 0000000..5ef8133 Binary files /dev/null and b/old/output/nl/images/thumb2x/Casio.jpg differ diff --git a/old/output/nl/images/thumb2x/ConversasEvento137-02.png b/old/output/nl/images/thumb2x/ConversasEvento137-02.png new file mode 100644 index 0000000..494a247 Binary files /dev/null and b/old/output/nl/images/thumb2x/ConversasEvento137-02.png differ diff --git a/old/output/nl/images/thumb2x/Crystals_goes_to_war_poster.jpeg b/old/output/nl/images/thumb2x/Crystals_goes_to_war_poster.jpeg new file mode 100644 index 0000000..20fac83 Binary files /dev/null and b/old/output/nl/images/thumb2x/Crystals_goes_to_war_poster.jpeg differ diff --git a/old/output/nl/images/thumb2x/Entrepecariat Book Launch.jpeg b/old/output/nl/images/thumb2x/Entrepecariat Book Launch.jpeg new file mode 100644 index 0000000..3804771 Binary files /dev/null and b/old/output/nl/images/thumb2x/Entrepecariat Book Launch.jpeg differ diff --git a/old/output/nl/images/thumb2x/Evamuss1.jpg b/old/output/nl/images/thumb2x/Evamuss1.jpg new file mode 100644 index 0000000..e342f82 Binary files /dev/null and b/old/output/nl/images/thumb2x/Evamuss1.jpg differ diff --git a/old/output/nl/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg b/old/output/nl/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg new file mode 100644 index 0000000..e1e794d Binary files /dev/null and b/old/output/nl/images/thumb2x/Evamuss_Kalinigrad_14_06-2018.jpg differ diff --git a/old/output/nl/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg b/old/output/nl/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg new file mode 100644 index 0000000..c1c6593 Binary files /dev/null and b/old/output/nl/images/thumb2x/Evamuss_by_Austeja_Kaunas3.jpg differ diff --git a/old/output/nl/images/thumb2x/Extra.jpg b/old/output/nl/images/thumb2x/Extra.jpg new file mode 100644 index 0000000..ae3b453 Binary files /dev/null and b/old/output/nl/images/thumb2x/Extra.jpg differ diff --git a/old/output/nl/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg b/old/output/nl/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg new file mode 100644 index 0000000..081fa8b Binary files /dev/null and b/old/output/nl/images/thumb2x/FloppyTotaa_HIGHDESNITY_A2_NEW_web-(2).jpg differ diff --git a/old/output/nl/images/thumb2x/Infinite-Outwardness-Web-2.jpg b/old/output/nl/images/thumb2x/Infinite-Outwardness-Web-2.jpg new file mode 100644 index 0000000..a02805b Binary files /dev/null and b/old/output/nl/images/thumb2x/Infinite-Outwardness-Web-2.jpg differ diff --git a/old/output/nl/images/thumb2x/Infinite.jpg b/old/output/nl/images/thumb2x/Infinite.jpg new file mode 100644 index 0000000..fa7c0b4 Binary files /dev/null and b/old/output/nl/images/thumb2x/Infinite.jpg differ diff --git a/old/output/nl/images/thumb2x/Krantz.jpg b/old/output/nl/images/thumb2x/Krantz.jpg new file mode 100644 index 0000000..92b3324 Binary files /dev/null and b/old/output/nl/images/thumb2x/Krantz.jpg differ diff --git a/old/output/nl/images/thumb2x/Niek-At-Varia5hd.jpg b/old/output/nl/images/thumb2x/Niek-At-Varia5hd.jpg new file mode 100644 index 0000000..d072ee3 Binary files /dev/null and b/old/output/nl/images/thumb2x/Niek-At-Varia5hd.jpg differ diff --git a/old/output/nl/images/thumb2x/Repair.jpg b/old/output/nl/images/thumb2x/Repair.jpg new file mode 100644 index 0000000..190ac20 Binary files /dev/null and b/old/output/nl/images/thumb2x/Repair.jpg differ diff --git a/old/output/nl/images/thumb2x/SWOS - varia 2020.jpg b/old/output/nl/images/thumb2x/SWOS - varia 2020.jpg new file mode 100644 index 0000000..23e0c20 Binary files /dev/null and b/old/output/nl/images/thumb2x/SWOS - varia 2020.jpg differ diff --git a/old/output/nl/images/thumb2x/Santas.jpg b/old/output/nl/images/thumb2x/Santas.jpg new file mode 100644 index 0000000..0f9f8da Binary files /dev/null and b/old/output/nl/images/thumb2x/Santas.jpg differ diff --git a/old/output/nl/images/thumb2x/Spacejunk.jpg b/old/output/nl/images/thumb2x/Spacejunk.jpg new file mode 100644 index 0000000..30dba39 Binary files /dev/null and b/old/output/nl/images/thumb2x/Spacejunk.jpg differ diff --git a/old/output/nl/images/thumb2x/Trash-1900s.jpg b/old/output/nl/images/thumb2x/Trash-1900s.jpg new file mode 100644 index 0000000..0517caf Binary files /dev/null and b/old/output/nl/images/thumb2x/Trash-1900s.jpg differ diff --git a/old/output/nl/images/thumb2x/Velocity.jpg b/old/output/nl/images/thumb2x/Velocity.jpg new file mode 100644 index 0000000..ae15507 Binary files /dev/null and b/old/output/nl/images/thumb2x/Velocity.jpg differ diff --git a/old/output/nl/images/thumb2x/able-noise-3.jpg b/old/output/nl/images/thumb2x/able-noise-3.jpg new file mode 100644 index 0000000..1cc996f Binary files /dev/null and b/old/output/nl/images/thumb2x/able-noise-3.jpg differ diff --git a/old/output/nl/images/thumb2x/algologs.png b/old/output/nl/images/thumb2x/algologs.png new file mode 100644 index 0000000..5b5c570 Binary files /dev/null and b/old/output/nl/images/thumb2x/algologs.png differ diff --git a/old/output/nl/images/thumb2x/allesflex.png b/old/output/nl/images/thumb2x/allesflex.png new file mode 100644 index 0000000..f0783c3 Binary files /dev/null and b/old/output/nl/images/thumb2x/allesflex.png differ diff --git a/old/output/nl/images/thumb2x/arton3017-b0f93.png b/old/output/nl/images/thumb2x/arton3017-b0f93.png new file mode 100644 index 0000000..e34f6ec Binary files /dev/null and b/old/output/nl/images/thumb2x/arton3017-b0f93.png differ diff --git a/old/output/nl/images/thumb2x/autonomous-fabric-2019.png b/old/output/nl/images/thumb2x/autonomous-fabric-2019.png new file mode 100644 index 0000000..c486c66 Binary files /dev/null and b/old/output/nl/images/thumb2x/autonomous-fabric-2019.png differ diff --git a/old/output/nl/images/thumb2x/beachbombart.jpg b/old/output/nl/images/thumb2x/beachbombart.jpg new file mode 100644 index 0000000..68b38e0 Binary files /dev/null and b/old/output/nl/images/thumb2x/beachbombart.jpg differ diff --git a/old/output/nl/images/thumb2x/bibliotecha_01.png b/old/output/nl/images/thumb2x/bibliotecha_01.png new file mode 100644 index 0000000..4b1d912 Binary files /dev/null and b/old/output/nl/images/thumb2x/bibliotecha_01.png differ diff --git a/old/output/nl/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg b/old/output/nl/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg new file mode 100644 index 0000000..1ae658d Binary files /dev/null and b/old/output/nl/images/thumb2x/bootleg_library_sessions_extra_text_varia_EN.jpg differ diff --git a/old/output/nl/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg b/old/output/nl/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg new file mode 100644 index 0000000..f1409d6 Binary files /dev/null and b/old/output/nl/images/thumb2x/bootleg_library_sessions_extra_text_varia_NL.jpg differ diff --git a/old/output/nl/images/thumb2x/bpwlogo.jpg b/old/output/nl/images/thumb2x/bpwlogo.jpg new file mode 100644 index 0000000..8aa8c23 Binary files /dev/null and b/old/output/nl/images/thumb2x/bpwlogo.jpg differ diff --git a/old/output/nl/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg b/old/output/nl/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg new file mode 100644 index 0000000..26d364a Binary files /dev/null and b/old/output/nl/images/thumb2x/bristol_avon_street_heath_bunting_barbed_wire_fence_climbing01.jpg differ diff --git a/old/output/nl/images/thumb2x/c21c-02_web_final.jpg b/old/output/nl/images/thumb2x/c21c-02_web_final.jpg new file mode 100644 index 0000000..5812741 Binary files /dev/null and b/old/output/nl/images/thumb2x/c21c-02_web_final.jpg differ diff --git a/old/output/nl/images/thumb2x/cal.png b/old/output/nl/images/thumb2x/cal.png new file mode 100644 index 0000000..f0a5a8b Binary files /dev/null and b/old/output/nl/images/thumb2x/cal.png differ diff --git a/old/output/nl/images/thumb2x/cal2.png b/old/output/nl/images/thumb2x/cal2.png new file mode 100644 index 0000000..89f1555 Binary files /dev/null and b/old/output/nl/images/thumb2x/cal2.png differ diff --git a/old/output/nl/images/thumb2x/cbkrotterdam.png b/old/output/nl/images/thumb2x/cbkrotterdam.png new file mode 100644 index 0000000..34cda9f Binary files /dev/null and b/old/output/nl/images/thumb2x/cbkrotterdam.png differ diff --git a/old/output/nl/images/thumb2x/ccc-2017.jpg b/old/output/nl/images/thumb2x/ccc-2017.jpg new file mode 100644 index 0000000..62dfb53 Binary files /dev/null and b/old/output/nl/images/thumb2x/ccc-2017.jpg differ diff --git a/old/output/nl/images/thumb2x/ccc-tram.jpg b/old/output/nl/images/thumb2x/ccc-tram.jpg new file mode 100644 index 0000000..96b2985 Binary files /dev/null and b/old/output/nl/images/thumb2x/ccc-tram.jpg differ diff --git a/old/output/nl/images/thumb2x/century21.jpg b/old/output/nl/images/thumb2x/century21.jpg new file mode 100644 index 0000000..ac6e6ed Binary files /dev/null and b/old/output/nl/images/thumb2x/century21.jpg differ diff --git a/old/output/nl/images/thumb2x/century21_the-big-bounce.jpg b/old/output/nl/images/thumb2x/century21_the-big-bounce.jpg new file mode 100644 index 0000000..8d44657 Binary files /dev/null and b/old/output/nl/images/thumb2x/century21_the-big-bounce.jpg differ diff --git a/old/output/nl/images/thumb2x/choreo_joanachicau.gif b/old/output/nl/images/thumb2x/choreo_joanachicau.gif new file mode 100644 index 0000000..a7808f2 Binary files /dev/null and b/old/output/nl/images/thumb2x/choreo_joanachicau.gif differ diff --git a/old/output/nl/images/thumb2x/colours.gif b/old/output/nl/images/thumb2x/colours.gif new file mode 100644 index 0000000..2a0374e Binary files /dev/null and b/old/output/nl/images/thumb2x/colours.gif differ diff --git a/old/output/nl/images/thumb2x/curriculum.command-lines.png b/old/output/nl/images/thumb2x/curriculum.command-lines.png new file mode 100644 index 0000000..f5518f2 Binary files /dev/null and b/old/output/nl/images/thumb2x/curriculum.command-lines.png differ diff --git a/old/output/nl/images/thumb2x/curve.png b/old/output/nl/images/thumb2x/curve.png new file mode 100644 index 0000000..bf16e11 Binary files /dev/null and b/old/output/nl/images/thumb2x/curve.png differ diff --git a/old/output/nl/images/thumb2x/de_varia.jpg b/old/output/nl/images/thumb2x/de_varia.jpg new file mode 100644 index 0000000..6264165 Binary files /dev/null and b/old/output/nl/images/thumb2x/de_varia.jpg differ diff --git a/old/output/nl/images/thumb2x/de_varia.png b/old/output/nl/images/thumb2x/de_varia.png new file mode 100644 index 0000000..1b58272 Binary files /dev/null and b/old/output/nl/images/thumb2x/de_varia.png differ diff --git a/old/output/nl/images/thumb2x/druk-concert.jpg b/old/output/nl/images/thumb2x/druk-concert.jpg new file mode 100644 index 0000000..6b3dd10 Binary files /dev/null and b/old/output/nl/images/thumb2x/druk-concert.jpg differ diff --git a/old/output/nl/images/thumb2x/extra image 1.jpg b/old/output/nl/images/thumb2x/extra image 1.jpg new file mode 100644 index 0000000..d472e24 Binary files /dev/null and b/old/output/nl/images/thumb2x/extra image 1.jpg differ diff --git a/old/output/nl/images/thumb2x/extra image 3.jpg b/old/output/nl/images/thumb2x/extra image 3.jpg new file mode 100644 index 0000000..df23649 Binary files /dev/null and b/old/output/nl/images/thumb2x/extra image 3.jpg differ diff --git a/old/output/nl/images/thumb2x/feminist-servers.jpg b/old/output/nl/images/thumb2x/feminist-servers.jpg new file mode 100644 index 0000000..e062324 Binary files /dev/null and b/old/output/nl/images/thumb2x/feminist-servers.jpg differ diff --git a/old/output/nl/images/thumb2x/fire.gif b/old/output/nl/images/thumb2x/fire.gif new file mode 100644 index 0000000..a53bcd4 Binary files /dev/null and b/old/output/nl/images/thumb2x/fire.gif differ diff --git a/old/output/nl/images/thumb2x/hbsc1.png b/old/output/nl/images/thumb2x/hbsc1.png new file mode 100644 index 0000000..e65bfd3 Binary files /dev/null and b/old/output/nl/images/thumb2x/hbsc1.png differ diff --git a/old/output/nl/images/thumb2x/homebrewserverclub.png b/old/output/nl/images/thumb2x/homebrewserverclub.png new file mode 100644 index 0000000..12e1cd3 Binary files /dev/null and b/old/output/nl/images/thumb2x/homebrewserverclub.png differ diff --git a/old/output/nl/images/thumb2x/infinitehd.jpg b/old/output/nl/images/thumb2x/infinitehd.jpg new file mode 100644 index 0000000..4462567 Binary files /dev/null and b/old/output/nl/images/thumb2x/infinitehd.jpg differ diff --git a/old/output/nl/images/thumb2x/insekt.jpg b/old/output/nl/images/thumb2x/insekt.jpg new file mode 100644 index 0000000..8f3cdda Binary files /dev/null and b/old/output/nl/images/thumb2x/insekt.jpg differ diff --git a/old/output/nl/images/thumb2x/kettle4-web-xs.jpg b/old/output/nl/images/thumb2x/kettle4-web-xs.jpg new file mode 100644 index 0000000..14c16ce Binary files /dev/null and b/old/output/nl/images/thumb2x/kettle4-web-xs.jpg differ diff --git a/old/output/nl/images/thumb2x/lifehacks-girard-meunier.jpg b/old/output/nl/images/thumb2x/lifehacks-girard-meunier.jpg new file mode 100644 index 0000000..d2f1dea Binary files /dev/null and b/old/output/nl/images/thumb2x/lifehacks-girard-meunier.jpg differ diff --git a/old/output/nl/images/thumb2x/networktopology.jpeg b/old/output/nl/images/thumb2x/networktopology.jpeg new file mode 100644 index 0000000..89604b2 Binary files /dev/null and b/old/output/nl/images/thumb2x/networktopology.jpeg differ diff --git a/old/output/nl/images/thumb2x/nieuwjaarsborrel.jpg b/old/output/nl/images/thumb2x/nieuwjaarsborrel.jpg new file mode 100644 index 0000000..e7948c9 Binary files /dev/null and b/old/output/nl/images/thumb2x/nieuwjaarsborrel.jpg differ diff --git a/old/output/nl/images/thumb2x/nieuwjaarsborrel.png b/old/output/nl/images/thumb2x/nieuwjaarsborrel.png new file mode 100644 index 0000000..3271dc1 Binary files /dev/null and b/old/output/nl/images/thumb2x/nieuwjaarsborrel.png differ diff --git a/old/output/nl/images/thumb2x/nooo2.png b/old/output/nl/images/thumb2x/nooo2.png new file mode 100644 index 0000000..5b8f269 Binary files /dev/null and b/old/output/nl/images/thumb2x/nooo2.png differ diff --git a/old/output/nl/images/thumb2x/nooo2.relearn.jpg b/old/output/nl/images/thumb2x/nooo2.relearn.jpg new file mode 100644 index 0000000..5fe69e7 Binary files /dev/null and b/old/output/nl/images/thumb2x/nooo2.relearn.jpg differ diff --git a/old/output/nl/images/thumb2x/nooo2.relearn2.jpg b/old/output/nl/images/thumb2x/nooo2.relearn2.jpg new file mode 100644 index 0000000..75589a9 Binary files /dev/null and b/old/output/nl/images/thumb2x/nooo2.relearn2.jpg differ diff --git a/old/output/nl/images/thumb2x/offline_listening.png b/old/output/nl/images/thumb2x/offline_listening.png new file mode 100644 index 0000000..e0527ac Binary files /dev/null and b/old/output/nl/images/thumb2x/offline_listening.png differ diff --git a/old/output/nl/images/thumb2x/og.png b/old/output/nl/images/thumb2x/og.png new file mode 100644 index 0000000..3992047 Binary files /dev/null and b/old/output/nl/images/thumb2x/og.png differ diff --git a/old/output/nl/images/thumb2x/og2.png b/old/output/nl/images/thumb2x/og2.png new file mode 100644 index 0000000..5bc5bf3 Binary files /dev/null and b/old/output/nl/images/thumb2x/og2.png differ diff --git a/old/output/nl/images/thumb2x/ouroboros.gif b/old/output/nl/images/thumb2x/ouroboros.gif new file mode 100644 index 0000000..9e40dd5 Binary files /dev/null and b/old/output/nl/images/thumb2x/ouroboros.gif differ diff --git a/old/output/nl/images/thumb2x/pg.jpg b/old/output/nl/images/thumb2x/pg.jpg new file mode 100644 index 0000000..1ceca6a Binary files /dev/null and b/old/output/nl/images/thumb2x/pg.jpg differ diff --git a/old/output/nl/images/thumb2x/plu13.png b/old/output/nl/images/thumb2x/plu13.png new file mode 100644 index 0000000..df3ba9d Binary files /dev/null and b/old/output/nl/images/thumb2x/plu13.png differ diff --git a/old/output/nl/images/thumb2x/pluz.jpg b/old/output/nl/images/thumb2x/pluz.jpg new file mode 100644 index 0000000..4f54639 Binary files /dev/null and b/old/output/nl/images/thumb2x/pluz.jpg differ diff --git a/old/output/nl/images/thumb2x/ps-img.png b/old/output/nl/images/thumb2x/ps-img.png new file mode 100644 index 0000000..35b5de9 Binary files /dev/null and b/old/output/nl/images/thumb2x/ps-img.png differ diff --git a/old/output/nl/images/thumb2x/pub.gif b/old/output/nl/images/thumb2x/pub.gif new file mode 100644 index 0000000..6be5a41 Binary files /dev/null and b/old/output/nl/images/thumb2x/pub.gif differ diff --git a/old/output/nl/images/thumb2x/pushingscores.jpeg b/old/output/nl/images/thumb2x/pushingscores.jpeg new file mode 100644 index 0000000..b080f71 Binary files /dev/null and b/old/output/nl/images/thumb2x/pushingscores.jpeg differ diff --git a/old/output/nl/images/thumb2x/pushingscores2.jpg b/old/output/nl/images/thumb2x/pushingscores2.jpg new file mode 100644 index 0000000..291e2e8 Binary files /dev/null and b/old/output/nl/images/thumb2x/pushingscores2.jpg differ diff --git a/old/output/nl/images/thumb2x/radio.jpg b/old/output/nl/images/thumb2x/radio.jpg new file mode 100644 index 0000000..98846f6 Binary files /dev/null and b/old/output/nl/images/thumb2x/radio.jpg differ diff --git a/old/output/nl/images/thumb2x/radioontheradio01-02-01-popunie.jpg b/old/output/nl/images/thumb2x/radioontheradio01-02-01-popunie.jpg new file mode 100644 index 0000000..5a6b692 Binary files /dev/null and b/old/output/nl/images/thumb2x/radioontheradio01-02-01-popunie.jpg differ diff --git a/old/output/nl/images/thumb2x/radioontheradio01-02-01.jpg b/old/output/nl/images/thumb2x/radioontheradio01-02-01.jpg new file mode 100644 index 0000000..1aa4194 Binary files /dev/null and b/old/output/nl/images/thumb2x/radioontheradio01-02-01.jpg differ diff --git a/old/output/nl/images/thumb2x/read-and-repair-img.png b/old/output/nl/images/thumb2x/read-and-repair-img.png new file mode 100644 index 0000000..a59fac9 Binary files /dev/null and b/old/output/nl/images/thumb2x/read-and-repair-img.png differ diff --git a/old/output/nl/images/thumb2x/schoolbells.jpg b/old/output/nl/images/thumb2x/schoolbells.jpg new file mode 100644 index 0000000..18f6668 Binary files /dev/null and b/old/output/nl/images/thumb2x/schoolbells.jpg differ diff --git a/old/output/nl/images/thumb2x/secret_life_chain.gif b/old/output/nl/images/thumb2x/secret_life_chain.gif new file mode 100644 index 0000000..18ed621 Binary files /dev/null and b/old/output/nl/images/thumb2x/secret_life_chain.gif differ diff --git a/old/output/nl/images/thumb2x/secret_life_chain_compressed.gif b/old/output/nl/images/thumb2x/secret_life_chain_compressed.gif new file mode 100644 index 0000000..a9d88fa Binary files /dev/null and b/old/output/nl/images/thumb2x/secret_life_chain_compressed.gif differ diff --git a/old/output/nl/images/thumb2x/stimu.en.gif b/old/output/nl/images/thumb2x/stimu.en.gif new file mode 100644 index 0000000..9a0e96d Binary files /dev/null and b/old/output/nl/images/thumb2x/stimu.en.gif differ diff --git a/old/output/nl/images/thumb2x/stimu.nl.gif b/old/output/nl/images/thumb2x/stimu.nl.gif new file mode 100644 index 0000000..7d7b9a0 Binary files /dev/null and b/old/output/nl/images/thumb2x/stimu.nl.gif differ diff --git a/old/output/nl/images/thumb2x/the-social-in-the-media-01.jpg b/old/output/nl/images/thumb2x/the-social-in-the-media-01.jpg new file mode 100644 index 0000000..a0f9a07 Binary files /dev/null and b/old/output/nl/images/thumb2x/the-social-in-the-media-01.jpg differ diff --git a/old/output/nl/images/thumb2x/the-social-in-the-media-02.jpg b/old/output/nl/images/thumb2x/the-social-in-the-media-02.jpg new file mode 100644 index 0000000..71ea5c0 Binary files /dev/null and b/old/output/nl/images/thumb2x/the-social-in-the-media-02.jpg differ diff --git a/old/output/nl/images/thumb2x/this.gif b/old/output/nl/images/thumb2x/this.gif new file mode 100644 index 0000000..528343d Binary files /dev/null and b/old/output/nl/images/thumb2x/this.gif differ diff --git a/old/output/nl/images/thumb2x/tuch.jpg b/old/output/nl/images/thumb2x/tuch.jpg new file mode 100644 index 0000000..d6c1a31 Binary files /dev/null and b/old/output/nl/images/thumb2x/tuch.jpg differ diff --git a/old/output/nl/images/thumb2x/tuch2.jpg b/old/output/nl/images/thumb2x/tuch2.jpg new file mode 100644 index 0000000..db8908d Binary files /dev/null and b/old/output/nl/images/thumb2x/tuch2.jpg differ diff --git a/old/output/nl/images/thumb2x/valid-rss-rogers.png b/old/output/nl/images/thumb2x/valid-rss-rogers.png new file mode 100644 index 0000000..ec634b5 Binary files /dev/null and b/old/output/nl/images/thumb2x/valid-rss-rogers.png differ diff --git a/old/output/nl/images/thumb2x/varia-again.png b/old/output/nl/images/thumb2x/varia-again.png new file mode 100644 index 0000000..ee6305a Binary files /dev/null and b/old/output/nl/images/thumb2x/varia-again.png differ diff --git a/old/output/nl/images/thumb2x/varia-open-day-2019-flyerx.jpg b/old/output/nl/images/thumb2x/varia-open-day-2019-flyerx.jpg new file mode 100644 index 0000000..8155c60 Binary files /dev/null and b/old/output/nl/images/thumb2x/varia-open-day-2019-flyerx.jpg differ diff --git a/old/output/nl/images/thumb2x/varia-open-day-2xx.jpg b/old/output/nl/images/thumb2x/varia-open-day-2xx.jpg new file mode 100644 index 0000000..45d14fb Binary files /dev/null and b/old/output/nl/images/thumb2x/varia-open-day-2xx.jpg differ diff --git a/old/output/nl/images/thumb2x/varia-open-day-flyer.png b/old/output/nl/images/thumb2x/varia-open-day-flyer.png new file mode 100644 index 0000000..7da4e4c Binary files /dev/null and b/old/output/nl/images/thumb2x/varia-open-day-flyer.png differ diff --git a/old/output/nl/images/thumb2x/varia-open-day.jpg b/old/output/nl/images/thumb2x/varia-open-day.jpg new file mode 100644 index 0000000..2eaa3d2 Binary files /dev/null and b/old/output/nl/images/thumb2x/varia-open-day.jpg differ diff --git a/old/output/nl/images/thumb2x/varia-remains.png b/old/output/nl/images/thumb2x/varia-remains.png new file mode 100644 index 0000000..4a88630 Binary files /dev/null and b/old/output/nl/images/thumb2x/varia-remains.png differ diff --git a/old/output/nl/images/thumb2x/varia.jpg b/old/output/nl/images/thumb2x/varia.jpg new file mode 100644 index 0000000..54c6000 Binary files /dev/null and b/old/output/nl/images/thumb2x/varia.jpg differ diff --git a/old/output/nl/images/thumb2x/varia.png b/old/output/nl/images/thumb2x/varia.png new file mode 100644 index 0000000..ae86bc1 Binary files /dev/null and b/old/output/nl/images/thumb2x/varia.png differ diff --git a/old/output/nl/images/thumb2x/varia.server.jpg b/old/output/nl/images/thumb2x/varia.server.jpg new file mode 100644 index 0000000..f827dde Binary files /dev/null and b/old/output/nl/images/thumb2x/varia.server.jpg differ diff --git a/old/output/nl/images/thumb2x/varia.zone.png b/old/output/nl/images/thumb2x/varia.zone.png new file mode 100644 index 0000000..871e17e Binary files /dev/null and b/old/output/nl/images/thumb2x/varia.zone.png differ diff --git a/old/output/nl/images/thumb2x/varia_image_1stmeeting.jpg b/old/output/nl/images/thumb2x/varia_image_1stmeeting.jpg new file mode 100644 index 0000000..fb4b765 Binary files /dev/null and b/old/output/nl/images/thumb2x/varia_image_1stmeeting.jpg differ diff --git a/old/output/nl/images/thumb2x/varia_webhistory.gif b/old/output/nl/images/thumb2x/varia_webhistory.gif new file mode 100644 index 0000000..04541ac Binary files /dev/null and b/old/output/nl/images/thumb2x/varia_webhistory.gif differ diff --git a/old/output/nl/images/thumb2x/variaecosystem.png b/old/output/nl/images/thumb2x/variaecosystem.png new file mode 100644 index 0000000..9518877 Binary files /dev/null and b/old/output/nl/images/thumb2x/variaecosystem.png differ diff --git a/old/output/nl/images/thumb2x/what-a-website-can-be.markdown.png b/old/output/nl/images/thumb2x/what-a-website-can-be.markdown.png new file mode 100644 index 0000000..5efb4f8 Binary files /dev/null and b/old/output/nl/images/thumb2x/what-a-website-can-be.markdown.png differ diff --git a/old/output/nl/images/thumb2x/wieisdezefontein.jpg b/old/output/nl/images/thumb2x/wieisdezefontein.jpg new file mode 100644 index 0000000..0f747aa Binary files /dev/null and b/old/output/nl/images/thumb2x/wieisdezefontein.jpg differ diff --git a/old/output/nl/images/thumb2x/woodstonekugelblitzdruk.jpg b/old/output/nl/images/thumb2x/woodstonekugelblitzdruk.jpg new file mode 100644 index 0000000..2206ad1 Binary files /dev/null and b/old/output/nl/images/thumb2x/woodstonekugelblitzdruk.jpg differ diff --git a/old/output/nl/images/thumb2x/word_processor_robot.gif b/old/output/nl/images/thumb2x/word_processor_robot.gif new file mode 100644 index 0000000..384325d Binary files /dev/null and b/old/output/nl/images/thumb2x/word_processor_robot.gif differ diff --git a/old/output/nl/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png b/old/output/nl/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png new file mode 100644 index 0000000..f692a33 Binary files /dev/null and b/old/output/nl/images/thumb2x/wttf-mastodon-and-the-fediverse-e.png differ diff --git a/old/output/nl/images/thumb2x/wttf-the-ecosystem-is-moving1.png b/old/output/nl/images/thumb2x/wttf-the-ecosystem-is-moving1.png new file mode 100644 index 0000000..b7242f2 Binary files /dev/null and b/old/output/nl/images/thumb2x/wttf-the-ecosystem-is-moving1.png differ diff --git a/old/output/nl/images/thumb2x/xpub8.gif b/old/output/nl/images/thumb2x/xpub8.gif new file mode 100644 index 0000000..0c72e8f Binary files /dev/null and b/old/output/nl/images/thumb2x/xpub8.gif differ diff --git a/old/output/nl/index.html b/old/output/nl/index.html new file mode 100644 index 0000000..21a1c51 --- /dev/null +++ b/old/output/nl/index.html @@ -0,0 +1,3080 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              151. varia komt in vele vormen:
              152. +
              153.  mailinglijst
              154. +
              155.  RSS feed
              156. + +
              157. Nederlands
              158. +
              159. English
              160. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Elke laatste zondag van de maand zijn de Varia Library en Rotterdams Electronica Depot geopend. Deze zondag krijgen we gezelschap van The Bootleg Library, een gedeelde digitale en fysieke bibliotheek van bootlegged teksten.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                De Feministische Hack Bijeenkomsten zijn een reeks informele onderzoeksbijeenkomsten en workshops die gericht zijn op het verkennen van de suggesties, urgenties en mogelijkheden van feministische hack & tech-initiatieven.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Op maandag 25 november ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Op maandag 23 september ben je van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

                +

                Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

                +

                Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                De Relearn editie van 2019 bestaat uit meerdere sessies verspreid over het jaar, die samen een (bezier) curve tussen (mogelijk Amsterdam)-Rotterdam-Brussel-Parijs vormen. De sessie in Rotterdam is het eerste controle punt van deze curve.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Pushing Scores - Presentatie publicatie en performanceavond

                +

                Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

                +

                Varia heeft hier aan bijgedragen …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Iedereen is van harte welkom om deel te nemen aan discussies, of om samen te reflecteren op de huisvestingsituatie in Rotterdam, onze huurrechten en hoe we elkaar kunnen steunen in het zoeken naar oplossingen voor veilige, zekere en betaalbare wonen.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Varia's Nieuwjaarsborrel

                +

                Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

                +

                Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Er waait een koude wind door Charlois; bladeren vallen van de bomen, vogels vliegen naar het zuiden en mensen beginnen hun schaatsen in te vetten. Het einde van 2018 is nabij! Wat kunnen we nog doen? De feestdagen bij Varia vieren natuurlijk! Kom dansen op muziek met een winters tintje …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Tijdens onze vierde en laatste screening van Century 21 Calling dit jaar, zullen we de feestdagen eren door een blik te werpen op de ontwikkeling van 'de winkelervaring'. Gedurende deze "kerstspecial" maken we een wandeling door het winkelcentrum en vertonen materiaal met betrekking tot amazon.com, creditcards en het terugbrengen …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een …

                + + lees meer + +
                +

                + +
                + + + + + + + + + + + +
                + + + + +

                In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                < body > < script >

                +

                var delay="5";
                +var count="0";

                +

                Texts=new Array ();
                +Texts[0]="Media Choreographies.";
                +Texts[1]="ChoreoGraphic Vocabularies";
                +Texts[2]="Choreo-Graphic-Matters";
                +Texts[3]="Choreo-Graphic-Hypothesis";
                +Texts[4]="Rehearsal Series";
                +Texts[5]="Scores & Scripts";
                +Texts[6]="A glossary of language for movements";
                +Texts[7]="Choreographing from 0 to 1 and beyond …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Het is algemeen bekend dat alles wat vooruit gaat, op een dag ook weer achterom moet kijken. Varia is zich terdege bewust van deze waarheid als een koe. Daarom vieren we volgende week gezamelijk de eerste verjaardag van ons verblijf aan de Gouwstraat.

                +

                Je bent van harte uitgenodigd om te …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Van het gecentraliseerde HTTP pad af

                +

                In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

                +

                Samen met auteur en vormgever …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Over tekst, encoderen en command lines.

                +

                De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Ter ere van alle casio's, yamaha's en andere home keyboards wereldwijd organiseert Varia een exclusief evenement met de naam 'The Key To Casio (en Yamaha Too)'. Op 12 oktober zullen we de prachtige dingen erkennen die deze instrumenten de mensheid hebben gebracht; van Casio's Rapman tot Trio's Dadada!

                +

                Het evenement …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Crimson Butterfly (Rusland) is een kosmoenergetische alliantie van twee katten met synths en laptop. De fysieke lichamen van de band bevinden zich in Nizhniy Novgorod, Rusland, maar de geluiden zijn al meer dan tien jaar geleden gemaakt. Voor deze periode hadden zij al verschillende genres geprobeerd: coldwave met een mysterieuze …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Theo Krantz is een Amerikaanse kunstenaar die momenteel in New Mexico woont. Hij speelt gitaar en zingt in de sentimentele grunge-band Dog Park en levert een bijdrage aan verschillende samenwerkingsprojecten via zijn indie-label Cry Like Donna. Onlangs bracht hij zijn meest experimentele soloalbum uit, Wednesday Two, dat ambient-synthesizerwerk combineert met …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

                +

                Wil …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Varia presenteert twee concerten van drie ongelooflijke muzikanten uit Italië.

                +

                CLM (voorheen bekend als Cascao & Lady Maru) is een eigenzinnig electro-duo, afkomstig uit de punk / no-wave scene van Rome. Vanaf hun oprichting in 2008 veranderden ze al snel in een bizarre live-act met gitaren, synths, live samples, percussie en poppy …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Eens werd ons allemaal een betere toekomst beloofd met robots, nucleair gedreven auto's en opblaasbare plastic huizen. Dankzij de beloftes van technologie die ontstonden na de Tweede Wereldoorlog leek het alsof alles mogelijk was. Maar het lijkt er daarentegen op dat veel van dit optimisme een beetje voorbarig is geweest. Waar is de droom van morgen nu? Durven we nog te dromen van de toekomst?

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Oplossingen en problemen in Extratonality 4
                +"Extratonaliteit - Het openen van deuren is niet genoeg"

                +

                De 4e Internationale Conferentie over de oplossingen en problemen in extratonaliteit getiteld "Extratonaliteit - Het openen van deuren is niet genoeg" richt zich op een evaluatie van praktijken op het gebied van extratonaliteit. In een tijd waarin …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

                +

                datum: vrijdag 19 januari +start: 18:00u
                +performance: 21 …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Voor hen die de tocht naar Leipzig dit jaar niet gaan maken organiseren we een 34c3 screening Varia:

                +
                  +
                • woensdag 27th: 11:00h - late
                • +
                • Thursday 28th: 11:30h - late
                • +
                • Friday 29th: 11:30h - late
                • +
                • Saturday 30th: 11:30h - 18:15h
                • +
                +

                Neem je eigen eten en drinken mee en vul het lijstje …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Nieuwe poging! Nu zonder sneeuwstorm.

                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

                +

                Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
                +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
                +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
                +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
                +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
                +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
                +░░░░░░█░░░█░░░█░█░█▀▄░░░░
                +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +
                + +

                Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

                +

                Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +
                +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
                +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
                +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
                +┌─────────────────┬───────────────┐
                +│div. onderdelen  │div. onderd.   │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +├─────────────────┼───────────────┼────────────────────┐
                +│IC's             │trim pots,     │octo couplers       │
                +│                 │               │EEPROMS             │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstanden    │weerstanden,        │
                +│lege lades,      │>0.25W         │lege lades,         │
                +│                 │               │FTDI,               │
                +│                 │               │arduino             │
                +│                 │               │oscilloscope onderd │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstande     │condensatoren,      │
                +│diodes           │=<0.25W        │transducers         │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +└─────────────────┴───────────────┴────────────────────┘
                + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
                + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
                + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
                +
                +
                + +

                Het Rotterdams Electronica Depot

                +

                Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/inox-kapell.html b/old/output/nl/inox-kapell.html new file mode 100644 index 0000000..d4dd2a0 --- /dev/null +++ b/old/output/nl/inox-kapell.html @@ -0,0 +1,120 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              161. varia komt in vele vormen:
              162. +
              163.  mailinglijst
              164. +
              165.  RSS feed
              166. + +
              167. Nederlands
              168. +
              169. English
              170. +
                +
                +
                + +
                + + + + +
                +
                + Soep & Woorden - Inox Kapell +
                +
                + +
                +
                2017-12-16 19:00:00
                +
                Gepubliceerd op 26 November 2017
                +
                + +
                +
                +
                +

                Varia krijgt bezoek; van Inox Kapell, de insectenman uit Wespbaden. Op 16 december geeft hij een korte lezing over alles wat hem zoal bezig houdt. Daarbij serveren we een soep.

                +

                Inox Kapell is dol op insecten. Als kind observeerde en documenteerde hij deze wezens al. Vandaag de dag neemt hij mensen mee op insectenexcursies, bijvoorbeeld in kasteel Freudenberg. Hij maakt films, muziek en kunst van en over insecten, onder andere in de dadaistische band ‘Ordnungsamt et la politesse’. Bovendien is hij de oprichter van het ‘Insektium’, een insect-gerelateerd museum/galerie/happeningraum in Berlijn. Naar eigen zeggen worden insecten vaak onterecht veroordeeld en is hij degene die tussen ambassadeur mens en insect kan mediëren.

                +

                Een paar van zijn woorden:

                +

                was ist es wenn die insekten sterben? was ist dann noch? +alleine die inspiration, die dann geht, aber besonders der erdboden stirbt, +dadurch unsere nahrung für unsere kindeskinder...

                +

                video: link +web: www.inoxkapell.de

                +

                16 december

                +
                  +
                • Soup: 19:00
                • +
                • Talk: 20:00
                • +
                • Price: Donation
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/itisasif.html b/old/output/nl/itisasif.html new file mode 100644 index 0000000..8f1ef34 --- /dev/null +++ b/old/output/nl/itisasif.html @@ -0,0 +1,118 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              171. varia komt in vele vormen:
              172. +
              173.  mailinglijst
              174. +
              175.  RSS feed
              176. + +
              177. Nederlands
              178. +
              179. English
              180. +
                +
                +
                + +
                + + + + +
                +
                + It Is As If We Were Doing Work +
                +
                + +
                +
                2018-03-10 18:45:00
                +
                Gepubliceerd op 18 February 2018
                +
                + +
                +
                +
                +

                Het is al een tijdje terug dat de 11de editie van de Pervasive Labour Union zine is verschenen, maar de discussie over onderwerpen van die uitgave aansneed is echter nog niet uitgewoed. Centraal in die uitgave stond het idee van het 'entreprecariat' en de verschillende bijdragen boden allen verschillende inzichten over hoe om te gaan met de samenkomst van ondernemersideologie en precariteit. Om verder in te gaan op de bijdragen in van de zine organiseert Varia een avond met enkele van de auteurs.

                +

                De avond zal aanvangen met een introductie van het Pervasive Labour Union zine project door Lídia Pereira. Daarna volgt een gesprek tussen Alina Lupu, Gui Machiavelli dat wordt gemodereerd door Silvio Lorusso. Onderwerp van gesprek zullen de individuele bijdragen van de auteurs aan de zine zijn, alsmede de relatie tussen hun praktijk, ontwikkelingen op het vlak van hedendaagse arbeid en de huidige staat van het onderwijs. Daarnaast zal er mogelijkheid zijn om een aantal van de games te spelen die in de 11de editie van PLU zijn besproken, waaronder "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng.

                +

                Entree en versnaperingen op basis van donatie

                +

                Programma:
                +18:45 Inloop

                +

                19:00 Introductie van de Pervasive Labour union zine door Lídia Pereira (PT/NL) en gesprek met Alina Lupu (RO/NL), Gui Machiavelli (IT/BR/NL), gemodereerd by Silvio Lorusso (IT/NL)

                +

                20:00 - 22:00 Gamesessie met "It Is As If You Were Doing Work" van Pippin Barr en "The Founder" van Francis Tseng

                +
                +

                Alina Lupu (http://www.theofficeofalinalupu.com/) is conceptueel kunstenaar en bezorgt maaltijden per fiets. Soms is ze echter ook projectmanager, schrijver, fotograaf of doet andere bijbaantjes. Op het moment heeft ze zich verkiesbaar gesteld voor een van de deelgemeenteraden in Amsterdam.

                +

                Gui Machiavelli (https://guimachiavelli.com/) is van maandag tot donderdag een redelijke en van vrijdag tot zondag een lethargische schrijver.

                +

                Lídia Pereira (http://immateriallaborunion.net/) is zelfstandig vormgever, kunstenaar en onderzoeker gevestigd in Rotterdam, NL. Haar huidige interesses gaan uit naar de politieke dimensie van arbeid op socialenetwerk-sites. Daarbinnen richt zij haar blik op hoe machtsstructuren online en offline gedrag beïnvloeden.

                +

                Silvio Lorusso (http://networkcultures.org/entreprecariat/) is een vormgever zonder specialisatie, een kunstenaar zonder galerie en een schrijver zonder spel-check.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/kettle.html b/old/output/nl/kettle.html new file mode 100644 index 0000000..44c8480 --- /dev/null +++ b/old/output/nl/kettle.html @@ -0,0 +1,129 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              181. varia komt in vele vormen:
              182. +
              183.  mailinglijst
              184. +
              185.  RSS feed
              186. + +
              187. Nederlands
              188. +
              189. English
              190. +
                +
                +
                + +
                + + + + +
                +
                + The Call Of The Kettle +
                +
                + +
                +
                2019-03-15 20:00:00
                +
                15 March 2019
                +
                + +
                +
                +
                +

                Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven aan te gaan. Dit alles onder het mom van ‘The Call Of The Kettle’; de eerste object georienteerde muziekavond bij Varia! Tijdens dit evenement zullen er optredens te zien zijn van de volgende artiesten:

                +

                Agente Costura en Stephen Doyle is een duo dat geïmproviseerde geluiden speelt met behulp van versterkte naaimachine en drums. Constura speelt al sinds 2003 op de Singer. Overdag werkt ze met ongewenste kleding en transformeert die in nieuwe draagbare vormen. 's Nachts sluit de Singer zich aan bij haar medemuzikanten en naait zij op het ritme van de muziek. Zo improviseert zij kleding op basis van ritme en geluid. Costura heeft onder meer opgetreden in The Vancouver Art Gallery, de Month of Performance Art Berlin, het Bimhuis Amsterdam en de Curitiba Fashion Week. Stephen Doyle is een drummer die woont en werkt in Amsterdam. Costura en Doyle creëren samen een percussieve upcycled stortvloed van uniek gebeeldhouwd geluid.

                +

                Agente Costura Online
                +Stephen Doyle op Soundcloud

                + + +

                Watt's Cookin' bestaat uit Zeynep Aslan, Tamara van Suylekom en Inge Hoonte, die elkaar hebben leren kennen via re#sister en repeteren bij Worm. Voor deze performance gaan ze knallen en klooien met dagelijkse objecten. Ze repeteren momenteel in de keuken met hun orkestleden, waaronder waterkokers en koffiepercolators, een mes en een snijplank, een paar potten met noten, rijst en maïs, een mini-oven, twee pannen, twee theelepels en een eierklopper. Een broodrooster en een blik kokosmelk aarzelen nog of mee willen doen, maar waarschijnlijk loopt dat wel los!

                +

                De Brut is een nieuw project van Marijn Verbiesen, die volgens bronnen "een van de krachten is die de Rotterdamse underground bij elkaar houdt!" Ze heeft deelgenomen aan tal van projecten (Sweat Tongue, Red Brut) en is actief als een van de organisatoren van de beruchte Herman concertreeks. Daarnaast staat Verbiesen bekend om haar tapecollages die zeer persoonlijk zijn en hoog aangeschreven staan door bladen als The Wire.

                +

                De Website van Red Brut

                + + +

                Beachcombartband is een "one-man-sea-trash-band" uit Rotterdam met kunstenaar Bart Koppe aan het roer. Het mechanisch en met de hand bespeelde afval van het schoongeveegde strand zal door hem op uw hoofd worden geloosd, in een netwerk van audio-galactische bevrediging!

                +

                The Singing Toaster is niet zoals andere broodroosters, omdat niet elke broodrooster kan zingen. Daarom is deze bijdrage aan "The Call Of The Kettle" nu al een beetje bijzonder. Zullen de verbrande kruimels tussen zijn verwarmingselementen ook uw hart kunnen verwarmen?

                +

                Datum: Vrijdag, 15 Maart 2019
                +Entree: 5 euro
                +Deur: 20:00
                +Start: 20:30

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/lifehacks.html b/old/output/nl/lifehacks.html new file mode 100644 index 0000000..34bbd6b --- /dev/null +++ b/old/output/nl/lifehacks.html @@ -0,0 +1,118 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              191. varia komt in vele vormen:
              192. +
              193.  mailinglijst
              194. +
              195.  RSS feed
              196. + +
              197. Nederlands
              198. +
              199. English
              200. +
                +
                +
                + +
                + + + + +
                +
                + Life Hacks:Space +
                +
                + +
                +
                2018-10-31 19:00:00
                +
                Gepubliceerd op 31 October 2018
                +
                + +
                +
                +
                +

                Wat vormt de dagelijkse routine van een telemarketeer? Hoe kunnen we voorbij gaan aan co-working als model voor ruimtes voor samenwerking? Wat zijn de territoriale en politieke functies van meubels in de context van de kunststudio-aan-huis? Werken lifehacks bevrijdend of zijn ze een extra last?

                +

                Samen met auteur en vormgever François Girard-Meunier, het WORKNOT! collectief (Arvand Pourabbasi and Golnar Abbasi), Varia (vertegenwoordigd door Manetta Berends, Niek Hilkmann, Roel Roscam Abbing) en XPUB gaan we deze en meer vragen aan tijdens een avond gewijd aan ruimtes die zowel ondernemend als precair zijn.

                +

                Life Hacks is onderdeel van het fellowship-programma van Het Nieuwe Instituut met het thema 'burn out'. Zoals verwoord door fellow Ramon Amaro:

                +

                “aan de ene kant is een 'burn out' een moment van stilstand, van breken of van andersinds onbruikbaar worden. Met andere woorden, processesen, procedures en participatie werkt gewoon niet meer. Aan de andere kant is een 'burn out' een mogelijkheid om open te breken, om actie te bevorderen en verandering te catalyseren richting nieuwe structuren en relaties.”

                +

                Life Hacks is een serie bijeenkomsten met die reageren op deze ambivalenties. Deze bijeenkomsten gaan over benaderingen en technieken die helpen bij het (hernieuwd) vormgeven van een leven in de context van toenemende onzekerheid en afgedwongen ondernemersmentaliteit.

                +

                Life Hacks wordt gecureerd door Silvio Lorusso en is een samenwerking tussen het Research Department van Het Nieuwe Instituut en XPUB.

                +
                +

                Datum: Woensdag, 31 Oktober 2018
                +Duur: van 19:00 uur tot 21:00 uur
                +Locatie: Varia, Gouwstraat 3 Rotterdam
                +Entreeprijs: Donaties

                +

                Afbeelding: François Girard-Meunier

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/mastodon-and-fediverse.html b/old/output/nl/mastodon-and-fediverse.html new file mode 100644 index 0000000..01659db --- /dev/null +++ b/old/output/nl/mastodon-and-fediverse.html @@ -0,0 +1,140 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              201. varia komt in vele vormen:
              202. +
              203.  mailinglijst
              204. +
              205.  RSS feed
              206. + +
              207. Nederlands
              208. +
              209. English
              210. +
                +
                +
                + +
                + + + + +
                +
                + Welcome to the � Federation - Mastodon en de Fediverse +
                +
                + +
                +
                2018-12-08 14:00:00
                +
                Gepubliceerd op 08 December 2018
                +
                + +
                +
                +
                +

                De laatste jaren is er veel discussie en ontevredenheid over sociale media. Tegelijkertijd is er een nieuw platform, Mastodon, dat aan populariteit wint door de manier waarop het de kern van dit ongemakkelijke gevoel probeert aan te pakken. Mastodon ziet er uit en gedraagt zich als soortgelijke platforms, maar achter de schermen functioneert het op en totaal andere manier.

                +

                Mastodon is geen eigen gesloten platform, maar maakt deel uit van een verzameling onafhankelijke platforms die met elkaar samenwerken. Deze grotere verzameling projecten wordt ook wel de Fediverse genoemd en bestaat uit een grote diversiteit van softwares, gemeenschappen, culturen en houdingen.

                +

                Publiek gesprek

                +

                Een algemene inleiding in Mastodon en het Fediverse
                +Zaterdag 8 december 2018
                +20:00u - 21:30u

                +

                Op zaterdag 8 december zal Wtt�F een rond-de-tafel gesprek organiseren als algemene introductie over Mastodon en de Fediverse. Hoe werkt het? Wat zijn de onderliggende concepten? Wie heeft het gemaakt? Wat is de geschiedenis erachter? Wat voor soort verschillende gemeenschappen leven er in dit ecosysteem? Wat betekent het om een gemeenschap te hosten?

                +

                De introductie en het rondetafelgesprek worden gefaciliteerd door een beheerder van een grote Mastodon gemeenschap en een beheerder van een kleine Mastodon gemeenschap. Beiden hebben ook bijgedragen aan het vertalen van Fediverse software.

                +

                Werksessie

                +

                Vertaling en documentatie van het Mastodon-project
                +Zaterdag 8 december 2018
                +14:00 uur - 18:00 uur

                +

                Als onderdeel van deze editie van Wtt�F zullen we ook de middag samen doorbrengen om de documentatie en vertaling van het Mastodon-project te bekijken. Hoe worden open-source projecten vertaald? In welke taal worden projecten gecommuniceerd? Hoe kunnen de technische concepten toegankelijk worden gemaakt voor een groter publiek zonder hun betekenis te verliezen?

                +

                Als je wilt deelnemen aan deze werksessie, schrijf je dan vooraf in door een korte mail te sturen naar info[at]varia.zone.

                +

                Praktisch

                +

                Deze bijeenkomst vindt plaats in Varia, Gouwstraat 3 in Rotterdam.

                +
                +

                Welcome to the Federation

                +

                Welcome to the � Federation is gebaseerd op de constatering van een hernieuwde interesse in 'alternatieve' online diensten zoals sociale media en chat. Door middel van presentaties en werksessies wordt er aandacht besteed aan de softwareprojecten die deel uit maken van deze ecosystemen. Een bijzondere focus zal liggen op projecten die (op)nieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, door veel aandacht te besteden aan ontwerp, taal en gebruikerservaring (UX).

                +

                De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: Welcome to the � Federation (engelstalig).

                +
                +

                Dit project wordt mogelijk gemaakt met de steun van CBK Rotterdam en Varia.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/monument.html b/old/output/nl/monument.html new file mode 100644 index 0000000..2f62ecf --- /dev/null +++ b/old/output/nl/monument.html @@ -0,0 +1,121 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              211. varia komt in vele vormen:
              212. +
              213.  mailinglijst
              214. +
              215.  RSS feed
              216. + +
              217. Nederlands
              218. +
              219. English
              220. +
                +
                +
                + +
                + + + + +
                +
                + Mobiel Monument - Presentatie +
                +
                + +
                +
                2018-06-02 13:00:00
                +
                Gepubliceerd op 28 May 2018
                +
                + +
                +
                +
                +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag, pestepidemie of andere historische gebeurtenis, geschonken door een veldheer of mecenas. Helaas bezit Charlois momenteel geen werkende fontein. Niek Hilkmann en Anne Kolbe willen dit gebrek verhelpen door Charlois tijdelijk een mobiele fontein te geven die niet gebonden is aan een vaste plek of duiding. Deze fontein zal op 2 juni om 13:00 bij Varia gepresenteerd worden en is vervolgens tijdens de weekenden van Charlois Speciaal te zien, op zoek naar nieuwe betekenis en waardering.

                +

                Openingsceremonie: 2 Juni / 13:00-14:00
                +Uitgestald: 2, 3, 9 en 10 Juni / 13:00-18:00

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/music-able-noise.html b/old/output/nl/music-able-noise.html new file mode 100644 index 0000000..2b73b0e --- /dev/null +++ b/old/output/nl/music-able-noise.html @@ -0,0 +1,129 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              221. varia komt in vele vormen:
              222. +
              223.  mailinglijst
              224. +
              225.  RSS feed
              226. + +
              227. Nederlands
              228. +
              229. English
              230. +
                +
                +
                + +
                + + + + +
                +
                + Muziek: Able Noise, Goldblum en Piyojo +
                +
                + +
                +
                2019-09-14 20:30:00
                +
                Gepubliceerd op 12 September 2019
                +
                + +
                +
                +
                +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex en George. Ze balanceren op de grens tussen poprock en lawaaierige free jazz. Met behulp van tapes en misbruik van hun instrumenten, creëren ze een ietwat minimale en vrij visuele muzikale beleving.

                +

                https://www.youtube.com/watch?v=MacLS1n0l_0

                +

                Piyoji is de naam waaronder de Nederlandse kunstenaar Rik Möhlmann onderscheidende bevrijdende geluiden maakt die worden gekenmerkt door bescheiden, doch directe texturen. Geluiden verplaatsen zich in zijn muziek van links naar rechts, alsof ze zich verschuilen achter bomen of opduiken uit rivieren. Möhlmann gebruikt zijn excentrieke en nieuwsgierige benadering van muziek om liedjes te maken die zich niet noodzakelijk verhalend gedragen. In plaats daarvan openbaren ze zich als kleine schilderijen

                +

                https://soundcloud.com/piyojo?fbclid=IwAR3Dj-IZUWjOgQXt2bpofTPCV4riTPNSgouNV1D3tuyvslAk4Nqc_BO6xuE

                +

                Goldblum is een oogverblindend duo uit Middelland dat rommelt met cassettes van de rommelmarkt en analoge synthesizers. Verwacht fragmenten van gouden oudjes, kreupele ritmes en gesynthetiseerde geluiden, begraven in sissende tape. Het duo heeft hun tanden eerder geslepen in acts als Sweat Tongue en Red Brut.

                +
                  +
                • deur: 20:30
                • +
                • start: 21:00
                • +
                • entree: 5 euro
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/music-niek-hilkmann.html b/old/output/nl/music-niek-hilkmann.html new file mode 100644 index 0000000..56a9b94 --- /dev/null +++ b/old/output/nl/music-niek-hilkmann.html @@ -0,0 +1,143 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              231. varia komt in vele vormen:
              232. +
              233.  mailinglijst
              234. +
              235.  RSS feed
              236. + +
              237. Nederlands
              238. +
              239. English
              240. +
                +
                +
                + +
                + + + + +
                +
                + Muziek: Niek Hilkmann, Vulva, Rowan Van As, G. de Singer Songwriter en DJ Wanneer +
                +
                + +
                +
                2019-11-16 20:00:00
                +
                Gepubliceerd op 16 November 2019
                +
                + +
                +
                +
                +

                Een nieuwe muzikale avond in Varia! Wees erbij op 16 november voor een evenement vol singers, songwriters, herrie en karton!

                +

                Niek Hilkmann en de Puls

                +

                “Je lege melkfles”, “Hey, wat raar… Er zit een beestje in je haar” en “Nooit meer terug naar Zaamslag”; dat zijn niet zomaar wat bij elkaar geraapte woorden, maar enkele titels die Niek Hilkmann in gedachten heeft voor een gloednieuwe EP. Ter gelegenheid van de opnames hiervan speelt hij bij Varia met zijn band, De Puls, deze en vele andere Nederlandstalige liederen. Verwacht een bonte aaneenschakeling van ongehoorde primeurs en misschien zelfs wat oude bekenden.

                +

                Web
                +Video

                +

                Vulva

                +

                Vulva is een tweehoofdig, feminiem beest met een grote bek zoals je die eigenlijk alleen in sprookjes en fabels ziet. Maar nu dus ook bij Varia! Verwacht een flinke bak herrie, theaterale escapades en een hoop geschreeuw, waarvan het de vraag is of het eigenlijk wel op het podium thuis hoort. Vulva zal zeker uitbarsten!

                +

                Facebook
                +Souncloud

                +

                Rowan van As

                +

                Men geeft niet zomaar een beschrijving van het leven en werk van Rowan Van As. Deze kunstenaar-troubadour zingt, tekent en beeldhouwt alsof er geen morgen is en gebruikt daarbij een overvloed aan rekwisieten en zelfgemaakte instrumenten (zoals zijn beroemde mosselorgel). Bij Varia zal hij een aantal gloednieuwe nummers voor ons uitvoeren.

                +

                Web
                +Video

                +

                G. de Singer Songwriter

                +

                Gerard Olthaar is, zoals zijn naam al doet vermoeden, niet zomaar een muzikant, maar een heuse Singer-Songwriter; een solist die slechts met gitaar en stem de mensen weet te verbazen, ontroeren en verwonderen. Zijn liederen zijn rauw als de Rotterdamse straatstenen en zijn gitaarsound is ongeknutseld uniek!

                +

                Web
                +Video

                +

                DJ Wanneer

                +

                Geen enkele muziekavond is compleet zonder goede DJ en daarom zijn we erg blij om DJ Wanneer op de line-up te hebben. Deze DJ combineert het beste van Scheveningen, Rotterdam en Zoeterwoude door een eclectische mix van kleine crooners, dissonante meidenbands en algehele hysterische muziek te draaien.

                +

                Web

                +
                  +
                • deur: 20:00
                • +
                • start: 20:30
                • +
                • entree: 5 euro
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/networks-of-ones-own.html b/old/output/nl/networks-of-ones-own.html new file mode 100644 index 0000000..f24118e --- /dev/null +++ b/old/output/nl/networks-of-ones-own.html @@ -0,0 +1,140 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              241. varia komt in vele vormen:
              242. +
              243.  mailinglijst
              244. +
              245.  RSS feed
              246. + +
              247. Nederlands
              248. +
              249. English
              250. +
                +
                +
                + +
                + + + + +
                +
                + Eén avond, Twee lanceringen, Drie opvattingen +
                +
                + +
                +
                2019-09-28 19:30:00
                +
                Gepubliceerd op 28 September 2019
                +
                + +
                +
                +
                +

                Op 28 september lanceert Varia de tweede editie van Networks of One's Own: Three takes on taking care en Fed Up!, de 13e editie van de Pervasive Labour Union zine. Om dit te vieren organiseren we een avond met verhalen en discussies over netwerken en onderhoudspraktijken.

                +

                Locatie: Varia, Gouwstraat 3 (Rotterdam)
                +Datum: zaterdag 28 september
                +Tijd: 19:30u - 21:30u

                +

                +

                Networks Of One’s Own is een para-nodale1 periodieke publicatie die wordt geschreven in een netwerk. Elk van de uitgaven is tegelijk een release van een specifieke software bundel, die gecontextualiseerd is in zijn eigen praktijk. De serie documenteert gereedschappen, ervaringen en manieren van werken die divers zijn in hun tijdsduur, volledigheid en volharding. Three takes on taking care is de tweede uitgave in deze reeks.

                +

                In onze praktijken als kunstenaars, ontwerpers en onderzoekers werkend aan vrije software projecten, komen we vaak situaties tegen waar collectief auteurschap leidt tot ingewikkelde relaties tot eigenaarschap. In zulke collectieve projecten vallen er snel gaten bij praktische aspecten rondom zorg, onderhoud, documentatie en algemene betrokkenheid.

                +

                Drie van deze projecten, homebrewserver.club, Bibliotecha en Relearn, hebben een grote invloed gehad op de individuele praktijken van de betrokkenen, maar ook op een breder internationaal netwerk van actoren. Daaronder vallen expositieruimtes, festivals, en zowel formele als informele leergemeenschappen. Het onderhoud van deze projecten, wat over langere periodes gaat en een voortdurende inzet vereist, blijft echter vaak achter. Dat omdat het door individuen wordt opgepakt op basis van hun capaciteiten en tijd.

                +

                Deze publicatie is het resultaat van een actieve documentatie van de netwerkprojecten die in en rond Varia zijn ontwikkeld. Actieve documentatie betekent dat we deze projecten niet alleen hebben gedocumenteerd, maar dat we ze ook opnieuw hebben bekeken en tijd hebben besteed aan onderhoud, verdere ontwikkeling en de consolidatie ervan:

                +
                  +
                • Homebrewserver.club, een periodieke bijeenkomst waar mensen samen leren en reflecteren over het zelf hosten van digitale inhoud. (http://homebrewserver.club)
                • +
                • Bibliotecha, een project gericht op de ontwikkeling van lokale off-line digitale bibliotheken voor de distributie van elektronische publicaties binnen kleine gemeenschappen. (http://bibliotecha.info)
                • +
                • Relearn, een 'zomerschool' die reflecteert op collectief leren met evenveel leerkrachten als deelnemers. (http://relearn.be/)
                • +
                +

                Met deze publicatie hopen we de veerkracht, draagbaarheid, duurzaamheid en herbruikbaarheid voor de langere termijn te verbeteren.

                +

                De eerste editie in de serie is geinitieerd door Constant en documenteert het project 'Etherbox', een collectieve schrijf- en documentatie-omgeving. Die publicatie behelste een genealogie van de evenementen, ideeen en praktijken in het bredere netwerk van Constant die enerzijds de ontwikkeling van Etherbox beinvloed hebben of anderszijds er zelf door beinvloed zijn. Deze manier van documenteren benadrukt hoe een project als Etherbox het werk is van een heterogeen netwerk van praktijken waarin het project kan ontstaan.

                +

                https://networksofonesown.varia.zone/

                +

                https://networksofonesown.constantvzw.org/

                +

                +

                Fed Up! is de 13e editie van de Pervasive Labour Union en is dit keer gewijd aan gefedereerde sociale netwerken zoals Mastodon, Pleroma, Funkwhale. Met bijdragen van Martin Schotten, Eliot Berriot, Luke Murphy, Eugen Rochko, Julia Janssen, Gui Machiavelli, Inge Hoonte and Louisa Bufardeci, and Silvio Lorusso.

                +

                De Pervasive Labour Union zine is in 2015 opgericht door Lídia Pereira. De zine is niet alleen een laagdrempelig publicatie project voor mensen die willen schrijven over arbeid in en rondom sociale netwerken, maar ook een toegankelijke plek om bekend te raken met discusses rondom deze onderwerpen. De periodieke publicaties van de PLU verzamelen kennis en discussies, terwijl ze een debat initiëren en ruimte geven aan nieuwe discoursen waar sociale-media gebruikers zich binnen kunnen organiseren en uiten.

                +

                De PLU brengt een diversiteit aan bijdragen samen, waaronder persoonlijke tirades, academische artikelen, poëzie, foto montages, collages en illustraties. Elke uitgave richt zich op een specifiek onderwerp van sociale netwerken vanuit arbeidsperspectief. Vanuit verschillende invalshoeken, zoals algoritmische bestuursvormen, weerbaarheid en alternatieve houdingen, worden zo verbanden gelegd tussen verschillende werkgebieden rondom sociale netwerken.

                +

                http://ilu.servus.at/category/13-fed-up.html

                +
                +

                +

                Dit evenement is mede mogelijk gemaakt door het Stimuleringsfonds Creatieve Industrie.

                +
                +
                +
                  +
                1. +

                  Zie: Paranodes in Contra-Internet, Zach Blas https://www.e-flux.com/journal/74/59816/contra-internet/ 

                  +
                2. +
                +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/nieuwjaarsborrel.html b/old/output/nl/nieuwjaarsborrel.html new file mode 100644 index 0000000..c58094e --- /dev/null +++ b/old/output/nl/nieuwjaarsborrel.html @@ -0,0 +1,110 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              251. varia komt in vele vormen:
              252. +
              253.  mailinglijst
              254. +
              255.  RSS feed
              256. + +
              257. Nederlands
              258. +
              259. English
              260. +
                +
                +
                + +
                + + + + +
                +
                + Nieuwjaarsborrel +
                +
                + +
                +
                2018-01-19 18:00:00
                +
                Gepubliceerd op 19 January 2018
                +
                + +
                +
                +
                +

                Varia heeft grootse plannen voor 2018! We willen deze graag delen tijdens een speciale nieuwjaarsborrel als onderdeel van de collectieve seizoensopening met andere galeries en projectruimtes in Oud Charlois. Naast drankjes en zoutjes, zal er een heuse robomop-performance te zien zijn.

                +

                datum: vrijdag 19 januari +start: 18:00u
                +performance: 21:00u

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/openday2019.html b/old/output/nl/openday2019.html new file mode 100644 index 0000000..2de412f --- /dev/null +++ b/old/output/nl/openday2019.html @@ -0,0 +1,107 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              261. varia komt in vele vormen:
              262. +
              263.  mailinglijst
              264. +
              265.  RSS feed
              266. + +
              267. Nederlands
              268. +
              269. English
              270. +
                +
                +
                + +
                + + + + +
                +
                + Open Dag @ Varia +
                +
                + +
                +
                2019-04-13 12:00:00
                +
                Gepubliceerd op 13 April 2019
                +
                + +
                +
                +
                +

                Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek Hilkmann een nieuwe geluidsinstallatie 'Venetië aan de Maas' in de kelder van Varia . Iedereen is welkom tussen 12 tot 6!

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/opening.html b/old/output/nl/opening.html new file mode 100644 index 0000000..2a43182 --- /dev/null +++ b/old/output/nl/opening.html @@ -0,0 +1,107 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              271. varia komt in vele vormen:
              272. +
              273.  mailinglijst
              274. +
              275.  RSS feed
              276. + +
              277. Nederlands
              278. +
              279. English
              280. +
                +
                +
                + +
                + + + + +
                +
                + Opening Ruimte +
                +
                + +
                +
                2017-11-03 20:00:00
                +
                Gepubliceerd op 26 October 2017
                +
                + +
                +
                +
                +

                Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level van de ruimte.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/about.html b/old/output/nl/pages/about.html new file mode 100644 index 0000000..13d3ef0 --- /dev/null +++ b/old/output/nl/pages/about.html @@ -0,0 +1,75 @@ + + + +about + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              281. varia komt in vele vormen:
              282. +
              283.  mailinglijst
              284. +
              285.  RSS feed
              286. + +
              287. Nederlands
              288. +
              289. English
              290. +
                +
                +
                + +
                + + +
                +

                About

                +

                Varia is een Rotterdams initiatief dat in 2017 is ontstaan vanuit de behoefte om de praktijken van de leden open te stellen en ad hoc publieke of semi-publieke momenten te organiseren in verschillende configuraties. In de kern is Varia gericht op het ontwikkelen van kritische inzichten in de technologieën om ons heen. Varia experimenteert met verschillende intrumenten en tools om op een collectieve manier fysieke en digitale infrastructuren te ontwikkelen.

                +

                Onze manier om samen te zijn als een collectieve ruimte wordt omschreven in de volgende documenten: onze Code of Conduct die onze gedeelde waarden en gedragsregels beschrijft, ons collectief statement die de positie van Varia contextualiseert, en lidmaatschapsrichtlijnen waar u meer kunt lezen over ons ledenmodel.

                +

                Adres

                +

                Gouwstraat 3
                +3082 BA
                +Rotterdam (Charlois)

                +

                info@varia.zone

                +

                Mailing List

                +

                U kunt zich inschrijven op onze mailinglijst om op de hoogte te blijven van al wat er gaande is.

                +

                RSS

                +

                Een andere manier om in contact te blijven met Varia is door u te abonneren op onze RSS-feeds.

                +

                [Geldige RSS].

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/code-of-conduct.html b/old/output/nl/pages/code-of-conduct.html new file mode 100644 index 0000000..b180344 --- /dev/null +++ b/old/output/nl/pages/code-of-conduct.html @@ -0,0 +1,122 @@ + + + +Code of Conduct + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              291. varia komt in vele vormen:
              292. +
              293.  mailinglijst
              294. +
              295.  RSS feed
              296. + +
              297. Nederlands
              298. +
              299. English
              300. +
                +
                +
                + +
                + + +
                +

                Varia's Code of Conduct

                +

                Over dit document

                +

                De Code of Conduct beschrijft een reeks richtlijnen die helpen bij het vaststellen van gedeelde waarden. Ze zorgen ervoor dat gedrag dat deelnemers kan schaden, wordt vermeden.

                +

                Dit document is van toepassing op de leden en bezoekers van Varia, inclusief de organisatoren van evenementen en mensen waarmee we samenwerken. Het document is ook van toepassing op de gebruikers, beheerders en makers van de online omgevingen van Varia. Wanneer het woord "wij" in dit document wordt gebruikt, is dit van toepassing op al de bovenstaande.

                +

                We erkennen dat we allemaal van verschillende achtergronden komen en bepaalde vooroordelen en privileges hebben. Daarom kan deze Code of Conduct niet alle vormen omvatten waarop mensen zich buitengesloten, onveilig of ongemakkelijk kunnen voelen. We willen ruimte maken voor een open gesprek. Daarom is deze Code of Conduct nooit af en moet deze worden gewijzigd wanneer dat nodig is. We zullen het document in de loop van de tijd aanpassen, zodat deze altijd de prioriteiten en gevoeligheden binnen Varia behandelt. Het is de collectieve verantwoordelijkheid van ons allemaal om dit document na te leven en naar de fysieke en digitale ruimte van Varia te brengen.

                +

                Waarom een Code of Conduct?

                +

                Varia is een complexe collectieve ruimte. Wij zijn een meertalige, multiculturele, multidisciplinaire groep. Bij Varia spreken we voornamelijk Engels en Nederlands. We houden rekening met het feit dat de meeste van onze leden en bezoekers geen native speakers van deze talen zijn. We erkennen ook dat er vele manieren van spreken en communiceren zijn (woorden, gebaren, daden, enz.), afhankelijk van culturele achtergronden, opleidingen en praktijken. Hierdoor kunnen situaties ontstaan ​​waar misverstanden of conflicten optreden. We streven ernaar om deze misverstanden op te lossen door middel van een open dialoog: we geven er de voorkeur aan om uit te gaan van de goede intenties van de leden, deelnemers en bezoekers. Daarom vragen we hen om hun bezorgdheden indien mogelijk rechtstreeks aan elkaar kenbaar te maken. Wanneer dit geen optie is, kan deze Code van Coduct worden geraadpleegd voor verdere acties.

                +

                Varia is een leeromgeving en biedt ruimte aan een brede reeks praktijken. Samenwerken betekent kloven overbruggen: tussen verschillende praktijken, niveaus van technische expertise, persoonlijke voorkeuren en politieke of ethische oriëntaties. We streven ernaar een omgeving te creëren voor deelnemers met verschillende ervaringsgebieden, waar complexe onderwerpen kunnen worden besproken.

                +

                We willen dat Varia een ruimte is waar alle leden hun praktijken in een collectieve setting kunnen ontwikkelen en mensen zich veilig en comfortabel voelen om deel te nemen, zich uit te drukken, te leren en samen te werken. De kwetsbare aard van collectief werk betekent dat ongemakkelijke situaties zullen voorkomen. Deze situaties vragen om wederzijds respect en zorg. We hopen dat iedereen die deelneemt aan Varia respectvol is, zich kwetsbaar durft op te stellen en zorgzaam is voor elkaar. In het belang van het creëren van een inclusieve omgeving, tolereren we geen intimidatie, uitsluiting of ander schadelijk gedrag.

                +

                Gewenst gedrag

                +

                Bij Varia zien we graag:

                +

                attentheid

                +
                ten opzichte van elkaar, de ruimte die we betreden, de mensen in Varia en de praktijken die er gevestigd zijn.
                + +

                openheid

                +
                Probeer geen aannames te maken over anderen. Dit kunnen onder meer vooronderstellingen zijn over identiteit, kennis, ervaringen of gewenste voornaamwoorden. Wees gul met elkaars tijd en mogelijkheden. Help anderen, indien gewenst. Er zijn veel manieren om bij te dragen aan een collectieve praktijk. Die kunnen verschillen van onze individuele manieren.
                + +

                respect

                +
                voor verschillende standpunten en ervaringen. Respecteer fysieke en emotionele grenzen. Ga respectvol om met elkaars beperkte tijd en energie. Neem elkaar en elkaars praktijken serieus. Erken dat dit kan leiden tot onenigheid. Meningsverschil is echter geen excuus voor slechte manieren.
                + +

                verantwoordelijkheid

                +
                Kom beloftes na wanneer je deze maakt. We nemen verantwoordelijkheid voor de goede dingen die we doen, maar ook voor de slechte. We luisteren naar en reageren op respectvolle feedback. We corrigeren onszelf indien nodig. We houden er rekening mee dat de impact van onze woorden en handelingen op andere mensen niet altijd overeenkomen met onze intentie.
                + +

                toewijding

                +
                Samen maken we de groep. We nemen hier deel aan met zelfrespect en putten onszelf niet uit. Dit kan betekenen dat we zeggen hoe we ons voelen, grenzen stellen en duidelijk zijn over onze verwachtingen. Van niemand wordt verwacht perfect te zijn in deze gemeenschap. Vragen stellen voorkomt problemen later. Probeer ontvankelijk en behulpzaam te zijn, als er vragen worden gesteld.
                + +

                empathie

                +
                We luisteren actief naar elkaar en proberen discussies niet te domineren. Geef een ander de kans om zich te verbeteren en biedt deze de gelegenheid om verantwoordelijkheid op zich te nemen. We creëren ruimte voor anderen. We zijn ons bewust van elkaars gevoelens, bieden ondersteuning waar nodig en weten wanneer we een stap terug moeten doen. Iemands idee van zorg kan verschillen van hoe een ander verzorgd willen worden. We vragen eerst of onze hulp gewenst is.
                + +

                inclusiviteit

                +
                Geef anderen de kans om hun standpunten te uiten, vaardigheden te delen en andere bijdragen te leveren. Samen zijn is iets waar we actief aan werken en vereist conversatie. We erkennen dat niet iedereen dezelfde kansen heeft, daarom moeten we gevoelig zijn voor de context waarin we opereren. Er zijn impliciete hiërarchieën die we kunnen betwisten, en we moeten ernaar streven dat te doen. Wanneer we iets organiseren (projecten, evenementen, enz.), denken we na over hoe we rekening kunnen houden met de behoeften van anderen, een activistische houding kunnen bevorderen en andere stemmen kunnen ondersteunen.
                + +

                Onacceptabel gedrag

                +

                Geen discriminatie,

                +
                handelingen of opmerkingen die de onderdrukking van groepen of mensen bevorderen of versterken op basis van geslacht, genderidentiteit en expressie, ras, etniciteit, nationaliteit, seksualiteit, seksuele geaardheid, religie, handicap, psychische aandoeningen, neurodiversiteit, persoonlijk uiterlijk, fysiek uiterlijk, leeftijd of klasse. Beweer geen "*reverse-isms*", bijvoorbeeld "*reverse racism*".
                + +

                Geen intimidatie of pesterijen,

                +
                noch openbaar, noch privé. Ook geen opzettelijke intimidatie, stalken, achtervolgen, lastigvallen, verstoring van evenementen, agressieve, lasterlijke, denigrerende of bedreigende opmerkingen online of persoonlijk en ongewenst fysiek of elektronisch contact of seksuele aandacht. We tollereren geen laster, achterklap of het verspreiden van andere desinformatie.
                + +

                Geen schending van privacy,

                +
                waaronder het publiceren van privé-informatie van anderen, zoals een fysiek of elektronisch adres. Maak of publiceer geen foto's of opnames van anderen nadat diegene heeft verzocht om dat niet te doen. Verwijder opnames indien gevraagd.
                + +

                Geen seksuele intimidatie,

                +
                waaronder ongewenste seksuele taal, afbeeldingen, handelingen of aandacht.
                + +

                Geen destructief gedrag,

                +
                of enig ander gedrag dat redelijkerwijs als ongepast kan worden beschouwd. Dit omvat afbeeldingen van geweld zonder inhoudswaarschuwingen, het constant en doelbewust ontsporen van gesprekken, of ander gedrag dat het vermogen van anderen om deel te nemen aan de groep of de ruimte voortdurend verstoort.
                + +

                Interventieprocedure

                +

                Onmiddelijke interventie (hulp is direct nodig!)

                +

                Als je je onveilig voelt, kan er onmiddellijk contact worden opgenomen met de Varia-leden die ervoor moeten zorgen dat de Code Of Conduct wordt nageleefd. Deze contactpersonen zijn leden van Varia die hun best zullen doen om te helpen, of om de juiste hulp te vinden indien nodig.

                +
                + Lídia Pereira -- lidia@majesticmoo.se
                + Thomas Walskaar -- thomas@walskaar.com +
                + +

                Bijvoorbeeld: Er gebeurt iets tijdens een evenement en er moet onmiddellijk op worden gereageerd. Er zal onmiddellijk actie worden ondernomen wanneer deze overtreding van de Code Of Conduct wordt gemeld. Dit kan betekenen dat een deelnemer uit een evenement wordt verwijderd.

                +

                Niet-onmiddelijke interventie (een situatie vraagt meer tijd)

                +

                Sommige overtredingen vragen niet direct om actie, maar moeten door meerdere mensen op een meer afgemeten manier worden overwogen. Voorbeelden hiervan zijn: als je een voortdurend patroon van intimidatie ervaart; je bent getuige van structureel onaanvaardbaar gedrag; iemand blijft "per ongeluk" discriminerende taal gebruiken, nadat hem is gevraagd om te stoppen.

                +

                Probeer, indien mogelijk, de problemen allereerst zelf met de betrokken partijen te bespreken voordat je een bemiddelaar raadpleegt. Wij geven er de voorkeur aan om meningsverschillen op een constructieve manier op te lossen en samen te werken om dingen recht te zetten, zolang dit mogelijk en veilig is. Als de problemen echter blijven bestaan, kunnen degenen die verantwoordelijk zijn voor de handhaving van de Code Of Conduct je helpen dit aan te pakken. Neem contact op met de hierboven genoemde leden. Gevoelige informatie zal met zorg worden behandeld.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/collective-infrastructures.html b/old/output/nl/pages/collective-infrastructures.html new file mode 100644 index 0000000..30b276c --- /dev/null +++ b/old/output/nl/pages/collective-infrastructures.html @@ -0,0 +1,105 @@ + + + +collective infrastructures + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              301. varia komt in vele vormen:
              302. +
              303.  mailinglijst
              304. +
              305.  RSS feed
              306. + +
              307. Nederlands
              308. +
              309. English
              310. +
                +
                +
                + +
                + + +
                +

                Collectieve infrastructuren

                +

                We ondervragen vormen van digitale afhankelijkheid door onze digitale infrastructuur zelf te hosten. De leden van Varia zijn betrokken bij het gebruik en de ontwikkeling van gefedereerde netwerken zoals XMPP-groepschats en Mastodon-instanties, RSS-feeds, beschikbaar in Nederlands en Engels, of de mailinglijst. Meer informatie over onze Online Hosting tools vindt je hieronder.

                +

                Ook de ruimte zelf is onderdeel van de collectieve infrastructuur. Hier beschikken leden over middelen zoals een elektronica depot, gereedschappen en werkbanken, en ook printfaciliteiten. Hieronder vindt je meer informatie over onze fysieke hosting.

                +

                Publiek programma

                +

                Vanuit het initiatief van de leden worden er verschillende evenementen in Varia georganiseerd.

                +

                Werkgroepen

                +

                De leden van Varia organiseren zich ook in kleinere werkgroepen. Op bepaalde dagen komen geïnteresseerden samen om te studeren, discussiëren of werken aan een specifiek onderwerp. Deze samenkomsten zijn soms ook toegankelijk voor het publiek.

                +

                De huidige werkgroepen zijn de homebrewserver.club, de Varia Bibliotheekgroep, Riso Group en pub.club.

                +

                Curriculum

                +

                Om vaardigheden binnen de groep te delen, biedt Varia een curriculum aan, gevormd door de praktijken en interesses van de leden.

                +

                Meer informatie is te vinden op deze pagina.

                +

                Open dagen

                +

                Tijdens onze (open dagen)[https://varia.zone/en/tag/linux-presentation-day.html] organiseren we verschillende activiteiten, waaronder het installeren van Linux-besturingssystemen, het bespreken van gratis en open source ontwerpprogramma's en spelsessies.

                +

                Fysieke hosting

                +

                Wij zijn gevestigd op de hoek van de Gouwstraat en de Wolphaertstraat in Charlois, Rotterdam. We gebruiken onze ruimte om evenementen te organiseren en die van anderen te hosten. Wat er in de ruimte gebeurt, wordt gedocumenteerd en opgeslagen in ons archief. Als je je herkent in de interesses en waarden van Varia, neem dan gerust contact met ons op via info[@]varia.zone voor meer informatie.

                +

                Varia Bibliotheek

                +

                Er is een bescheiden fysieke bibliotheek in de ruimte, die tijdens publieke evenementen geraadpleegd kan worden.

                +

                Printers

                + +

                Rotterdam's Electronica Depot

                +

                Doordat veel van de onafhankelijke elektronicawinkels in Rotterdam hun deuren permanent hebben gesloten, is het bijna onmogelijk geworden om op de fiets te stappen en snel elektronische onderdelen te kopen. Als reactie hierop heeft varia het Rotterdamse Elektronicadepot* opgericht, een community resource waar leden tegen kostprijs onderdelen kunnen kopen.

                +

                Online Hosting

                +

                Wij hosten meerdere tools en communicatie kanalen op de Varia-server. Ze zijn vrij te gebruiken door leden en Varia's directe omgeving, maar houd er wel rekening mee dat het doel van deze tools is om te experimenteren; ze zijn mogelijk onstabiel.

                +

                XMPP

                +

                Varia host een server voor het gefederaliseerde chatprotocol XMPP, die de nieuwste functies ondersteunt.

                +

                + IM observatorium score +.

                +

                Neem contact met ons op als u een account op onze server wilt hebben.

                +

                Etherpad

                +

                Etherpad is een open source collectieve online schrijftool die de leden gebruiken om notities te maken, teksten te schrijven en elkaar op de hoogte te houden.

                +

                Etherdump

                +

                We werken met Etherdump om een collectieve schrijfpraktijk om te zetten in een gezamenlijke publicatiepraktijk. Etherdump is een command line tool die de mogelijkheden van Etherpad uitbreidt door de pad in meerdere formaten te exporteren. Om de verbonden combinatie van publiceren en samenwerken met Etherdump te verkennen en te onderzoeken, hebben we een fork van het project onder de naam Etherpump.

                +

                Code repositories

                +

                Als onderdeel van hun praktijk schrijven Varia leden gesitueerde software die we publiceren op onze Gitea instance.

                +

                Licentie

                +

                Praktijken rondom kopiëren, toe-eigenen, piraterij en delen zijn op verschillende manieren rommelig: zowel politiek, juridisch, cultureel als ook economisch gezien. Varia (her)overweegt op dit moment een collectief licentiebeleid. Copyright is vaak niet de optie waar we voor willen gaan, maar ook open licenties sluiten niet altijd aan. De meningen hierover verschillen in de groep of per situatie en zetten aan tot vragen, overwegingen en zorgvuldigheid. Al het materieel dat we op dit moment publiceren valt daardoor op dit moment onder copyright, tenzij anders vermeld.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/collective-statement.html b/old/output/nl/pages/collective-statement.html new file mode 100644 index 0000000..239631b --- /dev/null +++ b/old/output/nl/pages/collective-statement.html @@ -0,0 +1,80 @@ + + + +collectief statement + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              311. varia komt in vele vormen:
              312. +
              313.  mailinglijst
              314. +
              315.  RSS feed
              316. + +
              317. Nederlands
              318. +
              319. English
              320. +
                +
                +
                + +
                + + +
                +

                Collectief statement

                +

                Varia is een collectieve ruimte1 in Rotterdam die zich richt op alledaagse technologie.

                +

                Wij zijn van mening dat technologie niet het exclusieve domein van specialisten moet zijn. Technologie beïnvloedt iedereen en zou verschillende manieren van leven mogelijk moeten maken, in plaats van deze uit te sluiten. We vatten alledaagse technologie breed op; niet alleen computers, standaarden of protocollen horen daarbij, maar bijvoorbeeld ook kookgereedschappen of muziekinstrumenten. Vanuit onze achtergrond in kunst, ontwerp, software & hardware, onderwijs en theoretische praktijk, voelen we de behoefte om een plek te vormen waar technologie en sociale vragen met elkaar verbonden zijn; een plek waar samenwerking, continuïteit, ontwikkeling, collectief leren, nieuwsgierigheid en experiment voorop staan.

                +

                De collectieve organisatievorm van Varia heeft overeenkomsten met bestaande collectieve ruimtes, zoals hackerspaces, fablabs en coworking-ruimtes, maar we zien ook de beperkingen van deze en willen daar graag aan voorbijgaan. Discussies over technologie richten zich niet altijd op de oneerlijke verdeling van macht tussen meerdere actoren, waaronder grote bedrijven en/of gebruikers en ontwikkelaars. Hierbij spelen klasse, ras, geslacht en vaardigheden een belangrijke rol. Binnen Varia proberen we ruimte te creeëren voor radicaal andere manieren om over technologie te denken in een social context.

                +

                Enkele van de vragen waar we ons mee bezighouden zijn: Hoe verhouden we ons tot onze digitale infrastructuur? Hoe gaan we om met vormen van afhankelijkheid zonder buitengesloten te worden? Hoe kunnen we inclusiviteit relateren aan technologie? Zijn oude technologieën echt ouderwets? Hoe gaan we om met veroudering en duurzaamheid?

                +

                Varia is voorstander van -- zonder deze bewegingen willen idealiseren -- Free/Libre en Open Source Software (F/LOSS), free culture, open standards, lowtech en DIY/DIWO-culture, omdat deze de mogelijkheid bieden om een ​​ander heden te vormen en de deur open te laten voor gewenste toekomsten.

                +

                Varia is een collectieve ruimte voor vragen, meningen, interventies, hulp en actie. We faciliteren onder andere serverruimte, collectieve leermomenten en thematische werkgroepen. Daarnaast wordt onze ruimte regelmatig gebruikt om openbare evenementen in te organiseren, waaronder experimentele muziekavonden, werksessies en rondetafelgesprekken met gasten.

                +

                De collectieve, culturele praktijk van Varia biedt een solidaire omgeving voor de praktijken van de individuele leden, door verschillende disciplines en kennisgebieden met elkaar te verbinden. Dit stelt ons in staat om verschillende sociale en technologische infrastructuren te overwegen en te ontwikkelen, terwijl we er tegelijkertijd mee experimenteren en erover nadenken.

                +

                Als groep willen we niet één verenigde stem ontwikkelen, maar de diversiteit waaruit Varia bestaat omarmen en verwelkomen. We zijn ons ervan bewust dat onze werkwijzen en processen niet altijd leiden tot een afgewerkt product. Om deze reden willen we blijven experimenteren met verschillende vormen van interactie en publicatie.

                +

                Varia voelt zich thuis in Rotterdam en zoekt aansluiting bij lokale, onafhankelijke initiatieven en urgenties. Wij vinden het belangrijk om problemen in onze lokale omgeving te verbinden met wereldwijde discussies en vice versa. Varia werkt samen met individuen, collectieven, organisaties zonder winstoogmerk, onderwijsinstellingen, verenigingen en internationale netwerken, die nieuwsgierig zijn naar het situeren van de samenhang tussen technologische en sociale kwesties.

                +
                +
                +
                  +
                1. +

                  Varia is niet alleen een collectief, en niet alleen een ruimte. Varia is een verbonden combinatie van beide. 

                  +
                2. +
                +
                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/curriculum.html b/old/output/nl/pages/curriculum.html new file mode 100644 index 0000000..68bd0be --- /dev/null +++ b/old/output/nl/pages/curriculum.html @@ -0,0 +1,65 @@ + + + +curriculum + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              321. varia komt in vele vormen:
              322. +
              323.  mailinglijst
              324. +
              325.  RSS feed
              326. + +
              327. Nederlands
              328. +
              329. English
              330. +
                +
                +
                + +
                + + +
                +

                Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in varia.

                +



                De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas. Elk onderwerp in het varia curriculum kent zijn eigen ritme en structuur maar alle workshops worden vergezeld van uitgebreide syllabi die gebruikt kunnen worden verder eigen onderzoek.

                +



                Voor deelname aan het curriculum wordt een fee gevraagd ter ondersteuning van varia's publieke onderzoekstrajecten.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/header.html b/old/output/nl/pages/header.html new file mode 100644 index 0000000..aa55a29 --- /dev/null +++ b/old/output/nl/pages/header.html @@ -0,0 +1,63 @@ + + + +header + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              331. varia komt in vele vormen:
              332. +
              333.  mailinglijst
              334. +
              335.  RSS feed
              336. + +
              337. Nederlands
              338. +
              339. English
              340. +
                +
                +
                + +
                + + +
                +

                varia (Gouwstraat 3, Rotterdam) is een ruimte voor het ontwikkelen van collectieve benaderingen rondom alledaagse technologie. varia leden onderhouden en faciliteren een collectieve infrastructuur om vragen, meningen, aanpassingen, hulp en actie te genereren. We gebruiken vrije software, organiseren evenementen en werken samen in verschillende constellaties. varia leert gaandeweg, maakt notities, is meertalig en kan gecontacteerd worden via info[@]varia.zone.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/membership-guidelines.html b/old/output/nl/pages/membership-guidelines.html new file mode 100644 index 0000000..a7c9830 --- /dev/null +++ b/old/output/nl/pages/membership-guidelines.html @@ -0,0 +1,74 @@ + + + +lidmaatschapsrichtlijnen + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              341. varia komt in vele vormen:
              342. +
              343.  mailinglijst
              344. +
              345.  RSS feed
              346. + +
              347. Nederlands
              348. +
              349. English
              350. +
                +
                +
                + +
                + + +
                +

                Lidmaatschapsrichtlijnen

                +

                Rechten en plichten van leden

                +

                Leden dragen niet alleen financieel bij aan Varia, maar ook met tijd en energie. Ze nemen deel aan de maandelijkse ledenvergaderingen en kunnen onderdeel worden van het bestuur om specifieke verantwoordelijkheden op zich te nemen. Lidmaatschap is gebaseerd op wederzijds vertrouwen en solidariteit: als een lid af en toe niet kan bijdragen aan Varia (financieel of anderszins), leidt dit niet tot een onmiddellijke repercussie, maar zal er eerst naar mogelijke oplossingen wordt gekeken. We zijn ons er wel van bewust dat een gebrek aan bijdrage op de lange termijn niet houdbaar is voor de groep als geheel.

                +

                Leden dragen zorg voor de ruimte, voor elkaar en voor bezoekers (zie onze Code of Conduct). Ze kunnen de collectieve ruimte van Varia gebruiken en daar evenementen organiseren, rekening houdend met de collectieve ambities van Varia en haar omgeving.

                +

                Leden worden vaak informeel gecontacteerd door externe partijen die nieuwsgierig zijn naar Varia of die met ons willen samenwerken. We verwachten van leden dat ze open zijn over de kansen die uit Varia voortkomen, zoals projectopdrachten of uitnodigingen voor een lezing of workshop. Wanneer een lid inkomsten genereert via Varia, wordt 15% daarvan geïnvesteerd in Varia's common fund, waarvan we onder andere de door Varia geïnitieerde activiteiten mogelijk maken: concerten, uitwisselingsreizen, aankopen van apparatuur, enz.

                +

                Leden hebben een sleutel van onze collectieve ruimte. Varia is geen gedeelde studioruimte, maar leden kunnen er wel werken. Dit betekent dat zij, met hun spullen, niet permanent hun intrek in de ruimte kunnen nemen en de verantwoordelijkheid hebben om de ruimte schoon en presentabel te houden. Dit is nodig omdat de ruimte wordt gebruikt voor een verscheidenheid aan activiteiten, variërend van filmvertoningen, workshops, vergaderingen en meer...

                +

                Wie kan lid worden?

                +

                Lidmaatschap kan worden verkregen wanneer men geïnteresseerd is in het ontwikkelen van een collectieve benadering in het bestuderen, aanpassen en experimenteren met alledaagse technologieën.

                +

                De huidige leden hebben een achtergrond in kunst, design, softwarestudies, musicologie, choreografie, koken, theoretische en sociale praktijken. Nieuwe leden hoeven geen vergelijkbare achtergrond te hebben; wat telt is dat ze bereid zijn hun interesses en expertise in de collectieve praktijk van Varia binnen te brengen.

                +

                Hoe wordt je lid?

                +

                Als je geïnteresseerd bent om lid te worden, verwijzen we je graag naar Varia's Code of Conduct en Onze Context documenten, om op de hoogte te komen van waar we voor staan en wat we belangrijk vinden. We staan open voor contact via info@varia.zone en zijn ook benaderbaar tijdens onze evenementen. Hierna kunnen we je meer vertellen over onze aanmeldingsprocedure. Varia behoudt zich het recht om aanvragen te accepteren of af te wijzen, maar zal desondanks zoveel mogelijk transparantie proberen te geven over het verloop van het proces.

                +

                Hoewel we openstaan voor het uitbreiden van onze groep, zien we een plezierige collectieve dynamiek als doorslaggevend wanneer het aankomt op het aannemen van nieuwe leden. Momenteel hebben we niet de capaciteit om te veel nieuwe leden aan Varia toe te voegen. We streven ernaar een evenwicht te vinden tussen de grootte van de groep en de wens van nieuwe leden om lid te worden.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/projects.html b/old/output/nl/pages/projects.html new file mode 100644 index 0000000..636eb9d --- /dev/null +++ b/old/output/nl/pages/projects.html @@ -0,0 +1,63 @@ + + + +projects + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              351. varia komt in vele vormen:
              352. +
              353.  mailinglijst
              354. +
              355.  RSS feed
              356. + +
              357. Nederlands
              358. +
              359. English
              360. +
                +
                +
                + +
                + + +
                +

                Huidige en afgeronde projecten

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pages/stream.html b/old/output/nl/pages/stream.html new file mode 100644 index 0000000..e256747 --- /dev/null +++ b/old/output/nl/pages/stream.html @@ -0,0 +1,63 @@ + + + +stream.nl + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              361. varia komt in vele vormen:
              362. +
              363.  mailinglijst
              364. +
              365.  RSS feed
              366. + +
              367. Nederlands
              368. +
              369. English
              370. +
                +
                +
                + +
                + + +
                + + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/nl/pushing-the-score-end.html b/old/output/nl/pushing-the-score-end.html new file mode 100644 index 0000000..eabdb67 --- /dev/null +++ b/old/output/nl/pushing-the-score-end.html @@ -0,0 +1,119 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              371. varia komt in vele vormen:
              372. +
              373.  mailinglijst
              374. +
              375.  RSS feed
              376. + +
              377. Nederlands
              378. +
              379. English
              380. +
                +
                +
                + +
                + + + + +
                +
                + Een archief activeren +
                +
                + +
                +
                2019-05-31 20:00:00
                +
                Gepubliceerd op 28 May 2019
                +
                + +
                +
                +
                +

                Pushing Scores - Presentatie publicatie en performanceavond

                +

                Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

                +

                Varia heeft hier aan bijgedragen door een archiefpublicatie te ontwikkelen waarin de spreektaal uit het archief de basis vormt waarop men door de verzameling kan navigeren. Het materiaal heeft uiteindelijk de vorm gekregen van een dynamisch, toegankelijk en daardoor levend archief. Hiermee wordt het mogelijk nieuwe verbanden, perspectieven en wie weet zelfs wel concepten voor nieuwe scores te zien. Op deze manier wordt de handeling van het navigeren door de datastructuur van het archief het componeren van een nieuwe score.

                +

                Om deze aanname op de proef te stellen hebben de Player en Varia enkele kunstenaars uitgenodig om aan de deze publicatie uit te proberen en aan de hand daarvan een performance te ontwikkelen.

                +

                Je bent van harte uitgenodigd om langs te komen op vrijdag 31 Mei in Varia. Waar Julie Boschat Thorez en Cristina Cochior de archiefpublicatie zullen introduceren. Daarna volgen er performances van Niek Hilkmann, Robert Kroos en Christine Cornwell.

                +

                De uitvoeringen zullen de hele nacht doorgaan, je bent van harte welkom om op elk moment deel te nemen.

                +

                ~ ~ ~ ~ ~ ~

                +

                Niek Hilkmann is een Rotterdamse kunstenaar, onderzoeker en muzikant met een interesse in de verwarrende technologische toestand waarin we allemaal momenteel verkeren, en de ontoereikende intellectuele methodologieën die deze proberen uit te leggen of te rechtvaardigen. Tijdens de presentatie van Pushing Scores zal hij de ruimtelijke dimensies van Varia verkennen en de scores die voortkomen uit het nieuwe archief hercontextualiseren. Gedurende een doorlopende performance zullen onverwachte verbanden ontstaan tussen het archiefmateriaal en de fysieke omgeving waarin deze worden gerepresenteerd.

                +

                Christine Cornwell is een componist en violiste die tussen NL/UK werkt met projecten met improvisatie- en samenwerkingsverbanden, vaak in combinatie met beeldend kunstenaars, dansers, operagezelschappen of experimentele TV. Momenteel voltooit ze samen met Hans Koolmees/René Uijlenhoet een MA Compositie bij Codarts en haar freelance werk omvat onder meer het presenteren van nieuw werk voor viool, residenties, het leiden van workshops en het produceren/cureren van evenementen op dit gebied. Vanaf haar eerste experimenten, zoals de interdisciplinaire samenwerking in 2011 met beeldend kunstenaar Eddie Peake/LuckyPDF TV op de Londense Barbicanen tot het experimentele evenement 'Invitation (x)' in 2019, zijn collectieve creatiepraktijken een belangrijk ontmoetingspunt dat terug te vinden is in al haar creatieve werk tussen performance, productie en management.

                +

                Robert Kroos (aka Duckfood) is een Rotterdamse muzikant, geluidskunstenaar en DJ die werkt aan allerlei soorten geluids- en muziekgerelateerde projecten. Voor deze speciale gebeurtenis zal hij de guzheng en elektronica als instrumenten naar keuze gebruiken.

                +

                Datum: Vrijdag 31 May 2019
                +Aanvang: 20:00
                +Toegang: Free

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/pushing-the-score.html b/old/output/nl/pushing-the-score.html new file mode 100644 index 0000000..1e572f0 --- /dev/null +++ b/old/output/nl/pushing-the-score.html @@ -0,0 +1,118 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              381. varia komt in vele vormen:
              382. +
              383.  mailinglijst
              384. +
              385.  RSS feed
              386. + +
              387. Nederlands
              388. +
              389. English
              390. +
                +
                +
                + +
                + + + + +
                +
                + Pushing Scores met De Player +
                +
                + +
                +
                2018-11-29 20:00:00
                +
                Gepubliceerd op 29 November 2018
                +
                + +
                +
                +
                +

                Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een online archiefuitgave van het project. Julie Boschat Thorez, Cristina Cochior en Niek Hilkmann zal deze aanpak toelichten, tijdens een avond met verschillende presentaties.

                +

                Valentina Vuksic zal een liveset spelen. Zij benadert computers met 'transducers' die elektromagnetische straling in geluid transformeren via choreografisch opstellingen. De 'runtime' van uitgevoerde software wordt geënsceneerd voor een publiek om een akoestische ervaring te bieden.

                +

                Ana Guedes introduceert haar project 'Untitled Records'; een performatieve geluidsinstallatie die historische en emotionele vertellingen verweeft door middel van de 'instrumentalisatie' van een verzameling platen.

                +

                Niek Hilkmann (onderdeel van Varia) presenteert zijn UNI (Universele Notatie Ideaal); een Pay2Print verkenning van de simultane productie en distributie van gestandaardiseerde grafische notatie gemedieerd door automatiek. Deze is ontwikkelt in samenwerking met Joseph Knierzinger en gebaseerd op een nieuw notatiesysteem dat conceptuele componisten kan helpen in de ontwikkeling en uitwisseling van conceptuele muziek in een uniforme taal. Het daadwerkelijke afdrukken van de composities op papier kan gelezen worden als een stochastische compositie in zichzelf. Door dit aspect te benadrukken, waardoor de machine een muzikale entrepeneur wordt die zijn eigen inkomen verdient, verkennen we de voorwaarden van mechanische arbeid in de creatieve industrie en de daarbij horende ethische kwesties.

                +

                Over Pushing Scores

                +

                Wat zijn de mogelijkheden van grafische partituren, in een tijd waarin grafische notatie meestal als een 'tekening' wordt gezien en als een soort bladmuziek dienst doet?

                +

                In een poging om dit concept te herdefiniëren, stelde DE PLAYER een programma samen waarvoor artiesten, muzikanten en theoretici werden uitgenodigd. Het collectieve doel is om nieuwe audiovisuele en media-technische vormen van grafische notatie te ontwikkelen en te presenteren door middel van artistiek onderzoek.

                +

                De meest eigentijdse en innovatieve grafische notatiepraktijken op het gebied van muziek, geluidskunst, performancekunst, e-cultuur, nieuwe mediakunst, grafisch ontwerp en mediao-ntwerp introduceerde De Player zo aan een nationaal en internationaal publiek.

                +

                Datum: Donderdag, 29 November 2018
                +Deur: 20:00
                +Start: 20:30
                +Entree: 5 euro

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/radio-on-radio.html b/old/output/nl/radio-on-radio.html new file mode 100644 index 0000000..e86c356 --- /dev/null +++ b/old/output/nl/radio-on-radio.html @@ -0,0 +1,137 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              391. varia komt in vele vormen:
              392. +
              393.  mailinglijst
              394. +
              395.  RSS feed
              396. + +
              397. Nederlands
              398. +
              399. English
              400. +
                +
                +
                + +
                + + + + +
                +
                + Radio on the radio +
                +
                + +
                +
                2020-03-14 19:30:00
                +
                Gepubliceerd op 14 March 2020
                +
                + +
                +
                +
                +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                +

                deur: 19:30
                + start: 20:00
                + entree: 5 euro

                +

                Relaxing on the radio waves - oyo & mmths +

                +

                Een radio-relaxation mixtape-performance. Een mix van meditatieve monsters en de natuur, met lawaai en socio-politieke angsten in een griezelig hypno-magnetisch magnetic-tape stuk. Dit alles wordt live uitgevoerd met meerdere cassettespelers en tapeloops, verspreid door de ruimte en gemoduleerd door een modulaire synthesizer.

                +

                Radio-active female monstrosity - Angeliki D. +

                +

                Tijdens haar optreden 'Radio-active female monstrosity' gebruikt ze haar stem, evenals een online geluidsarchief dat ze heeft gebouwd om mee te spelen, te stapelen en te vervormen tot chaos. De vrouwelijke stem wordt de mannelijke stem, wordt het monster, de buitenaardse stem.

                +

                [ASMR] Radio Boyfriend - Pradapony69 +

                +

                Heb je je ooit afgevraagd hoe het zou zijn om je eigen ASMR-vriendje te hebben, eentje die heel zacht praat en alleen maar over radio? Tijdens deze uitvoering van Pradapony69 zullen de rillingen over je ruggegraat lopen, terwijl hij je het verschil tussen lange golven en magnetrons uitlegt.

                +

                Stations of Exception - Jad Saliba +

                +

                Jad onderzoekt nieuwe toepassingen van analoge radiotechnologieën binnen elektronische live-muziek. Zo ontstaan kneedbare sonische artefacten uit een topografie van lokale radiostations.

                +

                World Wide Web - Dennis de Bel (PD0WNED) +

                +

                Radiogolven worden niet beperkt door geopolitieke of ideologische grenzen. Samen met de Bel luisteren we, met behulp van originele vinylopnamen, naar radiostoringen uit de koude oorlog die nog steeds over de hele wereld worden uitgezonden.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/recycle-reduce-reuse.html b/old/output/nl/recycle-reduce-reuse.html new file mode 100644 index 0000000..c2ebc78 --- /dev/null +++ b/old/output/nl/recycle-reduce-reuse.html @@ -0,0 +1,128 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              401. varia komt in vele vormen:
              402. +
              403.  mailinglijst
              404. +
              405.  RSS feed
              406. + +
              407. Nederlands
              408. +
              409. English
              410. +
                +
                +
                + +
                + + + + +
                +
                + RecycleReduceReuse and waar is Repair Workshop (vol) +
                +
                + +
                +
                2018-11-22 10:00:00
                +
                Gepubliceerd op 22 November 2018
                +
                + +
                +
                +
                +

                In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden worden toegepast die elk hun eigen impact hebben op de economie en het milieu. Hieruit vloeien enkele relevante vragen:

                +
                  +
                • Welke waarden construeren onze hedendaagse houding tegenover afval?
                • +
                • Is het misschien een obsessie met nuttigheid?
                • +
                • Wat zijn de artistieke verdiensten van reparatie?
                • +
                +

                In deze workshop, georganiseerd door Yoana Buzova en Niek Hilkmann, zullen we de implicaties van de recycling van (elektronisch) afval bekijken. Dit gebeurt in een praktische workshop waarin we plaatsen bezoeken waar 'afval' wordt verzameld om vervolgens het concept van reparatie en recyclage op zijn kop zet. Uitgaande van het idee dat nutteloosheid, net als een haiku-gedicht, een bepaald subversief potentieel bevat, zullen we een gebruiksvoorwerp reparen tot iets volkomen nutteloos.

                +

                Varia curriculum

                +

                Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

                +

                Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

                +

                Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 19 november! Deze workshop is vol.

                +

                Varia, Gouwstraat 3 (Rotterdam Charlois)
                + Donderdag, 22 November, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)
                +💶 50 euro (koffie, thee en koek inbegrepen)
                +
                💬* De voertaal van deze workshop is Engels

                +

                * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/red-nl.html b/old/output/nl/red-nl.html new file mode 100644 index 0000000..8240934 --- /dev/null +++ b/old/output/nl/red-nl.html @@ -0,0 +1,158 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              411. varia komt in vele vormen:
              412. +
              413.  mailinglijst
              414. +
              415.  RSS feed
              416. + +
              417. Nederlands
              418. +
              419. English
              420. +
                +
                +
                + +
                + + + + +
                +
                + Rotterdams Electronica Depot +
                +
                + +
                +
                09 April 2017
                +
                + +
                +
                +
                +
                +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
                +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
                +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
                +┌─────────────────┬───────────────┐
                +│div. onderdelen  │div. onderd.   │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +├─────────────────┼───────────────┼────────────────────┐
                +│IC's             │trim pots,     │octo couplers       │
                +│                 │               │EEPROMS             │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstanden    │weerstanden,        │
                +│lege lades,      │>0.25W         │lege lades,         │
                +│                 │               │FTDI,               │
                +│                 │               │arduino             │
                +│                 │               │oscilloscope onderd │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstande     │condensatoren,      │
                +│diodes           │=<0.25W        │transducers         │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +└─────────────────┴───────────────┴────────────────────┘
                + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
                + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
                + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
                +
                +
                + +

                Het Rotterdams Electronica Depot

                +

                Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd vrijwel niet meer mogelijk om een fysieke electronica winkel te bezoeken in Rotterdam. Op deze manier is het onmogelijk om even op de fiets te springen om wat ontbrekende onderdelen te hallen. Daarom heeft een collectief electronica depot opgericht waar deelnemers van tegen kostprijs onderdelen kunnen komen ophalen.

                +

                Lid worden:

                +

                Neem contact op met varia via de mailinglijst

                +

                Openingstijden en ophalen

                +

                Het depot kent geen vaste openingstijden. Ophalen kan aan de Gouwstraat 3, 3082 BA, te Rotterdam

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/relearn-2019.html b/old/output/nl/relearn-2019.html new file mode 100644 index 0000000..e752862 --- /dev/null +++ b/old/output/nl/relearn-2019.html @@ -0,0 +1,159 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              421. varia komt in vele vormen:
              422. +
              423.  mailinglijst
              424. +
              425.  RSS feed
              426. + +
              427. Nederlands
              428. +
              429. English
              430. +
                +
                +
                + +
                + + + + +
                +
                + Relearn 2019 curved +
                +
                + +
                +
                2019-06-07 10:00:00
                +
                Gepubliceerd op 29 May 2019
                +
                + +
                +
                +
                +

                Voor de Rotterdamse sessie op de Relearn curve stellen we voor om samen een onderwerpszone te betreden (•) waar verschillende digitale netwerkpraktijken elkaar kruizen. Deze subject zone kan tijdens deze sessie meerdere gedaantes aannemen en allerlei kanten op bewegen. Onze specifieke interesse in dit onderwerp is gericht op hoe publicatie vormen (••) functioneren binnen/met deze zone.

                +

                • Wanneer het gaat over digitale infrastructuur, hosting, servers, online diensten, netwerken en hun technische realiteiten hangen er heel veel vragen in de lucht. Voor deze sessie wilden we niet een enkel vraagstuk uitlichten, maar juist een reeks aan vocabulair, protocollen, technologieën en infrastructuren naast elkaar zetten. We nodigen je uit om deel te nemen aan Relearn en deze zone verder op te rekken, te beginnen bij of toewerkend naar:

                +
                  +
                • digitale inter-afhankelijkheden
                • +
                • affectieve infrastructuur
                • +
                • homebrew netwerken
                • +
                • genetwerkte knopen
                • +
                • feministische servers
                • +
                • gefedereerde netwerken
                • +
                • en-en-netwerken
                • +
                • digitale autonomie
                • +
                • transitionele infrastructuren
                • +
                • digitale zelf-organisaties
                • +
                • so-en-soevereiniteits netwerken
                • +
                • buiten-de-cloud denken
                • +
                • +
                +

                •• We zijn nieuwsgierig om te leren van/via publiceer processen. De volgende vormen van publiceren nodigen uit om vanuit een geïntegreerde positie te werken met/aan de onderwerpszone van digitale netwerken. Kunnen we deze bestandstypes als een morfische lens inzetten, om te leren over digitale netwerken? Of kunnen we datgene dat we al kennen over digitale netwerken opnieuw proberen te leren, zoals de naam relearn suggereert? Te beginnen bij of toewerkend naar:

                +
                  +
                • meervoudige readers
                • +
                • logboeken
                • +
                • syllabi
                • +
                • documentatie
                • +
                • annotaties
                • +
                • kookboeken
                • +
                • tutorials
                • +
                • README's
                • +
                • error rapporten
                • +
                • link dumps
                • +
                • scores
                • +
                • +
                +

                Meerdere sub-trajecten kunnen tijdens dit weekend ontwikkeld worden, zonder dat er een noodzaak bestaat om allemaal hetzelfde pad te nemen of het eens te zijn over vocabulair of geometrie.

                +

                De sessie zal plaats vinden in Rotterdam en begint op vrijdag avond (7e) in een publieke setting, gevolgd door twee volle dagen samen relearnen.

                +

                vrijdag 7 juni 20:00 - 22:00
                +Relearn publiek avond programma: embed yourself into Relearn

                +

                zaterdag/zondag 8 - 9 juni 10:00 - 18:00
                +Relearn sub-zone-trajecten

                +

                Als je mee wilt doen aan Relearn, stuur ons dan een mail op info@varia.zone met een korte motivatie om je interesse toe te lichten. We zullen met enige regelmaat op inschrijvingen antwoorden, tot 26 mei.

                +

                Onze capaciteiten zijn beperkt, waardoor we maximaal 30 relearners kunnen verwelkomen. Onze voorkeur gaat uit naar deelnemers die de hele sessie mee komen doen (vrijdag avond, zaterdag en zondag). We zullen zorgen voor een dagelijkse vegetarische lunch (laat het ons weten als je allergisch bent of speciale dieet voorkeuren hebt). Ook zullen we de traditie van vorige jaren Relearn voortzetten en hard ons best doen om een hosting netwerk te organiseren in de stad, om zo iedereen onder te brengen. Laat alsjeblieft weten in je email of je een plek nodig hebt om te slapen in Rotterdam, of hoeveel mensen je thuis zou kunnen hosten tijdens dit weekend.

                +

                Als je alleen op vrijdag avond mee wilt doen dan kan dat natuurlijk ook, je hoeft je dan niet in te schrijven, kom gewoon langs! :)

                +

                Practische informatie
                +Datum: 7-9 juni 2019
                +Locatie: Varia - Gouwstraat 3, Rotterdam
                +Website: relearn.be

                +

                Bronnen & contact
                +→ email: info@varia.zone
                +→ schrijf je in op de Relearn mailinglijst
                +→ Relearn’s gitlab repository
                +→ IRC kanaal: #relearn op Freenode
                +→ Foto's van vorige edities van Relearn kunnen gevonden worden in de gallerie van Constant

                +
                +

                Dit project wordt mogelijk gemaakt met de steun van Gemeente Rotterdam & Stimuleringsfonds Creative Industrie.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/relearn.html b/old/output/nl/relearn.html new file mode 100644 index 0000000..4e0ac0d --- /dev/null +++ b/old/output/nl/relearn.html @@ -0,0 +1,112 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              431. varia komt in vele vormen:
              432. +
              433.  mailinglijst
              434. +
              435.  RSS feed
              436. + +
              437. Nederlands
              438. +
              439. English
              440. +
                +
                +
                + +
                + + + + +
                +
                + Relearn Rotterdam +
                +
                + +
                +
                2017-08-29 10:00:00
                +
                Gepubliceerd op 29 August 2017
                +
                + +
                +
                +
                +

                Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

                +

                Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week vormen. Relearn omarmt het resetten van denkmodi, om een uiteenlopende reeks aanpakken te heroverwegen, die voortkomen uit de ontwikkeling van onze culturen tot en via digitale entiteiten.

                +

                Naast een experiment in collectief leren, is Relearn ontstaan vanuit een interesse in Vrije en Open Source Software-cultuur en -praktijken als een manier om de productieprocessen en -kaders van technologie en cultuur te ondervragen.

                +

                29 Augustus - 2 September 2017
                +Poortgebouw, Rotterdam

                +

                www.relearn.be

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/rr-bootleg.html b/old/output/nl/rr-bootleg.html new file mode 100644 index 0000000..e9eeeba --- /dev/null +++ b/old/output/nl/rr-bootleg.html @@ -0,0 +1,133 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              441. varia komt in vele vormen:
              442. +
              443.  mailinglijst
              444. +
              445.  RSS feed
              446. + +
              447. Nederlands
              448. +
              449. English
              450. +
                +
                +
                + +
                + + + + +
                +
                + Read & Repair feat. The Bootleg Library +
                +
                + +
                +
                2020-01-26 11:00:00
                +
                Gepubliceerd op 26 January 2020
                +
                + +
                +
                +
                +

                Boeken? Zines? Elektronische onderdelen?

                +

                Vanaf januari 2020 zal Varia elke laatste zondag van de maand haar deuren openen. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.

                +

                Op zondag 26 januari heeft Varia een speciale gast: +Simon Browne introduceert de "bootleg library", een gedeelde digitale en fysieke bibliotheek van gebootlegde teksten.

                +
                bootleg library sessions
                +
                +wat mee te nemen?
                +         een computer en een paar van je favoriete digitale boeken 
                +         (PDF, EPUB, welk bestandsformaat dan ook)
                +
                +wat gaan we doen?
                +         Een introductie over de bootleg library, een gedeelde 
                +         digitale en fysieke bibliotheek met bootlegged teksten. 
                +         we kunnen gebruikersaccounts aanmaken, teksten up- en 
                +         downloaden, gesprekken hebben over wat we lezen, over hoe 
                +         we onze eigen boekenplank organiseren of samen een gesprek 
                +         voeren over mogelijke ontwikkelingen van deze bibliotheek.
                +
                + + +

                Thee en koffie zullen genoeg aanwezig zijn. +Dit evenement is voor iedereen toegankelijk en de toegang is gratis.

                +

                Programma:

                +

                Zondag, 26 januari 2020

                +

                11:00 - 17:00 uur (lopende sessies, u kunt altijd komen of gaan)

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/rr-open-licences.html b/old/output/nl/rr-open-licences.html new file mode 100644 index 0000000..1105e5a --- /dev/null +++ b/old/output/nl/rr-open-licences.html @@ -0,0 +1,120 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              451. varia komt in vele vormen:
              452. +
              453.  mailinglijst
              454. +
              455.  RSS feed
              456. + +
              457. Nederlands
              458. +
              459. English
              460. +
                +
                +
                + +
                + + + + +
                +
                + Read & Repair feat. readings & listings: open licenses edition +
                +
                + +
                +
                2020-02-23 11:00:00
                +
                Gepubliceerd op 23 February 2020
                +
                + +
                +
                +
                +

                Boeken? Zines? Elektronische onderdelen? +Varia's deuren zijn elke laatste zondag van de maand open. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.

                +

                Op zondag 23 februari heeft Varia een speciale gast: Manetta Berends zal de eerste editie van een readings & listings sessie rond open licenties organiseren.

                +

                Wat moet ik meenemen?

                +

                Een computer kan nuttig zijn om samen aan de readings & listings te werken.

                +

                Wat gaan we doen?

                +

                We nemen een uur of twee de tijd om over open licenties te praten, stukjes van deze techno-juridische documenten te lezen, voorbeelden en tendensen op dit gebied te bespreken, en samen te werken aan een kleine leeslijst rond dit onderwerp.

                +

                Programma:

                +

                Zondag, 23 februari 2020

                +

                11:00 - 13:00 readings & listings: open licenties editie

                +

                13:00 - 17:00 (doorlopende tijd om te lezen en te repareren)

                +

                Thee en koffie zullen genoeg aanwezig zijn. Dit evenement is voor iedereen toegankelijk en de toegang is gratis.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/sensible-soccer.html b/old/output/nl/sensible-soccer.html new file mode 100644 index 0000000..e5139ed --- /dev/null +++ b/old/output/nl/sensible-soccer.html @@ -0,0 +1,142 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              461. varia komt in vele vormen:
              462. +
              463.  mailinglijst
              464. +
              465.  RSS feed
              466. + +
              467. Nederlands
              468. +
              469. English
              470. +
                +
                +
                + +
                + + + + +
                +
                + Sensible World Of Soccer - Varia Cup 2020 +
                +
                + +
                +
                2020-03-21 12:00:00
                +
                Gepubliceerd op 21 March 2020
                +
                + +
                +
                +
                +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! Na twee competitieve toernooien bij WORM brengen we dit klassieke voetbalspel nu naar Rotterdam-Zuid. Bij Varia organiseren we zowel een amateurcup als een pro-cup - iedereen kan meedoen (letterlijk: in tegenstelling tot moderne voetbalsimulators kan je het spel spelen met een joystick en slechts één knop)! Alhoewel de laatste officiële versie alweer dateert uit 1996 (de matige 3d pogingen laten we maar buiten beschouwing), is Sensible Soccer nooit weggeweest. Dankzij een uiterst verslavende gameplay en een uitgebreide database van wereldwijde teams zijn de mogelijkheden om kampioen te worden oneindig. SWOS maakt volgens de Stanford universiteit deel uit van het spelkanon, samen met bijvoorbeeld Tetris en Super Mario Bros 3. De Royal Mail heeft zijn aandeel in de Britse spelgeschiedenis beloond met een Sensible postzegel afgelopen maand.

                +

                +

                SWOS2020 +Het komt mede door een sterke community (zie ook www.sensiblesoccer.de) dat de bal bleef rollen. Denk aan mogelijkheden om online tegen elkaar te spelen, ranglijsten, en de jaarlijkse Sensible Days: het WK waar uitgemaakt wordt wie de beste speler is. Het hoogtepunt van dit jaar is de release van Sensible World of Soccer 2020! Deze nieuwe versie biedt niet alleen een geupdate database met +/- 1.500 teams (van Nederland tot El Salvador!), het is ook de eerste keer dat het spel op huidige besturingssystemen gespeeld kan worden zonder gebruik te maken van DOS- of Amiga-emulatoren. Deze editie kan rechstreeks vanaf je Windows-desktop opgestart worden (natuurlijk is er ook een database voor de originele Amiga-versie beschikbaar voor de die-hards). Het is zelfs mogelijk te switchen tussen DOS en Amiga-gameplay en om te kiezen voor een fraaie breedbeeld-modus in UltraHD-resolutie. Het spel is als freeware te downloaden via onderstaande link (wel is het nodig het originele spel in bezit te hebben; online zoekmachines bieden uitkomt, of ga naar www.gog.com waar het spel verkocht wordt).

                +

                +

                VARIA CUP +Het toernooi wordt gespeeld in SWOS2020, wat betekent dat je met de favoriete club van dit moment kan spelen. Zowel ervaren als onervaren spelers zijn welkom. Na een selectieronde gaan de beste spelers strijden om de pro-cup, terwijl de andere helft strijdt om de amateurcup. Voor beide toernooien zijn er prijzen!

                +

                Tijdschema (afhankelijk van het aantal deelnemers)

                +

                12:00 - 13:00 Warming-up
                +13:00 - 14:30 Selectieronde (amateurs + pros gemengd)
                +vanaf 14:30 Pro Cup and Amateur Cup (op aparte systemen)
                ++/- 17:30 Avondeten
                +19:00 Prijsuitreiking
                +20:00/21:00 Slot

                +

                entree: donatie

                +

                Het aantal deelnemers is beperkt. Tussen 12:00 en 13:00 kan je je inschrijven, maar als je zeker wilt zijn van een plekje is het verstandig een e-mail te sturen naar: sebatosh@gmail.com. Vergeet niet de club op te schrijven waarmee je wilt gaan spelen. Doe je niet mee aan het toernooi? Er zullen computers aanwezig zijn om zelf een wedstrijd te spelen. Of kom de deelnemers aanmoedigen. De belangrijke wedstrijden krijgen live wedstrijdverslag van onze Braziliaanse commentator en daarnaast is er Amiga-muziek van DJ Newk!

                +

                Nuttige Links
                +The 2020 version of the game -> https://www.sensiblesoccer.de/swos-2020
                +Why is this game still so good? -> https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407
                +The making of Sensible Soccer -> https://readonlymemory.vg/the-making-of-sensible-soccer/
                +Intro of SWOS 96/97 -> https://www.youtube.com/watch?v=8eBqIXjj4a8

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/tag/21.html b/old/output/nl/tag/21.html new file mode 100644 index 0000000..1afc6db --- /dev/null +++ b/old/output/nl/tag/21.html @@ -0,0 +1,109 @@ + + + +Varia - 21 + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              471. varia komt in vele vormen:
              472. +
              473.  mailinglijst
              474. +
              475.  RSS feed
              476. + +
              477. Nederlands
              478. +
              479. English
              480. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/21st-century.html b/old/output/nl/tag/21st-century.html new file mode 100644 index 0000000..6022f84 --- /dev/null +++ b/old/output/nl/tag/21st-century.html @@ -0,0 +1,154 @@ + + + +Varia - 21st century + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              481. varia komt in vele vormen:
              482. +
              483.  mailinglijst
              484. +
              485.  RSS feed
              486. + +
              487. Nederlands
              488. +
              489. English
              490. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

                +

                Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/21ste-eeuw.html b/old/output/nl/tag/21ste-eeuw.html new file mode 100644 index 0000000..72c9052 --- /dev/null +++ b/old/output/nl/tag/21ste-eeuw.html @@ -0,0 +1,105 @@ + + + +Varia - 21ste eeuw + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              491. varia komt in vele vormen:
              492. +
              493.  mailinglijst
              494. +
              495.  RSS feed
              496. + +
              497. Nederlands
              498. +
              499. English
              500. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/able.html b/old/output/nl/tag/able.html new file mode 100644 index 0000000..7961ee9 --- /dev/null +++ b/old/output/nl/tag/able.html @@ -0,0 +1,106 @@ + + + +Varia - able + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              501. varia komt in vele vormen:
              502. +
              503.  mailinglijst
              504. +
              505.  RSS feed
              506. + +
              507. Nederlands
              508. +
              509. English
              510. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/activitypub.html b/old/output/nl/tag/activitypub.html new file mode 100644 index 0000000..0a6a4cf --- /dev/null +++ b/old/output/nl/tag/activitypub.html @@ -0,0 +1,105 @@ + + + +Varia - activitypub + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              511. varia komt in vele vormen:
              512. +
              513.  mailinglijst
              514. +
              515.  RSS feed
              516. + +
              517. Nederlands
              518. +
              519. English
              520. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/afval.html b/old/output/nl/tag/afval.html new file mode 100644 index 0000000..7e957606 --- /dev/null +++ b/old/output/nl/tag/afval.html @@ -0,0 +1,102 @@ + + + +Varia - afval + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              521. varia komt in vele vormen:
              522. +
              523.  mailinglijst
              524. +
              525.  RSS feed
              526. + +
              527. Nederlands
              528. +
              529. English
              530. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

                +

                Wil …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/algorithms.html b/old/output/nl/tag/algorithms.html new file mode 100644 index 0000000..a1312f0 --- /dev/null +++ b/old/output/nl/tag/algorithms.html @@ -0,0 +1,105 @@ + + + +Varia - algorithms + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              531. varia komt in vele vormen:
              532. +
              533.  mailinglijst
              534. +
              535.  RSS feed
              536. + +
              537. Nederlands
              538. +
              539. English
              540. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/apocalypse.html b/old/output/nl/tag/apocalypse.html new file mode 100644 index 0000000..4717138 --- /dev/null +++ b/old/output/nl/tag/apocalypse.html @@ -0,0 +1,109 @@ + + + +Varia - apocalypse + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              541. varia komt in vele vormen:
              542. +
              543.  mailinglijst
              544. +
              545.  RSS feed
              546. + +
              547. Nederlands
              548. +
              549. English
              550. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/architecture.html b/old/output/nl/tag/architecture.html new file mode 100644 index 0000000..00e734f --- /dev/null +++ b/old/output/nl/tag/architecture.html @@ -0,0 +1,105 @@ + + + +Varia - architecture + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              551. varia komt in vele vormen:
              552. +
              553.  mailinglijst
              554. +
              555.  RSS feed
              556. + +
              557. Nederlands
              558. +
              559. English
              560. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/book.html b/old/output/nl/tag/book.html new file mode 100644 index 0000000..6dac75b --- /dev/null +++ b/old/output/nl/tag/book.html @@ -0,0 +1,105 @@ + + + +Varia - book + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              561. varia komt in vele vormen:
              562. +
              563.  mailinglijst
              564. +
              565.  RSS feed
              566. + +
              567. Nederlands
              568. +
              569. English
              570. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/bunting.html b/old/output/nl/tag/bunting.html new file mode 100644 index 0000000..c08b36f --- /dev/null +++ b/old/output/nl/tag/bunting.html @@ -0,0 +1,109 @@ + + + +Varia - bunting + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              571. varia komt in vele vormen:
              572. +
              573.  mailinglijst
              574. +
              575.  RSS feed
              576. + +
              577. Nederlands
              578. +
              579. English
              580. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/cake.html b/old/output/nl/tag/cake.html new file mode 100644 index 0000000..d2b4d9c --- /dev/null +++ b/old/output/nl/tag/cake.html @@ -0,0 +1,97 @@ + + + +Varia - cake + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              581. varia komt in vele vormen:
              582. +
              583.  mailinglijst
              584. +
              585.  RSS feed
              586. + +
              587. Nederlands
              588. +
              589. English
              590. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/calling.html b/old/output/nl/tag/calling.html new file mode 100644 index 0000000..fd7a42e --- /dev/null +++ b/old/output/nl/tag/calling.html @@ -0,0 +1,109 @@ + + + +Varia - calling + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              591. varia komt in vele vormen:
              592. +
              593.  mailinglijst
              594. +
              595.  RSS feed
              596. + +
              597. Nederlands
              598. +
              599. English
              600. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/camp.html b/old/output/nl/tag/camp.html new file mode 100644 index 0000000..d9e40eb --- /dev/null +++ b/old/output/nl/tag/camp.html @@ -0,0 +1,109 @@ + + + +Varia - camp + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              601. varia komt in vele vormen:
              602. +
              603.  mailinglijst
              604. +
              605.  RSS feed
              606. + +
              607. Nederlands
              608. +
              609. English
              610. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/century.html b/old/output/nl/tag/century.html new file mode 100644 index 0000000..144c3a9 --- /dev/null +++ b/old/output/nl/tag/century.html @@ -0,0 +1,109 @@ + + + +Varia - century + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              611. varia komt in vele vormen:
              612. +
              613.  mailinglijst
              614. +
              615.  RSS feed
              616. + +
              617. Nederlands
              618. +
              619. English
              620. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/concert.html b/old/output/nl/tag/concert.html new file mode 100644 index 0000000..5bf1d98 --- /dev/null +++ b/old/output/nl/tag/concert.html @@ -0,0 +1,202 @@ + + + +Varia - concert + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              621. varia komt in vele vormen:
              622. +
              623.  mailinglijst
              624. +
              625.  RSS feed
              626. + +
              627. Nederlands
              628. +
              629. English
              630. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/conversas.html b/old/output/nl/tag/conversas.html new file mode 100644 index 0000000..2152eb9 --- /dev/null +++ b/old/output/nl/tag/conversas.html @@ -0,0 +1,105 @@ + + + +Varia - Conversas + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              631. varia komt in vele vormen:
              632. +
              633.  mailinglijst
              634. +
              635.  RSS feed
              636. + +
              637. Nederlands
              638. +
              639. English
              640. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/crystals.html b/old/output/nl/tag/crystals.html new file mode 100644 index 0000000..0d09c67 --- /dev/null +++ b/old/output/nl/tag/crystals.html @@ -0,0 +1,106 @@ + + + +Varia - crystals + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              641. varia komt in vele vormen:
              642. +
              643.  mailinglijst
              644. +
              645.  RSS feed
              646. + +
              647. Nederlands
              648. +
              649. English
              650. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

                +

                Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/ctrl-alt-save.html b/old/output/nl/tag/ctrl-alt-save.html new file mode 100644 index 0000000..95f0885 --- /dev/null +++ b/old/output/nl/tag/ctrl-alt-save.html @@ -0,0 +1,110 @@ + + + +Varia - ctrl-alt-save + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              651. varia komt in vele vormen:
              652. +
              653.  mailinglijst
              654. +
              655.  RSS feed
              656. + +
              657. Nederlands
              658. +
              659. English
              660. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/data.html b/old/output/nl/tag/data.html new file mode 100644 index 0000000..abcd9fd --- /dev/null +++ b/old/output/nl/tag/data.html @@ -0,0 +1,110 @@ + + + +Varia - data + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              661. varia komt in vele vormen:
              662. +
              663.  mailinglijst
              664. +
              665.  RSS feed
              666. + +
              667. Nederlands
              668. +
              669. English
              670. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/druk.html b/old/output/nl/tag/druk.html new file mode 100644 index 0000000..54d64e1 --- /dev/null +++ b/old/output/nl/tag/druk.html @@ -0,0 +1,109 @@ + + + +Varia - druk + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              671. varia komt in vele vormen:
              672. +
              673.  mailinglijst
              674. +
              675.  RSS feed
              676. + +
              677. Nederlands
              678. +
              679. English
              680. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/echt-nuttige-kennis.html b/old/output/nl/tag/echt-nuttige-kennis.html new file mode 100644 index 0000000..ed105f1 --- /dev/null +++ b/old/output/nl/tag/echt-nuttige-kennis.html @@ -0,0 +1,109 @@ + + + +Varia - écht nuttige kennis + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              681. varia komt in vele vormen:
              682. +
              683.  mailinglijst
              684. +
              685.  RSS feed
              686. + +
              687. Nederlands
              688. +
              689. English
              690. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/electronica.html b/old/output/nl/tag/electronica.html new file mode 100644 index 0000000..343bc67 --- /dev/null +++ b/old/output/nl/tag/electronica.html @@ -0,0 +1,138 @@ + + + +Varia - electronica + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              691. varia komt in vele vormen:
              692. +
              693.  mailinglijst
              694. +
              695.  RSS feed
              696. + +
              697. Nederlands
              698. +
              699. English
              700. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +
                +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
                +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
                +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
                +┌─────────────────┬───────────────┐
                +│div. onderdelen  │div. onderd.   │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +├─────────────────┼───────────────┼────────────────────┐
                +│IC's             │trim pots,     │octo couplers       │
                +│                 │               │EEPROMS             │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstanden    │weerstanden,        │
                +│lege lades,      │>0.25W         │lege lades,         │
                +│                 │               │FTDI,               │
                +│                 │               │arduino             │
                +│                 │               │oscilloscope onderd │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstande     │condensatoren,      │
                +│diodes           │=<0.25W        │transducers         │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +└─────────────────┴───────────────┴────────────────────┘
                + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
                + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
                + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
                +
                +
                + +

                Het Rotterdams Electronica Depot

                +

                Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/entrepecariat.html b/old/output/nl/tag/entrepecariat.html new file mode 100644 index 0000000..8faf727 --- /dev/null +++ b/old/output/nl/tag/entrepecariat.html @@ -0,0 +1,105 @@ + + + +Varia - entrepecariat + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              701. varia komt in vele vormen:
              702. +
              703.  mailinglijst
              704. +
              705.  RSS feed
              706. + +
              707. Nederlands
              708. +
              709. English
              710. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/event.html b/old/output/nl/tag/event.html new file mode 100644 index 0000000..62aed2e --- /dev/null +++ b/old/output/nl/tag/event.html @@ -0,0 +1,279 @@ + + + +Varia - event + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              711. varia komt in vele vormen:
              712. +
              713.  mailinglijst
              714. +
              715.  RSS feed
              716. + +
              717. Nederlands
              718. +
              719. English
              720. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Varia's Nieuwjaarsborrel

                +

                Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

                +

                Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/federation.html b/old/output/nl/tag/federation.html new file mode 100644 index 0000000..1c6998c --- /dev/null +++ b/old/output/nl/tag/federation.html @@ -0,0 +1,109 @@ + + + +Varia - federation + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              721. varia komt in vele vormen:
              722. +
              723.  mailinglijst
              724. +
              725.  RSS feed
              726. + +
              727. Nederlands
              728. +
              729. English
              730. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/floppy.html b/old/output/nl/tag/floppy.html new file mode 100644 index 0000000..c4dcd46 --- /dev/null +++ b/old/output/nl/tag/floppy.html @@ -0,0 +1,105 @@ + + + +Varia - floppy + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              731. varia komt in vele vormen:
              732. +
              733.  mailinglijst
              734. +
              735.  RSS feed
              736. + +
              737. Nederlands
              738. +
              739. English
              740. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/fluxus.html b/old/output/nl/tag/fluxus.html new file mode 100644 index 0000000..0a97b82 --- /dev/null +++ b/old/output/nl/tag/fluxus.html @@ -0,0 +1,109 @@ + + + +Varia - fluxus + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              741. varia komt in vele vormen:
              742. +
              743.  mailinglijst
              744. +
              745.  RSS feed
              746. + +
              747. Nederlands
              748. +
              749. English
              750. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/fountain.html b/old/output/nl/tag/fountain.html new file mode 100644 index 0000000..303a47a --- /dev/null +++ b/old/output/nl/tag/fountain.html @@ -0,0 +1,105 @@ + + + +Varia - fountain + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              751. varia komt in vele vormen:
              752. +
              753.  mailinglijst
              754. +
              755.  RSS feed
              756. + +
              757. Nederlands
              758. +
              759. English
              760. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/gaming.html b/old/output/nl/tag/gaming.html new file mode 100644 index 0000000..6677fcc --- /dev/null +++ b/old/output/nl/tag/gaming.html @@ -0,0 +1,109 @@ + + + +Varia - gaming + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              761. varia komt in vele vormen:
              762. +
              763.  mailinglijst
              764. +
              765.  RSS feed
              766. + +
              767. Nederlands
              768. +
              769. English
              770. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/health.html b/old/output/nl/tag/health.html new file mode 100644 index 0000000..5be5579 --- /dev/null +++ b/old/output/nl/tag/health.html @@ -0,0 +1,105 @@ + + + +Varia - health + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              771. varia komt in vele vormen:
              772. +
              773.  mailinglijst
              774. +
              775.  RSS feed
              776. + +
              777. Nederlands
              778. +
              779. English
              780. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/heath.html b/old/output/nl/tag/heath.html new file mode 100644 index 0000000..be2ad71 --- /dev/null +++ b/old/output/nl/tag/heath.html @@ -0,0 +1,109 @@ + + + +Varia - heath + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              781. varia komt in vele vormen:
              782. +
              783.  mailinglijst
              784. +
              785.  RSS feed
              786. + +
              787. Nederlands
              788. +
              789. English
              790. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/hilkmann.html b/old/output/nl/tag/hilkmann.html new file mode 100644 index 0000000..0e124c9 --- /dev/null +++ b/old/output/nl/tag/hilkmann.html @@ -0,0 +1,105 @@ + + + +Varia - hilkmann + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              791. varia komt in vele vormen:
              792. +
              793.  mailinglijst
              794. +
              795.  RSS feed
              796. + +
              797. Nederlands
              798. +
              799. English
              800. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/improv.html b/old/output/nl/tag/improv.html new file mode 100644 index 0000000..b44e24e --- /dev/null +++ b/old/output/nl/tag/improv.html @@ -0,0 +1,109 @@ + + + +Varia - improv + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              801. varia komt in vele vormen:
              802. +
              803.  mailinglijst
              804. +
              805.  RSS feed
              806. + +
              807. Nederlands
              808. +
              809. English
              810. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/industriele-propaganda.html b/old/output/nl/tag/industriele-propaganda.html new file mode 100644 index 0000000..d645412 --- /dev/null +++ b/old/output/nl/tag/industriele-propaganda.html @@ -0,0 +1,105 @@ + + + +Varia - industriële propaganda + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              811. varia komt in vele vormen:
              812. +
              813.  mailinglijst
              814. +
              815.  RSS feed
              816. + +
              817. Nederlands
              818. +
              819. English
              820. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/informeel.html b/old/output/nl/tag/informeel.html new file mode 100644 index 0000000..5be3eee --- /dev/null +++ b/old/output/nl/tag/informeel.html @@ -0,0 +1,105 @@ + + + +Varia - informeel + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              821. varia komt in vele vormen:
              822. +
              823.  mailinglijst
              824. +
              825.  RSS feed
              826. + +
              827. Nederlands
              828. +
              829. English
              830. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/infrastructure.html b/old/output/nl/tag/infrastructure.html new file mode 100644 index 0000000..d3bbab4 --- /dev/null +++ b/old/output/nl/tag/infrastructure.html @@ -0,0 +1,114 @@ + + + +Varia - infrastructure + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              831. varia komt in vele vormen:
              832. +
              833.  mailinglijst
              834. +
              835.  RSS feed
              836. + +
              837. Nederlands
              838. +
              839. English
              840. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/interfacing.html b/old/output/nl/tag/interfacing.html new file mode 100644 index 0000000..bf5ef64 --- /dev/null +++ b/old/output/nl/tag/interfacing.html @@ -0,0 +1,98 @@ + + + +Varia - interfacing + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              841. varia komt in vele vormen:
              842. +
              843.  mailinglijst
              844. +
              845.  RSS feed
              846. + +
              847. Nederlands
              848. +
              849. English
              850. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Over tekst, encoderen en command lines.

                +

                De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/ipfs.html b/old/output/nl/tag/ipfs.html new file mode 100644 index 0000000..66363ae --- /dev/null +++ b/old/output/nl/tag/ipfs.html @@ -0,0 +1,106 @@ + + + +Varia - IPFS + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              851. varia komt in vele vormen:
              852. +
              853.  mailinglijst
              854. +
              855.  RSS feed
              856. + +
              857. Nederlands
              858. +
              859. English
              860. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Van het gecentraliseerde HTTP pad af

                +

                In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/kantoren.html b/old/output/nl/tag/kantoren.html new file mode 100644 index 0000000..83346d7 --- /dev/null +++ b/old/output/nl/tag/kantoren.html @@ -0,0 +1,105 @@ + + + +Varia - kantoren + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              861. varia komt in vele vormen:
              862. +
              863.  mailinglijst
              864. +
              865.  RSS feed
              866. + +
              867. Nederlands
              868. +
              869. English
              870. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/launch.html b/old/output/nl/tag/launch.html new file mode 100644 index 0000000..21fccc2 --- /dev/null +++ b/old/output/nl/tag/launch.html @@ -0,0 +1,105 @@ + + + +Varia - launch + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              871. varia komt in vele vormen:
              872. +
              873.  mailinglijst
              874. +
              875.  RSS feed
              876. + +
              877. Nederlands
              878. +
              879. English
              880. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/libraries-publishing-epub-pdf.html b/old/output/nl/tag/libraries-publishing-epub-pdf.html new file mode 100644 index 0000000..9df761e --- /dev/null +++ b/old/output/nl/tag/libraries-publishing-epub-pdf.html @@ -0,0 +1,98 @@ + + + +Varia - libraries publishing epub pdf + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              881. varia komt in vele vormen:
              882. +
              883.  mailinglijst
              884. +
              885.  RSS feed
              886. + +
              887. Nederlands
              888. +
              889. English
              890. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

                +

                Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/linux-presentation-day.html b/old/output/nl/tag/linux-presentation-day.html new file mode 100644 index 0000000..7d17077 --- /dev/null +++ b/old/output/nl/tag/linux-presentation-day.html @@ -0,0 +1,108 @@ + + + +Varia - linux presentation day + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              891. varia komt in vele vormen:
              892. +
              893.  mailinglijst
              894. +
              895.  RSS feed
              896. + +
              897. Nederlands
              898. +
              899. English
              900. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/logging.html b/old/output/nl/tag/logging.html new file mode 100644 index 0000000..67be940 --- /dev/null +++ b/old/output/nl/tag/logging.html @@ -0,0 +1,105 @@ + + + +Varia - logging + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              901. varia komt in vele vormen:
              902. +
              903.  mailinglijst
              904. +
              905.  RSS feed
              906. + +
              907. Nederlands
              908. +
              909. English
              910. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/mastodon.html b/old/output/nl/tag/mastodon.html new file mode 100644 index 0000000..c52a3e4 --- /dev/null +++ b/old/output/nl/tag/mastodon.html @@ -0,0 +1,105 @@ + + + +Varia - mastodon + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              911. varia komt in vele vormen:
              912. +
              913.  mailinglijst
              914. +
              915.  RSS feed
              916. + +
              917. Nederlands
              918. +
              919. English
              920. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/microblogging.html b/old/output/nl/tag/microblogging.html new file mode 100644 index 0000000..7d6f9d6 --- /dev/null +++ b/old/output/nl/tag/microblogging.html @@ -0,0 +1,105 @@ + + + +Varia - microblogging + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              921. varia komt in vele vormen:
              922. +
              923.  mailinglijst
              924. +
              925.  RSS feed
              926. + +
              927. Nederlands
              928. +
              929. English
              930. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/music.html b/old/output/nl/tag/music.html new file mode 100644 index 0000000..82b12a4 --- /dev/null +++ b/old/output/nl/tag/music.html @@ -0,0 +1,109 @@ + + + +Varia - music + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              931. varia komt in vele vormen:
              932. +
              933.  mailinglijst
              934. +
              935.  RSS feed
              936. + +
              937. Nederlands
              938. +
              939. English
              940. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/muziek.html b/old/output/nl/tag/muziek.html new file mode 100644 index 0000000..b3793dc --- /dev/null +++ b/old/output/nl/tag/muziek.html @@ -0,0 +1,105 @@ + + + +Varia - muziek + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              941. varia komt in vele vormen:
              942. +
              943.  mailinglijst
              944. +
              945.  RSS feed
              946. + +
              947. Nederlands
              948. +
              949. English
              950. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/networks.html b/old/output/nl/tag/networks.html new file mode 100644 index 0000000..42e884e --- /dev/null +++ b/old/output/nl/tag/networks.html @@ -0,0 +1,163 @@ + + + +Varia - networks + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              951. varia komt in vele vormen:
              952. +
              953.  mailinglijst
              954. +
              955.  RSS feed
              956. + +
              957. Nederlands
              958. +
              959. English
              960. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Van het gecentraliseerde HTTP pad af

                +

                In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/niek.html b/old/output/nl/tag/niek.html new file mode 100644 index 0000000..8714770 --- /dev/null +++ b/old/output/nl/tag/niek.html @@ -0,0 +1,105 @@ + + + +Varia - niek + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              961. varia komt in vele vormen:
              962. +
              963.  mailinglijst
              964. +
              965.  RSS feed
              966. + +
              967. Nederlands
              968. +
              969. English
              970. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/noise.html b/old/output/nl/tag/noise.html new file mode 100644 index 0000000..60199ca --- /dev/null +++ b/old/output/nl/tag/noise.html @@ -0,0 +1,106 @@ + + + +Varia - noise + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              971. varia komt in vele vormen:
              972. +
              973.  mailinglijst
              974. +
              975.  RSS feed
              976. + +
              977. Nederlands
              978. +
              979. English
              980. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/on.html b/old/output/nl/tag/on.html new file mode 100644 index 0000000..74b7fa7 --- /dev/null +++ b/old/output/nl/tag/on.html @@ -0,0 +1,105 @@ + + + +Varia - on + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              981. varia komt in vele vormen:
              982. +
              983.  mailinglijst
              984. +
              985.  RSS feed
              986. + +
              987. Nederlands
              988. +
              989. English
              990. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/ontmoetingen.html b/old/output/nl/tag/ontmoetingen.html new file mode 100644 index 0000000..3e8b561 --- /dev/null +++ b/old/output/nl/tag/ontmoetingen.html @@ -0,0 +1,105 @@ + + + +Varia - ontmoetingen + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              991. varia komt in vele vormen:
              992. +
              993.  mailinglijst
              994. +
              995.  RSS feed
              996. + +
              997. Nederlands
              998. +
              999. English
              1000. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/open-dag.html b/old/output/nl/tag/open-dag.html new file mode 100644 index 0000000..d0d0342 --- /dev/null +++ b/old/output/nl/tag/open-dag.html @@ -0,0 +1,108 @@ + + + +Varia - open dag + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1001. varia komt in vele vormen:
              1002. +
              1003.  mailinglijst
              1004. +
              1005.  RSS feed
              1006. + +
              1007. Nederlands
              1008. +
              1009. English
              1010. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/presentatie.html b/old/output/nl/tag/presentatie.html new file mode 100644 index 0000000..b34d552 --- /dev/null +++ b/old/output/nl/tag/presentatie.html @@ -0,0 +1,109 @@ + + + +Varia - presentatie + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1011. varia komt in vele vormen:
              1012. +
              1013.  mailinglijst
              1014. +
              1015.  RSS feed
              1016. + +
              1017. Nederlands
              1018. +
              1019. English
              1020. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/presentation.html b/old/output/nl/tag/presentation.html new file mode 100644 index 0000000..d37dc2d --- /dev/null +++ b/old/output/nl/tag/presentation.html @@ -0,0 +1,105 @@ + + + +Varia - presentation + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1021. varia komt in vele vormen:
              1022. +
              1023.  mailinglijst
              1024. +
              1025.  RSS feed
              1026. + +
              1027. Nederlands
              1028. +
              1029. English
              1030. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/publiceren.html b/old/output/nl/tag/publiceren.html new file mode 100644 index 0000000..71e9679 --- /dev/null +++ b/old/output/nl/tag/publiceren.html @@ -0,0 +1,103 @@ + + + +Varia - publiceren + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1031. varia komt in vele vormen:
              1032. +
              1033.  mailinglijst
              1034. +
              1035.  RSS feed
              1036. + +
              1037. Nederlands
              1038. +
              1039. English
              1040. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/publishing.html b/old/output/nl/tag/publishing.html new file mode 100644 index 0000000..acd8a2a --- /dev/null +++ b/old/output/nl/tag/publishing.html @@ -0,0 +1,114 @@ + + + +Varia - publishing + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1041. varia komt in vele vormen:
              1042. +
              1043.  mailinglijst
              1044. +
              1045.  RSS feed
              1046. + +
              1047. Nederlands
              1048. +
              1049. English
              1050. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/radio.html b/old/output/nl/tag/radio.html new file mode 100644 index 0000000..00a0dac --- /dev/null +++ b/old/output/nl/tag/radio.html @@ -0,0 +1,105 @@ + + + +Varia - radio + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1051. varia komt in vele vormen:
              1052. +
              1053.  mailinglijst
              1054. +
              1055.  RSS feed
              1056. + +
              1057. Nederlands
              1058. +
              1059. English
              1060. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/receptenboek.html b/old/output/nl/tag/receptenboek.html new file mode 100644 index 0000000..7a2b233 --- /dev/null +++ b/old/output/nl/tag/receptenboek.html @@ -0,0 +1,109 @@ + + + +Varia - receptenboek. + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1061. varia komt in vele vormen:
              1062. +
              1063.  mailinglijst
              1064. +
              1065.  RSS feed
              1066. + +
              1067. Nederlands
              1068. +
              1069. English
              1070. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/repair.html b/old/output/nl/tag/repair.html new file mode 100644 index 0000000..984d420 --- /dev/null +++ b/old/output/nl/tag/repair.html @@ -0,0 +1,97 @@ + + + +Varia - repair + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1071. varia komt in vele vormen:
              1072. +
              1073.  mailinglijst
              1074. +
              1075.  RSS feed
              1076. + +
              1077. Nederlands
              1078. +
              1079. English
              1080. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/report.html b/old/output/nl/tag/report.html new file mode 100644 index 0000000..db6f05e --- /dev/null +++ b/old/output/nl/tag/report.html @@ -0,0 +1,95 @@ + + + +Varia - report + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1081. varia komt in vele vormen:
              1082. +
              1083.  mailinglijst
              1084. +
              1085.  RSS feed
              1086. + +
              1087. Nederlands
              1088. +
              1089. English
              1090. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/revival.html b/old/output/nl/tag/revival.html new file mode 100644 index 0000000..2d67c34 --- /dev/null +++ b/old/output/nl/tag/revival.html @@ -0,0 +1,109 @@ + + + +Varia - revival + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1091. varia komt in vele vormen:
              1092. +
              1093.  mailinglijst
              1094. +
              1095.  RSS feed
              1096. + +
              1097. Nederlands
              1098. +
              1099. English
              1100. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/ruimte.html b/old/output/nl/tag/ruimte.html new file mode 100644 index 0000000..3625813 --- /dev/null +++ b/old/output/nl/tag/ruimte.html @@ -0,0 +1,105 @@ + + + +Varia - ruimte + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1101. varia komt in vele vormen:
              1102. +
              1103.  mailinglijst
              1104. +
              1105.  RSS feed
              1106. + +
              1107. Nederlands
              1108. +
              1109. English
              1110. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/safety.html b/old/output/nl/tag/safety.html new file mode 100644 index 0000000..25cdcf6 --- /dev/null +++ b/old/output/nl/tag/safety.html @@ -0,0 +1,105 @@ + + + +Varia - safety + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1111. varia komt in vele vormen:
              1112. +
              1113.  mailinglijst
              1114. +
              1115.  RSS feed
              1116. + +
              1117. Nederlands
              1118. +
              1119. English
              1120. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/samenwerking.html b/old/output/nl/tag/samenwerking.html new file mode 100644 index 0000000..d6a057e --- /dev/null +++ b/old/output/nl/tag/samenwerking.html @@ -0,0 +1,109 @@ + + + +Varia - samenwerking + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1121. varia komt in vele vormen:
              1122. +
              1123.  mailinglijst
              1124. +
              1125.  RSS feed
              1126. + +
              1127. Nederlands
              1128. +
              1129. English
              1130. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/self-hosting.html b/old/output/nl/tag/self-hosting.html new file mode 100644 index 0000000..8460f4b --- /dev/null +++ b/old/output/nl/tag/self-hosting.html @@ -0,0 +1,111 @@ + + + +Varia - self-hosting + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1131. varia komt in vele vormen:
              1132. +
              1133.  mailinglijst
              1134. +
              1135.  RSS feed
              1136. + +
              1137. Nederlands
              1138. +
              1139. English
              1140. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
                +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
                +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
                +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
                +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
                +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
                +░░░░░░█░░░█░░░█░█░█▀▄░░░░
                +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +
                + +

                Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/sensible.html b/old/output/nl/tag/sensible.html new file mode 100644 index 0000000..6acf936 --- /dev/null +++ b/old/output/nl/tag/sensible.html @@ -0,0 +1,109 @@ + + + +Varia - sensible + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1141. varia komt in vele vormen:
              1142. +
              1143.  mailinglijst
              1144. +
              1145.  RSS feed
              1146. + +
              1147. Nederlands
              1148. +
              1149. English
              1150. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/soccer.html b/old/output/nl/tag/soccer.html new file mode 100644 index 0000000..747b28d --- /dev/null +++ b/old/output/nl/tag/soccer.html @@ -0,0 +1,109 @@ + + + +Varia - soccer + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1151. varia komt in vele vormen:
              1152. +
              1153.  mailinglijst
              1154. +
              1155.  RSS feed
              1156. + +
              1157. Nederlands
              1158. +
              1159. English
              1160. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/software.html b/old/output/nl/tag/software.html new file mode 100644 index 0000000..f327d2a --- /dev/null +++ b/old/output/nl/tag/software.html @@ -0,0 +1,109 @@ + + + +Varia - software + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1161. varia komt in vele vormen:
              1162. +
              1163.  mailinglijst
              1164. +
              1165.  RSS feed
              1166. + +
              1167. Nederlands
              1168. +
              1169. English
              1170. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/storage.html b/old/output/nl/tag/storage.html new file mode 100644 index 0000000..776fb3d --- /dev/null +++ b/old/output/nl/tag/storage.html @@ -0,0 +1,110 @@ + + + +Varia - storage + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1171. varia komt in vele vormen:
              1172. +
              1173.  mailinglijst
              1174. +
              1175.  RSS feed
              1176. + +
              1177. Nederlands
              1178. +
              1179. English
              1180. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/synthezisers.html b/old/output/nl/tag/synthezisers.html new file mode 100644 index 0000000..371897b --- /dev/null +++ b/old/output/nl/tag/synthezisers.html @@ -0,0 +1,102 @@ + + + +Varia - synthezisers + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1181. varia komt in vele vormen:
              1182. +
              1183.  mailinglijst
              1184. +
              1185.  RSS feed
              1186. + +
              1187. Nederlands
              1188. +
              1189. English
              1190. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

                +

                Wil …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/tijd.html b/old/output/nl/tag/tijd.html new file mode 100644 index 0000000..393bef8 --- /dev/null +++ b/old/output/nl/tag/tijd.html @@ -0,0 +1,105 @@ + + + +Varia - tijd + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1191. varia komt in vele vormen:
              1192. +
              1193.  mailinglijst
              1194. +
              1195.  RSS feed
              1196. + +
              1197. Nederlands
              1198. +
              1199. English
              1200. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/topology.html b/old/output/nl/tag/topology.html new file mode 100644 index 0000000..4e250f7 --- /dev/null +++ b/old/output/nl/tag/topology.html @@ -0,0 +1,106 @@ + + + +Varia - topology + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1201. varia komt in vele vormen:
              1202. +
              1203.  mailinglijst
              1204. +
              1205.  RSS feed
              1206. + +
              1207. Nederlands
              1208. +
              1209. English
              1210. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Van het gecentraliseerde HTTP pad af

                +

                In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/totaal.html b/old/output/nl/tag/totaal.html new file mode 100644 index 0000000..6485a47 --- /dev/null +++ b/old/output/nl/tag/totaal.html @@ -0,0 +1,105 @@ + + + +Varia - totaal + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1211. varia komt in vele vormen:
              1212. +
              1213.  mailinglijst
              1214. +
              1215.  RSS feed
              1216. + +
              1217. Nederlands
              1218. +
              1219. English
              1220. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/video-game.html b/old/output/nl/tag/video-game.html new file mode 100644 index 0000000..4d81e97 --- /dev/null +++ b/old/output/nl/tag/video-game.html @@ -0,0 +1,97 @@ + + + +Varia - video game + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1221. varia komt in vele vormen:
              1222. +
              1223.  mailinglijst
              1224. +
              1225.  RSS feed
              1226. + +
              1227. Nederlands
              1228. +
              1229. English
              1230. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/war.html b/old/output/nl/tag/war.html new file mode 100644 index 0000000..7ff5194 --- /dev/null +++ b/old/output/nl/tag/war.html @@ -0,0 +1,106 @@ + + + +Varia - war + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1231. varia komt in vele vormen:
              1232. +
              1233.  mailinglijst
              1234. +
              1235.  RSS feed
              1236. + +
              1237. Nederlands
              1238. +
              1239. English
              1240. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

                +

                Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/web.html b/old/output/nl/tag/web.html new file mode 100644 index 0000000..529bd88 --- /dev/null +++ b/old/output/nl/tag/web.html @@ -0,0 +1,103 @@ + + + +Varia - web + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1241. varia komt in vele vormen:
              1242. +
              1243.  mailinglijst
              1244. +
              1245.  RSS feed
              1246. + +
              1247. Nederlands
              1248. +
              1249. English
              1250. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/werkgroep.html b/old/output/nl/tag/werkgroep.html new file mode 100644 index 0000000..ccd630e --- /dev/null +++ b/old/output/nl/tag/werkgroep.html @@ -0,0 +1,103 @@ + + + +Varia - werkgroep + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1251. varia komt in vele vormen:
              1252. +
              1253.  mailinglijst
              1254. +
              1255.  RSS feed
              1256. + +
              1257. Nederlands
              1258. +
              1259. English
              1260. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/worksessie.html b/old/output/nl/tag/worksessie.html new file mode 100644 index 0000000..bf183c4 --- /dev/null +++ b/old/output/nl/tag/worksessie.html @@ -0,0 +1,109 @@ + + + +Varia - worksessie + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1261. varia komt in vele vormen:
              1262. +
              1263.  mailinglijst
              1264. +
              1265.  RSS feed
              1266. + +
              1267. Nederlands
              1268. +
              1269. English
              1270. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/worksession.html b/old/output/nl/tag/worksession.html new file mode 100644 index 0000000..2f3ac8f --- /dev/null +++ b/old/output/nl/tag/worksession.html @@ -0,0 +1,105 @@ + + + +Varia - worksession + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1271. varia komt in vele vormen:
              1272. +
              1273.  mailinglijst
              1274. +
              1275.  RSS feed
              1276. + +
              1277. Nederlands
              1278. +
              1279. English
              1280. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/workshop.html b/old/output/nl/tag/workshop.html new file mode 100644 index 0000000..7d976f6 --- /dev/null +++ b/old/output/nl/tag/workshop.html @@ -0,0 +1,109 @@ + + + +Varia - workshop + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1281. varia komt in vele vormen:
              1282. +
              1283.  mailinglijst
              1284. +
              1285.  RSS feed
              1286. + +
              1287. Nederlands
              1288. +
              1289. English
              1290. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/workshops.html b/old/output/nl/tag/workshops.html new file mode 100644 index 0000000..d073f27 --- /dev/null +++ b/old/output/nl/tag/workshops.html @@ -0,0 +1,108 @@ + + + +Varia - workshops + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1291. varia komt in vele vormen:
              1292. +
              1293.  mailinglijst
              1294. +
              1295.  RSS feed
              1296. + +
              1297. Nederlands
              1298. +
              1299. English
              1300. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/xpub.html b/old/output/nl/tag/xpub.html new file mode 100644 index 0000000..0c22a06 --- /dev/null +++ b/old/output/nl/tag/xpub.html @@ -0,0 +1,114 @@ + + + +Varia - xpub + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1301. varia komt in vele vormen:
              1302. +
              1303.  mailinglijst
              1304. +
              1305.  RSS feed
              1306. + +
              1307. Nederlands
              1308. +
              1309. English
              1310. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tag/zines.html b/old/output/nl/tag/zines.html new file mode 100644 index 0000000..f74171f --- /dev/null +++ b/old/output/nl/tag/zines.html @@ -0,0 +1,114 @@ + + + +Varia - zines + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1311. varia komt in vele vormen:
              1312. +
              1313.  mailinglijst
              1314. +
              1315.  RSS feed
              1316. + +
              1317. Nederlands
              1318. +
              1319. English
              1320. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/nl/tags.html b/old/output/nl/tags.html new file mode 100644 index 0000000..6cffa2a --- /dev/null +++ b/old/output/nl/tags.html @@ -0,0 +1,133 @@ + + + +Varia - Tags + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1321. varia komt in vele vormen:
              1322. +
              1323.  mailinglijst
              1324. +
              1325.  RSS feed
              1326. + +
              1327. Nederlands
              1328. +
              1329. English
              1330. +
                +
                +
                + +
                + +

                Tags for Varia

              1331. 21 (1)
              1332. +
              1333. 21st century (2)
              1334. +
              1335. 21ste eeuw (1)
              1336. +
              1337. able (1)
              1338. +
              1339. activitypub (1)
              1340. +
              1341. afval (1)
              1342. +
              1343. algorithms (1)
              1344. +
              1345. apocalypse (1)
              1346. +
              1347. architecture (1)
              1348. +
              1349. book (1)
              1350. +
              1351. bunting (1)
              1352. +
              1353. cake (1)
              1354. +
              1355. calling (1)
              1356. +
              1357. camp (1)
              1358. +
              1359. century (1)
              1360. +
              1361. concert (3)
              1362. +
              1363. Conversas (1)
              1364. +
              1365. crystals (1)
              1366. +
              1367. ctrl-alt-save (1)
              1368. +
              1369. data (1)
              1370. +
              1371. druk (1)
              1372. +
              1373. écht nuttige kennis (1)
              1374. +
              1375. electronica (1)
              1376. +
              1377. entrepecariat (1)
              1378. +
              1379. event (5)
              1380. +
              1381. federation (1)
              1382. +
              1383. floppy (1)
              1384. +
              1385. fluxus (1)
              1386. +
              1387. fountain (1)
              1388. +
              1389. gaming (1)
              1390. +
              1391. health (1)
              1392. +
              1393. heath (1)
              1394. +
              1395. hilkmann (1)
              1396. +
              1397. improv (1)
              1398. +
              1399. industriële propaganda (1)
              1400. +
              1401. informeel (1)
              1402. +
              1403. infrastructure (1)
              1404. +
              1405. interfacing (1)
              1406. +
              1407. IPFS (1)
              1408. +
              1409. kantoren (1)
              1410. +
              1411. launch (1)
              1412. +
              1413. libraries publishing epub pdf (1)
              1414. +
              1415. linux presentation day (1)
              1416. +
              1417. logging (1)
              1418. +
              1419. mastodon (1)
              1420. +
              1421. microblogging (1)
              1422. +
              1423. music (1)
              1424. +
              1425. muziek (1)
              1426. +
              1427. networks (2)
              1428. +
              1429. niek (1)
              1430. +
              1431. noise (1)
              1432. +
              1433. on (1)
              1434. +
              1435. ontmoetingen (1)
              1436. +
              1437. open dag (1)
              1438. +
              1439. presentatie (1)
              1440. +
              1441. presentation (1)
              1442. +
              1443. publiceren (1)
              1444. +
              1445. publishing (1)
              1446. +
              1447. radio (1)
              1448. +
              1449. receptenboek. (1)
              1450. +
              1451. repair (1)
              1452. +
              1453. report (1)
              1454. +
              1455. revival (1)
              1456. +
              1457. ruimte (1)
              1458. +
              1459. safety (1)
              1460. +
              1461. samenwerking (1)
              1462. +
              1463. self-hosting (1)
              1464. +
              1465. sensible (1)
              1466. +
              1467. soccer (1)
              1468. +
              1469. software (1)
              1470. +
              1471. storage (1)
              1472. +
              1473. synthezisers (1)
              1474. +
              1475. tijd (1)
              1476. +
              1477. topology (1)
              1478. +
              1479. totaal (1)
              1480. +
              1481. video game (1)
              1482. +
              1483. war (1)
              1484. +
              1485. web (1)
              1486. +
              1487. werkgroep (1)
              1488. +
              1489. worksessie (1)
              1490. +
              1491. worksession (1)
              1492. +
              1493. workshop (1)
              1494. +
              1495. workshops (1)
              1496. +
              1497. xpub (1)
              1498. +
              1499. zines (1)
              1500. + + \ No newline at end of file diff --git a/old/output/nl/the-big-bounce_century-21-calling.html b/old/output/nl/the-big-bounce_century-21-calling.html new file mode 100644 index 0000000..9d6eb0f --- /dev/null +++ b/old/output/nl/the-big-bounce_century-21-calling.html @@ -0,0 +1,132 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1501. varia komt in vele vormen:
              1502. +
              1503.  mailinglijst
              1504. +
              1505.  RSS feed
              1506. + +
              1507. Nederlands
              1508. +
              1509. English
              1510. +
                +
                +
                + +
                + + + + +
                +
                + The Big Bounce - Century 21 Calling +
                +
                + +
                +
                2018-10-20 20:00:00
                +
                Gepubliceerd op 20 October 2018
                +
                + +
                +
                +
                +

                De derde editie van Century 21 Calling is gewijd aan de ontwikkeling van +satellietcommunicatie. Van de spiegelende kogels in de jaren 50 tot +hedendaagse SATCOM systemen.

                +

                Hoe werken deze dingen? Hoe krijgt men ze de ruimte in? Wat gebeurt er +als ze kapotgaan? En waarom zijn er geen kogelvormige satellieten meer?

                +

                Na de screening neemt mmths ons mee op een reis door het radiospectrum. +In zijn performance bezoeken we de ontmoetingsplekken van +satellietpiraten en worden we ondergedompeld in de ruis en signalen van +spooksatellieten.

                +

                mmths is een geluidskunstenaar in Rotterdam. Hij is gefascineerd door +wat er in het heelal gebeurt en zijn huidige werk gaat over de ontvangst +van onbekende radiosignalen en satellieten als basis voor live +performance en compositie.

                +

                “Century 21 Calling” gebruikt archiefmateriaal uit de industrie, +infomercials van bedrijven, tv uitzendingen en documentaires die in het +verleden ons beeld van de toekomst hebben gevormd en gebruikt die om het +heden te doorgronden. Het is een initiatief van Save_as en vindt plaats +in Varia in Rotterdam.

                +

                Datum: Zaterdag 20 oktober 2018
                +Deuren open: 20:00u
                +Start screening: 20:30u
                +Performance: 21:30u
                +Einde van de avond: 23:00u

                +

                Entree: Donatie

                +
                +

                Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van Thomas Walskaar en Léna Robin en is geïnitieerd in 2017.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/the-ecosystem-is-moving.html b/old/output/nl/the-ecosystem-is-moving.html new file mode 100644 index 0000000..d50a88c --- /dev/null +++ b/old/output/nl/the-ecosystem-is-moving.html @@ -0,0 +1,135 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1511. varia komt in vele vormen:
              1512. +
              1513.  mailinglijst
              1514. +
              1515.  RSS feed
              1516. + +
              1517. Nederlands
              1518. +
              1519. English
              1520. +
                +
                +
                + +
                + + + + +
                +
                + Welcome to the � Federation - The Ecosystem is Moving +
                +
                + +
                +
                2018-06-01 19:00:00
                +
                Gepubliceerd op 20 May 2018
                +
                + +
                +
                +
                +

                Op 1 en 2 juni organiseert Varia 'The Ecosystem Is Moving', een lezing door en een werksessie met Daniel Gultsch over federatieve chat diensten, open source software en de duurzaamheid van open systemen.

                +
                  +
                • 1 juni 19.00 - 22.00 uur - introductie tot XMPP en lezing door Daniel Gultsch
                • +
                • 2 juni, 10.00 - 18.00 uur - werkessie rondom vormgeving en federatieve chat systemen.
                  Registreer voor deze werksessie door een mailtje te sturen naar info * varia.zone
                • +
                +

                Daniel Gultsch is de ontwikkelaar achter Conversations, een open source instant messaging-applicatie voor Android. In 2014 besloot hij om voltijds te werken aan Conversations en daar ook van proberen te leven. In plaats van helemaal opnieuw met Conversations te beginnen, bouwde hij een nieuwe client voor het bestaande gefedereerde chatprotocol XMPP.

                +

                Omdat een XMPP-applicatie in feite maar net zo goed kan zijn als het hele ecosysteem waar het onderdeel van is, was er voor Daniel een noodzaak om naast zijn werk aan Conversations ook bij te dragen aan het uitbreiden en verbeteren van dat grotere XMPP-ecosysteem. Deze werkzaamheden omvatten het helpen opstellen en implementeren van protocolstandaarden. OMEMO, een moderne en gebruiksvriendelijke end-to-end encryptie op basis van het protocol van Signal is daar een voorbeeld van. Hij draagt ook code bij aan andere XMPP-servers en -clients in het ecosysteem om ze te helpen te moderniseren. Daarnaast is hij via zijn kritische essays een uitgesproken voorstander van XMPP en open standaarden in het algemeen.

                +

                Conversations is een uitzonderlijk project, omdat het door de aanhoudende focus op gebruikerservaring, ontwerp en beveiliging veel belangstelling heeft vergaard voor zowel zichzelf als ook het XMPP-ecosysteem als geheel. Dit maakt het een interessant voorbeeld om vanuit te bevragen hoe het ontwerpveld zou kunnen bijdragen aan kritieke softwarepraktijken.

                +
                +

                Welcome to the Federation

                +

                Welcome to the � Federation is gebaseerd op een hernieuwde interesse in 'alternatieve' onlinediensten zoals sociale media en chat. Door middel van presenaties en werksessies worden in de context van dit project verschillende evenementen georganiseerd rond softwareprojecten die werken aan deze ecosystemen. Een bijzondere focus zal liggen op projecten die opnieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, deels door hun focus op ontwerp, taal en gebruikerservaring (UX).

                +

                De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: Welcome to the � Federation(engelstalig).

                +
                +

                Dit project wordt mogelijk gemaakt met de steun van CBK Rotterdam.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/the-network-we-de-served.html b/old/output/nl/the-network-we-de-served.html new file mode 100644 index 0000000..3af0464 --- /dev/null +++ b/old/output/nl/the-network-we-de-served.html @@ -0,0 +1,134 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1521. varia komt in vele vormen:
              1522. +
              1523.  mailinglijst
              1524. +
              1525.  RSS feed
              1526. + +
              1527. Nederlands
              1528. +
              1529. English
              1530. +
                +
                +
                + +
                + + + + +
                +
                + The Network We (de)Served - (XPUB Special Issue #08) +
                +
                + +
                +
                2019-04-04 19:00:00
                +
                Gepubliceerd op 04 April 2019
                +
                + +
                +
                +
                +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de huizen waar het mogelijk was installeerden we een server, maar dat lukte niet overal. Het maakte sommigen van ons afhankelijk van een ander lid van de groep.

                +

                Gedurende het project was gezamenlijk werken aan vormen van self-hosting een manier om het te hebben over netwerken, autonomie, online publiceren en sociale infrastructuren, waarbij we elk van ons vertrok vanuit een andere vraag. We willen graag onze persoonlijke (en toch onderling verbonden) zoektochten met je delen, je een verhaal vertellen, je onze on-line en geprinte zines presenteren en je uitnodigen om ons zelfgebouwde netwerk te verkennen.

                +

                Datum: Donderdag 04 april 2019
                +Locatie: Gouwstraat 3, Rotterdam
                +Entree: Gratis
                +Start: 19:00

                +

                https://issue.xpub.nl/08/

                +

                Met bijdragen van: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.

                +

                Dit project is ontwikkeld in de context van de Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) van het Piet Zwart Instituut, en Varia, Centrum voor Alledaagse Technologie, Rotterdam - april 2019.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/the-secret-life-2.html b/old/output/nl/the-secret-life-2.html new file mode 100644 index 0000000..c465fc0 --- /dev/null +++ b/old/output/nl/the-secret-life-2.html @@ -0,0 +1,114 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1531. varia komt in vele vormen:
              1532. +
              1533.  mailinglijst
              1534. +
              1535.  RSS feed
              1536. + +
              1537. Nederlands
              1538. +
              1539. English
              1540. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 2 +
                +
                + +
                +
                2017-11-19 16:30:00
                +
                Gepubliceerd op 12 November 2017
                +
                + +
                +
                +
                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                19 november: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)

                +
                  +
                • Door: 16:30
                • +
                • Start: 17:00
                • +
                • End: 20:00
                • +
                +

                Prijs: donatie

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/the-secret-life-3.2.html b/old/output/nl/the-secret-life-3.2.html new file mode 100644 index 0000000..02deb39 --- /dev/null +++ b/old/output/nl/the-secret-life-3.2.html @@ -0,0 +1,115 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1541. varia komt in vele vormen:
              1542. +
              1543.  mailinglijst
              1544. +
              1545.  RSS feed
              1546. + +
              1547. Nederlands
              1548. +
              1549. English
              1550. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 3 +
                +
                + +
                +
                2017-12-20 19:30:00
                +
                15 December 2017
                +
                + +
                +
                +
                +

                Nieuwe poging! Nu zonder sneeuwstorm.

                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                data

                +

                20 december: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)

                +
                  +
                • Aanvang: 19:30
                • +
                • Start: 20:00
                • +
                • Eind 23:00
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/the-secret-life-3.html b/old/output/nl/the-secret-life-3.html new file mode 100644 index 0000000..2a1cfe7 --- /dev/null +++ b/old/output/nl/the-secret-life-3.html @@ -0,0 +1,114 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1551. varia komt in vele vormen:
              1552. +
              1553.  mailinglijst
              1554. +
              1555.  RSS feed
              1556. + +
              1557. Nederlands
              1558. +
              1559. English
              1560. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 3 (afgelast) +
                +
                + +
                +
                2017-12-10 19:30:00
                +
                23 November 2017
                +
                + +
                +
                +
                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                data

                +

                10 december: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)

                +
                  +
                • Aanvang: 19:30
                • +
                • Start: 20:00
                • +
                • Eind 23:00
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/the-secret-life-seizoen-1.html b/old/output/nl/the-secret-life-seizoen-1.html new file mode 100644 index 0000000..366725f --- /dev/null +++ b/old/output/nl/the-secret-life-seizoen-1.html @@ -0,0 +1,121 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1561. varia komt in vele vormen:
              1562. +
              1563.  mailinglijst
              1564. +
              1565.  RSS feed
              1566. + +
              1567. Nederlands
              1568. +
              1569. English
              1570. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 1 +
                +
                + +
                +
                2017-11-05 19:30:00
                +
                29 October 2017
                +
                + +
                +
                +
                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                data

                +

                5 november: seizoen 1 - huishoudelijke apparatuur (stofzuiger, naaimachine, centrale verwarming, wasmachine, vriezer en televisie)

                +
                  +
                • Aanvang: 19:30
                • +
                • Start: 20:00
                • +
                • Eind 23:00
                • +
                +

                19 november: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)

                +
                  +
                • Door: 16:30
                • +
                • Start: 17:00
                • +
                • End: 20:00
                • +
                +

                Prijs: donatie

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/the-social-in-the-media.html b/old/output/nl/the-social-in-the-media.html new file mode 100644 index 0000000..2cd5b6f --- /dev/null +++ b/old/output/nl/the-social-in-the-media.html @@ -0,0 +1,114 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1571. varia komt in vele vormen:
              1572. +
              1573.  mailinglijst
              1574. +
              1575.  RSS feed
              1576. + +
              1577. Nederlands
              1578. +
              1579. English
              1580. +
                +
                +
                + +
                + + + + +
                +
                + THE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD) +
                +
                + +
                +
                Gepubliceerd op 21 October 2019
                +
                + +
                +
                +
                +

                Afgelopen zomer bezochten we ODD in Boekarest, om een presentatie te geven over collectieve infrastructuren en tools. Het verslag van ons bezoek is geschreven in het Engels, klik hier om het te lezen!

                +
                +

                Broad Varia Ecosystem

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/there-is-an-elephant-in-the-room.html b/old/output/nl/there-is-an-elephant-in-the-room.html new file mode 100644 index 0000000..8cdbcf1 --- /dev/null +++ b/old/output/nl/there-is-an-elephant-in-the-room.html @@ -0,0 +1,109 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1581. varia komt in vele vormen:
              1582. +
              1583.  mailinglijst
              1584. +
              1585.  RSS feed
              1586. + +
              1587. Nederlands
              1588. +
              1589. English
              1590. +
                +
                +
                + +
                + + + + +
                +
                + Dear Cultural Intitiative, there is an Elephant in the Room. +
                +
                + +
                +
                2019-04-12 13:00:00
                +
                Gepubliceerd op 12 April 2019
                +
                + +
                +
                +
                +

                Dear Cultural Intitiative, there is an Elephant in the Room is een workshop waarin de afhankelijk van globale commerciële digitale tools en sociale networken een uitgangspunt is voor een gesprek rondom digitale infrastructuren van zelf-georganiseerde culturele initiatieven in Rotterdam.

                +

                De aankondiging van onze workshop is niet vertaald naar het Nederlands. Klik hier om de Engelse versie te lezen.

                +

                De workshop is onderdeel van het Autonomous Fabric symposium. http://www.autonomousfabric.org

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/varia-open-day.html b/old/output/nl/varia-open-day.html new file mode 100644 index 0000000..badd297 --- /dev/null +++ b/old/output/nl/varia-open-day.html @@ -0,0 +1,137 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1591. varia komt in vele vormen:
              1592. +
              1593.  mailinglijst
              1594. +
              1595.  RSS feed
              1596. + +
              1597. Nederlands
              1598. +
              1599. English
              1600. +
                +
                +
                + +
                + + + + +
                +
                + Open Dag @ Varia +
                +
                + +
                +
                2018-05-12 12:00:00
                +
                Gepubliceerd op 12 April 2018
                +
                + +
                +
                +
                +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of kun je de software niet meer bijwerken? Dan is het tijd om Linux te proberen! Het Linux Presentation Day team dat eerdere edities in Leeszaal West heeft georganiseerd staat nu voor je klaar in varia. Wil je jou oude computer nieuw leven inblazen? Vergeet deze dan niet mee te nemen. Dan kun je daar Linux op uit proberen of hulp te krijgen bij het installeren!

                +

                Adblocken voor beginners (hele dag)

                +

                Ben je het zat om naar online advertenties te kijken? Ben je het zat dat online advertenties naar jou terug kijken? Neem je computer of smartphone mee en dan laten wij zien hoe je van de rust en privacy van een advertentievrij internet kunt genieten.

                +

                Solderen kan je leren (14:00 - 16:00)

                +

                Maak kennis met elektronica door samen met wat onderdelen, een vaste hand en hulp van ons een mini boombox in elkaar te zetten! Neem je favoriete muziek, een oude (micro) SD-kaart en 5 euro voor materialen mee. 12 jaar en ouder. Geef je van tevoren op door ons een mail te sturen.

                +

                Graphic tool-test-party (15:00 - 16:00)

                +

                Ben je benieuwd naar andere grafische softwarepaketten dan Photoshop? Kom langs en probeer een set verschillende tools, zoals Gimp en ImageMagick (beeldbewerking), Laidout (een specifieke vector editor) of zelfgemaakte: maak een zine met Publish or Perish!, een Desktop Publishing tool en spel in één. Het idee is om gedurende de één uur intensieve tool-test-party beeldende recensies van deze tools te maken. We kunnen ze dan ook op een van de varia printers afdrukken.

                +

                De open dag begint om 12:00 en duurt tot 18:00. Ons adres is Gouwstraat 3, Rotterdam Charlois.

                +
                +
                +
                  +
                1. +

                  Vrije software verwijst naar een beweging die door middel van vrije licenties gebruikers het recht geeft om software te gebruiken, bestuderen, aan te passen en te distribueren. Het is gestoeld in gemeenschappen die software gebruiken, schrijven en onderhouden. Van hele professionele server software tot hele experimentele grafische software. Vrije software is een gedeelde interesse en manier van werken voor varia die we graag laten zien! 

                  +
                2. +
                +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/velocity.html b/old/output/nl/velocity.html new file mode 100644 index 0000000..6e27be0 --- /dev/null +++ b/old/output/nl/velocity.html @@ -0,0 +1,126 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1601. varia komt in vele vormen:
              1602. +
              1603.  mailinglijst
              1604. +
              1605.  RSS feed
              1606. + +
              1607. Nederlands
              1608. +
              1609. English
              1610. +
                +
                +
                + +
                + + + + +
                +
                + Maximum Velocity +
                +
                + +
                +
                2018-12-07 20:00:00
                +
                Gepubliceerd op 07 December 2018
                +
                + +
                +
                +
                +

                Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die met snelheid en beweging werken in hun composities en uitvoeringen!

                +

                Ditevenement bestaat uit de volgende elementen:

                +

                Bismuth is een tweemansformatie, opgebouwd uit experimenteel instrumentenbouwer Yuri Landman en multi-instrumentalist Arnold van de Velde (ex-Feverdream). Samen bespelen zij een ruimtevullende hoeveelheid zelfgebouwde instrumenten, gemaakt uit hout, staal, snaren, motoren en electronica. Dzee bonte collectie instrumenten leidt tot een ritmische samensmelting van experimentele noise rock, dance en gamelan.

                +

                Yuri Landman's website

                + + +

                good cop / naughty cop maak directe elektronische composities met zelfgeprogrammeerde software en zelf gemaakte controllers. Ze streven naar een fysieke benadering van elektronische muziek (en in het bijzonder realtime synthese) door het gebruik van objecten als fietsen, radio's, FM-zenders en kleine zonnecelsynths bij hun uitvoeringen. Hun muziek - soms omschreven als 'geïmproviseerde noise ambient' - wordt beïnvloed door de muziek en ideeën van artiesten als John Cage, Tim Hecker, John Zorn en Captain Beefheart. De huidige leden zijn componist/geluidskunstenaar Sjoerd Leijten en ambient producer/pianist Patrick Bossink aka. Arpatle.

                +

                Sjoerd Leijten op het web

                +

                Arpatle Online

                + + +

                Jacco Weener is een performer, kunstenaar en theoloog die werkt tussen Charlois en Scheveningen. De laatste 10 jaar heeft hij onafgebroken opgetreden onder verschillende namen (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) en in verschillende gelegenheden. Op Maximum Velocity zal hij een dans uitvoeren die is geïnspireerd door de meditatieve wervelen van de Sufi-derwisjen van de Mevlevi-orde.

                +

                Meer over Jacco Weener

                + + +

                DJ Knapzak toont het hypnotiserende effect van roterende schijven gemaakt van vinyl die op verschillende snelheden in contact komen met een min of meer stabiele naald. Het effect is verrassend!

                +

                Datum: Vrijdag, 7 December 2018
                +Entree: 5 euro
                +Deur: 20:00
                +Start: 21:00

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/what-a-website-can-be.html b/old/output/nl/what-a-website-can-be.html new file mode 100644 index 0000000..ea121cc --- /dev/null +++ b/old/output/nl/what-a-website-can-be.html @@ -0,0 +1,122 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1611. varia komt in vele vormen:
              1612. +
              1613.  mailinglijst
              1614. +
              1615.  RSS feed
              1616. + +
              1617. Nederlands
              1618. +
              1619. English
              1620. +
                +
                +
                + +
                + + + + +
                +
                + What a website can be +
                +
                + +
                +
                Gepubliceerd op 13 June 2018
                +
                + +
                +
                +
                +

                Dit artikel is in het Engels geschreven, klik hier voor de volledige versie.

                +
                +

                Tijdens het maakproces van een website voor varia, werd het duidelijk dat we niet alleen maar een website wilden maken. Het werd een moment om het proces te onderzoeken en te verkennen wat een website kan zijn.

                +

                varia.zone +De varia website in de loop der tijd.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/what-remains-final-playtest.html b/old/output/nl/what-remains-final-playtest.html new file mode 100644 index 0000000..4ac521b --- /dev/null +++ b/old/output/nl/what-remains-final-playtest.html @@ -0,0 +1,122 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1621. varia komt in vele vormen:
              1622. +
              1623.  mailinglijst
              1624. +
              1625.  RSS feed
              1626. + +
              1627. Nederlands
              1628. +
              1629. English
              1630. +
                +
                +
                + +
                + + + + +
                +
                + What Remains - Final Playtest +
                +
                + +
                +
                2018-06-22 19:00:00
                +
                Gepubliceerd op 14 June 2018
                +
                + +
                +
                +
                +

                We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

                + + +

                What Remains is een gloednieuw, duister humoristisch computerspel voor de Nintendo Entertainment System (NES) uit 1985, ontwikkeld door Iodine Dynamics. De game is momenteel in haar laatste ontwikkelfase belandt en zal in 2018 vrij worden uitgebracht. Met 'vrij' bedoelen we een gratis NES ROM-download en we zullen de broncode en artworks van de game en tools die we hebben gebruikt publiceren. Tevens zal er een gelimiteerde oplage aan fysieke, NES en Famicom casettes van gerecyclede hardware worden geproduceerd.

                +

                Tijdens de ontwikkeling van het spel heeft Iodine Dynamics in samenwerking met Het Nieuwe Instituut voorzonderzoek gedaan en bij V2_ de eerste playtests georganiseerd. Op 22 juni organiseert Varia de laatste playtest voor het spel en we zijn op zoek naar spelers die ons nog één keer feedback willen geven!

                +

                Kom de planeet redden en doe met ons mee op 22 juni!

                +

                Iodine Dynamics

                +

                We beginnen om 19:00u en stoppen rond 22:30u.

                +
                +

                What Remains wordt mogelijk gemaakt door de steun van Stimuleringsfonds, Creatieve Industrie NL.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/nl/woodstone-kugelblitz-druk-in-varia.html b/old/output/nl/woodstone-kugelblitz-druk-in-varia.html new file mode 100644 index 0000000..fc7a48a --- /dev/null +++ b/old/output/nl/woodstone-kugelblitz-druk-in-varia.html @@ -0,0 +1,148 @@ + + + +Varia Centrum voor Alledaagse Technologie + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1631. varia komt in vele vormen:
              1632. +
              1633.  mailinglijst
              1634. +
              1635.  RSS feed
              1636. + +
              1637. Nederlands
              1638. +
              1639. English
              1640. +
                +
                +
                + +
                + + + + +
                +
                + Woodstone Kugelblitz: Druk in Varia +
                +
                + +
                +
                2018-11-23 10:00:00
                +
                Gepubliceerd op 23 November 2018
                +
                + +
                +
                +
                +

                Een Kookboek voor Écht Nuttige Kennis

                +

                Want, sommige dingen zijn nou eenmaal nuttiger om te weten dan andere.

                +

                Op 23, 24 en 25 november tijdens Woodstone Kugelblitz Druk in Varia gaan we een receptenboek maken. +Een handleiding om meer te ageren en minder te consumeren in het dagelijks leven.

                +

                Deze driedaagse gemoedelijke boeksprint gaat over het uitwisselen van kennis over analoge druktechniek, samen koken & eten, het delen van recepten uit- en voor het dagelijkse leven, het bespreken van Écht Nuttige Kennis, samen zijn en het redigeren en vormgeven van de publicatie.

                +

                Een oproep voor Écht Nuttige Recepten!

                +

                Voor de publicatie zijn we op zoek naar doe-het-zelf advies, tips en handleidingen die opgenomen moeten worden in het receptenboek zodat het onderdeel kan worden van ons collectieve geheugen. Zo hebben we bijvoorbeeld al recepten over het opvoeden van peuters zonder luiers, het blokkeren van online advertenties op de computer en het maken van sambal op basis van lactosefermentatie!

                +

                Alle soorten recepten uit het dagelijkse leven zijn hiervoor welkom.

                +

                Deze recepten kunnen gewoon als platte tekst worden ingediend of al reeds voorzien van een vormgeving.

                +

                Stuur het materiaal per post of email voor 15 november naar: +info[at]varia.zone of Gouwstraat 3, 3082 BA, Rotterdam vóór 15 november.

                +

                Je kunt recepten ook toevoegen via deze Écht Nuttige Etherpad https://pad.vvvvvvaria.org/really_useful_knowledge

                +

                Over de boeksprint

                +

                Als je wilt meedoen met de boeksprint zelf, stuur ons dan een e-mailtje (info[at]varia.zone). Let wel dat we op zoek zijn naar mensen die er gedurende de drie dagen kunnen zijn om de continuïteit en concentratie te kunnen behouden voor het maken van de publicatie!

                +

                We hebben tijdens het evenement de volgende printapparatuur op locatie:

                +
                  +
                • Riso automatic A3 met zwarte en blauwe inkt
                • +
                • A0 rol inkt jet plotter op
                • +
                • A0 rol pen plotter
                • +
                • A4 zwart-wit laser printer
                • +
                • Dot matrix printer
                • +
                • automatische stencil kopieermachine -> gele en zwarte inkt
                • +
                • handmatige stencilmachines -> rood, groen, blauw en zwarte inkt
                • +
                • Fax machine (waar we sjablonen voor de stencils mee kunnen maken)
                • +
                • Telex FS200 Teletypewriter
                • +
                • Bonnetjesprinter
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/openday2019-en.html b/old/output/openday2019-en.html new file mode 100644 index 0000000..cf802b9 --- /dev/null +++ b/old/output/openday2019-en.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1641. varia komt in vele vormen:
              1642. +
              1643.  mailinglijst
              1644. +
              1645.  RSS feed
              1646. + +
              1647. Nederlands
              1648. +
              1649. English
              1650. +
                +
                +
                + +
                + + + + +
                +
                + Open Day @ Varia +
                +
                + +
                +
                2019-04-13 12:00
                +
                Published at 13 April 2019
                +
                + +
                +
                +
                +

                During the next edition of South Explorer Varia will host its second annual open day. Expect an afternoon full of heated discussions, sound installations and retro video games. These include Idione Dynamic’s ‘What Remains’ and Mathijs van Oosterhoudt’s ‘Strange Fruits’. Furthermore, Thomas Walskaar will conduct interviews for his new project ‘Hidden Levels’ and Niek Hilkmann will present a new sound installation ‘Venice on the Maas’ in Varia's basement. Join us from 12 till 6!

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/openday2019.html b/old/output/openday2019.html new file mode 100644 index 0000000..9aabe68 --- /dev/null +++ b/old/output/openday2019.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1651. varia komt in vele vormen:
              1652. +
              1653.  mailinglijst
              1654. +
              1655.  RSS feed
              1656. + +
              1657. Nederlands
              1658. +
              1659. English
              1660. +
                +
                +
                + +
                + + + + +
                +
                + Open Dag @ Varia +
                +
                + +
                +
                2019-04-13 12:00:00
                +
                Gepubliceerd op 13 April 2019
                +
                + +
                +
                +
                +

                Tijdens de volgende editie van South Explorer zal Varia haar tweede jaarlijkse open dag organiseren. Verwacht een middag vol verhitte discussies, geluidsinstallaties en retrovideospellen. Bijvoorbeeld Idione Dynamic's 'What Remains' en Mathijs van Oosterhoudt's 'Strange Fruits'. Verder zal Thomas Walskaar bezoekers interviewen voor zijn nieuwe project 'Hidden Levels' en presenteert Niek Hilkmann een nieuwe geluidsinstallatie 'Venetië aan de Maas' in de kelder van Varia . Iedereen is welkom tussen 12 tot 6!

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/opening-en.html b/old/output/opening-en.html new file mode 100644 index 0000000..cb27a8e --- /dev/null +++ b/old/output/opening-en.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1661. varia komt in vele vormen:
              1662. +
              1663.  mailinglijst
              1664. +
              1665.  RSS feed
              1666. + +
              1667. Nederlands
              1668. +
              1669. English
              1670. +
                +
                +
                + +
                + + + + +
                +
                + Opening Space +
                +
                + +
                +
                2017-11-03 20:00
                +
                Published at 26 October 2017
                +
                + +
                +
                +
                +

                After a few weeks of finishing up the space Varia opens her doors on friday the 3rd of november from 20:00 onwards. Drop by to say hi, have a drink and explore the building through 'de_varia'; a custom Counter Strike map made for the occasion!

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/opening.html b/old/output/opening.html new file mode 100644 index 0000000..b8dac40 --- /dev/null +++ b/old/output/opening.html @@ -0,0 +1,107 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1671. varia komt in vele vormen:
              1672. +
              1673.  mailinglijst
              1674. +
              1675.  RSS feed
              1676. + +
              1677. Nederlands
              1678. +
              1679. English
              1680. +
                +
                +
                + +
                + + + + +
                +
                + Opening Ruimte +
                +
                + +
                +
                2017-11-03 20:00:00
                +
                Gepubliceerd op 26 October 2017
                +
                + +
                +
                +
                +

                Na een paar weken hard werken openen we op vrijdag 3 november vanaf 20:00 voor het eerst de Varia voor een groter publiek. Kom hoi zeggen, drink een drankje en ontdek de krochten van het pand aan de hand van 'de_varia'; een voor de gelegenheid ontwikkeld counter strike level van de ruimte.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/pages/about.html b/old/output/pages/about.html new file mode 100644 index 0000000..de3faa1 --- /dev/null +++ b/old/output/pages/about.html @@ -0,0 +1,75 @@ + + + +about + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1681. varia komt in vele vormen:
              1682. +
              1683.  mailinglijst
              1684. +
              1685.  RSS feed
              1686. + +
              1687. Nederlands
              1688. +
              1689. English
              1690. +
                +
                +
                + +
                + + +
                +

                About

                +

                Varia is een Rotterdams initiatief dat in 2017 is ontstaan vanuit de behoefte om de praktijken van de leden open te stellen en ad hoc publieke of semi-publieke momenten te organiseren in verschillende configuraties. In de kern is Varia gericht op het ontwikkelen van kritische inzichten in de technologieën om ons heen. Varia experimenteert met verschillende intrumenten en tools om op een collectieve manier fysieke en digitale infrastructuren te ontwikkelen.

                +

                Onze manier om samen te zijn als een collectieve ruimte wordt omschreven in de volgende documenten: onze Code of Conduct die onze gedeelde waarden en gedragsregels beschrijft, ons collectief statement die de positie van Varia contextualiseert, en lidmaatschapsrichtlijnen waar u meer kunt lezen over ons ledenmodel.

                +

                Adres

                +

                Gouwstraat 3
                +3082 BA
                +Rotterdam (Charlois)

                +

                info@varia.zone

                +

                Mailing List

                +

                U kunt zich inschrijven op onze mailinglijst om op de hoogte te blijven van al wat er gaande is.

                +

                RSS

                +

                Een andere manier om in contact te blijven met Varia is door u te abonneren op onze RSS-feeds.

                +

                [Geldige RSS].

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/code-of-conduct.html b/old/output/pages/code-of-conduct.html new file mode 100644 index 0000000..e0a6eef --- /dev/null +++ b/old/output/pages/code-of-conduct.html @@ -0,0 +1,122 @@ + + + +Code of Conduct + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1691. varia komt in vele vormen:
              1692. +
              1693.  mailinglijst
              1694. +
              1695.  RSS feed
              1696. + +
              1697. Nederlands
              1698. +
              1699. English
              1700. +
                +
                +
                + +
                + + +
                +

                Varia's Code of Conduct

                +

                Over dit document

                +

                De Code of Conduct beschrijft een reeks richtlijnen die helpen bij het vaststellen van gedeelde waarden. Ze zorgen ervoor dat gedrag dat deelnemers kan schaden, wordt vermeden.

                +

                Dit document is van toepassing op de leden en bezoekers van Varia, inclusief de organisatoren van evenementen en mensen waarmee we samenwerken. Het document is ook van toepassing op de gebruikers, beheerders en makers van de online omgevingen van Varia. Wanneer het woord "wij" in dit document wordt gebruikt, is dit van toepassing op al de bovenstaande.

                +

                We erkennen dat we allemaal van verschillende achtergronden komen en bepaalde vooroordelen en privileges hebben. Daarom kan deze Code of Conduct niet alle vormen omvatten waarop mensen zich buitengesloten, onveilig of ongemakkelijk kunnen voelen. We willen ruimte maken voor een open gesprek. Daarom is deze Code of Conduct nooit af en moet deze worden gewijzigd wanneer dat nodig is. We zullen het document in de loop van de tijd aanpassen, zodat deze altijd de prioriteiten en gevoeligheden binnen Varia behandelt. Het is de collectieve verantwoordelijkheid van ons allemaal om dit document na te leven en naar de fysieke en digitale ruimte van Varia te brengen.

                +

                Waarom een Code of Conduct?

                +

                Varia is een complexe collectieve ruimte. Wij zijn een meertalige, multiculturele, multidisciplinaire groep. Bij Varia spreken we voornamelijk Engels en Nederlands. We houden rekening met het feit dat de meeste van onze leden en bezoekers geen native speakers van deze talen zijn. We erkennen ook dat er vele manieren van spreken en communiceren zijn (woorden, gebaren, daden, enz.), afhankelijk van culturele achtergronden, opleidingen en praktijken. Hierdoor kunnen situaties ontstaan ​​waar misverstanden of conflicten optreden. We streven ernaar om deze misverstanden op te lossen door middel van een open dialoog: we geven er de voorkeur aan om uit te gaan van de goede intenties van de leden, deelnemers en bezoekers. Daarom vragen we hen om hun bezorgdheden indien mogelijk rechtstreeks aan elkaar kenbaar te maken. Wanneer dit geen optie is, kan deze Code van Coduct worden geraadpleegd voor verdere acties.

                +

                Varia is een leeromgeving en biedt ruimte aan een brede reeks praktijken. Samenwerken betekent kloven overbruggen: tussen verschillende praktijken, niveaus van technische expertise, persoonlijke voorkeuren en politieke of ethische oriëntaties. We streven ernaar een omgeving te creëren voor deelnemers met verschillende ervaringsgebieden, waar complexe onderwerpen kunnen worden besproken.

                +

                We willen dat Varia een ruimte is waar alle leden hun praktijken in een collectieve setting kunnen ontwikkelen en mensen zich veilig en comfortabel voelen om deel te nemen, zich uit te drukken, te leren en samen te werken. De kwetsbare aard van collectief werk betekent dat ongemakkelijke situaties zullen voorkomen. Deze situaties vragen om wederzijds respect en zorg. We hopen dat iedereen die deelneemt aan Varia respectvol is, zich kwetsbaar durft op te stellen en zorgzaam is voor elkaar. In het belang van het creëren van een inclusieve omgeving, tolereren we geen intimidatie, uitsluiting of ander schadelijk gedrag.

                +

                Gewenst gedrag

                +

                Bij Varia zien we graag:

                +

                attentheid

                +
                ten opzichte van elkaar, de ruimte die we betreden, de mensen in Varia en de praktijken die er gevestigd zijn.
                + +

                openheid

                +
                Probeer geen aannames te maken over anderen. Dit kunnen onder meer vooronderstellingen zijn over identiteit, kennis, ervaringen of gewenste voornaamwoorden. Wees gul met elkaars tijd en mogelijkheden. Help anderen, indien gewenst. Er zijn veel manieren om bij te dragen aan een collectieve praktijk. Die kunnen verschillen van onze individuele manieren.
                + +

                respect

                +
                voor verschillende standpunten en ervaringen. Respecteer fysieke en emotionele grenzen. Ga respectvol om met elkaars beperkte tijd en energie. Neem elkaar en elkaars praktijken serieus. Erken dat dit kan leiden tot onenigheid. Meningsverschil is echter geen excuus voor slechte manieren.
                + +

                verantwoordelijkheid

                +
                Kom beloftes na wanneer je deze maakt. We nemen verantwoordelijkheid voor de goede dingen die we doen, maar ook voor de slechte. We luisteren naar en reageren op respectvolle feedback. We corrigeren onszelf indien nodig. We houden er rekening mee dat de impact van onze woorden en handelingen op andere mensen niet altijd overeenkomen met onze intentie.
                + +

                toewijding

                +
                Samen maken we de groep. We nemen hier deel aan met zelfrespect en putten onszelf niet uit. Dit kan betekenen dat we zeggen hoe we ons voelen, grenzen stellen en duidelijk zijn over onze verwachtingen. Van niemand wordt verwacht perfect te zijn in deze gemeenschap. Vragen stellen voorkomt problemen later. Probeer ontvankelijk en behulpzaam te zijn, als er vragen worden gesteld.
                + +

                empathie

                +
                We luisteren actief naar elkaar en proberen discussies niet te domineren. Geef een ander de kans om zich te verbeteren en biedt deze de gelegenheid om verantwoordelijkheid op zich te nemen. We creëren ruimte voor anderen. We zijn ons bewust van elkaars gevoelens, bieden ondersteuning waar nodig en weten wanneer we een stap terug moeten doen. Iemands idee van zorg kan verschillen van hoe een ander verzorgd willen worden. We vragen eerst of onze hulp gewenst is.
                + +

                inclusiviteit

                +
                Geef anderen de kans om hun standpunten te uiten, vaardigheden te delen en andere bijdragen te leveren. Samen zijn is iets waar we actief aan werken en vereist conversatie. We erkennen dat niet iedereen dezelfde kansen heeft, daarom moeten we gevoelig zijn voor de context waarin we opereren. Er zijn impliciete hiërarchieën die we kunnen betwisten, en we moeten ernaar streven dat te doen. Wanneer we iets organiseren (projecten, evenementen, enz.), denken we na over hoe we rekening kunnen houden met de behoeften van anderen, een activistische houding kunnen bevorderen en andere stemmen kunnen ondersteunen.
                + +

                Onacceptabel gedrag

                +

                Geen discriminatie,

                +
                handelingen of opmerkingen die de onderdrukking van groepen of mensen bevorderen of versterken op basis van geslacht, genderidentiteit en expressie, ras, etniciteit, nationaliteit, seksualiteit, seksuele geaardheid, religie, handicap, psychische aandoeningen, neurodiversiteit, persoonlijk uiterlijk, fysiek uiterlijk, leeftijd of klasse. Beweer geen "*reverse-isms*", bijvoorbeeld "*reverse racism*".
                + +

                Geen intimidatie of pesterijen,

                +
                noch openbaar, noch privé. Ook geen opzettelijke intimidatie, stalken, achtervolgen, lastigvallen, verstoring van evenementen, agressieve, lasterlijke, denigrerende of bedreigende opmerkingen online of persoonlijk en ongewenst fysiek of elektronisch contact of seksuele aandacht. We tollereren geen laster, achterklap of het verspreiden van andere desinformatie.
                + +

                Geen schending van privacy,

                +
                waaronder het publiceren van privé-informatie van anderen, zoals een fysiek of elektronisch adres. Maak of publiceer geen foto's of opnames van anderen nadat diegene heeft verzocht om dat niet te doen. Verwijder opnames indien gevraagd.
                + +

                Geen seksuele intimidatie,

                +
                waaronder ongewenste seksuele taal, afbeeldingen, handelingen of aandacht.
                + +

                Geen destructief gedrag,

                +
                of enig ander gedrag dat redelijkerwijs als ongepast kan worden beschouwd. Dit omvat afbeeldingen van geweld zonder inhoudswaarschuwingen, het constant en doelbewust ontsporen van gesprekken, of ander gedrag dat het vermogen van anderen om deel te nemen aan de groep of de ruimte voortdurend verstoort.
                + +

                Interventieprocedure

                +

                Onmiddelijke interventie (hulp is direct nodig!)

                +

                Als je je onveilig voelt, kan er onmiddellijk contact worden opgenomen met de Varia-leden die ervoor moeten zorgen dat de Code Of Conduct wordt nageleefd. Deze contactpersonen zijn leden van Varia die hun best zullen doen om te helpen, of om de juiste hulp te vinden indien nodig.

                +
                + Lídia Pereira -- lidia@majesticmoo.se
                + Thomas Walskaar -- thomas@walskaar.com +
                + +

                Bijvoorbeeld: Er gebeurt iets tijdens een evenement en er moet onmiddellijk op worden gereageerd. Er zal onmiddellijk actie worden ondernomen wanneer deze overtreding van de Code Of Conduct wordt gemeld. Dit kan betekenen dat een deelnemer uit een evenement wordt verwijderd.

                +

                Niet-onmiddelijke interventie (een situatie vraagt meer tijd)

                +

                Sommige overtredingen vragen niet direct om actie, maar moeten door meerdere mensen op een meer afgemeten manier worden overwogen. Voorbeelden hiervan zijn: als je een voortdurend patroon van intimidatie ervaart; je bent getuige van structureel onaanvaardbaar gedrag; iemand blijft "per ongeluk" discriminerende taal gebruiken, nadat hem is gevraagd om te stoppen.

                +

                Probeer, indien mogelijk, de problemen allereerst zelf met de betrokken partijen te bespreken voordat je een bemiddelaar raadpleegt. Wij geven er de voorkeur aan om meningsverschillen op een constructieve manier op te lossen en samen te werken om dingen recht te zetten, zolang dit mogelijk en veilig is. Als de problemen echter blijven bestaan, kunnen degenen die verantwoordelijk zijn voor de handhaving van de Code Of Conduct je helpen dit aan te pakken. Neem contact op met de hierboven genoemde leden. Gevoelige informatie zal met zorg worden behandeld.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/collective-infrastructures.html b/old/output/pages/collective-infrastructures.html new file mode 100644 index 0000000..88210b2 --- /dev/null +++ b/old/output/pages/collective-infrastructures.html @@ -0,0 +1,105 @@ + + + +collective infrastructures + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1701. varia komt in vele vormen:
              1702. +
              1703.  mailinglijst
              1704. +
              1705.  RSS feed
              1706. + +
              1707. Nederlands
              1708. +
              1709. English
              1710. +
                +
                +
                + +
                + + +
                +

                Collectieve infrastructuren

                +

                We ondervragen vormen van digitale afhankelijkheid door onze digitale infrastructuur zelf te hosten. De leden van Varia zijn betrokken bij het gebruik en de ontwikkeling van gefedereerde netwerken zoals XMPP-groepschats en Mastodon-instanties, RSS-feeds, beschikbaar in Nederlands en Engels, of de mailinglijst. Meer informatie over onze Online Hosting tools vindt je hieronder.

                +

                Ook de ruimte zelf is onderdeel van de collectieve infrastructuur. Hier beschikken leden over middelen zoals een elektronica depot, gereedschappen en werkbanken, en ook printfaciliteiten. Hieronder vindt je meer informatie over onze fysieke hosting.

                +

                Publiek programma

                +

                Vanuit het initiatief van de leden worden er verschillende evenementen in Varia georganiseerd.

                +

                Werkgroepen

                +

                De leden van Varia organiseren zich ook in kleinere werkgroepen. Op bepaalde dagen komen geïnteresseerden samen om te studeren, discussiëren of werken aan een specifiek onderwerp. Deze samenkomsten zijn soms ook toegankelijk voor het publiek.

                +

                De huidige werkgroepen zijn de homebrewserver.club, de Varia Bibliotheekgroep, Riso Group en pub.club.

                +

                Curriculum

                +

                Om vaardigheden binnen de groep te delen, biedt Varia een curriculum aan, gevormd door de praktijken en interesses van de leden.

                +

                Meer informatie is te vinden op deze pagina.

                +

                Open dagen

                +

                Tijdens onze (open dagen)[https://varia.zone/en/tag/linux-presentation-day.html] organiseren we verschillende activiteiten, waaronder het installeren van Linux-besturingssystemen, het bespreken van gratis en open source ontwerpprogramma's en spelsessies.

                +

                Fysieke hosting

                +

                Wij zijn gevestigd op de hoek van de Gouwstraat en de Wolphaertstraat in Charlois, Rotterdam. We gebruiken onze ruimte om evenementen te organiseren en die van anderen te hosten. Wat er in de ruimte gebeurt, wordt gedocumenteerd en opgeslagen in ons archief. Als je je herkent in de interesses en waarden van Varia, neem dan gerust contact met ons op via info[@]varia.zone voor meer informatie.

                +

                Varia Bibliotheek

                +

                Er is een bescheiden fysieke bibliotheek in de ruimte, die tijdens publieke evenementen geraadpleegd kan worden.

                +

                Printers

                + +

                Rotterdam's Electronica Depot

                +

                Doordat veel van de onafhankelijke elektronicawinkels in Rotterdam hun deuren permanent hebben gesloten, is het bijna onmogelijk geworden om op de fiets te stappen en snel elektronische onderdelen te kopen. Als reactie hierop heeft varia het Rotterdamse Elektronicadepot* opgericht, een community resource waar leden tegen kostprijs onderdelen kunnen kopen.

                +

                Online Hosting

                +

                Wij hosten meerdere tools en communicatie kanalen op de Varia-server. Ze zijn vrij te gebruiken door leden en Varia's directe omgeving, maar houd er wel rekening mee dat het doel van deze tools is om te experimenteren; ze zijn mogelijk onstabiel.

                +

                XMPP

                +

                Varia host een server voor het gefederaliseerde chatprotocol XMPP, die de nieuwste functies ondersteunt.

                +

                + IM observatorium score +.

                +

                Neem contact met ons op als u een account op onze server wilt hebben.

                +

                Etherpad

                +

                Etherpad is een open source collectieve online schrijftool die de leden gebruiken om notities te maken, teksten te schrijven en elkaar op de hoogte te houden.

                +

                Etherdump

                +

                We werken met Etherdump om een collectieve schrijfpraktijk om te zetten in een gezamenlijke publicatiepraktijk. Etherdump is een command line tool die de mogelijkheden van Etherpad uitbreidt door de pad in meerdere formaten te exporteren. Om de verbonden combinatie van publiceren en samenwerken met Etherdump te verkennen en te onderzoeken, hebben we een fork van het project onder de naam Etherpump.

                +

                Code repositories

                +

                Als onderdeel van hun praktijk schrijven Varia leden gesitueerde software die we publiceren op onze Gitea instance.

                +

                Licentie

                +

                Praktijken rondom kopiëren, toe-eigenen, piraterij en delen zijn op verschillende manieren rommelig: zowel politiek, juridisch, cultureel als ook economisch gezien. Varia (her)overweegt op dit moment een collectief licentiebeleid. Copyright is vaak niet de optie waar we voor willen gaan, maar ook open licenties sluiten niet altijd aan. De meningen hierover verschillen in de groep of per situatie en zetten aan tot vragen, overwegingen en zorgvuldigheid. Al het materieel dat we op dit moment publiceren valt daardoor op dit moment onder copyright, tenzij anders vermeld.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/collective-statement.html b/old/output/pages/collective-statement.html new file mode 100644 index 0000000..7cf3022 --- /dev/null +++ b/old/output/pages/collective-statement.html @@ -0,0 +1,80 @@ + + + +collectief statement + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1711. varia komt in vele vormen:
              1712. +
              1713.  mailinglijst
              1714. +
              1715.  RSS feed
              1716. + +
              1717. Nederlands
              1718. +
              1719. English
              1720. +
                +
                +
                + +
                + + +
                +

                Collectief statement

                +

                Varia is een collectieve ruimte1 in Rotterdam die zich richt op alledaagse technologie.

                +

                Wij zijn van mening dat technologie niet het exclusieve domein van specialisten moet zijn. Technologie beïnvloedt iedereen en zou verschillende manieren van leven mogelijk moeten maken, in plaats van deze uit te sluiten. We vatten alledaagse technologie breed op; niet alleen computers, standaarden of protocollen horen daarbij, maar bijvoorbeeld ook kookgereedschappen of muziekinstrumenten. Vanuit onze achtergrond in kunst, ontwerp, software & hardware, onderwijs en theoretische praktijk, voelen we de behoefte om een plek te vormen waar technologie en sociale vragen met elkaar verbonden zijn; een plek waar samenwerking, continuïteit, ontwikkeling, collectief leren, nieuwsgierigheid en experiment voorop staan.

                +

                De collectieve organisatievorm van Varia heeft overeenkomsten met bestaande collectieve ruimtes, zoals hackerspaces, fablabs en coworking-ruimtes, maar we zien ook de beperkingen van deze en willen daar graag aan voorbijgaan. Discussies over technologie richten zich niet altijd op de oneerlijke verdeling van macht tussen meerdere actoren, waaronder grote bedrijven en/of gebruikers en ontwikkelaars. Hierbij spelen klasse, ras, geslacht en vaardigheden een belangrijke rol. Binnen Varia proberen we ruimte te creeëren voor radicaal andere manieren om over technologie te denken in een social context.

                +

                Enkele van de vragen waar we ons mee bezighouden zijn: Hoe verhouden we ons tot onze digitale infrastructuur? Hoe gaan we om met vormen van afhankelijkheid zonder buitengesloten te worden? Hoe kunnen we inclusiviteit relateren aan technologie? Zijn oude technologieën echt ouderwets? Hoe gaan we om met veroudering en duurzaamheid?

                +

                Varia is voorstander van -- zonder deze bewegingen willen idealiseren -- Free/Libre en Open Source Software (F/LOSS), free culture, open standards, lowtech en DIY/DIWO-culture, omdat deze de mogelijkheid bieden om een ​​ander heden te vormen en de deur open te laten voor gewenste toekomsten.

                +

                Varia is een collectieve ruimte voor vragen, meningen, interventies, hulp en actie. We faciliteren onder andere serverruimte, collectieve leermomenten en thematische werkgroepen. Daarnaast wordt onze ruimte regelmatig gebruikt om openbare evenementen in te organiseren, waaronder experimentele muziekavonden, werksessies en rondetafelgesprekken met gasten.

                +

                De collectieve, culturele praktijk van Varia biedt een solidaire omgeving voor de praktijken van de individuele leden, door verschillende disciplines en kennisgebieden met elkaar te verbinden. Dit stelt ons in staat om verschillende sociale en technologische infrastructuren te overwegen en te ontwikkelen, terwijl we er tegelijkertijd mee experimenteren en erover nadenken.

                +

                Als groep willen we niet één verenigde stem ontwikkelen, maar de diversiteit waaruit Varia bestaat omarmen en verwelkomen. We zijn ons ervan bewust dat onze werkwijzen en processen niet altijd leiden tot een afgewerkt product. Om deze reden willen we blijven experimenteren met verschillende vormen van interactie en publicatie.

                +

                Varia voelt zich thuis in Rotterdam en zoekt aansluiting bij lokale, onafhankelijke initiatieven en urgenties. Wij vinden het belangrijk om problemen in onze lokale omgeving te verbinden met wereldwijde discussies en vice versa. Varia werkt samen met individuen, collectieven, organisaties zonder winstoogmerk, onderwijsinstellingen, verenigingen en internationale netwerken, die nieuwsgierig zijn naar het situeren van de samenhang tussen technologische en sociale kwesties.

                +
                +
                +
                  +
                1. +

                  Varia is niet alleen een collectief, en niet alleen een ruimte. Varia is een verbonden combinatie van beide. 

                  +
                2. +
                +
                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/curriculum.html b/old/output/pages/curriculum.html new file mode 100644 index 0000000..03d0f46 --- /dev/null +++ b/old/output/pages/curriculum.html @@ -0,0 +1,65 @@ + + + +curriculum + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1721. varia komt in vele vormen:
              1722. +
              1723.  mailinglijst
              1724. +
              1725.  RSS feed
              1726. + +
              1727. Nederlands
              1728. +
              1729. English
              1730. +
                +
                +
                + +
                + + +
                +

                Het curriculum is een doorlopende serie workshops waarbij deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die ten grondslag liggen aan de verschillende praktijken in varia.

                +



                De curriculum workshops zijn korte intensieve master-classes of workshops met als doel deelnemers te voorzien van grondige introducties in diverse themas. Elk onderwerp in het varia curriculum kent zijn eigen ritme en structuur maar alle workshops worden vergezeld van uitgebreide syllabi die gebruikt kunnen worden verder eigen onderzoek.

                +



                Voor deelname aan het curriculum wordt een fee gevraagd ter ondersteuning van varia's publieke onderzoekstrajecten.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/header.html b/old/output/pages/header.html new file mode 100644 index 0000000..658c3ea --- /dev/null +++ b/old/output/pages/header.html @@ -0,0 +1,63 @@ + + + +header + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1731. varia komt in vele vormen:
              1732. +
              1733.  mailinglijst
              1734. +
              1735.  RSS feed
              1736. + +
              1737. Nederlands
              1738. +
              1739. English
              1740. +
                +
                +
                + +
                + + +
                +

                varia (Gouwstraat 3, Rotterdam) is een ruimte voor het ontwikkelen van collectieve benaderingen rondom alledaagse technologie. varia leden onderhouden en faciliteren een collectieve infrastructuur om vragen, meningen, aanpassingen, hulp en actie te genereren. We gebruiken vrije software, organiseren evenementen en werken samen in verschillende constellaties. varia leert gaandeweg, maakt notities, is meertalig en kan gecontacteerd worden via info[@]varia.zone.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/membership-guidelines.html b/old/output/pages/membership-guidelines.html new file mode 100644 index 0000000..fa65278 --- /dev/null +++ b/old/output/pages/membership-guidelines.html @@ -0,0 +1,74 @@ + + + +lidmaatschapsrichtlijnen + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1741. varia komt in vele vormen:
              1742. +
              1743.  mailinglijst
              1744. +
              1745.  RSS feed
              1746. + +
              1747. Nederlands
              1748. +
              1749. English
              1750. +
                +
                +
                + +
                + + +
                +

                Lidmaatschapsrichtlijnen

                +

                Rechten en plichten van leden

                +

                Leden dragen niet alleen financieel bij aan Varia, maar ook met tijd en energie. Ze nemen deel aan de maandelijkse ledenvergaderingen en kunnen onderdeel worden van het bestuur om specifieke verantwoordelijkheden op zich te nemen. Lidmaatschap is gebaseerd op wederzijds vertrouwen en solidariteit: als een lid af en toe niet kan bijdragen aan Varia (financieel of anderszins), leidt dit niet tot een onmiddellijke repercussie, maar zal er eerst naar mogelijke oplossingen wordt gekeken. We zijn ons er wel van bewust dat een gebrek aan bijdrage op de lange termijn niet houdbaar is voor de groep als geheel.

                +

                Leden dragen zorg voor de ruimte, voor elkaar en voor bezoekers (zie onze Code of Conduct). Ze kunnen de collectieve ruimte van Varia gebruiken en daar evenementen organiseren, rekening houdend met de collectieve ambities van Varia en haar omgeving.

                +

                Leden worden vaak informeel gecontacteerd door externe partijen die nieuwsgierig zijn naar Varia of die met ons willen samenwerken. We verwachten van leden dat ze open zijn over de kansen die uit Varia voortkomen, zoals projectopdrachten of uitnodigingen voor een lezing of workshop. Wanneer een lid inkomsten genereert via Varia, wordt 15% daarvan geïnvesteerd in Varia's common fund, waarvan we onder andere de door Varia geïnitieerde activiteiten mogelijk maken: concerten, uitwisselingsreizen, aankopen van apparatuur, enz.

                +

                Leden hebben een sleutel van onze collectieve ruimte. Varia is geen gedeelde studioruimte, maar leden kunnen er wel werken. Dit betekent dat zij, met hun spullen, niet permanent hun intrek in de ruimte kunnen nemen en de verantwoordelijkheid hebben om de ruimte schoon en presentabel te houden. Dit is nodig omdat de ruimte wordt gebruikt voor een verscheidenheid aan activiteiten, variërend van filmvertoningen, workshops, vergaderingen en meer...

                +

                Wie kan lid worden?

                +

                Lidmaatschap kan worden verkregen wanneer men geïnteresseerd is in het ontwikkelen van een collectieve benadering in het bestuderen, aanpassen en experimenteren met alledaagse technologieën.

                +

                De huidige leden hebben een achtergrond in kunst, design, softwarestudies, musicologie, choreografie, koken, theoretische en sociale praktijken. Nieuwe leden hoeven geen vergelijkbare achtergrond te hebben; wat telt is dat ze bereid zijn hun interesses en expertise in de collectieve praktijk van Varia binnen te brengen.

                +

                Hoe wordt je lid?

                +

                Als je geïnteresseerd bent om lid te worden, verwijzen we je graag naar Varia's Code of Conduct en Onze Context documenten, om op de hoogte te komen van waar we voor staan en wat we belangrijk vinden. We staan open voor contact via info@varia.zone en zijn ook benaderbaar tijdens onze evenementen. Hierna kunnen we je meer vertellen over onze aanmeldingsprocedure. Varia behoudt zich het recht om aanvragen te accepteren of af te wijzen, maar zal desondanks zoveel mogelijk transparantie proberen te geven over het verloop van het proces.

                +

                Hoewel we openstaan voor het uitbreiden van onze groep, zien we een plezierige collectieve dynamiek als doorslaggevend wanneer het aankomt op het aannemen van nieuwe leden. Momenteel hebben we niet de capaciteit om te veel nieuwe leden aan Varia toe te voegen. We streven ernaar een evenwicht te vinden tussen de grootte van de groep en de wens van nieuwe leden om lid te worden.

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/projects.html b/old/output/pages/projects.html new file mode 100644 index 0000000..1c99d95 --- /dev/null +++ b/old/output/pages/projects.html @@ -0,0 +1,63 @@ + + + +projects + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1751. varia komt in vele vormen:
              1752. +
              1753.  mailinglijst
              1754. +
              1755.  RSS feed
              1756. + +
              1757. Nederlands
              1758. +
              1759. English
              1760. +
                +
                +
                + +
                + + +
                +

                Huidige en afgeronde projecten

                + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pages/stream.html b/old/output/pages/stream.html new file mode 100644 index 0000000..e0dacf7 --- /dev/null +++ b/old/output/pages/stream.html @@ -0,0 +1,63 @@ + + + +stream.nl + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1761. varia komt in vele vormen:
              1762. +
              1763.  mailinglijst
              1764. +
              1765.  RSS feed
              1766. + +
              1767. Nederlands
              1768. +
              1769. English
              1770. +
                +
                +
                + +
                + + +
                + + + + + +
                +
                + +
                + + + \ No newline at end of file diff --git a/old/output/pushing-the-score-en.html b/old/output/pushing-the-score-en.html new file mode 100644 index 0000000..fbca5f1 --- /dev/null +++ b/old/output/pushing-the-score-en.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1771. varia komt in vele vormen:
              1772. +
              1773.  mailinglijst
              1774. +
              1775.  RSS feed
              1776. + +
              1777. Nederlands
              1778. +
              1779. English
              1780. +
                +
                +
                + +
                + + + + +
                +
                + Pushing Scores with De Player +
                +
                + +
                +
                2018-11-29 20:00
                +
                Published at 29 November 2018
                +
                + +
                +
                +
                +

                During this evening we focus on the archiving of the Pushing Scores project by DE PLAYER; A project on the contemporary meaning of the 'graphic score', which has been running for the last 2-3 years. What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?

                +

                To communicate the project to a larger audience DE PLAYER asked Varia to develop a context and technical environment as a web-based archival publication for the Pushing Scores project. The idea is that this material will be embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Julie Boschat Thorez, Cristina Cochior and Niek Hilkmann will explain their ideas and approach to this matter.

                +

                Valentina Vuksic will bring a live performance in which she approaches computers with transducers that transform electromagnetic radiation into sound within choreographically setups. The ‘runtime’ of executed software is staged for an audience to provide an acoustic experience: that of logic encountering the physical world.

                +

                Ana Guedes is introducing her project Untitled Records; a performative sound installation weaving historical and emotional narratives through the “instrumentalisation” of a collection of records.

                +

                Niek Hilkmann (part of Varia) will present his UNI (Universal Notation Ideal), a Pay2Print investigation in the simultaneous production and distribution of standardised graphical scores through the mediation of an automaton. It is developed by Niek Hilkmann and Joseph Knierzinger, based on a new notation system that is created to help conceptual composers in developing and exchanging conceptual music within one uniform language. The actual printing of the thermal paper is a stochastic performance in itself. By emphasizing this aspect of the machine as a musical entrepreneur, earning its own income, we explore the conditions of mechanised labour within the cultural industry and its corresponding ethics.

                +

                about Pushing Scores

                +

                What are the possibilities of graphic scores, in a day and age in which graphic notation is still usually seen as a ‘drawing’, serving as some kind of sheet music?

                +

                In an attempt to redefine this concept, DE PLAYER compiles a programme in which artists, musicians, theoreticians and practitioners are invited to participate. The collective goal is to develop and present new audio-visual and media-technical forms of graphic notation through artistic research and development.

                +

                Based on our compilation of the most contemporary and innovative graphic notation practices in the fields of music, sound art, performance art, e-culture, new-media art, graphic design and media design, we introduce artists and designers from various creative disciplines to a national and international audience, with the goal of collectively developing new forms of graphic notation.

                +

                Date: Thursday, 29 November 2018
                +Door: 20:00
                +Start: 20:30
                +Entrance: 5 euro

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/pushing-the-score-end-en.html b/old/output/pushing-the-score-end-en.html new file mode 100644 index 0000000..0006267 --- /dev/null +++ b/old/output/pushing-the-score-end-en.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1781. varia komt in vele vormen:
              1782. +
              1783.  mailinglijst
              1784. +
              1785.  RSS feed
              1786. + +
              1787. Nederlands
              1788. +
              1789. English
              1790. +
                +
                +
                + +
                + + + + +
                +
                + Activating an archive +
                +
                + +
                +
                2019-05-31 20:00
                +
                Published at 28 May 2019
                +
                + +
                +
                +
                +

                Publication launch and performance evening

                +

                At the end of last year, De Player approached Varia to develop a web-publication for their Pushing Scores project archive. The project investigated the state of the arts of composing scores in a contemporary environment and spanned over 2-3 years.

                +

                Varia contributed by developing an archival web publication where the vernacular vocabulary of De Player creates the possibilities of text-based navigation across the collection of items. The material is embodied by a dynamic, accessible and therefore active archive, which creates new relations, new perspectives and, at its best, new concepts for the production and/or processes of making scores. Navigating within the data structure of the archive becomes an act of score notation.

                +

                To test this De Player and Varia asked several artists to work with the tool and use the result as a starting point for a performance.

                +

                Julie Boschat Thorez and Cristina Cochior will give a brief introduction to the tool, followed by Niek Hilkmann, Christine Cornwell and Robert Kroos's score interpretations.

                +

                The performances will be ongoing throughout the night, you are welcome to join in at any moment.

                +

                ~ ~ ~ ~ ~ ~

                +

                Niek Hilkmann is a Rotterdam based artist, musician and researcher with a background in art history, media design and musicology. He has a particular interest in the abstruse technological condition we are living in and the insufficient intellectual methodologies that seek to justify, or explain it. During the presentation of Pushing Scores he will utilize the spatial dimensions of Varia and recontextualize the scores created by the archive. In an ongoing performance unexpected correlations will be produced between the items in the archive and the physical surroundings in which they are represented.

                +

                Christine Cornwell is a composer and violinist working between NL/UK with projects involving improvisation and collaborative work often combined with visual artists, dancers, opera companies or experimental TV. She is currently completing a Composition MA at Codarts with Hans Koolmees/René Uijlenhoet and her freelance work includes presenting new works for violin, collaborative residencies, workshop leading and producing/curating events in this field. From her first experiments, such as 2011’s interdisciplinary collaboration with visual artist Eddie Peake/LuckyPDF TV at London’s Barbican to 2019's experimental event 'Invitation (x)', collective creation practises are a vital meeting point which can be traced through all of her creative work between performance, production and management.

                +

                Robert Kroos (aka Duckfood) is a Rotterdam based musician, sound-artist and DJ working on all kinds of sound- and music related projects. For this special event he will be using the guzheng and electronics as instruments of choice.

                +

                Date: Friday, 31 May 2019
                +Start: 20:00
                +Entrance: Free

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/pushing-the-score-end.html b/old/output/pushing-the-score-end.html new file mode 100644 index 0000000..a8acb9d --- /dev/null +++ b/old/output/pushing-the-score-end.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1791. varia komt in vele vormen:
              1792. +
              1793.  mailinglijst
              1794. +
              1795.  RSS feed
              1796. + +
              1797. Nederlands
              1798. +
              1799. English
              1800. +
                +
                +
                + +
                + + + + +
                +
                + Een archief activeren +
                +
                + +
                +
                2019-05-31 20:00:00
                +
                Gepubliceerd op 28 May 2019
                +
                + +
                +
                +
                +

                Pushing Scores - Presentatie publicatie en performanceavond

                +

                Eind vorige jaar benaderde De Player Varia met de vraag een web publicatie te ontwikkelen over het archief van Pushing Scores. Pushing Scores was een driejarig onderzoekstraject van de Player over nieuwste inzichten op het gebied van hedendaagse scores.

                +

                Varia heeft hier aan bijgedragen door een archiefpublicatie te ontwikkelen waarin de spreektaal uit het archief de basis vormt waarop men door de verzameling kan navigeren. Het materiaal heeft uiteindelijk de vorm gekregen van een dynamisch, toegankelijk en daardoor levend archief. Hiermee wordt het mogelijk nieuwe verbanden, perspectieven en wie weet zelfs wel concepten voor nieuwe scores te zien. Op deze manier wordt de handeling van het navigeren door de datastructuur van het archief het componeren van een nieuwe score.

                +

                Om deze aanname op de proef te stellen hebben de Player en Varia enkele kunstenaars uitgenodig om aan de deze publicatie uit te proberen en aan de hand daarvan een performance te ontwikkelen.

                +

                Je bent van harte uitgenodigd om langs te komen op vrijdag 31 Mei in Varia. Waar Julie Boschat Thorez en Cristina Cochior de archiefpublicatie zullen introduceren. Daarna volgen er performances van Niek Hilkmann, Robert Kroos en Christine Cornwell.

                +

                De uitvoeringen zullen de hele nacht doorgaan, je bent van harte welkom om op elk moment deel te nemen.

                +

                ~ ~ ~ ~ ~ ~

                +

                Niek Hilkmann is een Rotterdamse kunstenaar, onderzoeker en muzikant met een interesse in de verwarrende technologische toestand waarin we allemaal momenteel verkeren, en de ontoereikende intellectuele methodologieën die deze proberen uit te leggen of te rechtvaardigen. Tijdens de presentatie van Pushing Scores zal hij de ruimtelijke dimensies van Varia verkennen en de scores die voortkomen uit het nieuwe archief hercontextualiseren. Gedurende een doorlopende performance zullen onverwachte verbanden ontstaan tussen het archiefmateriaal en de fysieke omgeving waarin deze worden gerepresenteerd.

                +

                Christine Cornwell is een componist en violiste die tussen NL/UK werkt met projecten met improvisatie- en samenwerkingsverbanden, vaak in combinatie met beeldend kunstenaars, dansers, operagezelschappen of experimentele TV. Momenteel voltooit ze samen met Hans Koolmees/René Uijlenhoet een MA Compositie bij Codarts en haar freelance werk omvat onder meer het presenteren van nieuw werk voor viool, residenties, het leiden van workshops en het produceren/cureren van evenementen op dit gebied. Vanaf haar eerste experimenten, zoals de interdisciplinaire samenwerking in 2011 met beeldend kunstenaar Eddie Peake/LuckyPDF TV op de Londense Barbicanen tot het experimentele evenement 'Invitation (x)' in 2019, zijn collectieve creatiepraktijken een belangrijk ontmoetingspunt dat terug te vinden is in al haar creatieve werk tussen performance, productie en management.

                +

                Robert Kroos (aka Duckfood) is een Rotterdamse muzikant, geluidskunstenaar en DJ die werkt aan allerlei soorten geluids- en muziekgerelateerde projecten. Voor deze speciale gebeurtenis zal hij de guzheng en elektronica als instrumenten naar keuze gebruiken.

                +

                Datum: Vrijdag 31 May 2019
                +Aanvang: 20:00
                +Toegang: Free

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/pushing-the-score.html b/old/output/pushing-the-score.html new file mode 100644 index 0000000..cf84ac8 --- /dev/null +++ b/old/output/pushing-the-score.html @@ -0,0 +1,118 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1801. varia komt in vele vormen:
              1802. +
              1803.  mailinglijst
              1804. +
              1805.  RSS feed
              1806. + +
              1807. Nederlands
              1808. +
              1809. English
              1810. +
                +
                +
                + +
                + + + + +
                +
                + Pushing Scores met De Player +
                +
                + +
                +
                2018-11-29 20:00:00
                +
                Gepubliceerd op 29 November 2018
                +
                + +
                +
                +
                +

                Deze avond gaat over het archiveren van het project 'Pushing Scores'. Dit initiatief over de hedendaagse betekenis van de 'grafische score' is de afgelopen 2-3 jaar door De Player uitgevoerd. Zij heeft aan Varia gevraagd om een contextuele en technische 'omgeving' op te zetten die dienst kan doen als een online archiefuitgave van het project. Julie Boschat Thorez, Cristina Cochior en Niek Hilkmann zal deze aanpak toelichten, tijdens een avond met verschillende presentaties.

                +

                Valentina Vuksic zal een liveset spelen. Zij benadert computers met 'transducers' die elektromagnetische straling in geluid transformeren via choreografisch opstellingen. De 'runtime' van uitgevoerde software wordt geënsceneerd voor een publiek om een akoestische ervaring te bieden.

                +

                Ana Guedes introduceert haar project 'Untitled Records'; een performatieve geluidsinstallatie die historische en emotionele vertellingen verweeft door middel van de 'instrumentalisatie' van een verzameling platen.

                +

                Niek Hilkmann (onderdeel van Varia) presenteert zijn UNI (Universele Notatie Ideaal); een Pay2Print verkenning van de simultane productie en distributie van gestandaardiseerde grafische notatie gemedieerd door automatiek. Deze is ontwikkelt in samenwerking met Joseph Knierzinger en gebaseerd op een nieuw notatiesysteem dat conceptuele componisten kan helpen in de ontwikkeling en uitwisseling van conceptuele muziek in een uniforme taal. Het daadwerkelijke afdrukken van de composities op papier kan gelezen worden als een stochastische compositie in zichzelf. Door dit aspect te benadrukken, waardoor de machine een muzikale entrepeneur wordt die zijn eigen inkomen verdient, verkennen we de voorwaarden van mechanische arbeid in de creatieve industrie en de daarbij horende ethische kwesties.

                +

                Over Pushing Scores

                +

                Wat zijn de mogelijkheden van grafische partituren, in een tijd waarin grafische notatie meestal als een 'tekening' wordt gezien en als een soort bladmuziek dienst doet?

                +

                In een poging om dit concept te herdefiniëren, stelde DE PLAYER een programma samen waarvoor artiesten, muzikanten en theoretici werden uitgenodigd. Het collectieve doel is om nieuwe audiovisuele en media-technische vormen van grafische notatie te ontwikkelen en te presenteren door middel van artistiek onderzoek.

                +

                De meest eigentijdse en innovatieve grafische notatiepraktijken op het gebied van muziek, geluidskunst, performancekunst, e-cultuur, nieuwe mediakunst, grafisch ontwerp en mediao-ntwerp introduceerde De Player zo aan een nationaal en internationaal publiek.

                +

                Datum: Donderdag, 29 November 2018
                +Deur: 20:00
                +Start: 20:30
                +Entree: 5 euro

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/radio-on-radio-en.html b/old/output/radio-on-radio-en.html new file mode 100644 index 0000000..f97aa12 --- /dev/null +++ b/old/output/radio-on-radio-en.html @@ -0,0 +1,137 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1811. varia komt in vele vormen:
              1812. +
              1813.  mailinglijst
              1814. +
              1815.  RSS feed
              1816. + +
              1817. Nederlands
              1818. +
              1819. English
              1820. +
                +
                +
                + +
                + + + + +
                +
                + Radio on the radio +
                +
                + +
                +
                2020-03-14 19:30
                +
                Published at 14 March 2020
                +
                + +
                +
                +
                +

                Radio on the radio is a live, intermittent radio program with performances that in one way or another discuss radio. It will feature descriptions of radio tools, unboxing and unpacking of radio hardware, radio silences, interviews about radio, radical radio noise, radio-active female monstrosities, repetitive radio dialing, relaxation on the radio waves and much more radio.

                +

                door: 19:30
                + start: 20:00
                + entry: 5 euro

                +

                Relaxing on the radio waves - oyo & mmths +

                +

                A radio relaxation mixtape performance. A mix of meditative samples and nature with noise and social/political anxieties into an uncanny hypno-magnetic-tape audiopiece. It is performed live with multiple cassette tape players and spacial cassette tape loops spread across the space and modulated by a modular synthesizer.

                +

                Radio-active female monstrosity - Angeliki D. +

                +

                Angeliki D. uses her voice, as well as an online sound archive she built to play, layer and gradually distort into chaos. The female voice becoming the male voice, becoming the monster, the otherworldly voice.

                +

                [ASMR] Radio Boyfriend - Pradapony69 +

                +

                Did you ever wonder what it would be like to have your very own ASMR boyfriend, one that talks really soft and only about radio? During this performance by Pradapony69 will send chills down your spine while explaining the difference between long waves and microwaves.

                +

                Stations of Exception - Jad Saliba +

                +

                Jad investigates the possibilities of re-appropriating analogue radio technologies into the realm of live electronic music, creating malleable sonic artefacts from a topography of broadcasted local radio stations.

                +

                World Wide Web - Dennis de Bel (PD0WNED) +

                +

                Radio waves are not constrained by geo-political nor ideological borders. Thus we tried. A close listening of cold war radio interference featuring original vinyl recordings, still being broadcast around the globe today.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/radio-on-radio.html b/old/output/radio-on-radio.html new file mode 100644 index 0000000..5b53f8f --- /dev/null +++ b/old/output/radio-on-radio.html @@ -0,0 +1,137 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1821. varia komt in vele vormen:
              1822. +
              1823.  mailinglijst
              1824. +
              1825.  RSS feed
              1826. + +
              1827. Nederlands
              1828. +
              1829. English
              1830. +
                +
                +
                + +
                + + + + +
                +
                + Radio on the radio +
                +
                + +
                +
                2020-03-14 19:30:00
                +
                Gepubliceerd op 14 March 2020
                +
                + +
                +
                +
                +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                +

                deur: 19:30
                + start: 20:00
                + entree: 5 euro

                +

                Relaxing on the radio waves - oyo & mmths +

                +

                Een radio-relaxation mixtape-performance. Een mix van meditatieve monsters en de natuur, met lawaai en socio-politieke angsten in een griezelig hypno-magnetisch magnetic-tape stuk. Dit alles wordt live uitgevoerd met meerdere cassettespelers en tapeloops, verspreid door de ruimte en gemoduleerd door een modulaire synthesizer.

                +

                Radio-active female monstrosity - Angeliki D. +

                +

                Tijdens haar optreden 'Radio-active female monstrosity' gebruikt ze haar stem, evenals een online geluidsarchief dat ze heeft gebouwd om mee te spelen, te stapelen en te vervormen tot chaos. De vrouwelijke stem wordt de mannelijke stem, wordt het monster, de buitenaardse stem.

                +

                [ASMR] Radio Boyfriend - Pradapony69 +

                +

                Heb je je ooit afgevraagd hoe het zou zijn om je eigen ASMR-vriendje te hebben, eentje die heel zacht praat en alleen maar over radio? Tijdens deze uitvoering van Pradapony69 zullen de rillingen over je ruggegraat lopen, terwijl hij je het verschil tussen lange golven en magnetrons uitlegt.

                +

                Stations of Exception - Jad Saliba +

                +

                Jad onderzoekt nieuwe toepassingen van analoge radiotechnologieën binnen elektronische live-muziek. Zo ontstaan kneedbare sonische artefacten uit een topografie van lokale radiostations.

                +

                World Wide Web - Dennis de Bel (PD0WNED) +

                +

                Radiogolven worden niet beperkt door geopolitieke of ideologische grenzen. Samen met de Bel luisteren we, met behulp van originele vinylopnamen, naar radiostoringen uit de koude oorlog die nog steeds over de hele wereld worden uitgezonden.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/recycle-reduce-reuse-en.html b/old/output/recycle-reduce-reuse-en.html new file mode 100644 index 0000000..253f79a --- /dev/null +++ b/old/output/recycle-reduce-reuse-en.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1831. varia komt in vele vormen:
              1832. +
              1833.  mailinglijst
              1834. +
              1835.  RSS feed
              1836. + +
              1837. Nederlands
              1838. +
              1839. English
              1840. +
                +
                +
                + +
                + + + + +
                +
                + RecycleReduceReuse and where is Repair Workshop (full) +
                +
                + +
                +
                2018-11-22 10:00
                +
                Published at 22 November 2018
                +
                + +
                +
                +
                +

                Over the last couple of centuries rapid changes in technology, economic fluctuation, technological replacement and planned obsolescence have resulted in a fast-growing surplus of (electronic) waste around the globe. An equally growing demand has risen for the re-purposing, repair, disposal and salvaging of this material, generating different methods that each have their own impact on the economy and environment. Among others, some relevant questions arise from this matter:

                +
                  +
                • What values construct our contemporary attitude towards waste?
                • +
                • Is it perhaps an obsession with utility?
                • +
                • What are the artistic merits of repair?
                • +
                +

                In this workshop, hosted by Yoana Buzova and Niek Hilkmann, we will take a look at the implications of recycling (electronic) waste. This will happen in a hands-on workshop in which we will visit places where ‘waste’ is being gathered and turn the concept of repair and recycle upside down. Departing from the idea that uselessness, like a haiku poem, contains a certain subversive potential, we will rework a utility object into something quite useless.

                +

                Varia curriculum

                +

                This workshop is organised in the context of the very first series of the Varia curriculum, developed in collaboration with the 3rd year minor "Hacking" of the Autonomous practices from the Willem de Kooning Academy (WdKA) in Rotterdam.

                +

                The curriculum is an ongoing series of workshops in which participants are introduced to technical, theoretical and methodological skills at the basis of the various practices that live within Varia. These are short intensive master-classes or workshops aimed towards providing high level introductions as a basis for further explorations.

                +

                Would you like to join this workshop? Please send us a short email on the info[a]varia.zone email address before the 19th of November! This workshop is full.

                +

                Varia, Gouwstraat 3 (Rotterdam Charlois)
                + 22 November, 10:00h - 18:00h (Lunch between 13:00h and 14:00h)
                +💶 50 euros (coffee, tea and cookies included)
                +
                💬* The workshop will be conducted in English

                +

                * Lack of money can not obstruct participation. Please get in contact with us to discuss the options (info[a]varia.zone).

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/recycle-reduce-reuse.html b/old/output/recycle-reduce-reuse.html new file mode 100644 index 0000000..36ab4fc --- /dev/null +++ b/old/output/recycle-reduce-reuse.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1841. varia komt in vele vormen:
              1842. +
              1843.  mailinglijst
              1844. +
              1845.  RSS feed
              1846. + +
              1847. Nederlands
              1848. +
              1849. English
              1850. +
                +
                +
                + +
                + + + + +
                +
                + RecycleReduceReuse and waar is Repair Workshop (vol) +
                +
                + +
                +
                2018-11-22 10:00:00
                +
                Gepubliceerd op 22 November 2018
                +
                + +
                +
                +
                +

                In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden worden toegepast die elk hun eigen impact hebben op de economie en het milieu. Hieruit vloeien enkele relevante vragen:

                +
                  +
                • Welke waarden construeren onze hedendaagse houding tegenover afval?
                • +
                • Is het misschien een obsessie met nuttigheid?
                • +
                • Wat zijn de artistieke verdiensten van reparatie?
                • +
                +

                In deze workshop, georganiseerd door Yoana Buzova en Niek Hilkmann, zullen we de implicaties van de recycling van (elektronisch) afval bekijken. Dit gebeurt in een praktische workshop waarin we plaatsen bezoeken waar 'afval' wordt verzameld om vervolgens het concept van reparatie en recyclage op zijn kop zet. Uitgaande van het idee dat nutteloosheid, net als een haiku-gedicht, een bepaald subversief potentieel bevat, zullen we een gebruiksvoorwerp reparen tot iets volkomen nutteloos.

                +

                Varia curriculum

                +

                Deze workshop is georganiseerd in het kader van de allereerste reeks van het Varia-curriculum, ontwikkeld in samenwerking met de 3ejaars minor "Hacking" van 'Autonomous Practices' van de Willem de Kooning Academie (WdKA) in Rotterdam.

                +

                Het curriculum is een doorlopende reeks workshops waarin deelnemers kennis maken met de technische, theoretische en methodologische vaardigheden die aan de basis staan van de verschillende praktijken die binnen Varia leven. Dit zijn korte intensieve masterclasses of workshops die erop gericht zijn op hoog niveau inleidingen te geven die kunnen dienen als basis voor verdere verkenningen.

                +

                Wil je meedoen aan deze workshop? Stuur ons een korte e-mail op het e-mailadres info[a]varia.zone voor 19 november! Deze workshop is vol.

                +

                Varia, Gouwstraat 3 (Rotterdam Charlois)
                + Donderdag, 22 November, 10:00h - 18:00h (lunch tussen 13:00h en 14:00h)
                +💶 50 euro (koffie, thee en koek inbegrepen)
                +
                💬* De voertaal van deze workshop is Engels

                +

                * Geldgebrek kan geen deelname uitsluiten. Neem contact met ons op om de mogelijkheden te bespreken (info[a]varia.zone).

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/red-en-en.html b/old/output/red-en-en.html new file mode 100644 index 0000000..f8872df --- /dev/null +++ b/old/output/red-en-en.html @@ -0,0 +1,157 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1851. varia komt in vele vormen:
              1852. +
              1853.  mailinglijst
              1854. +
              1855.  RSS feed
              1856. + +
              1857. Nederlands
              1858. +
              1859. English
              1860. +
                +
                +
                + +
                + + + + +
                +
                + Rotterdams Electronica Depot +
                +
                + +
                +
                09 April 2017
                +
                + +
                +
                +
                +
                +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
                +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
                +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
                +┌─────────────────┬───────────────┐
                +│misc parts       │misc parts     │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +├─────────────────┼───────────────┼────────────────────┐
                +│IC's             │trim pots,     │octo couplers       │
                +│                 │               │EEPROMS             │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistors,     │resistors      │big resistors,      │
                +│empty boxes,     │big            │empty boxes,        │
                +│                 │               │FTDI,               │
                +│                 │               │arduino             │
                +│                 │               │oscilloscope parts  │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistors,     │resistors      │capacitors,         │
                +│diodes           │small          │transducers         │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +└─────────────────┴───────────────┴────────────────────┘
                + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
                + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
                + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴  
                +
                + +

                Rotterdam Electronics Depot

                +

                Since many of the independent electronics stores in Rotterdam have permanently closed their doors, it has become nearly impossible to hop on a bike and quickly get some parts. In response to this Varia started the Rotterdam Electronics Depot, a community resource where members can purchase common parts parts at cost.

                +

                Become a member:

                +

                get in touch with us via the varia list

                +

                Opening and picking up

                +

                Opening times are dependent on the members. Pick up location is: Gouwstraat 3, 3082 BA, in Rotterdam

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/red-nl.html b/old/output/red-nl.html new file mode 100644 index 0000000..388672e --- /dev/null +++ b/old/output/red-nl.html @@ -0,0 +1,158 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1861. varia komt in vele vormen:
              1862. +
              1863.  mailinglijst
              1864. +
              1865.  RSS feed
              1866. + +
              1867. Nederlands
              1868. +
              1869. English
              1870. +
                +
                +
                + +
                + + + + +
                +
                + Rotterdams Electronica Depot +
                +
                + +
                +
                09 April 2017
                +
                + +
                +
                +
                +
                +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
                +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
                +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
                +┌─────────────────┬───────────────┐
                +│div. onderdelen  │div. onderd.   │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +├─────────────────┼───────────────┼────────────────────┐
                +│IC's             │trim pots,     │octo couplers       │
                +│                 │               │EEPROMS             │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstanden    │weerstanden,        │
                +│lege lades,      │>0.25W         │lege lades,         │
                +│                 │               │FTDI,               │
                +│                 │               │arduino             │
                +│                 │               │oscilloscope onderd │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstande     │condensatoren,      │
                +│diodes           │=<0.25W        │transducers         │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +└─────────────────┴───────────────┴────────────────────┘
                + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
                + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
                + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
                +
                +
                + +

                Het Rotterdams Electronica Depot

                +

                Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd vrijwel niet meer mogelijk om een fysieke electronica winkel te bezoeken in Rotterdam. Op deze manier is het onmogelijk om even op de fiets te springen om wat ontbrekende onderdelen te hallen. Daarom heeft een collectief electronica depot opgericht waar deelnemers van tegen kostprijs onderdelen kunnen komen ophalen.

                +

                Lid worden:

                +

                Neem contact op met varia via de mailinglijst

                +

                Openingstijden en ophalen

                +

                Het depot kent geen vaste openingstijden. Ophalen kan aan de Gouwstraat 3, 3082 BA, te Rotterdam

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/relearn-2019-en.html b/old/output/relearn-2019-en.html new file mode 100644 index 0000000..85c49ee --- /dev/null +++ b/old/output/relearn-2019-en.html @@ -0,0 +1,160 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1871. varia komt in vele vormen:
              1872. +
              1873.  mailinglijst
              1874. +
              1875.  RSS feed
              1876. + +
              1877. Nederlands
              1878. +
              1879. English
              1880. +
                +
                +
                + +
                + + + + +
                +
                + Relearn 2019 curved +
                +
                + +
                +
                2019-06-07 10:00
                +
                Published at 29 May 2019
                +
                + +
                +
                +
                +

                For the Rotterdam control point on this year's curved edition of Relearn, we propose to together attend to a subject zone (•) where different digital network practices intersect. This subject zone can morph into multiple directions throughout the session. Our specific interest is in how publishing formats (••) operate with/on/through this zone.

                +

                • There are many questions in the air when we start to speak about digital infrastructures, hosters, servers, services, networks and their technical realities. Instead of picking one and diving deeper, we thought it would be more interesting to present a range and explore different vocabularies, protocols, technologies, infrastructures. We invite you to join Relearn to stretch this zone, starting from or moving towards:

                +
                  +
                • digital interdependencies
                • +
                • affective infrastructures
                • +
                • homebrew networks
                • +
                • networked entanglements
                • +
                • feminist servers
                • +
                • federated networks
                • +
                • and-and-networks
                • +
                • digital autonomy
                • +
                • transitional infrastructures
                • +
                • digital selves-organisations
                • +
                • so-and-sovereignty networks
                • +
                • out-of-the-cloud thinking
                • +
                • +
                +

                •• We’re curious about learning through publishing formats. The different publishing formats serve as an invitation to embed ourselves within the subject zone of digital networks. How can these formats be our morphable lenses, that we use to relearn digital networks? Starting from or moving towards:

                +
                  +
                • multiple readers
                • +
                • cross-readings created through algorithms
                • +
                • logbooks
                • +
                • syllabi
                • +
                • documentation
                • +
                • annotations
                • +
                • cookbooks
                • +
                • tutorials
                • +
                • README
                • +
                • bug reports
                • +
                • link dumps
                • +
                • scores
                • +
                • +
                +

                Many sub-trajectories can emerge from here during the days, without the need of taking the same path or agreeing about vocabularies or geometries altogether.

                +

                The session will take place in Rotterdam and starts on Friday evening (the 7th) in a public setting, followed by two full days of relearning together.

                +

                Friday 7th June 20:00 - 22:00
                +Relearn public evening program: embed yourself into Relearn

                +

                Saturday/Sunday 8-9th June 10:00 - 18:00
                +Relearn sub-zone-trajectories

                +

                If you would like to join this Relearn session, please send an email to info@varia.zone with a short motivation of your interest. We will reply to subscriptions on a regular basis, up to the 26th of May.

                +

                Our capacities allow us to have a group of 30 relearners. Our preference goes out to people that can join the whole session (Friday evening, Saturday and Sunday). We will take care of a daily vegetarian lunch (please let us know about allergies or other dietary preferences). Following a tradition from previous years, we will arrange a hosting network in the city and find a place to stay for everyone. Please mention in the email if you need to be hosted or could host one or more relearners in your house.

                +

                If you would like to join us only on the Friday evening, there is no need to subscribe, just come over! :)

                +

                Practical info
                +Date: 7th-9th June 2019
                +Location: Varia - Gouwstraat 3, Rotterdam, The Netherlands
                +Website: relearn.be

                +

                Resources & contact
                +→ email: info@varia.zone
                +→ subscribe to the Relearn mailinglist
                +→ Relearn’s gitlab repository
                +→ IRC channel: #relearn on Freenode
                +→ Photographs of previous Relearn editions can be found in Constant’s gallery

                +
                +

                This event is made possible with the support of the Gemeente Rotterdam & Stimuleringsfonds Creatieve Industrie.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/relearn-2019.html b/old/output/relearn-2019.html new file mode 100644 index 0000000..79d07af --- /dev/null +++ b/old/output/relearn-2019.html @@ -0,0 +1,159 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1881. varia komt in vele vormen:
              1882. +
              1883.  mailinglijst
              1884. +
              1885.  RSS feed
              1886. + +
              1887. Nederlands
              1888. +
              1889. English
              1890. +
                +
                +
                + +
                + + + + +
                +
                + Relearn 2019 curved +
                +
                + +
                +
                2019-06-07 10:00:00
                +
                Gepubliceerd op 29 May 2019
                +
                + +
                +
                +
                +

                Voor de Rotterdamse sessie op de Relearn curve stellen we voor om samen een onderwerpszone te betreden (•) waar verschillende digitale netwerkpraktijken elkaar kruizen. Deze subject zone kan tijdens deze sessie meerdere gedaantes aannemen en allerlei kanten op bewegen. Onze specifieke interesse in dit onderwerp is gericht op hoe publicatie vormen (••) functioneren binnen/met deze zone.

                +

                • Wanneer het gaat over digitale infrastructuur, hosting, servers, online diensten, netwerken en hun technische realiteiten hangen er heel veel vragen in de lucht. Voor deze sessie wilden we niet een enkel vraagstuk uitlichten, maar juist een reeks aan vocabulair, protocollen, technologieën en infrastructuren naast elkaar zetten. We nodigen je uit om deel te nemen aan Relearn en deze zone verder op te rekken, te beginnen bij of toewerkend naar:

                +
                  +
                • digitale inter-afhankelijkheden
                • +
                • affectieve infrastructuur
                • +
                • homebrew netwerken
                • +
                • genetwerkte knopen
                • +
                • feministische servers
                • +
                • gefedereerde netwerken
                • +
                • en-en-netwerken
                • +
                • digitale autonomie
                • +
                • transitionele infrastructuren
                • +
                • digitale zelf-organisaties
                • +
                • so-en-soevereiniteits netwerken
                • +
                • buiten-de-cloud denken
                • +
                • +
                +

                •• We zijn nieuwsgierig om te leren van/via publiceer processen. De volgende vormen van publiceren nodigen uit om vanuit een geïntegreerde positie te werken met/aan de onderwerpszone van digitale netwerken. Kunnen we deze bestandstypes als een morfische lens inzetten, om te leren over digitale netwerken? Of kunnen we datgene dat we al kennen over digitale netwerken opnieuw proberen te leren, zoals de naam relearn suggereert? Te beginnen bij of toewerkend naar:

                +
                  +
                • meervoudige readers
                • +
                • logboeken
                • +
                • syllabi
                • +
                • documentatie
                • +
                • annotaties
                • +
                • kookboeken
                • +
                • tutorials
                • +
                • README's
                • +
                • error rapporten
                • +
                • link dumps
                • +
                • scores
                • +
                • +
                +

                Meerdere sub-trajecten kunnen tijdens dit weekend ontwikkeld worden, zonder dat er een noodzaak bestaat om allemaal hetzelfde pad te nemen of het eens te zijn over vocabulair of geometrie.

                +

                De sessie zal plaats vinden in Rotterdam en begint op vrijdag avond (7e) in een publieke setting, gevolgd door twee volle dagen samen relearnen.

                +

                vrijdag 7 juni 20:00 - 22:00
                +Relearn publiek avond programma: embed yourself into Relearn

                +

                zaterdag/zondag 8 - 9 juni 10:00 - 18:00
                +Relearn sub-zone-trajecten

                +

                Als je mee wilt doen aan Relearn, stuur ons dan een mail op info@varia.zone met een korte motivatie om je interesse toe te lichten. We zullen met enige regelmaat op inschrijvingen antwoorden, tot 26 mei.

                +

                Onze capaciteiten zijn beperkt, waardoor we maximaal 30 relearners kunnen verwelkomen. Onze voorkeur gaat uit naar deelnemers die de hele sessie mee komen doen (vrijdag avond, zaterdag en zondag). We zullen zorgen voor een dagelijkse vegetarische lunch (laat het ons weten als je allergisch bent of speciale dieet voorkeuren hebt). Ook zullen we de traditie van vorige jaren Relearn voortzetten en hard ons best doen om een hosting netwerk te organiseren in de stad, om zo iedereen onder te brengen. Laat alsjeblieft weten in je email of je een plek nodig hebt om te slapen in Rotterdam, of hoeveel mensen je thuis zou kunnen hosten tijdens dit weekend.

                +

                Als je alleen op vrijdag avond mee wilt doen dan kan dat natuurlijk ook, je hoeft je dan niet in te schrijven, kom gewoon langs! :)

                +

                Practische informatie
                +Datum: 7-9 juni 2019
                +Locatie: Varia - Gouwstraat 3, Rotterdam
                +Website: relearn.be

                +

                Bronnen & contact
                +→ email: info@varia.zone
                +→ schrijf je in op de Relearn mailinglijst
                +→ Relearn’s gitlab repository
                +→ IRC kanaal: #relearn op Freenode
                +→ Foto's van vorige edities van Relearn kunnen gevonden worden in de gallerie van Constant

                +
                +

                Dit project wordt mogelijk gemaakt met de steun van Gemeente Rotterdam & Stimuleringsfonds Creative Industrie.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/relearn-en.html b/old/output/relearn-en.html new file mode 100644 index 0000000..05c28c9 --- /dev/null +++ b/old/output/relearn-en.html @@ -0,0 +1,112 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1891. varia komt in vele vormen:
              1892. +
              1893.  mailinglijst
              1894. +
              1895.  RSS feed
              1896. + +
              1897. Nederlands
              1898. +
              1899. English
              1900. +
                +
                +
                + +
                + + + + +
                +
                + Relearn Rotterdam +
                +
                + +
                +
                2017-08-29 10:00
                +
                Published at 29 August 2017
                +
                + +
                +
                +
                +

                Relearn is a collective learning experiment with as many teachers as it has participants. It is motivated by the possibility to displace parameters of/for research, studying and learning.

                +

                During the week of Relearn, we work with a set of case-studies, observations, questions or stacks of study material that we call "tracks". Relearn outlines the idea of resetting thinking modes, for a diverse set of approaches that we can reconsider, that come out of the development of our cultures towards and through digital entities.

                +

                While Relearn is an experiment in collective learning, it grows from an interest in Free / Libre Open Source Software culture and practices as a way to address and acknowledge the production processes and frameworks involving technology and cultur

                +

                29th of August - 2nd of September 2017
                +Poortgebouw, Rotterdam

                +

                www.relearn.be

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/relearn.html b/old/output/relearn.html new file mode 100644 index 0000000..b9313a7 --- /dev/null +++ b/old/output/relearn.html @@ -0,0 +1,112 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1901. varia komt in vele vormen:
              1902. +
              1903.  mailinglijst
              1904. +
              1905.  RSS feed
              1906. + +
              1907. Nederlands
              1908. +
              1909. English
              1910. +
                +
                +
                + +
                + + + + +
                +
                + Relearn Rotterdam +
                +
                + +
                +
                2017-08-29 10:00:00
                +
                Gepubliceerd op 29 August 2017
                +
                + +
                +
                +
                +

                Relearn is een week-lang collectief leer experiment met evenveel leraren als deelnemers. De collectieve studieweek zet parameters van/voor leren centraal, en zoekt manieren om deze te verplaatsen.

                +

                Tijdens Relearn werken we met een reeks case studies, waarnemingen, vragen, of stapels studiemateriaal die als "tracks" de structuur van de week vormen. Relearn omarmt het resetten van denkmodi, om een uiteenlopende reeks aanpakken te heroverwegen, die voortkomen uit de ontwikkeling van onze culturen tot en via digitale entiteiten.

                +

                Naast een experiment in collectief leren, is Relearn ontstaan vanuit een interesse in Vrije en Open Source Software-cultuur en -praktijken als een manier om de productieprocessen en -kaders van technologie en cultuur te ondervragen.

                +

                29 Augustus - 2 September 2017
                +Poortgebouw, Rotterdam

                +

                www.relearn.be

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/rr-bootleg-en.html b/old/output/rr-bootleg-en.html new file mode 100644 index 0000000..581a71f --- /dev/null +++ b/old/output/rr-bootleg-en.html @@ -0,0 +1,131 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1911. varia komt in vele vormen:
              1912. +
              1913.  mailinglijst
              1914. +
              1915.  RSS feed
              1916. + +
              1917. Nederlands
              1918. +
              1919. English
              1920. +
                +
                +
                + +
                + + + + +
                +
                + Read & Repair feat. The Bootleg Library +
                +
                + +
                +
                2020-01-26 11:00
                +
                Published at 26 January 2020
                +
                + +
                +
                +
                +

                Need books? Need zines? Need electronic parts?

                +

                Starting in January 2020, Varia will have their doors open every last Sunday of the month.

                +

                Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.

                +

                On Sunday the 26th of January, Varia has a special guest: Simon Browne will be introducing the “bootleg library”, which is a shared digital and physical library of bootlegged texts.

                +
                 bootleg library sessions
                +
                + what to bring?
                +         a computer and some of your favourite ebooks 
                +         (PDF, EPUB, whatever)
                +
                + what will we do?
                +         well have an introduction to the bootleg library, 
                +         which is a shared digital and physical library of 
                +         bootlegged texts. lets make user accounts, download 
                +         and upload some texts, talk about what were reading 
                +         and how we like to organise our bookshelves, and 
                +         together discuss ways the library can develop.
                +
                + + +

                Tea and coffee will be bountiful. +This event is open to all and the entrance is free.

                +

                Program:

                +

                Sunday, 26 Jan 2020

                +

                11:00 - 17:00 (ongoing sessions, you can come or go anytime)

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/rr-bootleg.html b/old/output/rr-bootleg.html new file mode 100644 index 0000000..9bfc4b9 --- /dev/null +++ b/old/output/rr-bootleg.html @@ -0,0 +1,133 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1921. varia komt in vele vormen:
              1922. +
              1923.  mailinglijst
              1924. +
              1925.  RSS feed
              1926. + +
              1927. Nederlands
              1928. +
              1929. English
              1930. +
                +
                +
                + +
                + + + + +
                +
                + Read & Repair feat. The Bootleg Library +
                +
                + +
                +
                2020-01-26 11:00:00
                +
                Gepubliceerd op 26 January 2020
                +
                + +
                +
                +
                +

                Boeken? Zines? Elektronische onderdelen?

                +

                Vanaf januari 2020 zal Varia elke laatste zondag van de maand haar deuren openen. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.

                +

                Op zondag 26 januari heeft Varia een speciale gast: +Simon Browne introduceert de "bootleg library", een gedeelde digitale en fysieke bibliotheek van gebootlegde teksten.

                +
                bootleg library sessions
                +
                +wat mee te nemen?
                +         een computer en een paar van je favoriete digitale boeken 
                +         (PDF, EPUB, welk bestandsformaat dan ook)
                +
                +wat gaan we doen?
                +         Een introductie over de bootleg library, een gedeelde 
                +         digitale en fysieke bibliotheek met bootlegged teksten. 
                +         we kunnen gebruikersaccounts aanmaken, teksten up- en 
                +         downloaden, gesprekken hebben over wat we lezen, over hoe 
                +         we onze eigen boekenplank organiseren of samen een gesprek 
                +         voeren over mogelijke ontwikkelingen van deze bibliotheek.
                +
                + + +

                Thee en koffie zullen genoeg aanwezig zijn. +Dit evenement is voor iedereen toegankelijk en de toegang is gratis.

                +

                Programma:

                +

                Zondag, 26 januari 2020

                +

                11:00 - 17:00 uur (lopende sessies, u kunt altijd komen of gaan)

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/rr-open-licences-en.html b/old/output/rr-open-licences-en.html new file mode 100644 index 0000000..b3ae0e8 --- /dev/null +++ b/old/output/rr-open-licences-en.html @@ -0,0 +1,119 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1931. varia komt in vele vormen:
              1932. +
              1933.  mailinglijst
              1934. +
              1935.  RSS feed
              1936. + +
              1937. Nederlands
              1938. +
              1939. English
              1940. +
                +
                +
                + +
                + + + + +
                +
                + Read & Repair feat. readings & listings: open licenses edition +
                +
                + +
                +
                2020-02-23 11:00
                +
                Published at 23 February 2020
                +
                + +
                +
                +
                +

                Need books? Need zines? Need electronic parts?

                +

                Varia's doors are open every last Sunday of the month.

                +

                Come and make yourself comfortable, read the books you never find time to read, browse/exchange/acquire parts from our electronics depot or use the quietness of the day to repair things that need fixing.

                +

                On Sunday the 23rd of February, Varia has a special guest: Manetta Berends will host the first edition of a readings & listings session around open licenses.

                +

                What to bring?

                +

                A computer could be useful for working on the readings & listings together.

                +

                What will we do?

                +

                We will take an hour or two to talk about open licenses, read snippets of these techno-legal documents, discuss examples and tendencies of this field, and together work on a small reading list around this topic.

                +

                Program:

                +

                Sunday, 23 Feb 2020

                +

                11:00 - 13:00 readings & listings: open licenses edition

                +

                13:00 - 17:00 (ongoing time to read and repair)

                +

                Tea and coffee will be bountiful. This event is open to all and the entrance is free.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/rr-open-licences.html b/old/output/rr-open-licences.html new file mode 100644 index 0000000..667660e --- /dev/null +++ b/old/output/rr-open-licences.html @@ -0,0 +1,120 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1941. varia komt in vele vormen:
              1942. +
              1943.  mailinglijst
              1944. +
              1945.  RSS feed
              1946. + +
              1947. Nederlands
              1948. +
              1949. English
              1950. +
                +
                +
                + +
                + + + + +
                +
                + Read & Repair feat. readings & listings: open licenses edition +
                +
                + +
                +
                2020-02-23 11:00:00
                +
                Gepubliceerd op 23 February 2020
                +
                + +
                +
                +
                +

                Boeken? Zines? Elektronische onderdelen? +Varia's deuren zijn elke laatste zondag van de maand open. +Kom binnen en maak kennis met onze bibliotheek en electronica depot. +Lees de boeken waar je nooit de tijd voor hebt. Zoek, vind en ruil onderdelen of gebruik de rust van de dag om een van je apparaten te repareren.

                +

                Op zondag 23 februari heeft Varia een speciale gast: Manetta Berends zal de eerste editie van een readings & listings sessie rond open licenties organiseren.

                +

                Wat moet ik meenemen?

                +

                Een computer kan nuttig zijn om samen aan de readings & listings te werken.

                +

                Wat gaan we doen?

                +

                We nemen een uur of twee de tijd om over open licenties te praten, stukjes van deze techno-juridische documenten te lezen, voorbeelden en tendensen op dit gebied te bespreken, en samen te werken aan een kleine leeslijst rond dit onderwerp.

                +

                Programma:

                +

                Zondag, 23 februari 2020

                +

                11:00 - 13:00 readings & listings: open licenties editie

                +

                13:00 - 17:00 (doorlopende tijd om te lezen en te repareren)

                +

                Thee en koffie zullen genoeg aanwezig zijn. Dit evenement is voor iedereen toegankelijk en de toegang is gratis.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/sensible-soccer-en.html b/old/output/sensible-soccer-en.html new file mode 100644 index 0000000..3423ffd --- /dev/null +++ b/old/output/sensible-soccer-en.html @@ -0,0 +1,142 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1951. varia komt in vele vormen:
              1952. +
              1953.  mailinglijst
              1954. +
              1955.  RSS feed
              1956. + +
              1957. Nederlands
              1958. +
              1959. English
              1960. +
                +
                +
                + +
                + + + + +
                +
                + Sensible World Of Soccer - Varia Cup 2020 +
                +
                + +
                +
                2020-03-21 12:00
                +
                Published at 21 March 2020
                +
                + +
                +
                +
                +

                Become a goal scoring superstar hero at the Sensible World of Soccer Varia Cup 2020! After two competitive events at WORM it's time to bring the classic football game to the south of Rotterdam. Varia will be host to both an amateur cup as well as a pro cup - anyone can play (literally; in contrast with modern football simulators you only need a joystick with one button!). Although the last official release of the game was in 96 (not counting the terrible 3d attempts that became the downfall of Sensible Software), Sensible Soccer never went away thanks to its highly addictive gameplay and vast database of teams from around the world, creating possibilities to become champion infinite. SWOS has become part of the gaming canon as stated by Stanford University, amongst games as Tetris and Super Mario Bros 3. The Royal Mail celebrated its part in British video game history by releasing a Sensible Stamp last month.

                +

                +

                SWOS2020 +A strong community (check out www.sensiblesoccer.de) made sure the ball kept on rolling, with ways to play against each other online, rankings, as well as hosting the annual Sensible Days: the World Cup where players decide who's best. The highlight of this year though is the launch of Sensible World of Soccer 2020! Not only does it provide an up-to-date database with around 1,500 teams from all over the world (from The Netherlands to El Salvador; a huge community effort), it is also the first time that the game can be played on modern operating systems without using DOS- or Amiga-emulators. This time you can run the game straight from your Windows-desktop (of course, the database has also been released for the original Amiga version). You can even switch live between DOS and Amiga-gameplay, and choose for a beautiful wide screen mode on UltraHD resolutions. The game is available for free through below link (you do need to own the original version of the game though, but online search machines will help, or check out www.gog.com for a legal way to buy the game).

                +

                +

                VARIA CUP +We will play the cup in SWOS2020, which means you can play with your favourite team of the moment! Both experienced and unexperienced players are welcome. After a first qualifying round, the top half of the field will go and compete in the Pro Cup, the bottom half in the Amateur Cup; both cup winners will win a prize.

                +

                Timetable (depending on amount of players participating)

                +

                12:00 - 13:00 Warming-up
                +13:00 - 14:30 Qualifying rounds (amateurs + pros mixed: best continu to the Pro Cup, worst to the Amateur Cup)
                +14:30 - onwards Pro Cup and Amateur Cup (on separate systems)
                ++/- 17:30 Dinner time
                +19:00 Awards ceremony
                +20:00/21:00 Closing down

                +

                entry: donation

                +

                The amount of players is limited. You can enroll between 12:00 and 13:00 but if you want to be sure of a spot, write to: sebatosh@gmail.com. Be sure to write down the club you want to play with. Not participating in the tournament? Feel free to come along and play on one of the practice systems. You can also stop by to support your local heroes while enjoying the live Brazilian commentary we will have during selected games or the Amiga-tunes that DJ Newk will be playing!

                +

                Useful Links
                +The 2020 version of the game -> https://www.sensiblesoccer.de/swos-2020
                +Why is this game still so good? -> https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407
                +The making of Sensible Soccer -> https://readonlymemory.vg/the-making-of-sensible-soccer/
                +Intro of SWOS 96/97 -> https://www.youtube.com/watch?v=8eBqIXjj4a8

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/sensible-soccer.html b/old/output/sensible-soccer.html new file mode 100644 index 0000000..1805c40 --- /dev/null +++ b/old/output/sensible-soccer.html @@ -0,0 +1,142 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1961. varia komt in vele vormen:
              1962. +
              1963.  mailinglijst
              1964. +
              1965.  RSS feed
              1966. + +
              1967. Nederlands
              1968. +
              1969. English
              1970. +
                +
                +
                + +
                + + + + +
                +
                + Sensible World Of Soccer - Varia Cup 2020 +
                +
                + +
                +
                2020-03-21 12:00:00
                +
                Gepubliceerd op 21 March 2020
                +
                + +
                +
                +
                +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! Na twee competitieve toernooien bij WORM brengen we dit klassieke voetbalspel nu naar Rotterdam-Zuid. Bij Varia organiseren we zowel een amateurcup als een pro-cup - iedereen kan meedoen (letterlijk: in tegenstelling tot moderne voetbalsimulators kan je het spel spelen met een joystick en slechts één knop)! Alhoewel de laatste officiële versie alweer dateert uit 1996 (de matige 3d pogingen laten we maar buiten beschouwing), is Sensible Soccer nooit weggeweest. Dankzij een uiterst verslavende gameplay en een uitgebreide database van wereldwijde teams zijn de mogelijkheden om kampioen te worden oneindig. SWOS maakt volgens de Stanford universiteit deel uit van het spelkanon, samen met bijvoorbeeld Tetris en Super Mario Bros 3. De Royal Mail heeft zijn aandeel in de Britse spelgeschiedenis beloond met een Sensible postzegel afgelopen maand.

                +

                +

                SWOS2020 +Het komt mede door een sterke community (zie ook www.sensiblesoccer.de) dat de bal bleef rollen. Denk aan mogelijkheden om online tegen elkaar te spelen, ranglijsten, en de jaarlijkse Sensible Days: het WK waar uitgemaakt wordt wie de beste speler is. Het hoogtepunt van dit jaar is de release van Sensible World of Soccer 2020! Deze nieuwe versie biedt niet alleen een geupdate database met +/- 1.500 teams (van Nederland tot El Salvador!), het is ook de eerste keer dat het spel op huidige besturingssystemen gespeeld kan worden zonder gebruik te maken van DOS- of Amiga-emulatoren. Deze editie kan rechstreeks vanaf je Windows-desktop opgestart worden (natuurlijk is er ook een database voor de originele Amiga-versie beschikbaar voor de die-hards). Het is zelfs mogelijk te switchen tussen DOS en Amiga-gameplay en om te kiezen voor een fraaie breedbeeld-modus in UltraHD-resolutie. Het spel is als freeware te downloaden via onderstaande link (wel is het nodig het originele spel in bezit te hebben; online zoekmachines bieden uitkomt, of ga naar www.gog.com waar het spel verkocht wordt).

                +

                +

                VARIA CUP +Het toernooi wordt gespeeld in SWOS2020, wat betekent dat je met de favoriete club van dit moment kan spelen. Zowel ervaren als onervaren spelers zijn welkom. Na een selectieronde gaan de beste spelers strijden om de pro-cup, terwijl de andere helft strijdt om de amateurcup. Voor beide toernooien zijn er prijzen!

                +

                Tijdschema (afhankelijk van het aantal deelnemers)

                +

                12:00 - 13:00 Warming-up
                +13:00 - 14:30 Selectieronde (amateurs + pros gemengd)
                +vanaf 14:30 Pro Cup and Amateur Cup (op aparte systemen)
                ++/- 17:30 Avondeten
                +19:00 Prijsuitreiking
                +20:00/21:00 Slot

                +

                entree: donatie

                +

                Het aantal deelnemers is beperkt. Tussen 12:00 en 13:00 kan je je inschrijven, maar als je zeker wilt zijn van een plekje is het verstandig een e-mail te sturen naar: sebatosh@gmail.com. Vergeet niet de club op te schrijven waarmee je wilt gaan spelen. Doe je niet mee aan het toernooi? Er zullen computers aanwezig zijn om zelf een wedstrijd te spelen. Of kom de deelnemers aanmoedigen. De belangrijke wedstrijden krijgen live wedstrijdverslag van onze Braziliaanse commentator en daarnaast is er Amiga-muziek van DJ Newk!

                +

                Nuttige Links
                +The 2020 version of the game -> https://www.sensiblesoccer.de/swos-2020
                +Why is this game still so good? -> https://www.vice.com/en_us/article/vdq479/why-i-adore-sensible-soccer-gamings-friendliest-football-sim-407
                +The making of Sensible Soccer -> https://readonlymemory.vg/the-making-of-sensible-soccer/
                +Intro of SWOS 96/97 -> https://www.youtube.com/watch?v=8eBqIXjj4a8

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/tag/21.html b/old/output/tag/21.html new file mode 100644 index 0000000..6fba265 --- /dev/null +++ b/old/output/tag/21.html @@ -0,0 +1,109 @@ + + + +Varia - 21 + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1971. varia komt in vele vormen:
              1972. +
              1973.  mailinglijst
              1974. +
              1975.  RSS feed
              1976. + +
              1977. Nederlands
              1978. +
              1979. English
              1980. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/21st-century.html b/old/output/tag/21st-century.html new file mode 100644 index 0000000..38be7d2 --- /dev/null +++ b/old/output/tag/21st-century.html @@ -0,0 +1,154 @@ + + + +Varia - 21st century + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1981. varia komt in vele vormen:
              1982. +
              1983.  mailinglijst
              1984. +
              1985.  RSS feed
              1986. + +
              1987. Nederlands
              1988. +
              1989. English
              1990. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

                +

                Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/21ste-eeuw.html b/old/output/tag/21ste-eeuw.html new file mode 100644 index 0000000..a195a0a --- /dev/null +++ b/old/output/tag/21ste-eeuw.html @@ -0,0 +1,105 @@ + + + +Varia - 21ste eeuw + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              1991. varia komt in vele vormen:
              1992. +
              1993.  mailinglijst
              1994. +
              1995.  RSS feed
              1996. + +
              1997. Nederlands
              1998. +
              1999. English
              2000. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/able.html b/old/output/tag/able.html new file mode 100644 index 0000000..ebbe038 --- /dev/null +++ b/old/output/tag/able.html @@ -0,0 +1,106 @@ + + + +Varia - able + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2001. varia komt in vele vormen:
              2002. +
              2003.  mailinglijst
              2004. +
              2005.  RSS feed
              2006. + +
              2007. Nederlands
              2008. +
              2009. English
              2010. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/activitypub.html b/old/output/tag/activitypub.html new file mode 100644 index 0000000..63dfc70 --- /dev/null +++ b/old/output/tag/activitypub.html @@ -0,0 +1,105 @@ + + + +Varia - activitypub + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2011. varia komt in vele vormen:
              2012. +
              2013.  mailinglijst
              2014. +
              2015.  RSS feed
              2016. + +
              2017. Nederlands
              2018. +
              2019. English
              2020. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/afval.html b/old/output/tag/afval.html new file mode 100644 index 0000000..ef7424b --- /dev/null +++ b/old/output/tag/afval.html @@ -0,0 +1,102 @@ + + + +Varia - afval + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2021. varia komt in vele vormen:
              2022. +
              2023.  mailinglijst
              2024. +
              2025.  RSS feed
              2026. + +
              2027. Nederlands
              2028. +
              2029. English
              2030. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

                +

                Wil …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/algorithms.html b/old/output/tag/algorithms.html new file mode 100644 index 0000000..d36714b --- /dev/null +++ b/old/output/tag/algorithms.html @@ -0,0 +1,105 @@ + + + +Varia - algorithms + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2031. varia komt in vele vormen:
              2032. +
              2033.  mailinglijst
              2034. +
              2035.  RSS feed
              2036. + +
              2037. Nederlands
              2038. +
              2039. English
              2040. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/apocalypse.html b/old/output/tag/apocalypse.html new file mode 100644 index 0000000..585b9ef --- /dev/null +++ b/old/output/tag/apocalypse.html @@ -0,0 +1,109 @@ + + + +Varia - apocalypse + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2041. varia komt in vele vormen:
              2042. +
              2043.  mailinglijst
              2044. +
              2045.  RSS feed
              2046. + +
              2047. Nederlands
              2048. +
              2049. English
              2050. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/architecture.html b/old/output/tag/architecture.html new file mode 100644 index 0000000..a158111 --- /dev/null +++ b/old/output/tag/architecture.html @@ -0,0 +1,105 @@ + + + +Varia - architecture + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2051. varia komt in vele vormen:
              2052. +
              2053.  mailinglijst
              2054. +
              2055.  RSS feed
              2056. + +
              2057. Nederlands
              2058. +
              2059. English
              2060. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/book.html b/old/output/tag/book.html new file mode 100644 index 0000000..68412d1 --- /dev/null +++ b/old/output/tag/book.html @@ -0,0 +1,105 @@ + + + +Varia - book + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2061. varia komt in vele vormen:
              2062. +
              2063.  mailinglijst
              2064. +
              2065.  RSS feed
              2066. + +
              2067. Nederlands
              2068. +
              2069. English
              2070. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/bunting.html b/old/output/tag/bunting.html new file mode 100644 index 0000000..c9715cb --- /dev/null +++ b/old/output/tag/bunting.html @@ -0,0 +1,109 @@ + + + +Varia - bunting + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2071. varia komt in vele vormen:
              2072. +
              2073.  mailinglijst
              2074. +
              2075.  RSS feed
              2076. + +
              2077. Nederlands
              2078. +
              2079. English
              2080. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/cake.html b/old/output/tag/cake.html new file mode 100644 index 0000000..3d607a0 --- /dev/null +++ b/old/output/tag/cake.html @@ -0,0 +1,97 @@ + + + +Varia - cake + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2081. varia komt in vele vormen:
              2082. +
              2083.  mailinglijst
              2084. +
              2085.  RSS feed
              2086. + +
              2087. Nederlands
              2088. +
              2089. English
              2090. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Voedsel als handelswaar vindt wellicht zijn meest onthullende expressie in de vorm van de taart. In deze workshop onderzoeken we de geschiedenis van culinaire hegemonie door gezamenlijk een specifiek zoet recept te bakken dat de wijze laat zien waarop we voedsel vandaag waarnemen en consumeren. Niet alleen zullen we de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/calling.html b/old/output/tag/calling.html new file mode 100644 index 0000000..c260f6b --- /dev/null +++ b/old/output/tag/calling.html @@ -0,0 +1,109 @@ + + + +Varia - calling + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2091. varia komt in vele vormen:
              2092. +
              2093.  mailinglijst
              2094. +
              2095.  RSS feed
              2096. + +
              2097. Nederlands
              2098. +
              2099. English
              2100. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/camp.html b/old/output/tag/camp.html new file mode 100644 index 0000000..ffaa131 --- /dev/null +++ b/old/output/tag/camp.html @@ -0,0 +1,109 @@ + + + +Varia - camp + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2101. varia komt in vele vormen:
              2102. +
              2103.  mailinglijst
              2104. +
              2105.  RSS feed
              2106. + +
              2107. Nederlands
              2108. +
              2109. English
              2110. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/century.html b/old/output/tag/century.html new file mode 100644 index 0000000..9f2bf0c --- /dev/null +++ b/old/output/tag/century.html @@ -0,0 +1,109 @@ + + + +Varia - century + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2111. varia komt in vele vormen:
              2112. +
              2113.  mailinglijst
              2114. +
              2115.  RSS feed
              2116. + +
              2117. Nederlands
              2118. +
              2119. English
              2120. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Mede dankzij de gretigheid waarmee Donald Trump Groenland wou kopen, staat dit eiland opnieuw in de schijnwerpers. Het is echter niets nieuws voor Groenland om onder de aandacht van de internationale geopolitiek te komen. Met het smelten van de ijskappen, het openen van nieuwe handelsroutes en een enorme hoeveelheid minerale …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/concert.html b/old/output/tag/concert.html new file mode 100644 index 0000000..d55c23a --- /dev/null +++ b/old/output/tag/concert.html @@ -0,0 +1,202 @@ + + + +Varia - concert + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2121. varia komt in vele vormen:
              2122. +
              2123.  mailinglijst
              2124. +
              2125.  RSS feed
              2126. + +
              2127. Nederlands
              2128. +
              2129. English
              2130. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                + + lees meer + +
                +

                + +
                + + + + + + + +
                + + + + +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/conversas.html b/old/output/tag/conversas.html new file mode 100644 index 0000000..66ded7d --- /dev/null +++ b/old/output/tag/conversas.html @@ -0,0 +1,105 @@ + + + +Varia - Conversas + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2131. varia komt in vele vormen:
              2132. +
              2133.  mailinglijst
              2134. +
              2135.  RSS feed
              2136. + +
              2137. Nederlands
              2138. +
              2139. English
              2140. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/crystals.html b/old/output/tag/crystals.html new file mode 100644 index 0000000..6e4b9af --- /dev/null +++ b/old/output/tag/crystals.html @@ -0,0 +1,106 @@ + + + +Varia - crystals + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2141. varia komt in vele vormen:
              2142. +
              2143.  mailinglijst
              2144. +
              2145.  RSS feed
              2146. + +
              2147. Nederlands
              2148. +
              2149. English
              2150. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

                +

                Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/ctrl-alt-save.html b/old/output/tag/ctrl-alt-save.html new file mode 100644 index 0000000..721dba5 --- /dev/null +++ b/old/output/tag/ctrl-alt-save.html @@ -0,0 +1,110 @@ + + + +Varia - ctrl-alt-save + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2151. varia komt in vele vormen:
              2152. +
              2153.  mailinglijst
              2154. +
              2155.  RSS feed
              2156. + +
              2157. Nederlands
              2158. +
              2159. English
              2160. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/data.html b/old/output/tag/data.html new file mode 100644 index 0000000..d9c878f --- /dev/null +++ b/old/output/tag/data.html @@ -0,0 +1,110 @@ + + + +Varia - data + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2161. varia komt in vele vormen:
              2162. +
              2163.  mailinglijst
              2164. +
              2165.  RSS feed
              2166. + +
              2167. Nederlands
              2168. +
              2169. English
              2170. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/druk.html b/old/output/tag/druk.html new file mode 100644 index 0000000..97228b1 --- /dev/null +++ b/old/output/tag/druk.html @@ -0,0 +1,109 @@ + + + +Varia - druk + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2171. varia komt in vele vormen:
              2172. +
              2173.  mailinglijst
              2174. +
              2175.  RSS feed
              2176. + +
              2177. Nederlands
              2178. +
              2179. English
              2180. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/echt-nuttige-kennis.html b/old/output/tag/echt-nuttige-kennis.html new file mode 100644 index 0000000..e6ee21d --- /dev/null +++ b/old/output/tag/echt-nuttige-kennis.html @@ -0,0 +1,109 @@ + + + +Varia - écht nuttige kennis + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2181. varia komt in vele vormen:
              2182. +
              2183.  mailinglijst
              2184. +
              2185.  RSS feed
              2186. + +
              2187. Nederlands
              2188. +
              2189. English
              2190. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/electronica.html b/old/output/tag/electronica.html new file mode 100644 index 0000000..2fe2f53 --- /dev/null +++ b/old/output/tag/electronica.html @@ -0,0 +1,138 @@ + + + +Varia - electronica + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2191. varia komt in vele vormen:
              2192. +
              2193.  mailinglijst
              2194. +
              2195.  RSS feed
              2196. + +
              2197. Nederlands
              2198. +
              2199. English
              2200. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +
                +   ╦═╗┌─┐┌┬┐┌┬┐┌─┐┬─┐┌┬┐┌─┐┌┬┐     
                +   ╠╦╝│ │ │  │ ├┤ ├┬┘ ││├─┤│││     
                +   ╩╚═└─┘ ┴  ┴ └─┘┴└──┴┘┴ ┴┴ ┴     
                +┌─────────────────┬───────────────┐
                +│div. onderdelen  │div. onderd.   │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +│                 │               │
                +├─────────────────┼───────────────┼────────────────────┐
                +│IC's             │trim pots,     │octo couplers       │
                +│                 │               │EEPROMS             │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstanden    │weerstanden,        │
                +│lege lades,      │>0.25W         │lege lades,         │
                +│                 │               │FTDI,               │
                +│                 │               │arduino             │
                +│                 │               │oscilloscope onderd │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +├─────────────────┼───────────────┼────────────────────┤
                +│transistoren,    │weerstande     │condensatoren,      │
                +│diodes           │=<0.25W        │transducers         │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +│                 │               │                    │
                +└─────────────────┴───────────────┴────────────────────┘
                + ╔═╗┬  ┌─┐┌─┐┌┬┐┬─┐┌─┐┌┐┌┬┌─┐┌─┐        ╔╦╗┌─┐┌─┐┌─┐┌┬┐ 
                + ║╣ │  ├┤ │   │ ├┬┘│ ││││││  ├─┤         ║║├┤ ├─┘│ │ │  
                + ╚═╝┴─┘└─┘└─┘ ┴ ┴└─└─┘┘└┘┴└─┘┴ ┴        ═╩╝└─┘┴  └─┘ ┴
                +
                +
                + +

                Het Rotterdams Electronica Depot

                +

                Door de sluiting van onafhankelijke electronica zaakjes in Rotterdam is het is het al een tijd …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/entrepecariat.html b/old/output/tag/entrepecariat.html new file mode 100644 index 0000000..e894f49 --- /dev/null +++ b/old/output/tag/entrepecariat.html @@ -0,0 +1,105 @@ + + + +Varia - entrepecariat + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2201. varia komt in vele vormen:
              2202. +
              2203.  mailinglijst
              2204. +
              2205.  RSS feed
              2206. + +
              2207. Nederlands
              2208. +
              2209. English
              2210. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/event.html b/old/output/tag/event.html new file mode 100644 index 0000000..7784918 --- /dev/null +++ b/old/output/tag/event.html @@ -0,0 +1,279 @@ + + + +Varia - event + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2211. varia komt in vele vormen:
              2212. +
              2213.  mailinglijst
              2214. +
              2215.  RSS feed
              2216. + +
              2217. Nederlands
              2218. +
              2219. English
              2220. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Een vertoning van de documentaires "Alles Flex?" en "Call me Intern", die beide een blik werpen op de gevolgen van de toenemende flexibilisering van huisvesting en werk. Daarnaast zal Sam Kreuk zijn muzikale solo-project City Dragon presenteren. Een avond vol documentaires, muziek en goede gesprekken!

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Er is meer tussen hemel en aarde dan de mens! Op 15 maart besteden we daarom aandacht aan “levenloze” object in ons midden. Op de stenen vloer van Varia zullen een vijftal artiesten te zien zijn die een intieme relatie met hun naaimachines, broodroosters, ventilatoren, waterkokers en opgeviste werkhandschoenen durven …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Varia's Nieuwjaarsborrel

                +

                Een nieuw jaar is aangebroken; Dennis (de Bel) is terug, de ruit ligt aan diggelen en l'intolerant #18 moet worden gelanceerd! Reden genoeg om bijeen te komen voor een drankje!

                +

                Deze vrijdag, 7 januari opent Varia om 19:30 de deuren voor een nieuwjaarsborrel met bijpassende muziek van …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/federation.html b/old/output/tag/federation.html new file mode 100644 index 0000000..5456fe1 --- /dev/null +++ b/old/output/tag/federation.html @@ -0,0 +1,109 @@ + + + +Varia - federation + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2221. varia komt in vele vormen:
              2222. +
              2223.  mailinglijst
              2224. +
              2225.  RSS feed
              2226. + +
              2227. Nederlands
              2228. +
              2229. English
              2230. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/floppy.html b/old/output/tag/floppy.html new file mode 100644 index 0000000..5976ca2 --- /dev/null +++ b/old/output/tag/floppy.html @@ -0,0 +1,105 @@ + + + +Varia - floppy + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2231. varia komt in vele vormen:
              2232. +
              2233.  mailinglijst
              2234. +
              2235.  RSS feed
              2236. + +
              2237. Nederlands
              2238. +
              2239. English
              2240. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/fluxus.html b/old/output/tag/fluxus.html new file mode 100644 index 0000000..e33afaf --- /dev/null +++ b/old/output/tag/fluxus.html @@ -0,0 +1,109 @@ + + + +Varia - fluxus + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2241. varia komt in vele vormen:
              2242. +
              2243.  mailinglijst
              2244. +
              2245.  RSS feed
              2246. + +
              2247. Nederlands
              2248. +
              2249. English
              2250. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/fountain.html b/old/output/tag/fountain.html new file mode 100644 index 0000000..f029a60 --- /dev/null +++ b/old/output/tag/fountain.html @@ -0,0 +1,105 @@ + + + +Varia - fountain + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2251. varia komt in vele vormen:
              2252. +
              2253.  mailinglijst
              2254. +
              2255.  RSS feed
              2256. + +
              2257. Nederlands
              2258. +
              2259. English
              2260. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/gaming.html b/old/output/tag/gaming.html new file mode 100644 index 0000000..cd3e992 --- /dev/null +++ b/old/output/tag/gaming.html @@ -0,0 +1,109 @@ + + + +Varia - gaming + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2261. varia komt in vele vormen:
              2262. +
              2263.  mailinglijst
              2264. +
              2265.  RSS feed
              2266. + +
              2267. Nederlands
              2268. +
              2269. English
              2270. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/health.html b/old/output/tag/health.html new file mode 100644 index 0000000..bc1e093 --- /dev/null +++ b/old/output/tag/health.html @@ -0,0 +1,105 @@ + + + +Varia - health + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2271. varia komt in vele vormen:
              2272. +
              2273.  mailinglijst
              2274. +
              2275.  RSS feed
              2276. + +
              2277. Nederlands
              2278. +
              2279. English
              2280. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/heath.html b/old/output/tag/heath.html new file mode 100644 index 0000000..37f5b63 --- /dev/null +++ b/old/output/tag/heath.html @@ -0,0 +1,109 @@ + + + +Varia - heath + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2281. varia komt in vele vormen:
              2282. +
              2283.  mailinglijst
              2284. +
              2285.  RSS feed
              2286. + +
              2287. Nederlands
              2288. +
              2289. English
              2290. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/hilkmann.html b/old/output/tag/hilkmann.html new file mode 100644 index 0000000..984a6dd --- /dev/null +++ b/old/output/tag/hilkmann.html @@ -0,0 +1,105 @@ + + + +Varia - hilkmann + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2291. varia komt in vele vormen:
              2292. +
              2293.  mailinglijst
              2294. +
              2295.  RSS feed
              2296. + +
              2297. Nederlands
              2298. +
              2299. English
              2300. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/improv.html b/old/output/tag/improv.html new file mode 100644 index 0000000..db04c8f --- /dev/null +++ b/old/output/tag/improv.html @@ -0,0 +1,109 @@ + + + +Varia - improv + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2301. varia komt in vele vormen:
              2302. +
              2303.  mailinglijst
              2304. +
              2305.  RSS feed
              2306. + +
              2307. Nederlands
              2308. +
              2309. English
              2310. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/industriele-propaganda.html b/old/output/tag/industriele-propaganda.html new file mode 100644 index 0000000..1f587e4 --- /dev/null +++ b/old/output/tag/industriele-propaganda.html @@ -0,0 +1,105 @@ + + + +Varia - industriële propaganda + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2311. varia komt in vele vormen:
              2312. +
              2313.  mailinglijst
              2314. +
              2315.  RSS feed
              2316. + +
              2317. Nederlands
              2318. +
              2319. English
              2320. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/informeel.html b/old/output/tag/informeel.html new file mode 100644 index 0000000..426d732 --- /dev/null +++ b/old/output/tag/informeel.html @@ -0,0 +1,105 @@ + + + +Varia - informeel + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2321. varia komt in vele vormen:
              2322. +
              2323.  mailinglijst
              2324. +
              2325.  RSS feed
              2326. + +
              2327. Nederlands
              2328. +
              2329. English
              2330. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/infrastructure.html b/old/output/tag/infrastructure.html new file mode 100644 index 0000000..bc9c90f --- /dev/null +++ b/old/output/tag/infrastructure.html @@ -0,0 +1,114 @@ + + + +Varia - infrastructure + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2331. varia komt in vele vormen:
              2332. +
              2333.  mailinglijst
              2334. +
              2335.  RSS feed
              2336. + +
              2337. Nederlands
              2338. +
              2339. English
              2340. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/interfacing.html b/old/output/tag/interfacing.html new file mode 100644 index 0000000..566d1e7 --- /dev/null +++ b/old/output/tag/interfacing.html @@ -0,0 +1,98 @@ + + + +Varia - interfacing + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2341. varia komt in vele vormen:
              2342. +
              2343.  mailinglijst
              2344. +
              2345.  RSS feed
              2346. + +
              2347. Nederlands
              2348. +
              2349. English
              2350. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Over tekst, encoderen en command lines.

                +

                De command line is een tekstuele interface voor de computer, niet zozeer een die 'ouderwets' is maar een die een geheel andere methodolgie van computergebruik mogelijk maakt. In tegenstelling tot grote software paketten die als 'professioneel' worden vermarkt , volgen command line tools de filosofie …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/ipfs.html b/old/output/tag/ipfs.html new file mode 100644 index 0000000..8d19922 --- /dev/null +++ b/old/output/tag/ipfs.html @@ -0,0 +1,106 @@ + + + +Varia - IPFS + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2351. varia komt in vele vormen:
              2352. +
              2353.  mailinglijst
              2354. +
              2355.  RSS feed
              2356. + +
              2357. Nederlands
              2358. +
              2359. English
              2360. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Van het gecentraliseerde HTTP pad af

                +

                In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/kantoren.html b/old/output/tag/kantoren.html new file mode 100644 index 0000000..264f059 --- /dev/null +++ b/old/output/tag/kantoren.html @@ -0,0 +1,105 @@ + + + +Varia - kantoren + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2361. varia komt in vele vormen:
              2362. +
              2363.  mailinglijst
              2364. +
              2365.  RSS feed
              2366. + +
              2367. Nederlands
              2368. +
              2369. English
              2370. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de tweede screening van Century 21 Calling zullen we een kijkje nemen naar de ontwikkeling van werkplekken. Hoe zat het ook al weer mat dat beloofde papierloze kantoor? Welke technologie heeft invloed gehad op waar en hoe wij werken? Zijn de situaties van vandaag nieuw of zijn zij slechts …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/launch.html b/old/output/tag/launch.html new file mode 100644 index 0000000..fff3d10 --- /dev/null +++ b/old/output/tag/launch.html @@ -0,0 +1,105 @@ + + + +Varia - launch + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2371. varia komt in vele vormen:
              2372. +
              2373.  mailinglijst
              2374. +
              2375.  RSS feed
              2376. + +
              2377. Nederlands
              2378. +
              2379. English
              2380. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ondernemer of precaire arbeider? Dit zijn de termen voor een cognitieve dissonantie die het leven van iedereen verandert in een wankel project dat verkeert in een eeuwige startup-fase. Silvio Lorusso gidst ons door het entreprecariat, een wereld waar verandering natuurlijk en gezond is, wat het ook met zich meebrengt. Een …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/libraries-publishing-epub-pdf.html b/old/output/tag/libraries-publishing-epub-pdf.html new file mode 100644 index 0000000..07e2c91 --- /dev/null +++ b/old/output/tag/libraries-publishing-epub-pdf.html @@ -0,0 +1,98 @@ + + + +Varia - libraries publishing epub pdf + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2381. varia komt in vele vormen:
              2382. +
              2383.  mailinglijst
              2384. +
              2385.  RSS feed
              2386. + +
              2387. Nederlands
              2388. +
              2389. English
              2390. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Maak en onderhoud een off-line digitale gemeenschapsbibliotheek

                +

                Bibliotecha is een systeem voor het beheren van off-line digitale bibliotheken. Met Bibliotecha kunnen gemeenschappen collecties van digitale publicaties aanleggen en delen in een op een fysieke locatie. De onderliggende techniek bestaat uit een 'single board computer' (zoals een RaspberryPi) die op basis …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/linux-presentation-day.html b/old/output/tag/linux-presentation-day.html new file mode 100644 index 0000000..adf8731 --- /dev/null +++ b/old/output/tag/linux-presentation-day.html @@ -0,0 +1,108 @@ + + + +Varia - linux presentation day + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2391. varia komt in vele vormen:
              2392. +
              2393.  mailinglijst
              2394. +
              2395.  RSS feed
              2396. + +
              2397. Nederlands
              2398. +
              2399. English
              2400. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/logging.html b/old/output/tag/logging.html new file mode 100644 index 0000000..a011daa --- /dev/null +++ b/old/output/tag/logging.html @@ -0,0 +1,105 @@ + + + +Varia - logging + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2401. varia komt in vele vormen:
              2402. +
              2403.  mailinglijst
              2404. +
              2405.  RSS feed
              2406. + +
              2407. Nederlands
              2408. +
              2409. English
              2410. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/mastodon.html b/old/output/tag/mastodon.html new file mode 100644 index 0000000..30967fd --- /dev/null +++ b/old/output/tag/mastodon.html @@ -0,0 +1,105 @@ + + + +Varia - mastodon + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2411. varia komt in vele vormen:
              2412. +
              2413.  mailinglijst
              2414. +
              2415.  RSS feed
              2416. + +
              2417. Nederlands
              2418. +
              2419. English
              2420. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/microblogging.html b/old/output/tag/microblogging.html new file mode 100644 index 0000000..11cc50a --- /dev/null +++ b/old/output/tag/microblogging.html @@ -0,0 +1,105 @@ + + + +Varia - microblogging + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2421. varia komt in vele vormen:
              2422. +
              2423.  mailinglijst
              2424. +
              2425.  RSS feed
              2426. + +
              2427. Nederlands
              2428. +
              2429. English
              2430. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/music.html b/old/output/tag/music.html new file mode 100644 index 0000000..f3f9cc3 --- /dev/null +++ b/old/output/tag/music.html @@ -0,0 +1,109 @@ + + + +Varia - music + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2431. varia komt in vele vormen:
              2432. +
              2433.  mailinglijst
              2434. +
              2435.  RSS feed
              2436. + +
              2437. Nederlands
              2438. +
              2439. English
              2440. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/muziek.html b/old/output/tag/muziek.html new file mode 100644 index 0000000..4acc205 --- /dev/null +++ b/old/output/tag/muziek.html @@ -0,0 +1,105 @@ + + + +Varia - muziek + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2441. varia komt in vele vormen:
              2442. +
              2443.  mailinglijst
              2444. +
              2445.  RSS feed
              2446. + +
              2447. Nederlands
              2448. +
              2449. English
              2450. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/networks.html b/old/output/tag/networks.html new file mode 100644 index 0000000..21651e9 --- /dev/null +++ b/old/output/tag/networks.html @@ -0,0 +1,163 @@ + + + +Varia - networks + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2451. varia komt in vele vormen:
              2452. +
              2453.  mailinglijst
              2454. +
              2455.  RSS feed
              2456. + +
              2457. Nederlands
              2458. +
              2459. English
              2460. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                + + + +
                + + + + +

                Van het gecentraliseerde HTTP pad af

                +

                In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/niek.html b/old/output/tag/niek.html new file mode 100644 index 0000000..dd86dc8 --- /dev/null +++ b/old/output/tag/niek.html @@ -0,0 +1,105 @@ + + + +Varia - niek + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2461. varia komt in vele vormen:
              2462. +
              2463.  mailinglijst
              2464. +
              2465.  RSS feed
              2466. + +
              2467. Nederlands
              2468. +
              2469. English
              2470. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/noise.html b/old/output/tag/noise.html new file mode 100644 index 0000000..f633e17 --- /dev/null +++ b/old/output/tag/noise.html @@ -0,0 +1,106 @@ + + + +Varia - noise + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2471. varia komt in vele vormen:
              2472. +
              2473.  mailinglijst
              2474. +
              2475.  RSS feed
              2476. + +
              2477. Nederlands
              2478. +
              2479. English
              2480. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Een nieuw seizoen is aangebroken; tijd voor een nieuwe concertreeks bij Varia! De tweede helft van 2019 begint meteen goed; met drie opwindende acts die allen hun kunsten bij ons zullen tonen:

                +

                Able Noise is een bariton gitaar / drum duo, gevestigd in Den Haag en Athene en bestaande uit Alex …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/on.html b/old/output/tag/on.html new file mode 100644 index 0000000..a2b58c9 --- /dev/null +++ b/old/output/tag/on.html @@ -0,0 +1,105 @@ + + + +Varia - on + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2481. varia komt in vele vormen:
              2482. +
              2483.  mailinglijst
              2484. +
              2485.  RSS feed
              2486. + +
              2487. Nederlands
              2488. +
              2489. English
              2490. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/ontmoetingen.html b/old/output/tag/ontmoetingen.html new file mode 100644 index 0000000..e4ab6da --- /dev/null +++ b/old/output/tag/ontmoetingen.html @@ -0,0 +1,105 @@ + + + +Varia - ontmoetingen + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2491. varia komt in vele vormen:
              2492. +
              2493.  mailinglijst
              2494. +
              2495.  RSS feed
              2496. + +
              2497. Nederlands
              2498. +
              2499. English
              2500. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In februari heeft Varia het genoegen een van de nomadische Conversas-avonden te ontvangen. Conversas is een serie van tweewekelijkse informele ontmoetingen, zodat we elkaar kunnen leren kennen, projecten, verhalen of interesses kunnen delen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/open-dag.html b/old/output/tag/open-dag.html new file mode 100644 index 0000000..fd8ed5b --- /dev/null +++ b/old/output/tag/open-dag.html @@ -0,0 +1,108 @@ + + + +Varia - open dag + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2501. varia komt in vele vormen:
              2502. +
              2503.  mailinglijst
              2504. +
              2505.  RSS feed
              2506. + +
              2507. Nederlands
              2508. +
              2509. English
              2510. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/presentatie.html b/old/output/tag/presentatie.html new file mode 100644 index 0000000..b9b8b75 --- /dev/null +++ b/old/output/tag/presentatie.html @@ -0,0 +1,109 @@ + + + +Varia - presentatie + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2511. varia komt in vele vormen:
              2512. +
              2513.  mailinglijst
              2514. +
              2515.  RSS feed
              2516. + +
              2517. Nederlands
              2518. +
              2519. English
              2520. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/presentation.html b/old/output/tag/presentation.html new file mode 100644 index 0000000..c970738 --- /dev/null +++ b/old/output/tag/presentation.html @@ -0,0 +1,105 @@ + + + +Varia - presentation + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2521. varia komt in vele vormen:
              2522. +
              2523.  mailinglijst
              2524. +
              2525.  RSS feed
              2526. + +
              2527. Nederlands
              2528. +
              2529. English
              2530. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Lang voordat er mensen in Charlois waren, was er al water. Water is altijd in beweging en vindt altijd een weg. Historisch gezien nemen fonteinen als verzamelplaats van water en mensen een centrale plaats in binnen het stads- en dorpsleven. Vaak werden zij geplaatst ter herdenking van een grote veldslag …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/publiceren.html b/old/output/tag/publiceren.html new file mode 100644 index 0000000..91f7118 --- /dev/null +++ b/old/output/tag/publiceren.html @@ -0,0 +1,103 @@ + + + +Varia - publiceren + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2531. varia komt in vele vormen:
              2532. +
              2533.  mailinglijst
              2534. +
              2535.  RSS feed
              2536. + +
              2537. Nederlands
              2538. +
              2539. English
              2540. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/publishing.html b/old/output/tag/publishing.html new file mode 100644 index 0000000..c01c7e3 --- /dev/null +++ b/old/output/tag/publishing.html @@ -0,0 +1,114 @@ + + + +Varia - publishing + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2541. varia komt in vele vormen:
              2542. +
              2543.  mailinglijst
              2544. +
              2545.  RSS feed
              2546. + +
              2547. Nederlands
              2548. +
              2549. English
              2550. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/radio.html b/old/output/tag/radio.html new file mode 100644 index 0000000..2ebb0b6 --- /dev/null +++ b/old/output/tag/radio.html @@ -0,0 +1,105 @@ + + + +Varia - radio + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2551. varia komt in vele vormen:
              2552. +
              2553.  mailinglijst
              2554. +
              2555.  RSS feed
              2556. + +
              2557. Nederlands
              2558. +
              2559. English
              2560. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Radio on the radio is een live radioprogramma met optredens die op de een of andere manier met radio te maken hebben. Verwacht radicale radiostile, rumoerige radioruis, radioactieve monsters, ontspannende radiogolven en natuurlijk nog veel meer radio.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/receptenboek.html b/old/output/tag/receptenboek.html new file mode 100644 index 0000000..fde55b3 --- /dev/null +++ b/old/output/tag/receptenboek.html @@ -0,0 +1,109 @@ + + + +Varia - receptenboek. + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2561. varia komt in vele vormen:
              2562. +
              2563.  mailinglijst
              2564. +
              2565.  RSS feed
              2566. + +
              2567. Nederlands
              2568. +
              2569. English
              2570. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/repair.html b/old/output/tag/repair.html new file mode 100644 index 0000000..647a479 --- /dev/null +++ b/old/output/tag/repair.html @@ -0,0 +1,97 @@ + + + +Varia - repair + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2571. varia komt in vele vormen:
              2572. +
              2573.  mailinglijst
              2574. +
              2575.  RSS feed
              2576. + +
              2577. Nederlands
              2578. +
              2579. English
              2580. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                In de afgelopen paar eeuwen hebben snelle veranderingen in technologie, economische fluctuatie, technologische vervanging en geplande veroudering geleid tot een snelgroeiend overschot aan (elektronisch) afval over de hele wereld. Er is een eveneens groeiende vraag ontstaan voor het opnieuw gebruiken, repareren, verwijderen en bergen van dit materiaal, waarbij verschillende methoden …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/report.html b/old/output/tag/report.html new file mode 100644 index 0000000..366adfa --- /dev/null +++ b/old/output/tag/report.html @@ -0,0 +1,95 @@ + + + +Varia - report + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2581. varia komt in vele vormen:
              2582. +
              2583.  mailinglijst
              2584. +
              2585.  RSS feed
              2586. + +
              2587. Nederlands
              2588. +
              2589. English
              2590. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/revival.html b/old/output/tag/revival.html new file mode 100644 index 0000000..b31c5a5 --- /dev/null +++ b/old/output/tag/revival.html @@ -0,0 +1,109 @@ + + + +Varia - revival + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2591. varia komt in vele vormen:
              2592. +
              2593.  mailinglijst
              2594. +
              2595.  RSS feed
              2596. + +
              2597. Nederlands
              2598. +
              2599. English
              2600. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/ruimte.html b/old/output/tag/ruimte.html new file mode 100644 index 0000000..bbd8fd5 --- /dev/null +++ b/old/output/tag/ruimte.html @@ -0,0 +1,105 @@ + + + +Varia - ruimte + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2601. varia komt in vele vormen:
              2602. +
              2603.  mailinglijst
              2604. +
              2605.  RSS feed
              2606. + +
              2607. Nederlands
              2608. +
              2609. English
              2610. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/safety.html b/old/output/tag/safety.html new file mode 100644 index 0000000..8fe04ad --- /dev/null +++ b/old/output/tag/safety.html @@ -0,0 +1,105 @@ + + + +Varia - safety + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2611. varia komt in vele vormen:
              2612. +
              2613.  mailinglijst
              2614. +
              2615.  RSS feed
              2616. + +
              2617. Nederlands
              2618. +
              2619. English
              2620. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Tijdens de vijfde vertoning van onze Century 21 Calling-serie leren we hoe we veilig kunnen blijven in een onzekere wereld. Regels veranderen in de loop van de decennia; Wat ooit als volkomen veilig werd gezien, is nu simpelweg dodelijk. Hoe blijf je veilig in het verkeer? Wat zijn de gevaren …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/samenwerking.html b/old/output/tag/samenwerking.html new file mode 100644 index 0000000..ee51db6 --- /dev/null +++ b/old/output/tag/samenwerking.html @@ -0,0 +1,109 @@ + + + +Varia - samenwerking + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2621. varia komt in vele vormen:
              2622. +
              2623.  mailinglijst
              2624. +
              2625.  RSS feed
              2626. + +
              2627. Nederlands
              2628. +
              2629. English
              2630. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/self-hosting.html b/old/output/tag/self-hosting.html new file mode 100644 index 0000000..0c47923 --- /dev/null +++ b/old/output/tag/self-hosting.html @@ -0,0 +1,111 @@ + + + +Varia - self-hosting + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2631. varia komt in vele vormen:
              2632. +
              2633.  mailinglijst
              2634. +
              2635.  RSS feed
              2636. + +
              2637. Nederlands
              2638. +
              2639. English
              2640. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█░█░█▀█░█▄█░█▀▀░░░░░░░░
                +░░█▀█░█░█░█░█░█▀▀░░░░░░░░
                +░░▀░▀░▀▀▀░▀░▀░▀▀▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█░█░░░░░░░░
                +░░█▀▄░█▀▄░█▀▀░█▄█░░░░░░░░
                +░░▀▀░░▀░▀░▀▀▀░▀░▀░░░░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░█▀▀░█▀▀░█▀▄░█░█░█▀▀░█▀▄░
                +░▀▀█░█▀▀░█▀▄░▀▄▀░█▀▀░█▀▄░
                +░▀▀▀░▀▀▀░▀░▀░░▀░░▀▀▀░▀░▀░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +░░░░░░█▀▀░█░░░█░█░█▀▄░░░░
                +░░░░░░█░░░█░░░█░█░█▀▄░░░░
                +░░░▀░░▀▀▀░▀▀▀░▀▀▀░▀▀░░░░░
                +░░░░░░░░░░░░░░░░░░░░░░░░░
                +
                + +

                Een maandelijkse bijeenkomst voor mensen die hun online diensten zelf (willen) hosten. Dit on niet afhankelijk te hoeven zijn van commerciele diensten met al hun nadelen. De club kijkt gezamelijk naar hoe bepaalde diensten (chat, agenda, online opslag etc) kunnen worden opgezet op hun 'homebrew servers'. Deze homebrew servers zijn …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/sensible.html b/old/output/tag/sensible.html new file mode 100644 index 0000000..45fc909 --- /dev/null +++ b/old/output/tag/sensible.html @@ -0,0 +1,109 @@ + + + +Varia - sensible + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2641. varia komt in vele vormen:
              2642. +
              2643.  mailinglijst
              2644. +
              2645.  RSS feed
              2646. + +
              2647. Nederlands
              2648. +
              2649. English
              2650. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/soccer.html b/old/output/tag/soccer.html new file mode 100644 index 0000000..a2f71ca --- /dev/null +++ b/old/output/tag/soccer.html @@ -0,0 +1,109 @@ + + + +Varia - soccer + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2651. varia komt in vele vormen:
              2652. +
              2653.  mailinglijst
              2654. +
              2655.  RSS feed
              2656. + +
              2657. Nederlands
              2658. +
              2659. English
              2660. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wordt een 'goal scoring superstar hero' tijdens de Sensible World of Soccer Varia Cup 2020! De tijd is aangebroken om dit klassieke voetbalspel naar Rotterdam-Zuid te brengen. Bij Varia organiseren we zowel een amateur- als een pro-cup; iedereen kan meedoen!

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/software.html b/old/output/tag/software.html new file mode 100644 index 0000000..16fbed7 --- /dev/null +++ b/old/output/tag/software.html @@ -0,0 +1,109 @@ + + + +Varia - software + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2661. varia komt in vele vormen:
              2662. +
              2663.  mailinglijst
              2664. +
              2665.  RSS feed
              2666. + +
              2667. Nederlands
              2668. +
              2669. English
              2670. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/storage.html b/old/output/tag/storage.html new file mode 100644 index 0000000..316a99b --- /dev/null +++ b/old/output/tag/storage.html @@ -0,0 +1,110 @@ + + + +Varia - storage + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2671. varia komt in vele vormen:
              2672. +
              2673.  mailinglijst
              2674. +
              2675.  RSS feed
              2676. + +
              2677. Nederlands
              2678. +
              2679. English
              2680. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Ooit een harde schijf gehad? gegevens verloren? cloud +back niet echt back-up? Time Machine had geen toeval, ga +terug naar? Er zijn veel vragen over back-up en +gegevensopslag en veel problemen moeten worden opgelost. +Van een grote database tot een kleine persoonlijke +verzameling, gegevensopslag is van invloed op iedereen en …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/synthezisers.html b/old/output/tag/synthezisers.html new file mode 100644 index 0000000..35f1f20 --- /dev/null +++ b/old/output/tag/synthezisers.html @@ -0,0 +1,102 @@ + + + +Varia - synthezisers + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2681. varia komt in vele vormen:
              2682. +
              2683.  mailinglijst
              2684. +
              2685.  RSS feed
              2686. + +
              2687. Nederlands
              2688. +
              2689. English
              2690. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Wojtek Szustak is een elektronische intermedialist uit Krakau gespecialiseerd in muziek en ruimteafval. Ter voorbereiding op 'Infinite Outwardness' zal hij een synthesizer-vuilnisworkshop leiden in Varia, waarbij nieuwe elektronische instrumenten worden gemaakt van oude rommel die in de straten van Charlois is te vinden. De resultaten worden 's avonds gepresenteerd.

                +

                Wil …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/tijd.html b/old/output/tag/tijd.html new file mode 100644 index 0000000..b781056 --- /dev/null +++ b/old/output/tag/tijd.html @@ -0,0 +1,105 @@ + + + +Varia - tijd + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2691. varia komt in vele vormen:
              2692. +
              2693.  mailinglijst
              2694. +
              2695.  RSS feed
              2696. + +
              2697. Nederlands
              2698. +
              2699. English
              2700. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Sinds het begin der tijden heeft de ruimte de verbeelding van kunstenaars over de gehele wereld veroverd. Op 18 mei presenteert varia met trots 'Infinite Outwardness'; een muziekevenement gebaseerd op de giften van de ruimte, waar verschillende kunstenaars hun idiosyncratische kijk op ruimteverkenning zullen presenteren. Variërend van bespeelbaar ruimteafval tot …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/topology.html b/old/output/tag/topology.html new file mode 100644 index 0000000..d067eeb --- /dev/null +++ b/old/output/tag/topology.html @@ -0,0 +1,106 @@ + + + +Varia - topology + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2701. varia komt in vele vormen:
              2702. +
              2703.  mailinglijst
              2704. +
              2705.  RSS feed
              2706. + +
              2707. Nederlands
              2708. +
              2709. English
              2710. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Van het gecentraliseerde HTTP pad af

                +

                In de afgelopen jaren zijn er nieuwe peer-to-peer protocollen verschenen die de overdracht van informatie over het internet proberen te decentraliseren. In plaats van één centrale machine die informatie aan vele andere computers levert, is de focus verschoven naar het mogelijk maken van het …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/totaal.html b/old/output/tag/totaal.html new file mode 100644 index 0000000..3d6dec0 --- /dev/null +++ b/old/output/tag/totaal.html @@ -0,0 +1,105 @@ + + + +Varia - totaal + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2711. varia komt in vele vormen:
              2712. +
              2713.  mailinglijst
              2714. +
              2715.  RSS feed
              2716. + +
              2717. Nederlands
              2718. +
              2719. English
              2720. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Floppy Totaal bezoekt Varia voor een tweede programma gewijd aan hedendaagse diskette cultuur. Bij "Floppy Totaal: Double Density" kun je 's middags tijdens een workshop samen met de leden van het muzieklabel Floppy Kick een nieuwe floppy release opnemen en publiceren. Het daaropvolgende avondprogramma is tot de nok toe gevuld …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/video-game.html b/old/output/tag/video-game.html new file mode 100644 index 0000000..05df07b --- /dev/null +++ b/old/output/tag/video-game.html @@ -0,0 +1,97 @@ + + + +Varia - video game + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2721. varia komt in vele vormen:
              2722. +
              2723.  mailinglijst
              2724. +
              2725.  RSS feed
              2726. + +
              2727. Nederlands
              2728. +
              2729. English
              2730. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/war.html b/old/output/tag/war.html new file mode 100644 index 0000000..d34f132 --- /dev/null +++ b/old/output/tag/war.html @@ -0,0 +1,106 @@ + + + +Varia - war + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2731. varia komt in vele vormen:
              2732. +
              2733.  mailinglijst
              2734. +
              2735.  RSS feed
              2736. + +
              2737. Nederlands
              2738. +
              2739. English
              2740. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Century 21 Calling is terug! Wederom tonen we de industriële archieffilms, bedrijfsinformercials, tv reportages en historische documentaires die de verbeelding van morgen hebben gevormd en houden deze tegen het licht van vandaag.

                +

                Op deze avond zullen we de documentaire "Crystal Go To War" uit 1943 vertonen. Gemaakt door U.S …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/web.html b/old/output/tag/web.html new file mode 100644 index 0000000..cdf3b18 --- /dev/null +++ b/old/output/tag/web.html @@ -0,0 +1,103 @@ + + + +Varia - web + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2741. varia komt in vele vormen:
              2742. +
              2743.  mailinglijst
              2744. +
              2745.  RSS feed
              2746. + +
              2747. Nederlands
              2748. +
              2749. English
              2750. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/werkgroep.html b/old/output/tag/werkgroep.html new file mode 100644 index 0000000..ff39159 --- /dev/null +++ b/old/output/tag/werkgroep.html @@ -0,0 +1,103 @@ + + + +Varia - werkgroep + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2751. varia komt in vele vormen:
              2752. +
              2753.  mailinglijst
              2754. +
              2755.  RSS feed
              2756. + +
              2757. Nederlands
              2758. +
              2759. English
              2760. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Deze website is gebouwd met een statische site-generator. Dit artikel gaat in op de implicaties van zowel het maken van een 'statische site' en 'generatieve' publiceer processen.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/worksessie.html b/old/output/tag/worksessie.html new file mode 100644 index 0000000..0a65d0c --- /dev/null +++ b/old/output/tag/worksessie.html @@ -0,0 +1,109 @@ + + + +Varia - worksessie + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2761. varia komt in vele vormen:
              2762. +
              2763.  mailinglijst
              2764. +
              2765.  RSS feed
              2766. + +
              2767. Nederlands
              2768. +
              2769. English
              2770. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/worksession.html b/old/output/tag/worksession.html new file mode 100644 index 0000000..fd8dd31 --- /dev/null +++ b/old/output/tag/worksession.html @@ -0,0 +1,105 @@ + + + +Varia - worksession + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2771. varia komt in vele vormen:
              2772. +
              2773.  mailinglijst
              2774. +
              2775.  RSS feed
              2776. + +
              2777. Nederlands
              2778. +
              2779. English
              2780. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Algologs = een 1 dag + 1 dag dialoog rondom algoritmische werkwijzen. Dit evenement is een verlenging van Algolit, een werkgroep waar taal en algoritmes elkaar ontmoeten.

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/workshop.html b/old/output/tag/workshop.html new file mode 100644 index 0000000..6a25ed1 --- /dev/null +++ b/old/output/tag/workshop.html @@ -0,0 +1,109 @@ + + + +Varia - workshop + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2781. varia komt in vele vormen:
              2782. +
              2783.  mailinglijst
              2784. +
              2785.  RSS feed
              2786. + +
              2787. Nederlands
              2788. +
              2789. English
              2790. +
                +
                +
                + +
                + +
                + + + + +
                + + + + +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/workshops.html b/old/output/tag/workshops.html new file mode 100644 index 0000000..9f248af --- /dev/null +++ b/old/output/tag/workshops.html @@ -0,0 +1,108 @@ + + + +Varia - workshops + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2791. varia komt in vele vormen:
              2792. +
              2793.  mailinglijst
              2794. +
              2795.  RSS feed
              2796. + +
              2797. Nederlands
              2798. +
              2799. English
              2800. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/xpub.html b/old/output/tag/xpub.html new file mode 100644 index 0000000..a649e22 --- /dev/null +++ b/old/output/tag/xpub.html @@ -0,0 +1,114 @@ + + + +Varia - xpub + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2801. varia komt in vele vormen:
              2802. +
              2803.  mailinglijst
              2804. +
              2805.  RSS feed
              2806. + +
              2807. Nederlands
              2808. +
              2809. English
              2810. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tag/zines.html b/old/output/tag/zines.html new file mode 100644 index 0000000..f41eb8f --- /dev/null +++ b/old/output/tag/zines.html @@ -0,0 +1,114 @@ + + + +Varia - zines + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2811. varia komt in vele vormen:
              2812. +
              2813.  mailinglijst
              2814. +
              2815.  RSS feed
              2816. + +
              2817. Nederlands
              2818. +
              2819. English
              2820. +
                +
                +
                + +
                + +
                + + + + +
                + + + +
                + + + + +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de …

                + + lees meer + +
                +

                + +
                +
                + +
                + + \ No newline at end of file diff --git a/old/output/tags.html b/old/output/tags.html new file mode 100644 index 0000000..25ad61d --- /dev/null +++ b/old/output/tags.html @@ -0,0 +1,133 @@ + + + +Varia - Tags + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              2821. varia komt in vele vormen:
              2822. +
              2823.  mailinglijst
              2824. +
              2825.  RSS feed
              2826. + +
              2827. Nederlands
              2828. +
              2829. English
              2830. +
                +
                +
                + +
                + +

                Tags for Varia

              2831. 21 (1)
              2832. +
              2833. 21st century (2)
              2834. +
              2835. 21ste eeuw (1)
              2836. +
              2837. able (1)
              2838. +
              2839. activitypub (1)
              2840. +
              2841. afval (1)
              2842. +
              2843. algorithms (1)
              2844. +
              2845. apocalypse (1)
              2846. +
              2847. architecture (1)
              2848. +
              2849. book (1)
              2850. +
              2851. bunting (1)
              2852. +
              2853. cake (1)
              2854. +
              2855. calling (1)
              2856. +
              2857. camp (1)
              2858. +
              2859. century (1)
              2860. +
              2861. concert (3)
              2862. +
              2863. Conversas (1)
              2864. +
              2865. crystals (1)
              2866. +
              2867. ctrl-alt-save (1)
              2868. +
              2869. data (1)
              2870. +
              2871. druk (1)
              2872. +
              2873. écht nuttige kennis (1)
              2874. +
              2875. electronica (1)
              2876. +
              2877. entrepecariat (1)
              2878. +
              2879. event (5)
              2880. +
              2881. federation (1)
              2882. +
              2883. floppy (1)
              2884. +
              2885. fluxus (1)
              2886. +
              2887. fountain (1)
              2888. +
              2889. gaming (1)
              2890. +
              2891. health (1)
              2892. +
              2893. heath (1)
              2894. +
              2895. hilkmann (1)
              2896. +
              2897. improv (1)
              2898. +
              2899. industriële propaganda (1)
              2900. +
              2901. informeel (1)
              2902. +
              2903. infrastructure (1)
              2904. +
              2905. interfacing (1)
              2906. +
              2907. IPFS (1)
              2908. +
              2909. kantoren (1)
              2910. +
              2911. launch (1)
              2912. +
              2913. libraries publishing epub pdf (1)
              2914. +
              2915. linux presentation day (1)
              2916. +
              2917. logging (1)
              2918. +
              2919. mastodon (1)
              2920. +
              2921. microblogging (1)
              2922. +
              2923. music (1)
              2924. +
              2925. muziek (1)
              2926. +
              2927. networks (2)
              2928. +
              2929. niek (1)
              2930. +
              2931. noise (1)
              2932. +
              2933. on (1)
              2934. +
              2935. ontmoetingen (1)
              2936. +
              2937. open dag (1)
              2938. +
              2939. presentatie (1)
              2940. +
              2941. presentation (1)
              2942. +
              2943. publiceren (1)
              2944. +
              2945. publishing (1)
              2946. +
              2947. radio (1)
              2948. +
              2949. receptenboek. (1)
              2950. +
              2951. repair (1)
              2952. +
              2953. report (1)
              2954. +
              2955. revival (1)
              2956. +
              2957. ruimte (1)
              2958. +
              2959. safety (1)
              2960. +
              2961. samenwerking (1)
              2962. +
              2963. self-hosting (1)
              2964. +
              2965. sensible (1)
              2966. +
              2967. soccer (1)
              2968. +
              2969. software (1)
              2970. +
              2971. storage (1)
              2972. +
              2973. synthezisers (1)
              2974. +
              2975. tijd (1)
              2976. +
              2977. topology (1)
              2978. +
              2979. totaal (1)
              2980. +
              2981. video game (1)
              2982. +
              2983. war (1)
              2984. +
              2985. web (1)
              2986. +
              2987. werkgroep (1)
              2988. +
              2989. worksessie (1)
              2990. +
              2991. worksession (1)
              2992. +
              2993. workshop (1)
              2994. +
              2995. workshops (1)
              2996. +
              2997. xpub (1)
              2998. +
              2999. zines (1)
              3000. + + \ No newline at end of file diff --git a/old/output/techno-galactic-guide-book-launch-streaming-en.html b/old/output/techno-galactic-guide-book-launch-streaming-en.html new file mode 100644 index 0000000..5d63d22 --- /dev/null +++ b/old/output/techno-galactic-guide-book-launch-streaming-en.html @@ -0,0 +1,128 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3001. varia komt in vele vormen:
              3002. +
              3003.  mailinglijst
              3004. +
              3005.  RSS feed
              3006. + +
              3007. Nederlands
              3008. +
              3009. English
              3010. +
                +
                +
                + +
                + + + + +
                +
                + Streaming The Techno-Galactic Guide to Software Observation Stream @ varia +
                +
                + +
                +
                2018-09-07 19:00
                +
                07 September 2018
                +
                + +
                +
                +
                +

                "The Techno-Galactic Guide to Software Observation is the obsessive fantasy of optimization turned on its head and stuck to the ceiling of a self-reflecting elevator. It is the ultimate book, with almost 300 pages of dos and don’ts, of forgotten histories and un-inevitable futures, of mindful agile actions and improvisational service architectures, of any and all things that you can and cannot imagine needing in a techno-galaxy."

                +

                The Techno-Galactic Guide to Software Observation gathers methods from the Techno-Galactic Software Observatory, a worksession that took place in June 2017 at the Constant headquarters in Brussels. It was collectively edited by Carlin Wing, Martino Morandi, Peggy Pierrot, Anita Burato, Christoph Haag, Michael Murtaugh, Femke Snelting, Seda Gürses and designed by Christoph Haag.

                +

                The book-launch can be attended online at http://observatory.constantvzw.org/stream or offline at the WTC25 in Brussels.

                +

                For those who are not able to go to Brussels to attend the book launch, we will be projecting the event in varia!

                +

                Original announcement: http://constantvzw.org/site/The-Techno-Galactic-Guide-to-Software-Observation-A-streaming-book-launch.html

                +
                  +
                • Date: Friday, 07 September 2018
                • +
                • Start: 19:00 (sharp)
                • +
                • End: 20:30
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-big-bounce_century-21-calling-en.html b/old/output/the-big-bounce_century-21-calling-en.html new file mode 100644 index 0000000..5eccfca --- /dev/null +++ b/old/output/the-big-bounce_century-21-calling-en.html @@ -0,0 +1,134 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3011. varia komt in vele vormen:
              3012. +
              3013.  mailinglijst
              3014. +
              3015.  RSS feed
              3016. + +
              3017. Nederlands
              3018. +
              3019. English
              3020. +
                +
                +
                + +
                + + + + +
                +
                + The Big Bounce - Century 21 Calling +
                +
                + +
                +
                2018-10-20 20:00
                +
                Published at 20 October 2018
                +
                + +
                +
                +
                +

                During our third screening of Century 21 Calling, we will be taking a +look at the development of satellite communications. From the shiny orbs +of the 1950s to our present day SATCOM systems.

                +

                How do they work? How do they get into space? What happens when the +systems break down? Why are there no more shiny orb satellites in space?

                +

                This and many more questions will put into the light of today, via the +present.

                +

                Later in the evening you can join mmths on a trip through the radio +spectrum, to listen to the satellite pirates in GEO Oribt and drown in +the noise of the static and signals of ghost satellites.

                +

                mmths is a sound artist currently based in Rotterdam. In his practice, +he often is fascinated by outer space activities. His current research +deals with harvesting satellite transmissions and signal hunting as a +tool for exploring live performance and composition.

                +

                In a series of screenings called “Century 21 Calling” we will have a +look at archival industrial films, corporate infomercials, tv reports +and historical documentary of yesterday that shaped the imagination of +tomorrow and we hold it up to the light of the present.

                +

                “Century 21 Calling” is an event by the collective Save_as and hosted at +Varia in Rotterdam.

                +

                Date: Saturday 20th of October 2018
                +Doors open: 20:00h
                +Start screening: 20:30h
                +Performance: 21:30h
                +End of the evening: 23:00h

                +

                Entree: Donation

                +
                +

                Save as is a platform for 360° media exploration. Save as investigates in media, alternative publishing practices, and observes tensions which emanate from them. Save as is also an independent publisher of printed and non printed matter. Save as is a project by Thomas Walskaar and Léna Robin, initiated in 2017.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-big-bounce_century-21-calling.html b/old/output/the-big-bounce_century-21-calling.html new file mode 100644 index 0000000..530a87a --- /dev/null +++ b/old/output/the-big-bounce_century-21-calling.html @@ -0,0 +1,132 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3021. varia komt in vele vormen:
              3022. +
              3023.  mailinglijst
              3024. +
              3025.  RSS feed
              3026. + +
              3027. Nederlands
              3028. +
              3029. English
              3030. +
                +
                +
                + +
                + + + + +
                +
                + The Big Bounce - Century 21 Calling +
                +
                + +
                +
                2018-10-20 20:00:00
                +
                Gepubliceerd op 20 October 2018
                +
                + +
                +
                +
                +

                De derde editie van Century 21 Calling is gewijd aan de ontwikkeling van +satellietcommunicatie. Van de spiegelende kogels in de jaren 50 tot +hedendaagse SATCOM systemen.

                +

                Hoe werken deze dingen? Hoe krijgt men ze de ruimte in? Wat gebeurt er +als ze kapotgaan? En waarom zijn er geen kogelvormige satellieten meer?

                +

                Na de screening neemt mmths ons mee op een reis door het radiospectrum. +In zijn performance bezoeken we de ontmoetingsplekken van +satellietpiraten en worden we ondergedompeld in de ruis en signalen van +spooksatellieten.

                +

                mmths is een geluidskunstenaar in Rotterdam. Hij is gefascineerd door +wat er in het heelal gebeurt en zijn huidige werk gaat over de ontvangst +van onbekende radiosignalen en satellieten als basis voor live +performance en compositie.

                +

                “Century 21 Calling” gebruikt archiefmateriaal uit de industrie, +infomercials van bedrijven, tv uitzendingen en documentaires die in het +verleden ons beeld van de toekomst hebben gevormd en gebruikt die om het +heden te doorgronden. Het is een initiatief van Save_as en vindt plaats +in Varia in Rotterdam.

                +

                Datum: Zaterdag 20 oktober 2018
                +Deuren open: 20:00u
                +Start screening: 20:30u
                +Performance: 21:30u
                +Einde van de avond: 23:00u

                +

                Entree: Donatie

                +
                +

                Save_as is een platform voor 360° media exploratie. Save_as onderzoekt media en alternatieve publicatiepraktijken, en observeert spanningen die hieruit voortkomen. Save_as is ook een onafhankelijke uitgever van gedrukt en niet-gedrukt materiaal. Save_as is een project van Thomas Walskaar en Léna Robin en is geïnitieerd in 2017.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-ecosystem-is-moving-en.html b/old/output/the-ecosystem-is-moving-en.html new file mode 100644 index 0000000..cbe3e80 --- /dev/null +++ b/old/output/the-ecosystem-is-moving-en.html @@ -0,0 +1,135 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3031. varia komt in vele vormen:
              3032. +
              3033.  mailinglijst
              3034. +
              3035.  RSS feed
              3036. + +
              3037. Nederlands
              3038. +
              3039. English
              3040. +
                +
                +
                + +
                + + + + +
                +
                + Welcome to the � Federation - The Ecosystem is Moving +
                +
                + +
                +
                2018-06-01 19:00
                +
                Published at 20 May 2018
                +
                + +
                +
                +
                +

                On the 1st and 2nd of June Varia will host 'The Ecosystem Is Moving', a lecture by and worksession with Daniel Gultsch about federated instant messaging, open source software and the sustainability of open systems.

                +
                  +
                • June 1st, 19.00 - 22.00 - introduction to XMPP and lecture by Daniel Gultsch
                • +
                • June 2nd, 10.00 - 18.00 - hands on worksession on design and federated chat systems.
                  Please register for the worksession via info * varia.zone
                • +
                +

                Daniel Gultsch is the developer behind Conversations, an open source instant messaging application for Android. In 2014, he decided to work full time on Conversations and try to make a living from it. Rather than starting from scratch with Conversations, he built it as a client for the existing federated messaging protocol XMPP.

                +

                Since an XMPP messenger can, in a way, only be as good as the entire ecosystem, Daniels work on Conversations also meant work on expanding and improving that larger XMPP ecosystem. This work includes helping to draft and implement protocol standards, such as OMEMO, a modern and user-friendly end-to-end encryption based on Signal's protocol. He also contributed code to other XMPP servers and clients in the ecosystem to bring them up to speed with modern uses. Additionally, through his critical essays he is a vocal defender of XMPP and open standards in general.

                +

                Conversations is notable because, through its continuous focus on user experience, design and security it has garnered a lot of interest for both itself and the XMPP ecosystem as a whole. This makes it an interesting example to talk about what the design field could potentially contribute to critical software practices.

                +
                +

                Welcome to the � Federation

                +

                Welcome to the � Federation is grounded in a renewed interest in 'alternative' on-line services such as social media and chat. Through meetings and worksessions the project hosts various events around software projects that are working towards these ecosystems. A particular focus will lie on those projects whose activities have reinvigorated interest for their underlying protocols, in part by their focusing on design, language and user experience (UX).

                +

                The Wtt�F question is to explore how arts and design communities can play a supportive role in these processes by contributing skills, knowledge, time and exposure. For more information please visit: Welcome to the � Federation

                +
                +

                This project is made possible with the support of Varia and CBK Rotterdam.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-ecosystem-is-moving.html b/old/output/the-ecosystem-is-moving.html new file mode 100644 index 0000000..2a7a873 --- /dev/null +++ b/old/output/the-ecosystem-is-moving.html @@ -0,0 +1,135 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3041. varia komt in vele vormen:
              3042. +
              3043.  mailinglijst
              3044. +
              3045.  RSS feed
              3046. + +
              3047. Nederlands
              3048. +
              3049. English
              3050. +
                +
                +
                + +
                + + + + +
                +
                + Welcome to the � Federation - The Ecosystem is Moving +
                +
                + +
                +
                2018-06-01 19:00:00
                +
                Gepubliceerd op 20 May 2018
                +
                + +
                +
                +
                +

                Op 1 en 2 juni organiseert Varia 'The Ecosystem Is Moving', een lezing door en een werksessie met Daniel Gultsch over federatieve chat diensten, open source software en de duurzaamheid van open systemen.

                +
                  +
                • 1 juni 19.00 - 22.00 uur - introductie tot XMPP en lezing door Daniel Gultsch
                • +
                • 2 juni, 10.00 - 18.00 uur - werkessie rondom vormgeving en federatieve chat systemen.
                  Registreer voor deze werksessie door een mailtje te sturen naar info * varia.zone
                • +
                +

                Daniel Gultsch is de ontwikkelaar achter Conversations, een open source instant messaging-applicatie voor Android. In 2014 besloot hij om voltijds te werken aan Conversations en daar ook van proberen te leven. In plaats van helemaal opnieuw met Conversations te beginnen, bouwde hij een nieuwe client voor het bestaande gefedereerde chatprotocol XMPP.

                +

                Omdat een XMPP-applicatie in feite maar net zo goed kan zijn als het hele ecosysteem waar het onderdeel van is, was er voor Daniel een noodzaak om naast zijn werk aan Conversations ook bij te dragen aan het uitbreiden en verbeteren van dat grotere XMPP-ecosysteem. Deze werkzaamheden omvatten het helpen opstellen en implementeren van protocolstandaarden. OMEMO, een moderne en gebruiksvriendelijke end-to-end encryptie op basis van het protocol van Signal is daar een voorbeeld van. Hij draagt ook code bij aan andere XMPP-servers en -clients in het ecosysteem om ze te helpen te moderniseren. Daarnaast is hij via zijn kritische essays een uitgesproken voorstander van XMPP en open standaarden in het algemeen.

                +

                Conversations is een uitzonderlijk project, omdat het door de aanhoudende focus op gebruikerservaring, ontwerp en beveiliging veel belangstelling heeft vergaard voor zowel zichzelf als ook het XMPP-ecosysteem als geheel. Dit maakt het een interessant voorbeeld om vanuit te bevragen hoe het ontwerpveld zou kunnen bijdragen aan kritieke softwarepraktijken.

                +
                +

                Welcome to the Federation

                +

                Welcome to the � Federation is gebaseerd op een hernieuwde interesse in 'alternatieve' onlinediensten zoals sociale media en chat. Door middel van presenaties en werksessies worden in de context van dit project verschillende evenementen georganiseerd rond softwareprojecten die werken aan deze ecosystemen. Een bijzondere focus zal liggen op projecten die opnieuw enthousiasme hebben aangewakkerd voor hun onderliggende protocollen, deels door hun focus op ontwerp, taal en gebruikerservaring (UX).

                +

                De Wtt�F-vraag richt zich op het onderzoeken hoe kunst- en ontwerpgemeenschappen een ondersteunende rol kunnen spelen in deze processen door zowel vaardigheden, kennis of tijd bij te dragen als ook aandacht voor de projecten te genereren. Meer informatie over dit project kun je vinden op: Welcome to the � Federation(engelstalig).

                +
                +

                Dit project wordt mogelijk gemaakt met de steun van CBK Rotterdam.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-network-we-de-served-en.html b/old/output/the-network-we-de-served-en.html new file mode 100644 index 0000000..dce484c --- /dev/null +++ b/old/output/the-network-we-de-served-en.html @@ -0,0 +1,134 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3051. varia komt in vele vormen:
              3052. +
              3053.  mailinglijst
              3054. +
              3055.  RSS feed
              3056. + +
              3057. Nederlands
              3058. +
              3059. English
              3060. +
                +
                +
                + +
                + + + + +
                +
                + The Network We (de)Served, (XPUB Special Issue #08) +
                +
                + +
                +
                2019-04-04 19:00
                +
                Published at 04 April 2019
                +
                + +
                +
                +
                +

                Dear guest,

                +

                We traveled from home to home by bicycle, setting up homeservers. As friends and companions on this Infrastructour, we studied our routers over drinks served by our hosts. Where possible we installed our servers in our homes, in other cases we had to depend on another member of the group.

                +

                While self-hosting together we questioned our understandings of networks, autonomy, online publishing and social infrastructures, where each of us departed from a different question. We would like to share our personal (yet interconnected) routes with you, tell you a story, present our web- and printed zines, and invite you to explore our homebrewed network.

                +

                Date: Thursday, 04 April 2019
                +Location: Gouwstraat 3, Rotterdam
                +Entrance: Free
                +Start: 19:00

                +

                https://issue.xpub.nl/08/

                +

                Contributors: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.

                +

                Brought to you by the Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) of the Piet Zwart Institute, and Varia, Centre for Everyday Technology, Rotterdam, April 2019.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-network-we-de-served.html b/old/output/the-network-we-de-served.html new file mode 100644 index 0000000..8714c9e --- /dev/null +++ b/old/output/the-network-we-de-served.html @@ -0,0 +1,134 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3061. varia komt in vele vormen:
              3062. +
              3063.  mailinglijst
              3064. +
              3065.  RSS feed
              3066. + +
              3067. Nederlands
              3068. +
              3069. English
              3070. +
                +
                +
                + +
                + + + + +
                +
                + The Network We (de)Served - (XPUB Special Issue #08) +
                +
                + +
                +
                2019-04-04 19:00:00
                +
                Gepubliceerd op 04 April 2019
                +
                + +
                +
                +
                +

                Geachte bezoeker,

                +

                Het was een paar maanden terug dat we bij elkaar van huis tot huis gingen om ons gezamenlijke homebrew netwerk te installeren. Terwijl onze host een kop thee voor ons zette, onderzochten we op deze infrastructour onze routers en hoe die ons aan het internet verbonden. In de huizen waar het mogelijk was installeerden we een server, maar dat lukte niet overal. Het maakte sommigen van ons afhankelijk van een ander lid van de groep.

                +

                Gedurende het project was gezamenlijk werken aan vormen van self-hosting een manier om het te hebben over netwerken, autonomie, online publiceren en sociale infrastructuren, waarbij we elk van ons vertrok vanuit een andere vraag. We willen graag onze persoonlijke (en toch onderling verbonden) zoektochten met je delen, je een verhaal vertellen, je onze on-line en geprinte zines presenteren en je uitnodigen om ons zelfgebouwde netwerk te verkennen.

                +

                Datum: Donderdag 04 april 2019
                +Locatie: Gouwstraat 3, Rotterdam
                +Entree: Gratis
                +Start: 19:00

                +

                https://issue.xpub.nl/08/

                +

                Met bijdragen van: Simon Browne, Tancredi Di Giovanni, Paloma García, Rita Graça, Artemis Gryllaki, Pedro Sá Couto, Biyi Wen, Bohye Woo, Roel Roscam Abbing, Manetta Berends, Lídia Pereira, André Castro, Aymeric Mansoux, Michael Murtaugh, Steve Rushton, Leslie Robbins.

                +

                Dit project is ontwikkeld in de context van de Master of Arts in Fine Art and Design: Experimental Publishing (XPUB) van het Piet Zwart Instituut, en Varia, Centrum voor Alledaagse Technologie, Rotterdam - april 2019.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-2-en.html b/old/output/the-secret-life-2-en.html new file mode 100644 index 0000000..37cb229 --- /dev/null +++ b/old/output/the-secret-life-2-en.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3071. varia komt in vele vormen:
              3072. +
              3073.  mailinglijst
              3074. +
              3075.  RSS feed
              3076. + +
              3077. Nederlands
              3078. +
              3079. English
              3080. +
                +
                +
                + +
                + + + + +
                +
                + Screening: The Secret Life Of Machines, season 2 +
                +
                + +
                +
                2017-11-19 16:30
                +
                Published at 12 November 2017
                +
                + +
                +
                +
                +

                Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

                +

                19 November: season 2 - outdoor appliances

                +

                (car, internal combustion engine, quartz watch, telephone, radio and videorecorder)

                +
                  +
                • Door: 16:30
                • +
                • Start: 17:00
                • +
                • End: 20:00
                • +
                +

                Price: Donation

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-2.html b/old/output/the-secret-life-2.html new file mode 100644 index 0000000..66372f5 --- /dev/null +++ b/old/output/the-secret-life-2.html @@ -0,0 +1,114 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3081. varia komt in vele vormen:
              3082. +
              3083.  mailinglijst
              3084. +
              3085.  RSS feed
              3086. + +
              3087. Nederlands
              3088. +
              3089. English
              3090. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 2 +
                +
                + +
                +
                2017-11-19 16:30:00
                +
                Gepubliceerd op 12 November 2017
                +
                + +
                +
                +
                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                19 november: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)

                +
                  +
                • Door: 16:30
                • +
                • Start: 17:00
                • +
                • End: 20:00
                • +
                +

                Prijs: donatie

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-3.2.html b/old/output/the-secret-life-3.2.html new file mode 100644 index 0000000..0e03fbb --- /dev/null +++ b/old/output/the-secret-life-3.2.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3091. varia komt in vele vormen:
              3092. +
              3093.  mailinglijst
              3094. +
              3095.  RSS feed
              3096. + +
              3097. Nederlands
              3098. +
              3099. English
              3100. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 3 +
                +
                + +
                +
                2017-12-20 19:30:00
                +
                15 December 2017
                +
                + +
                +
                +
                +

                Nieuwe poging! Nu zonder sneeuwstorm.

                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                data

                +

                20 december: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)

                +
                  +
                • Aanvang: 19:30
                • +
                • Start: 20:00
                • +
                • Eind 23:00
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-3.html b/old/output/the-secret-life-3.html new file mode 100644 index 0000000..7a63230 --- /dev/null +++ b/old/output/the-secret-life-3.html @@ -0,0 +1,114 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3101. varia komt in vele vormen:
              3102. +
              3103.  mailinglijst
              3104. +
              3105.  RSS feed
              3106. + +
              3107. Nederlands
              3108. +
              3109. English
              3110. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 3 (afgelast) +
                +
                + +
                +
                2017-12-10 19:30:00
                +
                23 November 2017
                +
                + +
                +
                +
                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                data

                +

                10 december: seizoen 3 - kantoorapparatuur (lift, tekstverwerker, elektrisch licht, kopieerapparaat, faxmachine en het kantoor)

                +
                  +
                • Aanvang: 19:30
                • +
                • Start: 20:00
                • +
                • Eind 23:00
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-screening-3-en.html b/old/output/the-secret-life-screening-3-en.html new file mode 100644 index 0000000..a4ec2e7 --- /dev/null +++ b/old/output/the-secret-life-screening-3-en.html @@ -0,0 +1,115 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3111. varia komt in vele vormen:
              3112. +
              3113.  mailinglijst
              3114. +
              3115.  RSS feed
              3116. + +
              3117. Nederlands
              3118. +
              3119. English
              3120. +
                +
                +
                + +
                + + + + +
                +
                + Screening: The Secret Life Of Machines, season 3 (cancelled) +
                +
                + +
                +
                2017-12-10 19:30
                +
                23 November 2017
                +
                + +
                +
                +
                +

                Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

                +

                dates

                +

                10 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

                +
                  +
                • Door: 19:30
                • +
                • Start: 20:00
                • +
                • End: 23:00
                • +
                +

                Price: Donation

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-screening-3.2-en.html b/old/output/the-secret-life-screening-3.2-en.html new file mode 100644 index 0000000..7a097b5 --- /dev/null +++ b/old/output/the-secret-life-screening-3.2-en.html @@ -0,0 +1,116 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3121. varia komt in vele vormen:
              3122. +
              3123.  mailinglijst
              3124. +
              3125.  RSS feed
              3126. + +
              3127. Nederlands
              3128. +
              3129. English
              3130. +
                +
                +
                + +
                + + + + +
                +
                + Screening: The Secret Life Of Machines, season 3 +
                +
                + +
                +
                2017-12-20 19:30
                +
                15 December 2017
                +
                + +
                +
                +
                +

                New attempt! Now without snowstorm.

                +

                Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

                +

                dates

                +

                20 december: season 3 - office applicances (lift, word processor, electric light, photocopier, fax machine and the office)

                +
                  +
                • Door: 19:30
                • +
                • Start: 20:00
                • +
                • End: 23:00
                • +
                +

                Price: Donation

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-season-1-en.html b/old/output/the-secret-life-season-1-en.html new file mode 100644 index 0000000..dbb875a --- /dev/null +++ b/old/output/the-secret-life-season-1-en.html @@ -0,0 +1,123 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3131. varia komt in vele vormen:
              3132. +
              3133.  mailinglijst
              3134. +
              3135.  RSS feed
              3136. + +
              3137. Nederlands
              3138. +
              3139. English
              3140. +
                +
                +
                + +
                + + + + +
                +
                + Screening: The Secret Life Of Machines, season 1 +
                +
                + +
                +
                2017-11-05 19:30
                +
                29 October 2017
                +
                + +
                +
                +
                +

                Technology is everywhere, sometimes it hides its face underneath a mask of everydayness, but we can only guess what goes on in our vacuum cleaner, telephone or copy machine. When were these inventions introduced into our lives and how can we keep control over them? These questions, and many more, are answered by 'The Secret Life Of Machines'. In this cultseries from the BBC, which was produced between 1988 and 1993 engineer, cartoonist and writer Tim Hunkin and inventor Rex Garrod dissect the workings and history of a everyday appliance in each episode. During the next few weeks varia, center of everyday technology will screen the entire series during a couple of public screenings.

                +

                dates

                +

                5 November: season 1 - household appliances

                +

                (vacuum cleaner, sewing machine, central heating, washing machine, refrigiator and television)

                +
                  +
                • Door: 19:30
                • +
                • Start: 20:00
                • +
                • End: 23:00
                • +
                +

                19 November: season 2 - outdoor appliances

                +

                (car, internal combustion engine, quartz watch, telephone, radio and videorecorder)

                +
                  +
                • Door: 16:30
                • +
                • Start: 17:00
                • +
                • End: 20:00
                • +
                +

                Price: Donation

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-secret-life-seizoen-1.html b/old/output/the-secret-life-seizoen-1.html new file mode 100644 index 0000000..fe2aa32 --- /dev/null +++ b/old/output/the-secret-life-seizoen-1.html @@ -0,0 +1,121 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3141. varia komt in vele vormen:
              3142. +
              3143.  mailinglijst
              3144. +
              3145.  RSS feed
              3146. + +
              3147. Nederlands
              3148. +
              3149. English
              3150. +
                +
                +
                + +
                + + + + +
                +
                + The Secret Life Of Machine screenings, seizoen 1 +
                +
                + +
                +
                2017-11-05 19:30:00
                +
                29 October 2017
                +
                + +
                +
                +
                +

                Technologie is overal, al dan niet verscholen achter een masker van alledaagsheid, maar wat steekt er eigenlijk achter de stofzuiger, de telefoon en het kopieerapparaat? Wanneer deden deze machines hun intrede in onze levens en hoe houden we ze in bedwang? Al deze vragen en meer worden beantwoord door 'the secret life of machines'. In deze cultserie van de BBC (1988-1993) ontleedt ingenieur, cartoonist en schrijver Tim Hunkin samen met uitvinder Rex Garrod iedere aflevering de geschiedenis en werking van een alledaags apparaat. In de komende weken zal er bij varia, het centrum voor alledaagse technologie enkele keren een compleet seizoen van deze show te zien zijn.

                +

                data

                +

                5 november: seizoen 1 - huishoudelijke apparatuur (stofzuiger, naaimachine, centrale verwarming, wasmachine, vriezer en televisie)

                +
                  +
                • Aanvang: 19:30
                • +
                • Start: 20:00
                • +
                • Eind 23:00
                • +
                +

                19 november: seizoen 2 - apparatuur buiten de deur (auto, verbrandingsmotor, quartz horloge, telefoon, radio en videorecorder)

                +
                  +
                • Door: 16:30
                • +
                • Start: 17:00
                • +
                • End: 20:00
                • +
                +

                Prijs: donatie

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-social-in-the-media-en.html b/old/output/the-social-in-the-media-en.html new file mode 100644 index 0000000..4d09f99 --- /dev/null +++ b/old/output/the-social-in-the-media-en.html @@ -0,0 +1,131 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3151. varia komt in vele vormen:
              3152. +
              3153.  mailinglijst
              3154. +
              3155.  RSS feed
              3156. + +
              3157. Nederlands
              3158. +
              3159. English
              3160. +
                +
                +
                + +
                + + + + +
                +
                + THE SOCIAL IN THE MEDIA: On Digital Interdependencies (Varia Visits ODD) +
                +
                + +
                +
                Published at 21 October 2019
                +
                + +
                +
                +
                +

                Broad Varia Ecosystem

                +

                In June 2019, a delegation of Varia traveled to Bucharest to meet and exchange with ODD, a space for theoretical discussion and social gatherings of all kinds founded and run by Cristina Bogdan. On the 19th, we gave a presentation entitled "The Social in the Media: On Digital Interdependencies". This was the abstract of the talk:

                +
                +

                One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.

                +

                The evening will touch upon alternative tools and approaches, from federated and community-owned social media platforms, and other types of infrastructures that Varia, a space in the South of Rotterdam (the Netherlands), is experimenting with. Departing from discussions on this situation and its causes, we will try to imagine and formulate the affective infrastructures that shape everyday cultural practices and online socialities.

                +
                +

                Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer. +Attendants reading Constant's "Dear Cultural Institution, There's an Elephant in the Room" letter. Photo by Florian Cramer.

                +

                We started the session by briefly mentioning our individual practices and how Varia came from a dissatisfaction with existing models for self-run spaces, such as the makerspace (lack of critical theory involved), the hackerspace (technology for technology's own sake), the co-working space (sociality as a a service), the fablab, etc.

                +

                After this introduction, the topic of the evening was more precisely expounded through a collective reading of "Dear Cultural Institution, There's an Elephant in the Room", a letter by Brussels based organisation Constant which addresses the troublesome relationship that independent cultural institutions maintain with corporate tools and social media. The letter was written as a reaction to multiple organisations' request for "help to degooglify". Following the reading, a short discussion took place, during which we invited the audience to exchange with us the intricacies of their relationship to corporate social media, but also their experiences, or lack thereof, and the obstacles they encountered while attempting to establish some distance.

                +

                Obviously, Varia hasn't found any definitive solution to this issue, but the question does connect to a lot of the practices in and around Varia. To explain how we tried to address some of the concerns raised in the letter we created a map of the broad Varia digital ecosystem. With this map, we wanted to stress that our current strategy consists in a combination of self-hosted tools and services (such as the website, the collaborative note taking software Etherpad, the on-line calendar and the git-based code sharing repository), but also some that are run by solidary organizations (such as mailing lists, chat, individual fediverse micro-blogging accounts) and some that are paid for (email). Our wish was to emphasize that a cultural organization doesn't necessarilily need to do everything by themselves, but can make use of what is already available.

                +

                We then spoke about our use of bots in chat systems, both to communicate and to document our exchanges. Our initial idea was to develop new forms of note-taking based on our interaction habits. We share a lot of different types of information in group chats, from news to recommendations of articles to instigations to clean the fridge. Starting from the conversational nature of our exchanges, we are experimenting with two different bot-users in the chat: one that gathers images shared on the main Varia channel and displays them online, and another one, focused specifically on the topic of digital interdependencies, that gathers images, quotes and looks for books' citations.

                +

                Beyond these internal initiatives, we also try to reach out and collaborate with people involved in the development of the tools we are interested in. Last year we invited Daniel Gultsch, the developer of Conversations, an open source application for self-hosted chat that is used in Varia. Daniel introduced his work and reflections before animating a worksession organised as part of the Welcome to the Federation project. This example was mentioned as one of the ways in which Varia tries not only to use, but also to contribute to and engage more broadly with free software tools and culture.

                +

                Varia delegation presenting at ODD. Photo by Florian Cramer. +Varia delegation presenting at ODD. Photo by Florian Cramer.

                +

                An other thing we mentioned is the centrality of Etherpad, the collaborative note-taking software, in our practice. The main reason for that is its flexibility and the tools one can build on top of it, such as Etherdump, a command line tool written by Michael Murtaugh that converts etherpad pages to files. Our use of this tool turned our collaborative writing practice into a collaborative publishing practice. As the pads are driving us to write, edit, add and remove text all the time collectively, most content can be described as traces or fragments rather than "properly" edited essays. Reflecting on this tendency, we discussed the possibility of publishing through leaking. This idea became the departure point for the development of a new Etherdump feature allowing us to collect only the pads featuring a "PUBLISH" mention. As a result, the Etherdump became a fuzzy field of documents, that can speak to others in the group.

                +

                For the last part of the presentation, we spoke about collaborative projects initiated within Varia which make explicit the importance of tools within our members respective practices. The project Pushing Scores, developed by Cristina and Julie, was mentioned because its development was heavily influenced by our familiarity with software, including its vulnerabilities. Pushing scores, an archive for a research project about experimental score making, was commissioned by De Player, a Rotterdam based organisation dedicated to experimental music and performance. The outcome is a database free lightweight website made using Python (Flask, Jinja and nltk) in which all the content is interlinked through the vocabulary used by De Player themselves to describe it. Each word submitted by de Player is a clickable link, offering the possibility to chose from a list of sentences containing this specific word within the whole collection to access an other item.

                +

                Varia XMPP federation nodes with other chat providers. +Varia XMPP federation nodes with other chat providers.

                +

                Ultimately, we tried to introduce and discuss our own experience to point out to strategies that can be adopted by other organizations, such as using the resources of hosting associations or solidary organizations, rather than corporate ones. Furthermore, we also tried to emphasize how the adoption of such tools have provided us with the freedom to implement some custom elements, from bots to publishing tools. We explained our attachment to free software and what other types of hosting can be (such as the ones inspired by the Feminist Server Manifesto). We discussed as well the value and perils of federation against the private silos of the GAFAM and the need for trusted intermediaries. Together with ODD and the audience we discussed the politics of adoption of free software and self-hosting, the issue of time investment and the issues around delegating control over services and instruments.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/the-social-in-the-media.html b/old/output/the-social-in-the-media.html new file mode 100644 index 0000000..d3ee50a --- /dev/null +++ b/old/output/the-social-in-the-media.html @@ -0,0 +1,114 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3161. varia komt in vele vormen:
              3162. +
              3163.  mailinglijst
              3164. +
              3165.  RSS feed
              3166. + +
              3167. Nederlands
              3168. +
              3169. English
              3170. +
                +
                +
                + +
                + + + + +
                +
                + THE SOCIAL IN THE MEDIA: Over Digitale Inter-Afhankelijkheden (Varia bezoekt ODD) +
                +
                + +
                +
                Gepubliceerd op 21 October 2019
                +
                + +
                +
                +
                +

                Afgelopen zomer bezochten we ODD in Boekarest, om een presentatie te geven over collectieve infrastructuren en tools. Het verslag van ons bezoek is geschreven in het Engels, klik hier om het te lezen!

                +
                +

                Broad Varia Ecosystem

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/themes/varia/static/css/fork-awesome/.all-contributorsrc b/old/output/theme/css/fork-awesome/.all-contributorsrc similarity index 100% rename from themes/varia/static/css/fork-awesome/.all-contributorsrc rename to old/output/theme/css/fork-awesome/.all-contributorsrc diff --git a/themes/varia/static/css/fork-awesome/.github/ISSUE_TEMPLATE/Icon_request.md b/old/output/theme/css/fork-awesome/.github/ISSUE_TEMPLATE/Icon_request.md similarity index 100% rename from themes/varia/static/css/fork-awesome/.github/ISSUE_TEMPLATE/Icon_request.md rename to old/output/theme/css/fork-awesome/.github/ISSUE_TEMPLATE/Icon_request.md diff --git a/themes/varia/static/css/fork-awesome/.gitignore b/old/output/theme/css/fork-awesome/.gitignore similarity index 100% rename from themes/varia/static/css/fork-awesome/.gitignore rename to old/output/theme/css/fork-awesome/.gitignore diff --git a/themes/varia/static/css/fork-awesome/.npmignore b/old/output/theme/css/fork-awesome/.npmignore similarity index 100% rename from themes/varia/static/css/fork-awesome/.npmignore rename to old/output/theme/css/fork-awesome/.npmignore diff --git a/themes/varia/static/css/fork-awesome/.travis.yml b/old/output/theme/css/fork-awesome/.travis.yml similarity index 100% rename from themes/varia/static/css/fork-awesome/.travis.yml rename to old/output/theme/css/fork-awesome/.travis.yml diff --git a/themes/varia/static/css/fork-awesome/CHANGELOG.md b/old/output/theme/css/fork-awesome/CHANGELOG.md similarity index 100% rename from themes/varia/static/css/fork-awesome/CHANGELOG.md rename to old/output/theme/css/fork-awesome/CHANGELOG.md diff --git a/themes/varia/static/css/fork-awesome/CONTRIBUTING.md b/old/output/theme/css/fork-awesome/CONTRIBUTING.md similarity index 100% rename from themes/varia/static/css/fork-awesome/CONTRIBUTING.md rename to old/output/theme/css/fork-awesome/CONTRIBUTING.md diff --git a/themes/varia/static/css/fork-awesome/CONTRIBUTORS.md b/old/output/theme/css/fork-awesome/CONTRIBUTORS.md similarity index 100% rename from themes/varia/static/css/fork-awesome/CONTRIBUTORS.md rename to old/output/theme/css/fork-awesome/CONTRIBUTORS.md diff --git a/themes/varia/static/css/fork-awesome/Gemfile b/old/output/theme/css/fork-awesome/Gemfile similarity index 100% rename from themes/varia/static/css/fork-awesome/Gemfile rename to old/output/theme/css/fork-awesome/Gemfile diff --git a/themes/varia/static/css/fork-awesome/Gemfile.lock b/old/output/theme/css/fork-awesome/Gemfile.lock similarity index 100% rename from themes/varia/static/css/fork-awesome/Gemfile.lock rename to old/output/theme/css/fork-awesome/Gemfile.lock diff --git a/themes/varia/static/css/fork-awesome/LICENSES b/old/output/theme/css/fork-awesome/LICENSES similarity index 100% rename from themes/varia/static/css/fork-awesome/LICENSES rename to old/output/theme/css/fork-awesome/LICENSES diff --git a/themes/varia/static/css/fork-awesome/README.md b/old/output/theme/css/fork-awesome/README.md similarity index 100% rename from themes/varia/static/css/fork-awesome/README.md rename to old/output/theme/css/fork-awesome/README.md diff --git a/themes/varia/static/css/fork-awesome/_config-deploy.yml b/old/output/theme/css/fork-awesome/_config-deploy.yml similarity index 100% rename from themes/varia/static/css/fork-awesome/_config-deploy.yml rename to old/output/theme/css/fork-awesome/_config-deploy.yml diff --git a/themes/varia/static/css/fork-awesome/_config.yml b/old/output/theme/css/fork-awesome/_config.yml similarity index 100% rename from themes/varia/static/css/fork-awesome/_config.yml rename to old/output/theme/css/fork-awesome/_config.yml diff --git a/themes/varia/static/css/fork-awesome/bower.json b/old/output/theme/css/fork-awesome/bower.json similarity index 100% rename from themes/varia/static/css/fork-awesome/bower.json rename to old/output/theme/css/fork-awesome/bower.json diff --git a/themes/varia/static/css/fork-awesome/component.json b/old/output/theme/css/fork-awesome/component.json similarity index 100% rename from themes/varia/static/css/fork-awesome/component.json rename to old/output/theme/css/fork-awesome/component.json diff --git a/themes/varia/static/css/fork-awesome/composer.json b/old/output/theme/css/fork-awesome/composer.json similarity index 100% rename from themes/varia/static/css/fork-awesome/composer.json rename to old/output/theme/css/fork-awesome/composer.json diff --git a/themes/varia/static/css/fork-awesome/css/fork-awesome.css b/old/output/theme/css/fork-awesome/css/fork-awesome.css similarity index 100% rename from themes/varia/static/css/fork-awesome/css/fork-awesome.css rename to old/output/theme/css/fork-awesome/css/fork-awesome.css diff --git a/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css b/old/output/theme/css/fork-awesome/css/fork-awesome.min.css similarity index 100% rename from themes/varia/static/css/fork-awesome/css/fork-awesome.min.css rename to old/output/theme/css/fork-awesome/css/fork-awesome.min.css diff --git a/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css.map b/old/output/theme/css/fork-awesome/css/fork-awesome.min.css.map similarity index 100% rename from themes/varia/static/css/fork-awesome/css/fork-awesome.min.css.map rename to old/output/theme/css/fork-awesome/css/fork-awesome.min.css.map diff --git a/themes/varia/static/css/fork-awesome/css/v5-compat.css b/old/output/theme/css/fork-awesome/css/v5-compat.css similarity index 100% rename from themes/varia/static/css/fork-awesome/css/v5-compat.css rename to old/output/theme/css/fork-awesome/css/v5-compat.css diff --git a/themes/varia/static/css/fork-awesome/css/v5-compat.min.css b/old/output/theme/css/fork-awesome/css/v5-compat.min.css similarity index 100% rename from themes/varia/static/css/fork-awesome/css/v5-compat.min.css rename to old/output/theme/css/fork-awesome/css/v5-compat.min.css diff --git a/themes/varia/static/css/fork-awesome/css/v5-compat.min.css.map b/old/output/theme/css/fork-awesome/css/v5-compat.min.css.map similarity index 100% rename from themes/varia/static/css/fork-awesome/css/v5-compat.min.css.map rename to old/output/theme/css/fork-awesome/css/v5-compat.min.css.map diff --git a/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.eot b/old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.eot similarity index 100% rename from themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.eot rename to old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.eot diff --git a/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.svg b/old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.svg rename to old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.svg diff --git a/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.ttf b/old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.ttf similarity index 100% rename from themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.ttf rename to old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.ttf diff --git a/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff b/old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.woff similarity index 100% rename from themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff rename to old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.woff diff --git a/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff2 b/old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.woff2 similarity index 100% rename from themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff2 rename to old/output/theme/css/fork-awesome/fonts/forkawesome-webfont.woff2 diff --git a/themes/varia/static/css/fork-awesome/less/animated.less b/old/output/theme/css/fork-awesome/less/animated.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/animated.less rename to old/output/theme/css/fork-awesome/less/animated.less diff --git a/themes/varia/static/css/fork-awesome/less/bordered-pulled.less b/old/output/theme/css/fork-awesome/less/bordered-pulled.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/bordered-pulled.less rename to old/output/theme/css/fork-awesome/less/bordered-pulled.less diff --git a/themes/varia/static/css/fork-awesome/less/core.less b/old/output/theme/css/fork-awesome/less/core.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/core.less rename to old/output/theme/css/fork-awesome/less/core.less diff --git a/themes/varia/static/css/fork-awesome/less/fixed-width.less b/old/output/theme/css/fork-awesome/less/fixed-width.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/fixed-width.less rename to old/output/theme/css/fork-awesome/less/fixed-width.less diff --git a/themes/varia/static/css/fork-awesome/less/fork-awesome.less b/old/output/theme/css/fork-awesome/less/fork-awesome.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/fork-awesome.less rename to old/output/theme/css/fork-awesome/less/fork-awesome.less diff --git a/themes/varia/static/css/fork-awesome/less/icons.less b/old/output/theme/css/fork-awesome/less/icons.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/icons.less rename to old/output/theme/css/fork-awesome/less/icons.less diff --git a/themes/varia/static/css/fork-awesome/less/larger.less b/old/output/theme/css/fork-awesome/less/larger.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/larger.less rename to old/output/theme/css/fork-awesome/less/larger.less diff --git a/themes/varia/static/css/fork-awesome/less/list.less b/old/output/theme/css/fork-awesome/less/list.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/list.less rename to old/output/theme/css/fork-awesome/less/list.less diff --git a/themes/varia/static/css/fork-awesome/less/mixins.less b/old/output/theme/css/fork-awesome/less/mixins.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/mixins.less rename to old/output/theme/css/fork-awesome/less/mixins.less diff --git a/themes/varia/static/css/fork-awesome/less/path.less b/old/output/theme/css/fork-awesome/less/path.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/path.less rename to old/output/theme/css/fork-awesome/less/path.less diff --git a/themes/varia/static/css/fork-awesome/less/rotated-flipped.less b/old/output/theme/css/fork-awesome/less/rotated-flipped.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/rotated-flipped.less rename to old/output/theme/css/fork-awesome/less/rotated-flipped.less diff --git a/themes/varia/static/css/fork-awesome/less/screen-reader.less b/old/output/theme/css/fork-awesome/less/screen-reader.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/screen-reader.less rename to old/output/theme/css/fork-awesome/less/screen-reader.less diff --git a/themes/varia/static/css/fork-awesome/less/stacked.less b/old/output/theme/css/fork-awesome/less/stacked.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/stacked.less rename to old/output/theme/css/fork-awesome/less/stacked.less diff --git a/themes/varia/static/css/fork-awesome/less/v5-compat.less b/old/output/theme/css/fork-awesome/less/v5-compat.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/v5-compat.less rename to old/output/theme/css/fork-awesome/less/v5-compat.less diff --git a/themes/varia/static/css/fork-awesome/less/variables.less b/old/output/theme/css/fork-awesome/less/variables.less similarity index 100% rename from themes/varia/static/css/fork-awesome/less/variables.less rename to old/output/theme/css/fork-awesome/less/variables.less diff --git a/themes/varia/static/css/fork-awesome/package-lock.json b/old/output/theme/css/fork-awesome/package-lock.json similarity index 100% rename from themes/varia/static/css/fork-awesome/package-lock.json rename to old/output/theme/css/fork-awesome/package-lock.json diff --git a/themes/varia/static/css/fork-awesome/package.json b/old/output/theme/css/fork-awesome/package.json similarity index 100% rename from themes/varia/static/css/fork-awesome/package.json rename to old/output/theme/css/fork-awesome/package.json diff --git a/themes/varia/static/css/fork-awesome/scss/_animated.scss b/old/output/theme/css/fork-awesome/scss/_animated.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_animated.scss rename to old/output/theme/css/fork-awesome/scss/_animated.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_bordered-pulled.scss b/old/output/theme/css/fork-awesome/scss/_bordered-pulled.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_bordered-pulled.scss rename to old/output/theme/css/fork-awesome/scss/_bordered-pulled.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_core.scss b/old/output/theme/css/fork-awesome/scss/_core.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_core.scss rename to old/output/theme/css/fork-awesome/scss/_core.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_fixed-width.scss b/old/output/theme/css/fork-awesome/scss/_fixed-width.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_fixed-width.scss rename to old/output/theme/css/fork-awesome/scss/_fixed-width.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_functions.scss b/old/output/theme/css/fork-awesome/scss/_functions.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_functions.scss rename to old/output/theme/css/fork-awesome/scss/_functions.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_icons.scss b/old/output/theme/css/fork-awesome/scss/_icons.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_icons.scss rename to old/output/theme/css/fork-awesome/scss/_icons.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_larger.scss b/old/output/theme/css/fork-awesome/scss/_larger.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_larger.scss rename to old/output/theme/css/fork-awesome/scss/_larger.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_list.scss b/old/output/theme/css/fork-awesome/scss/_list.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_list.scss rename to old/output/theme/css/fork-awesome/scss/_list.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_mixins.scss b/old/output/theme/css/fork-awesome/scss/_mixins.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_mixins.scss rename to old/output/theme/css/fork-awesome/scss/_mixins.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_path.scss b/old/output/theme/css/fork-awesome/scss/_path.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_path.scss rename to old/output/theme/css/fork-awesome/scss/_path.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_rotated-flipped.scss b/old/output/theme/css/fork-awesome/scss/_rotated-flipped.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_rotated-flipped.scss rename to old/output/theme/css/fork-awesome/scss/_rotated-flipped.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_screen-reader.scss b/old/output/theme/css/fork-awesome/scss/_screen-reader.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_screen-reader.scss rename to old/output/theme/css/fork-awesome/scss/_screen-reader.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_stacked.scss b/old/output/theme/css/fork-awesome/scss/_stacked.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_stacked.scss rename to old/output/theme/css/fork-awesome/scss/_stacked.scss diff --git a/themes/varia/static/css/fork-awesome/scss/_variables.scss b/old/output/theme/css/fork-awesome/scss/_variables.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/_variables.scss rename to old/output/theme/css/fork-awesome/scss/_variables.scss diff --git a/themes/varia/static/css/fork-awesome/scss/fork-awesome.scss b/old/output/theme/css/fork-awesome/scss/fork-awesome.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/scss/fork-awesome.scss rename to old/output/theme/css/fork-awesome/scss/fork-awesome.scss diff --git a/themes/varia/static/css/fork-awesome/src/doc/Makefile b/old/output/theme/css/fork-awesome/src/doc/Makefile similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/Makefile rename to old/output/theme/css/fork-awesome/src/doc/Makefile diff --git a/themes/varia/static/css/fork-awesome/src/doc/README.md-nobuild b/old/output/theme/css/fork-awesome/src/doc/README.md-nobuild similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/README.md-nobuild rename to old/output/theme/css/fork-awesome/src/doc/README.md-nobuild diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/accessibility-manual.html b/old/output/theme/css/fork-awesome/src/doc/_includes/accessibility/accessibility-manual.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/accessibility-manual.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/accessibility/accessibility-manual.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/background.html b/old/output/theme/css/fork-awesome/src/doc/_includes/accessibility/background.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/background.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/accessibility/background.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/other.html b/old/output/theme/css/fork-awesome/src/doc/_includes/accessibility/other.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/other.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/accessibility/other.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-adblock-warning.html b/old/output/theme/css/fork-awesome/src/doc/_includes/brand-adblock-warning.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/brand-adblock-warning.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/brand-adblock-warning.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-license.html b/old/output/theme/css/fork-awesome/src/doc/_includes/brand-license.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/brand-license.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/brand-license.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.less b/old/output/theme/css/fork-awesome/src/doc/_includes/code/core.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.less rename to old/output/theme/css/fork-awesome/src/doc/_includes/code/core.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.scss b/old/output/theme/css/fork-awesome/src/doc/_includes/code/core.scss similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.scss rename to old/output/theme/css/fork-awesome/src/doc/_includes/code/core.scss diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/code/license.css b/old/output/theme/css/fork-awesome/src/doc/_includes/code/license.css similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/code/license.css rename to old/output/theme/css/fork-awesome/src/doc/_includes/code/license.css diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/community/getting-support.html b/old/output/theme/css/fork-awesome/src/doc/_includes/community/getting-support.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/community/getting-support.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/community/getting-support.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/community/project-milestones.html b/old/output/theme/css/fork-awesome/src/doc/_includes/community/project-milestones.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/community/project-milestones.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/community/project-milestones.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/community/reporting-bugs.html b/old/output/theme/css/fork-awesome/src/doc/_includes/community/reporting-bugs.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/community/reporting-bugs.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/community/reporting-bugs.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/community/requesting-new-icons.html b/old/output/theme/css/fork-awesome/src/doc/_includes/community/requesting-new-icons.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/community/requesting-new-icons.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/community/requesting-new-icons.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html b/old/output/theme/css/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/accessible.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/accessible.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/accessible.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/accessible.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/animated.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/animated.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/animated.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/animated.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/basic.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/basic.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/basic.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/basic.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bootstrap.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/bootstrap.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bootstrap.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/bootstrap.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bordered-pulled.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/bordered-pulled.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bordered-pulled.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/bordered-pulled.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/custom.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/custom.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/custom.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/custom.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/fixed-width.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/fixed-width.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/fixed-width.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/fixed-width.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/larger.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/larger.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/larger.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/larger.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/list.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/list.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/list.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/list.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/rotated-flipped.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/rotated-flipped.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/rotated-flipped.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/rotated-flipped.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/stacked.html b/old/output/theme/css/fork-awesome/src/doc/_includes/examples/stacked.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/examples/stacked.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/examples/stacked.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/footer.html b/old/output/theme/css/fork-awesome/src/doc/_includes/footer.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/footer.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/footer.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/accessibility.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/accessibility.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/accessibility.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/accessibility.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/brand.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/brand.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/brand.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/brand.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/chart.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/chart.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/chart.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/chart.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/currency.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/currency.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/currency.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/currency.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/directional.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/directional.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/directional.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/directional.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/file-type.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/file-type.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/file-type.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/file-type.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/form-control.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/form-control.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/form-control.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/form-control.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/gender.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/gender.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/gender.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/gender.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/hand.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/hand.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/hand.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/hand.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/medical.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/medical.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/medical.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/medical.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/new.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/new.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/new.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/new.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/payment.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/payment.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/payment.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/payment.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/spinner.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/spinner.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/spinner.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/spinner.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/text-editor.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/text-editor.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/text-editor.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/text-editor.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/transportation.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/transportation.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/transportation.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/transportation.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/video-player.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/video-player.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/video-player.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/video-player.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/web-application.html b/old/output/theme/css/fork-awesome/src/doc/_includes/icons/web-application.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/icons/web-application.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/icons/web-application.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron-carousel.html b/old/output/theme/css/fork-awesome/src/doc/_includes/jumbotron-carousel.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron-carousel.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/jumbotron-carousel.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron.html b/old/output/theme/css/fork-awesome/src/doc/_includes/jumbotron.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/jumbotron.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/modals/download.html b/old/output/theme/css/fork-awesome/src/doc/_includes/modals/download.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/modals/download.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/modals/download.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/navbar.html b/old/output/theme/css/fork-awesome/src/doc/_includes/navbar.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/navbar.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/navbar.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/new-features.html b/old/output/theme/css/fork-awesome/src/doc/_includes/new-features.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/new-features.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/new-features.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/new-naming.html b/old/output/theme/css/fork-awesome/src/doc/_includes/new-naming.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/new-naming.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/new-naming.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/new-upgrading.html b/old/output/theme/css/fork-awesome/src/doc/_includes/new-upgrading.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/new-upgrading.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/new-upgrading.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/camera-retro-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/camera-retro-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/camera-retro-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/camera-retro-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/classics-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/classics-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/classics-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/classics-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/cta-suggestions.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/cta-suggestions.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/cta-suggestions.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/cta-suggestions.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/fa-ther-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/fa-ther-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/fa-ther-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/fa-ther-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/green-logo-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/green-logo-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/green-logo-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/green-logo-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/old-skool-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/old-skool-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/old-skool-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/old-skool-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/rock-paper-scissors-lizard-spock-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/rock-paper-scissors-lizard-spock-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/rock-paper-scissors-lizard-spock-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/rock-paper-scissors-lizard-spock-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/space-shuttle-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/space-shuttle-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/space-shuttle-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/space-shuttle-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/products/white-logo-tee.html b/old/output/theme/css/fork-awesome/src/doc/_includes/products/white-logo-tee.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/products/white-logo-tee.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/products/white-logo-tee.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/stripe-social.html b/old/output/theme/css/fork-awesome/src/doc/_includes/stripe-social.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/stripe-social.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/stripe-social.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-anchor.html b/old/output/theme/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-anchor.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-anchor.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-anchor.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-btn.html b/old/output/theme/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-btn.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-btn.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-btn.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped.html b/old/output/theme/css/fork-awesome/src/doc/_includes/tests/rotated-flipped.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/tests/rotated-flipped.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-inside-anchor.html b/old/output/theme/css/fork-awesome/src/doc/_includes/tests/stacked-inside-anchor.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-inside-anchor.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/tests/stacked-inside-anchor.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-with-text.html b/old/output/theme/css/fork-awesome/src/doc/_includes/tests/stacked-with-text.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-with-text.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/tests/stacked-with-text.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked.html b/old/output/theme/css/fork-awesome/src/doc/_includes/tests/stacked.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/tests/stacked.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/thanks-to.html b/old/output/theme/css/fork-awesome/src/doc/_includes/thanks-to.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/thanks-to.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/thanks-to.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_includes/why.html b/old/output/theme/css/fork-awesome/src/doc/_includes/why.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_includes/why.html rename to old/output/theme/css/fork-awesome/src/doc/_includes/why.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_layouts/base.html b/old/output/theme/css/fork-awesome/src/doc/_layouts/base.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_layouts/base.html rename to old/output/theme/css/fork-awesome/src/doc/_layouts/base.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_layouts/icon.html b/old/output/theme/css/fork-awesome/src/doc/_layouts/icon.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_layouts/icon.html rename to old/output/theme/css/fork-awesome/src/doc/_layouts/icon.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/_plugins/all-contributors-generator.rb b/old/output/theme/css/fork-awesome/src/doc/_plugins/all-contributors-generator.rb similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_plugins/all-contributors-generator.rb rename to old/output/theme/css/fork-awesome/src/doc/_plugins/all-contributors-generator.rb diff --git a/themes/varia/static/css/fork-awesome/src/doc/_plugins/flatten_icon_filters.rb b/old/output/theme/css/fork-awesome/src/doc/_plugins/flatten_icon_filters.rb similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_plugins/flatten_icon_filters.rb rename to old/output/theme/css/fork-awesome/src/doc/_plugins/flatten_icon_filters.rb diff --git a/themes/varia/static/css/fork-awesome/src/doc/_plugins/icon_page_generator.rb b/old/output/theme/css/fork-awesome/src/doc/_plugins/icon_page_generator.rb similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_plugins/icon_page_generator.rb rename to old/output/theme/css/fork-awesome/src/doc/_plugins/icon_page_generator.rb diff --git a/themes/varia/static/css/fork-awesome/src/doc/_plugins/site.rb b/old/output/theme/css/fork-awesome/src/doc/_plugins/site.rb similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_plugins/site.rb rename to old/output/theme/css/fork-awesome/src/doc/_plugins/site.rb diff --git a/themes/varia/static/css/fork-awesome/src/doc/_plugins/sri_hash.rb b/old/output/theme/css/fork-awesome/src/doc/_plugins/sri_hash.rb similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/_plugins/sri_hash.rb rename to old/output/theme/css/fork-awesome/src/doc/_plugins/sri_hash.rb diff --git a/themes/varia/static/css/fork-awesome/src/doc/accessibility.html b/old/output/theme/css/fork-awesome/src/doc/accessibility.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/accessibility.html rename to old/output/theme/css/fork-awesome/src/doc/accessibility.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/css/prettify.css b/old/output/theme/css/fork-awesome/src/doc/assets/css/prettify.css similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/css/prettify.css rename to old/output/theme/css/fork-awesome/src/doc/assets/css/prettify.css diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/css/pygments.css b/old/output/theme/css/fork-awesome/src/doc/assets/css/pygments.css similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/css/pygments.css rename to old/output/theme/css/fork-awesome/src/doc/assets/css/pygments.css diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/css/share.min.css b/old/output/theme/css/fork-awesome/src/doc/assets/css/share.min.css similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/css/share.min.css rename to old/output/theme/css/fork-awesome/src/doc/assets/css/share.min.css diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/animated.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/animated.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/animated.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/animated.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/bordered-pulled.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/bordered-pulled.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/bordered-pulled.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/bordered-pulled.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/core.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/core.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/core.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/core.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fixed-width.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/fixed-width.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fixed-width.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/fixed-width.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fork-awesome.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/fork-awesome.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fork-awesome.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/fork-awesome.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/icons.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/icons.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/icons.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/icons.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/larger.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/larger.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/larger.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/larger.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/list.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/list.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/list.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/list.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/mixins.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/mixins.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/mixins.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/mixins.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/path.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/path.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/path.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/path.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/rotated-flipped.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/rotated-flipped.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/rotated-flipped.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/rotated-flipped.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/screen-reader.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/screen-reader.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/screen-reader.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/screen-reader.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/stacked.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/stacked.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/stacked.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/stacked.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/v5-compat.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/v5-compat.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/v5-compat.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/v5-compat.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/variables.less b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/variables.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/variables.less rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/less/variables.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/animated.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/animated.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/animated.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/animated.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/bordered-pulled.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/bordered-pulled.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/bordered-pulled.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/bordered-pulled.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/core.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/core.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/core.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/core.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fixed-width.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/fixed-width.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fixed-width.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/fixed-width.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/functions.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/functions.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/functions.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/functions.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/icons.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/icons.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/icons.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/icons.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/larger.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/larger.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/larger.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/larger.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/list.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/list.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/list.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/list.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/mixins.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/mixins.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/mixins.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/mixins.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/path.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/path.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/path.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/path.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/rotated-flipped.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/rotated-flipped.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/rotated-flipped.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/rotated-flipped.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/screen-reader.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/screen-reader.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/screen-reader.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/screen-reader.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/stacked.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/stacked.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/stacked.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/stacked.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/variables.scss.txt b/old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/variables.scss.txt similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/variables.scss.txt rename to old/output/theme/css/fork-awesome/src/doc/assets/fork-awesome/scss/variables.scss.txt diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/ico/favicon.ico b/old/output/theme/css/fork-awesome/src/doc/assets/ico/favicon.ico similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/ico/favicon.ico rename to old/output/theme/css/fork-awesome/src/doc/assets/ico/favicon.ico diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/images/banner.jpg b/old/output/theme/css/fork-awesome/src/doc/assets/images/banner.jpg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/images/banner.jpg rename to old/output/theme/css/fork-awesome/src/doc/assets/images/banner.jpg diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.min.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.min.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.min.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.min.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.swf b/old/output/theme/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.swf similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.swf rename to old/output/theme/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.swf diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/html5shiv.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/html5shiv.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/html5shiv.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/html5shiv.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/monetization.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/monetization.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/monetization.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/monetization.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/prettify.min.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/prettify.min.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/prettify.min.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/prettify.min.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/respond.min.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/respond.min.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/respond.min.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/respond.min.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/search.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/search.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/search.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/search.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/share.min.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/share.min.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/share.min.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/share.min.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/js/site.js b/old/output/theme/css/fork-awesome/src/doc/assets/js/site.js similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/js/site.js rename to old/output/theme/css/fork-awesome/src/doc/assets/js/site.js diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csscomb.json b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csscomb.json similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csscomb.json rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csscomb.json diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csslintrc b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csslintrc similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csslintrc rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csslintrc diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/alerts.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/alerts.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/alerts.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/alerts.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/bootstrap.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/bootstrap.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/bootstrap.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/bootstrap.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/breadcrumbs.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/breadcrumbs.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/breadcrumbs.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/breadcrumbs.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/button-groups.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/button-groups.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/button-groups.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/button-groups.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/buttons.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/buttons.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/buttons.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/buttons.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/carousel.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/carousel.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/carousel.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/carousel.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/close.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/close.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/close.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/close.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/code.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/code.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/code.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/code.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/component-animations.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/component-animations.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/component-animations.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/component-animations.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/dropdowns.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/dropdowns.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/dropdowns.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/dropdowns.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/forms.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/forms.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/forms.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/forms.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/glyphicons.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/glyphicons.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/glyphicons.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/glyphicons.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/grid.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/grid.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/grid.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/grid.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/input-groups.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/input-groups.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/input-groups.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/input-groups.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/jumbotron.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/labels.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/labels.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/labels.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/labels.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/list-group.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/list-group.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/list-group.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/list-group.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/media.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/media.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/media.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/media.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/alerts.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/alerts.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/alerts.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/alerts.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/background-variant.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/background-variant.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/background-variant.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/background-variant.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/border-radius.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/border-radius.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/border-radius.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/border-radius.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/buttons.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/buttons.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/buttons.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/buttons.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/center-block.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/center-block.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/center-block.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/center-block.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/clearfix.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/clearfix.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/clearfix.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/clearfix.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/forms.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/forms.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/forms.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/forms.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/gradients.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/gradients.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/gradients.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/gradients.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid-framework.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid-framework.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid-framework.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid-framework.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/hide-text.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/hide-text.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/hide-text.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/hide-text.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/image.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/image.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/image.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/image.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/labels.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/labels.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/labels.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/labels.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/list-group.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/list-group.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/list-group.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/list-group.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-divider.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-divider.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-divider.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-divider.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/opacity.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/opacity.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/opacity.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/opacity.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/pagination.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/pagination.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/pagination.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/pagination.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/panels.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/panels.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/panels.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/panels.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/progress-bar.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/progress-bar.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/progress-bar.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/progress-bar.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-filter.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-filter.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-filter.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-filter.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-text.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-text.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-text.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-text.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/resize.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/resize.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/resize.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/resize.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/size.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/size.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/size.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/size.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/tab-focus.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/tab-focus.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/tab-focus.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/tab-focus.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/table-row.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/table-row.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/table-row.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/table-row.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-overflow.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-overflow.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-overflow.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-overflow.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/modals.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/modals.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/modals.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/modals.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navbar.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navbar.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navbar.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navbar.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navs.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navs.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navs.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navs.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/normalize.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/normalize.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/normalize.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/normalize.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pager.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pager.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pager.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pager.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pagination.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pagination.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pagination.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pagination.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/panels.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/panels.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/panels.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/panels.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/popovers.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/popovers.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/popovers.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/popovers.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/print.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/print.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/print.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/print.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/progress-bars.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/progress-bars.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/progress-bars.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/progress-bars.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-embed.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-embed.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-embed.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-embed.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-utilities.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-utilities.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-utilities.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-utilities.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/scaffolding.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/scaffolding.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/scaffolding.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/scaffolding.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tables.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tables.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tables.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tables.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/theme.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/theme.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/theme.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/theme.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/thumbnails.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/thumbnails.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/thumbnails.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/thumbnails.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tooltip.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tooltip.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tooltip.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tooltip.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/type.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/type.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/type.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/type.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/variables.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/variables.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/variables.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/variables.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/wells.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/wells.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/wells.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/wells.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/grid.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/gandy-grid/grid.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/grid.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/gandy-grid/grid.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/mixins.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/gandy-grid/mixins.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/mixins.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/gandy-grid/mixins.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/alerts.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/alerts.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/alerts.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/alerts.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/buttons.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/buttons.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/buttons.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/buttons.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/jumbotron.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/jumbotron.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/jumbotron.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/jumbotron.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/labels.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/labels.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/labels.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/labels.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/modals.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/modals.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/modals.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/modals.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/navbar.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/navbar.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/navbar.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/navbar.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/panels.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/panels.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/panels.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/panels.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/tooltip.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/tooltip.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/tooltip.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/tooltip.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/type.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/type.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/type.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/type.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/variables.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/variables.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/variables.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/variables.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/wells.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/wells.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/wells.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/bootstrap/wells.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/example-rating.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/example-rating.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/example-rating.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/example-rating.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/feature-list.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/feature-list.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/feature-list.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/feature-list.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/fontawesome-icon-list.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/fontawesome-icon-list.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/fontawesome-icon-list.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/fontawesome-icon-list.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/footer.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/footer.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/footer.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/footer.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/jumbotron-carousel.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/jumbotron-carousel.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/jumbotron-carousel.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/jumbotron-carousel.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/layout.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/layout.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/layout.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/layout.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/lazy.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/lazy.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/lazy.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/lazy.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/print.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/print.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/print.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/print.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-lg.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-lg.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-lg.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-lg.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-md.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-md.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-md.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-md.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-xs.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-xs.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-xs.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/responsive/screen-xs.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/social-buttons.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/social-buttons.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/social-buttons.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/social-buttons.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/stripe-ad.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/stripe-ad.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/stripe-ad.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/stripe-ad.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/textured-bg.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/textured-bg.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/textured-bg.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/textured-bg.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/views.less b/old/output/theme/css/fork-awesome/src/doc/assets/less/site/views.less similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/assets/less/site/views.less rename to old/output/theme/css/fork-awesome/src/doc/assets/less/site/views.less diff --git a/themes/varia/static/css/fork-awesome/src/doc/cheatsheet.html b/old/output/theme/css/fork-awesome/src/doc/cheatsheet.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/cheatsheet.html rename to old/output/theme/css/fork-awesome/src/doc/cheatsheet.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/community.html b/old/output/theme/css/fork-awesome/src/doc/community.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/community.html rename to old/output/theme/css/fork-awesome/src/doc/community.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/design.html b/old/output/theme/css/fork-awesome/src/doc/design.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/design.html rename to old/output/theme/css/fork-awesome/src/doc/design.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/examples.html b/old/output/theme/css/fork-awesome/src/doc/examples.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/examples.html rename to old/output/theme/css/fork-awesome/src/doc/examples.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/get-started.html b/old/output/theme/css/fork-awesome/src/doc/get-started.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/get-started.html rename to old/output/theme/css/fork-awesome/src/doc/get-started.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/icons.html b/old/output/theme/css/fork-awesome/src/doc/icons.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/icons.html rename to old/output/theme/css/fork-awesome/src/doc/icons.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/index.html b/old/output/theme/css/fork-awesome/src/doc/index.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/index.html rename to old/output/theme/css/fork-awesome/src/doc/index.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/license.html b/old/output/theme/css/fork-awesome/src/doc/license.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/license.html rename to old/output/theme/css/fork-awesome/src/doc/license.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/store.html b/old/output/theme/css/fork-awesome/src/doc/store.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/store.html rename to old/output/theme/css/fork-awesome/src/doc/store.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/test/all.html b/old/output/theme/css/fork-awesome/src/doc/test/all.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/test/all.html rename to old/output/theme/css/fork-awesome/src/doc/test/all.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/test/cdn.html b/old/output/theme/css/fork-awesome/src/doc/test/cdn.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/test/cdn.html rename to old/output/theme/css/fork-awesome/src/doc/test/cdn.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/test/glyphicons.html b/old/output/theme/css/fork-awesome/src/doc/test/glyphicons.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/test/glyphicons.html rename to old/output/theme/css/fork-awesome/src/doc/test/glyphicons.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/test/height/current.html b/old/output/theme/css/fork-awesome/src/doc/test/height/current.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/test/height/current.html rename to old/output/theme/css/fork-awesome/src/doc/test/height/current.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/test/index.html b/old/output/theme/css/fork-awesome/src/doc/test/index.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/test/index.html rename to old/output/theme/css/fork-awesome/src/doc/test/index.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/test/v5.html b/old/output/theme/css/fork-awesome/src/doc/test/v5.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/test/v5.html rename to old/output/theme/css/fork-awesome/src/doc/test/v5.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/thanks.html b/old/output/theme/css/fork-awesome/src/doc/thanks.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/thanks.html rename to old/output/theme/css/fork-awesome/src/doc/thanks.html diff --git a/themes/varia/static/css/fork-awesome/src/doc/whats-new.html b/old/output/theme/css/fork-awesome/src/doc/whats-new.html similarity index 100% rename from themes/varia/static/css/fork-awesome/src/doc/whats-new.html rename to old/output/theme/css/fork-awesome/src/doc/whats-new.html diff --git a/themes/varia/static/css/fork-awesome/src/icons/.fontcustom-manifest.json b/old/output/theme/css/fork-awesome/src/icons/.fontcustom-manifest.json similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/.fontcustom-manifest.json rename to old/output/theme/css/fork-awesome/src/icons/.fontcustom-manifest.json diff --git a/themes/varia/static/css/fork-awesome/src/icons/Makefile b/old/output/theme/css/fork-awesome/src/icons/Makefile similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/Makefile rename to old/output/theme/css/fork-awesome/src/icons/Makefile diff --git a/themes/varia/static/css/fork-awesome/src/icons/fontcustom.yml b/old/output/theme/css/fork-awesome/src/icons/fontcustom.yml similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/fontcustom.yml rename to old/output/theme/css/fork-awesome/src/icons/fontcustom.yml diff --git a/themes/varia/static/css/fork-awesome/src/icons/icon-template-inkscape.svg b/old/output/theme/css/fork-awesome/src/icons/icon-template-inkscape.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/icon-template-inkscape.svg rename to old/output/theme/css/fork-awesome/src/icons/icon-template-inkscape.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/icons.yml b/old/output/theme/css/fork-awesome/src/icons/icons.yml similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/icons.yml rename to old/output/theme/css/fork-awesome/src/icons/icons.yml diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/500px.svg b/old/output/theme/css/fork-awesome/src/icons/svg/500px.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/500px.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/500px.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/activitypub.svg b/old/output/theme/css/fork-awesome/src/icons/svg/activitypub.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/activitypub.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/activitypub.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/address-book-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/address-book-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/address-book-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/address-book-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/address-book.svg b/old/output/theme/css/fork-awesome/src/icons/svg/address-book.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/address-book.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/address-book.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/address-card-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/address-card-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/address-card-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/address-card-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/address-card.svg b/old/output/theme/css/fork-awesome/src/icons/svg/address-card.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/address-card.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/address-card.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/adjust.svg b/old/output/theme/css/fork-awesome/src/icons/svg/adjust.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/adjust.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/adjust.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/adn.svg b/old/output/theme/css/fork-awesome/src/icons/svg/adn.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/adn.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/adn.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/align-center.svg b/old/output/theme/css/fork-awesome/src/icons/svg/align-center.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/align-center.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/align-center.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/align-justify.svg b/old/output/theme/css/fork-awesome/src/icons/svg/align-justify.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/align-justify.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/align-justify.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/align-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/align-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/align-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/align-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/align-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/align-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/align-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/align-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/amazon.svg b/old/output/theme/css/fork-awesome/src/icons/svg/amazon.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/amazon.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/amazon.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ambulance.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ambulance.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ambulance.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ambulance.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/american-sign-language-interpreting.svg b/old/output/theme/css/fork-awesome/src/icons/svg/american-sign-language-interpreting.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/american-sign-language-interpreting.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/american-sign-language-interpreting.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/anchor.svg b/old/output/theme/css/fork-awesome/src/icons/svg/anchor.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/anchor.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/anchor.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/android.svg b/old/output/theme/css/fork-awesome/src/icons/svg/android.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/android.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/android.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angellist.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angellist.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angellist.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angellist.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-double-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-double-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-double-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-double-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-double-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-double-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-double-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-double-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/angle-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/angle-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/angle-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/angle-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/apple.svg b/old/output/theme/css/fork-awesome/src/icons/svg/apple.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/apple.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/apple.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/archive-org.svg b/old/output/theme/css/fork-awesome/src/icons/svg/archive-org.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/archive-org.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/archive-org.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/archive.svg b/old/output/theme/css/fork-awesome/src/icons/svg/archive.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/archive.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/archive.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/archlinux.svg b/old/output/theme/css/fork-awesome/src/icons/svg/archlinux.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/archlinux.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/archlinux.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/area-chart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/area-chart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/area-chart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/area-chart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-o-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-circle-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrow-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrow-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrow-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrows-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrows-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrows-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-h.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrows-h.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrows-h.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrows-h.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-v.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrows-v.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrows-v.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrows-v.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/arrows.svg b/old/output/theme/css/fork-awesome/src/icons/svg/arrows.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/arrows.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/arrows.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/artstation.svg b/old/output/theme/css/fork-awesome/src/icons/svg/artstation.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/artstation.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/artstation.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/assistive-listening-systems.svg b/old/output/theme/css/fork-awesome/src/icons/svg/assistive-listening-systems.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/assistive-listening-systems.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/assistive-listening-systems.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/asterisk.svg b/old/output/theme/css/fork-awesome/src/icons/svg/asterisk.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/asterisk.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/asterisk.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/at.svg b/old/output/theme/css/fork-awesome/src/icons/svg/at.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/at.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/at.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/att.svg b/old/output/theme/css/fork-awesome/src/icons/svg/att.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/att.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/att.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/audio-description.svg b/old/output/theme/css/fork-awesome/src/icons/svg/audio-description.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/audio-description.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/audio-description.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/backward.svg b/old/output/theme/css/fork-awesome/src/icons/svg/backward.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/backward.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/backward.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/balance-scale.svg b/old/output/theme/css/fork-awesome/src/icons/svg/balance-scale.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/balance-scale.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/balance-scale.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ban.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ban.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ban.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ban.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bandcamp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bandcamp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bandcamp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bandcamp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bar-chart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bar-chart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bar-chart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bar-chart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/barcode.svg b/old/output/theme/css/fork-awesome/src/icons/svg/barcode.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/barcode.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/barcode.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bars.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bars.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bars.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bars.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bath.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bath.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bath.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bath.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/battery-empty.svg b/old/output/theme/css/fork-awesome/src/icons/svg/battery-empty.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/battery-empty.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/battery-empty.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/battery-full.svg b/old/output/theme/css/fork-awesome/src/icons/svg/battery-full.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/battery-full.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/battery-full.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/battery-half.svg b/old/output/theme/css/fork-awesome/src/icons/svg/battery-half.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/battery-half.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/battery-half.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/battery-quarter.svg b/old/output/theme/css/fork-awesome/src/icons/svg/battery-quarter.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/battery-quarter.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/battery-quarter.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/battery-three-quarters.svg b/old/output/theme/css/fork-awesome/src/icons/svg/battery-three-quarters.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/battery-three-quarters.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/battery-three-quarters.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bed.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bed.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bed.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bed.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/beer.svg b/old/output/theme/css/fork-awesome/src/icons/svg/beer.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/beer.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/beer.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/behance-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/behance-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/behance-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/behance-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/behance.svg b/old/output/theme/css/fork-awesome/src/icons/svg/behance.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/behance.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/behance.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bell-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bell-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bell-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bell-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bell-slash-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bell-slash-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bell-slash.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bell-slash.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bell.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bell.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bell.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bell.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bicycle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bicycle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bicycle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bicycle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/binoculars.svg b/old/output/theme/css/fork-awesome/src/icons/svg/binoculars.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/binoculars.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/binoculars.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/biometric.svg b/old/output/theme/css/fork-awesome/src/icons/svg/biometric.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/biometric.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/biometric.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/birthday-cake.svg b/old/output/theme/css/fork-awesome/src/icons/svg/birthday-cake.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/birthday-cake.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/birthday-cake.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bitbucket-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bitbucket-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bitbucket.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bitbucket.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/black-tie.svg b/old/output/theme/css/fork-awesome/src/icons/svg/black-tie.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/black-tie.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/black-tie.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/blind.svg b/old/output/theme/css/fork-awesome/src/icons/svg/blind.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/blind.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/blind.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth-b.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bluetooth-b.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth-b.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bluetooth-b.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bluetooth.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bluetooth.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bold.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bold.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bold.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bold.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bolt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bolt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bolt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bolt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bomb.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bomb.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bomb.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bomb.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/book.svg b/old/output/theme/css/fork-awesome/src/icons/svg/book.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/book.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/book.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bookmark-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bookmark-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bookmark-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bookmark.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bookmark.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bookmark.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bootstrap.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bootstrap.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bootstrap.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bootstrap.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/braille.svg b/old/output/theme/css/fork-awesome/src/icons/svg/braille.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/braille.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/braille.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/briefcase.svg b/old/output/theme/css/fork-awesome/src/icons/svg/briefcase.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/briefcase.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/briefcase.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/btc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/btc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/btc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/btc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bug.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bug.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bug.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bug.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/building-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/building-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/building-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/building-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/building.svg b/old/output/theme/css/fork-awesome/src/icons/svg/building.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/building.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/building.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bullhorn.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bullhorn.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bullhorn.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bullhorn.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bullseye.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bullseye.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bullseye.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bullseye.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/bus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/bus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/bus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/bus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/buysellads.svg b/old/output/theme/css/fork-awesome/src/icons/svg/buysellads.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/buysellads.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/buysellads.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/c.svg b/old/output/theme/css/fork-awesome/src/icons/svg/c.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/c.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/c.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/calculator.svg b/old/output/theme/css/fork-awesome/src/icons/svg/calculator.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/calculator.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/calculator.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-check-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/calendar-check-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/calendar-check-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/calendar-check-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-minus-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/calendar-minus-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/calendar-minus-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/calendar-minus-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/calendar-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/calendar-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/calendar-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-plus-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/calendar-plus-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/calendar-plus-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/calendar-plus-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-times-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/calendar-times-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/calendar-times-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/calendar-times-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/calendar.svg b/old/output/theme/css/fork-awesome/src/icons/svg/calendar.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/calendar.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/calendar.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/camera-retro.svg b/old/output/theme/css/fork-awesome/src/icons/svg/camera-retro.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/camera-retro.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/camera-retro.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/camera.svg b/old/output/theme/css/fork-awesome/src/icons/svg/camera.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/camera.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/camera.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/car.svg b/old/output/theme/css/fork-awesome/src/icons/svg/car.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/car.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/car.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-square-o-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/caret-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/caret-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/caret-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/caret-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cart-arrow-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cart-arrow-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cart-arrow-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cart-arrow-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cart-plus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cart-plus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cart-plus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cart-plus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-amex.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-amex.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-amex.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-amex.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-diners-club.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-diners-club.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-diners-club.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-diners-club.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-discover.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-discover.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-discover.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-discover.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-jcb.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-jcb.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-jcb.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-jcb.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-mastercard.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-mastercard.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-mastercard.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-mastercard.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-paypal.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-paypal.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-paypal.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-paypal.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-stripe.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-stripe.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-stripe.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-stripe.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc-visa.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc-visa.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc-visa.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc-visa.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/certificate.svg b/old/output/theme/css/fork-awesome/src/icons/svg/certificate.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/certificate.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/certificate.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chain-broken.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chain-broken.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chain-broken.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chain-broken.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/check-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/check-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/check-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/check-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/check-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/check-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/check-square-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/check-square-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/check-square-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/check-square-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/check-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/check-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/check-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/check-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/check.svg b/old/output/theme/css/fork-awesome/src/icons/svg/check.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/check.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/check.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-circle-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chevron-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chevron-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chevron-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/child.svg b/old/output/theme/css/fork-awesome/src/icons/svg/child.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/child.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/child.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/chrome.svg b/old/output/theme/css/fork-awesome/src/icons/svg/chrome.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/chrome.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/chrome.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o-notch.svg b/old/output/theme/css/fork-awesome/src/icons/svg/circle-o-notch.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/circle-o-notch.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/circle-o-notch.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/circle-thin.svg b/old/output/theme/css/fork-awesome/src/icons/svg/circle-thin.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/circle-thin.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/circle-thin.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/clipboard.svg b/old/output/theme/css/fork-awesome/src/icons/svg/clipboard.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/clipboard.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/clipboard.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/clock-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/clock-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/clock-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/clock-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/clone.svg b/old/output/theme/css/fork-awesome/src/icons/svg/clone.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/clone.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/clone.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-download.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cloud-download.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cloud-download.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cloud-download.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-upload.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cloud-upload.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cloud-upload.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cloud-upload.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cloud.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cloud.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cloud.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cloud.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/code-fork.svg b/old/output/theme/css/fork-awesome/src/icons/svg/code-fork.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/code-fork.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/code-fork.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/code.svg b/old/output/theme/css/fork-awesome/src/icons/svg/code.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/code.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/code.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/codepen.svg b/old/output/theme/css/fork-awesome/src/icons/svg/codepen.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/codepen.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/codepen.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/codiepie.svg b/old/output/theme/css/fork-awesome/src/icons/svg/codiepie.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/codiepie.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/codiepie.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/coffee.svg b/old/output/theme/css/fork-awesome/src/icons/svg/coffee.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/coffee.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/coffee.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cog.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cog.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cog.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cog.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cogs.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cogs.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cogs.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cogs.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/columns.svg b/old/output/theme/css/fork-awesome/src/icons/svg/columns.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/columns.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/columns.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/comment-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/comment-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/comment-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/comment-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/comment.svg b/old/output/theme/css/fork-awesome/src/icons/svg/comment.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/comment.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/comment.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/commenting-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/commenting-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/commenting-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/commenting-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/commenting.svg b/old/output/theme/css/fork-awesome/src/icons/svg/commenting.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/commenting.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/commenting.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/comments-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/comments-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/comments-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/comments-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/comments.svg b/old/output/theme/css/fork-awesome/src/icons/svg/comments.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/comments.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/comments.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/compass.svg b/old/output/theme/css/fork-awesome/src/icons/svg/compass.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/compass.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/compass.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/compress.svg b/old/output/theme/css/fork-awesome/src/icons/svg/compress.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/compress.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/compress.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/connectdevelop.svg b/old/output/theme/css/fork-awesome/src/icons/svg/connectdevelop.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/connectdevelop.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/connectdevelop.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/contao.svg b/old/output/theme/css/fork-awesome/src/icons/svg/contao.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/contao.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/contao.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/copyright.svg b/old/output/theme/css/fork-awesome/src/icons/svg/copyright.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/copyright.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/copyright.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/creative-commons.svg b/old/output/theme/css/fork-awesome/src/icons/svg/creative-commons.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/creative-commons.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/creative-commons.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/credit-card-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/credit-card-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/credit-card-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card.svg b/old/output/theme/css/fork-awesome/src/icons/svg/credit-card.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/credit-card.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/credit-card.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/crop.svg b/old/output/theme/css/fork-awesome/src/icons/svg/crop.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/crop.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/crop.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/crosshairs.svg b/old/output/theme/css/fork-awesome/src/icons/svg/crosshairs.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/crosshairs.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/crosshairs.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/css3.svg b/old/output/theme/css/fork-awesome/src/icons/svg/css3.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/css3.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/css3.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cube.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cube.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cube.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cube.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cubes.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cubes.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cubes.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cubes.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/cutlery.svg b/old/output/theme/css/fork-awesome/src/icons/svg/cutlery.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/cutlery.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/cutlery.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/dashcube.svg b/old/output/theme/css/fork-awesome/src/icons/svg/dashcube.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/dashcube.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/dashcube.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/database.svg b/old/output/theme/css/fork-awesome/src/icons/svg/database.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/database.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/database.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/deaf.svg b/old/output/theme/css/fork-awesome/src/icons/svg/deaf.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/deaf.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/deaf.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/debian.svg b/old/output/theme/css/fork-awesome/src/icons/svg/debian.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/debian.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/debian.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/delicious.svg b/old/output/theme/css/fork-awesome/src/icons/svg/delicious.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/delicious.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/delicious.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/desktop.svg b/old/output/theme/css/fork-awesome/src/icons/svg/desktop.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/desktop.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/desktop.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/dev-to.svg b/old/output/theme/css/fork-awesome/src/icons/svg/dev-to.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/dev-to.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/dev-to.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/deviantart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/deviantart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/deviantart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/deviantart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/diamond.svg b/old/output/theme/css/fork-awesome/src/icons/svg/diamond.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/diamond.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/diamond.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/diaspora.svg b/old/output/theme/css/fork-awesome/src/icons/svg/diaspora.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/diaspora.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/diaspora.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/digg.svg b/old/output/theme/css/fork-awesome/src/icons/svg/digg.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/digg.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/digg.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/digitalocean.svg b/old/output/theme/css/fork-awesome/src/icons/svg/digitalocean.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/digitalocean.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/digitalocean.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/discord-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/discord-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/discord-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/discord-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/discord.svg b/old/output/theme/css/fork-awesome/src/icons/svg/discord.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/discord.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/discord.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/dogmazic.svg b/old/output/theme/css/fork-awesome/src/icons/svg/dogmazic.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/dogmazic.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/dogmazic.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/dot-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/dot-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/dot-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/dot-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/download.svg b/old/output/theme/css/fork-awesome/src/icons/svg/download.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/download.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/download.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/dribbble.svg b/old/output/theme/css/fork-awesome/src/icons/svg/dribbble.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/dribbble.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/dribbble.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/dropbox.svg b/old/output/theme/css/fork-awesome/src/icons/svg/dropbox.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/dropbox.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/dropbox.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/drupal.svg b/old/output/theme/css/fork-awesome/src/icons/svg/drupal.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/drupal.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/drupal.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/edge.svg b/old/output/theme/css/fork-awesome/src/icons/svg/edge.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/edge.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/edge.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/eercast.svg b/old/output/theme/css/fork-awesome/src/icons/svg/eercast.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/eercast.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/eercast.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/eject.svg b/old/output/theme/css/fork-awesome/src/icons/svg/eject.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/eject.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/eject.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-h.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ellipsis-h.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-h.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ellipsis-h.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-v.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ellipsis-v.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-v.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ellipsis-v.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/emby.svg b/old/output/theme/css/fork-awesome/src/icons/svg/emby.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/emby.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/emby.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/empire.svg b/old/output/theme/css/fork-awesome/src/icons/svg/empire.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/empire.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/empire.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/envelope-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/envelope-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/envelope-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/envelope-open-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/envelope-open-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open.svg b/old/output/theme/css/fork-awesome/src/icons/svg/envelope-open.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/envelope-open.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/envelope-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/envelope-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/envelope-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/envelope.svg b/old/output/theme/css/fork-awesome/src/icons/svg/envelope.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/envelope.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/envelope.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/envira.svg b/old/output/theme/css/fork-awesome/src/icons/svg/envira.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/envira.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/envira.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/eraser.svg b/old/output/theme/css/fork-awesome/src/icons/svg/eraser.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/eraser.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/eraser.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ethereum.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ethereum.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ethereum.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ethereum.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/etsy.svg b/old/output/theme/css/fork-awesome/src/icons/svg/etsy.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/etsy.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/etsy.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/eur.svg b/old/output/theme/css/fork-awesome/src/icons/svg/eur.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/eur.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/eur.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/exchange.svg b/old/output/theme/css/fork-awesome/src/icons/svg/exchange.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/exchange.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/exchange.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/exclamation-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/exclamation-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-triangle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/exclamation-triangle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-triangle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/exclamation-triangle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation.svg b/old/output/theme/css/fork-awesome/src/icons/svg/exclamation.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/exclamation.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/exclamation.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/expand.svg b/old/output/theme/css/fork-awesome/src/icons/svg/expand.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/expand.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/expand.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/expeditedssl.svg b/old/output/theme/css/fork-awesome/src/icons/svg/expeditedssl.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/expeditedssl.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/expeditedssl.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/external-link-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/external-link-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/external-link-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/external-link-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/external-link.svg b/old/output/theme/css/fork-awesome/src/icons/svg/external-link.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/external-link.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/external-link.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/eye-slash.svg b/old/output/theme/css/fork-awesome/src/icons/svg/eye-slash.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/eye-slash.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/eye-slash.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/eye.svg b/old/output/theme/css/fork-awesome/src/icons/svg/eye.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/eye.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/eye.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/eyedropper.svg b/old/output/theme/css/fork-awesome/src/icons/svg/eyedropper.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/eyedropper.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/eyedropper.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/f-droid.svg b/old/output/theme/css/fork-awesome/src/icons/svg/f-droid.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/f-droid.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/f-droid.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-messenger.svg b/old/output/theme/css/fork-awesome/src/icons/svg/facebook-messenger.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/facebook-messenger.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/facebook-messenger.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-official.svg b/old/output/theme/css/fork-awesome/src/icons/svg/facebook-official.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/facebook-official.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/facebook-official.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/facebook-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/facebook-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/facebook-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/facebook.svg b/old/output/theme/css/fork-awesome/src/icons/svg/facebook.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/facebook.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/facebook.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fast-backward.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fast-backward.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fast-backward.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fast-backward.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fast-forward.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fast-forward.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fast-forward.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fast-forward.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fax.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fax.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fax.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fax.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/female.svg b/old/output/theme/css/fork-awesome/src/icons/svg/female.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/female.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/female.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ffmpeg.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ffmpeg.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ffmpeg.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ffmpeg.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fighter-jet.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fighter-jet.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fighter-jet.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fighter-jet.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-archive-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-archive-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-archive-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-archive-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-audio-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-audio-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-audio-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-audio-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-code-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-code-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-code-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-code-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-epub.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-epub.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-epub.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-epub.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-excel-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-excel-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-excel-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-excel-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-image-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-image-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-image-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-image-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-pdf-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-pdf-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-pdf-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-pdf-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-powerpoint-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-powerpoint-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-powerpoint-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-powerpoint-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-text-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-text-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-text-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-text-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-text.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-text.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-text.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-text.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-video-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-video-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-video-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-video-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file-word-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file-word-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file-word-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file-word-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/file.svg b/old/output/theme/css/fork-awesome/src/icons/svg/file.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/file.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/file.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/files-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/files-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/files-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/files-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/film.svg b/old/output/theme/css/fork-awesome/src/icons/svg/film.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/film.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/film.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/filter.svg b/old/output/theme/css/fork-awesome/src/icons/svg/filter.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/filter.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/filter.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fire-extinguisher.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fire-extinguisher.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fire-extinguisher.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fire-extinguisher.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fire.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fire.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fire.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fire.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/firefox.svg b/old/output/theme/css/fork-awesome/src/icons/svg/firefox.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/firefox.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/firefox.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/first-order.svg b/old/output/theme/css/fork-awesome/src/icons/svg/first-order.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/first-order.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/first-order.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/flag-checkered.svg b/old/output/theme/css/fork-awesome/src/icons/svg/flag-checkered.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/flag-checkered.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/flag-checkered.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/flag-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/flag-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/flag-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/flag-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/flag.svg b/old/output/theme/css/fork-awesome/src/icons/svg/flag.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/flag.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/flag.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/flask.svg b/old/output/theme/css/fork-awesome/src/icons/svg/flask.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/flask.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/flask.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/flickr.svg b/old/output/theme/css/fork-awesome/src/icons/svg/flickr.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/flickr.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/flickr.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/floppy-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/floppy-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/floppy-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/floppy-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/folder-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/folder-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/folder-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/folder-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/folder-open-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/folder-open-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/folder-open-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open.svg b/old/output/theme/css/fork-awesome/src/icons/svg/folder-open.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/folder-open.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/folder-open.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/folder.svg b/old/output/theme/css/fork-awesome/src/icons/svg/folder.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/folder.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/folder.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/font-awesome.svg b/old/output/theme/css/fork-awesome/src/icons/svg/font-awesome.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/font-awesome.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/font-awesome.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/font.svg b/old/output/theme/css/fork-awesome/src/icons/svg/font.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/font.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/font.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fonticons.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fonticons.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fonticons.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fonticons.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fork-awesome.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fork-awesome.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fork-awesome.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fork-awesome.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/fort-awesome.svg b/old/output/theme/css/fork-awesome/src/icons/svg/fort-awesome.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/fort-awesome.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/fort-awesome.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/forumbee.svg b/old/output/theme/css/fork-awesome/src/icons/svg/forumbee.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/forumbee.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/forumbee.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/forward.svg b/old/output/theme/css/fork-awesome/src/icons/svg/forward.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/forward.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/forward.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/foursquare.svg b/old/output/theme/css/fork-awesome/src/icons/svg/foursquare.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/foursquare.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/foursquare.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/free-code-camp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/free-code-camp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/free-code-camp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/free-code-camp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/freedombox.svg b/old/output/theme/css/fork-awesome/src/icons/svg/freedombox.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/freedombox.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/freedombox.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/friendica.svg b/old/output/theme/css/fork-awesome/src/icons/svg/friendica.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/friendica.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/friendica.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/frown-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/frown-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/frown-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/frown-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/futbol-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/futbol-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/futbol-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/futbol-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gamepad.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gamepad.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gamepad.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gamepad.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gavel.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gavel.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gavel.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gavel.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gbp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gbp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gbp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gbp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/genderless.svg b/old/output/theme/css/fork-awesome/src/icons/svg/genderless.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/genderless.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/genderless.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/get-pocket.svg b/old/output/theme/css/fork-awesome/src/icons/svg/get-pocket.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/get-pocket.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/get-pocket.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gg-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gg-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gg-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gg-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gg.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gg.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gg.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gg.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gift.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gift.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gift.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gift.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gimp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gimp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gimp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gimp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/git-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/git-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/git-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/git-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/git.svg b/old/output/theme/css/fork-awesome/src/icons/svg/git.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/git.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/git.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gitea.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gitea.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gitea.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gitea.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/github-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/github-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/github-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/github-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/github-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/github-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/github-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/github-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/github.svg b/old/output/theme/css/fork-awesome/src/icons/svg/github.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/github.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/github.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gitlab.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gitlab.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gitlab.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gitlab.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/glass.svg b/old/output/theme/css/fork-awesome/src/icons/svg/glass.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/glass.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/glass.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/glide-g.svg b/old/output/theme/css/fork-awesome/src/icons/svg/glide-g.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/glide-g.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/glide-g.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/glide.svg b/old/output/theme/css/fork-awesome/src/icons/svg/glide.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/glide.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/glide.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/globe-e.svg b/old/output/theme/css/fork-awesome/src/icons/svg/globe-e.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/globe-e.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/globe-e.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/globe-w.svg b/old/output/theme/css/fork-awesome/src/icons/svg/globe-w.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/globe-w.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/globe-w.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/globe.svg b/old/output/theme/css/fork-awesome/src/icons/svg/globe.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/globe.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/globe.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gnu-social.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gnu-social.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gnu-social.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gnu-social.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gnupg.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gnupg.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gnupg.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gnupg.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-official.svg b/old/output/theme/css/fork-awesome/src/icons/svg/google-plus-official.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-official.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/google-plus-official.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/google-plus-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/google-plus-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/google-plus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/google-plus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/google-plus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/google-wallet.svg b/old/output/theme/css/fork-awesome/src/icons/svg/google-wallet.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/google-wallet.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/google-wallet.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/google.svg b/old/output/theme/css/fork-awesome/src/icons/svg/google.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/google.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/google.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/graduation-cap.svg b/old/output/theme/css/fork-awesome/src/icons/svg/graduation-cap.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/graduation-cap.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/graduation-cap.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/gratipay.svg b/old/output/theme/css/fork-awesome/src/icons/svg/gratipay.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/gratipay.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/gratipay.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/grav.svg b/old/output/theme/css/fork-awesome/src/icons/svg/grav.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/grav.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/grav.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/h-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/h-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/h-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/h-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hackaday.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hackaday.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hackaday.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hackaday.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hacker-news.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hacker-news.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hacker-news.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hacker-news.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hackster.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hackster.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hackster.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hackster.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-lizard-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-lizard-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-lizard-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-lizard-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-o-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-o-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-o-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-o-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-o-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-o-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-o-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-o-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-paper-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-paper-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-paper-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-paper-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-peace-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-peace-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-peace-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-peace-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-pointer-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-pointer-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-pointer-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-pointer-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-rock-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-rock-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-rock-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-rock-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-scissors-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-scissors-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-scissors-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-scissors-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hand-spock-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hand-spock-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hand-spock-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hand-spock-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/handshake-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/handshake-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/handshake-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/handshake-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hashnode.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hashnode.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hashnode.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hashnode.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hashtag.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hashtag.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hashtag.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hashtag.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hdd-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hdd-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hdd-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hdd-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/header.svg b/old/output/theme/css/fork-awesome/src/icons/svg/header.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/header.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/header.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/headphones.svg b/old/output/theme/css/fork-awesome/src/icons/svg/headphones.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/headphones.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/headphones.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/heart-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/heart-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/heart-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/heart-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/heart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/heart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/heart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/heart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/heartbeat.svg b/old/output/theme/css/fork-awesome/src/icons/svg/heartbeat.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/heartbeat.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/heartbeat.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/history.svg b/old/output/theme/css/fork-awesome/src/icons/svg/history.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/history.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/history.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/home.svg b/old/output/theme/css/fork-awesome/src/icons/svg/home.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/home.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/home.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hospital-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hospital-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hospital-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hospital-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-end.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hourglass-end.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-end.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hourglass-end.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-half.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hourglass-half.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-half.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hourglass-half.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hourglass-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hourglass-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-start.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hourglass-start.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-start.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hourglass-start.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hourglass.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hourglass.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hourglass.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/houzz.svg b/old/output/theme/css/fork-awesome/src/icons/svg/houzz.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/houzz.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/houzz.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/html5.svg b/old/output/theme/css/fork-awesome/src/icons/svg/html5.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/html5.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/html5.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/hubzilla.svg b/old/output/theme/css/fork-awesome/src/icons/svg/hubzilla.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/hubzilla.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/hubzilla.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/i-cursor.svg b/old/output/theme/css/fork-awesome/src/icons/svg/i-cursor.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/i-cursor.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/i-cursor.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/id-badge.svg b/old/output/theme/css/fork-awesome/src/icons/svg/id-badge.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/id-badge.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/id-badge.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/id-card-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/id-card-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/id-card-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/id-card-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/id-card.svg b/old/output/theme/css/fork-awesome/src/icons/svg/id-card.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/id-card.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/id-card.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ils.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ils.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ils.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ils.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/imdb.svg b/old/output/theme/css/fork-awesome/src/icons/svg/imdb.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/imdb.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/imdb.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/inbox.svg b/old/output/theme/css/fork-awesome/src/icons/svg/inbox.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/inbox.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/inbox.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/indent.svg b/old/output/theme/css/fork-awesome/src/icons/svg/indent.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/indent.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/indent.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/industry.svg b/old/output/theme/css/fork-awesome/src/icons/svg/industry.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/industry.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/industry.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/info-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/info-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/info-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/info-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/info.svg b/old/output/theme/css/fork-awesome/src/icons/svg/info.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/info.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/info.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/inkscape.svg b/old/output/theme/css/fork-awesome/src/icons/svg/inkscape.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/inkscape.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/inkscape.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/inr.svg b/old/output/theme/css/fork-awesome/src/icons/svg/inr.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/inr.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/inr.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/instagram.svg b/old/output/theme/css/fork-awesome/src/icons/svg/instagram.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/instagram.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/instagram.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/internet-explorer.svg b/old/output/theme/css/fork-awesome/src/icons/svg/internet-explorer.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/internet-explorer.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/internet-explorer.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ioxhost.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ioxhost.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ioxhost.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ioxhost.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/italic.svg b/old/output/theme/css/fork-awesome/src/icons/svg/italic.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/italic.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/italic.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/jirafeau.svg b/old/output/theme/css/fork-awesome/src/icons/svg/jirafeau.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/jirafeau.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/jirafeau.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/joomla.svg b/old/output/theme/css/fork-awesome/src/icons/svg/joomla.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/joomla.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/joomla.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/joplin.svg b/old/output/theme/css/fork-awesome/src/icons/svg/joplin.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/joplin.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/joplin.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/jpy.svg b/old/output/theme/css/fork-awesome/src/icons/svg/jpy.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/jpy.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/jpy.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/jsfiddle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/jsfiddle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/jsfiddle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/jsfiddle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/key-modern.svg b/old/output/theme/css/fork-awesome/src/icons/svg/key-modern.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/key-modern.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/key-modern.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/key.svg b/old/output/theme/css/fork-awesome/src/icons/svg/key.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/key.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/key.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/keybase.svg b/old/output/theme/css/fork-awesome/src/icons/svg/keybase.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/keybase.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/keybase.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/keyboard-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/keyboard-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/keyboard-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/keyboard-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/krw.svg b/old/output/theme/css/fork-awesome/src/icons/svg/krw.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/krw.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/krw.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/language.svg b/old/output/theme/css/fork-awesome/src/icons/svg/language.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/language.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/language.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/laptop.svg b/old/output/theme/css/fork-awesome/src/icons/svg/laptop.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/laptop.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/laptop.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/laravel.svg b/old/output/theme/css/fork-awesome/src/icons/svg/laravel.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/laravel.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/laravel.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/lastfm-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/lastfm-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/lastfm-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm.svg b/old/output/theme/css/fork-awesome/src/icons/svg/lastfm.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/lastfm.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/lastfm.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/leaf.svg b/old/output/theme/css/fork-awesome/src/icons/svg/leaf.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/leaf.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/leaf.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/leanpub.svg b/old/output/theme/css/fork-awesome/src/icons/svg/leanpub.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/leanpub.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/leanpub.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/lemon-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/lemon-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/lemon-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/lemon-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/level-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/level-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/level-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/level-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/level-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/level-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/level-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/level-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/liberapay-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/liberapay-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/liberapay-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay.svg b/old/output/theme/css/fork-awesome/src/icons/svg/liberapay.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/liberapay.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/liberapay.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/life-ring.svg b/old/output/theme/css/fork-awesome/src/icons/svg/life-ring.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/life-ring.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/life-ring.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/lightbulb-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/lightbulb-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/lightbulb-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/lightbulb-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/line-chart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/line-chart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/line-chart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/line-chart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/link.svg b/old/output/theme/css/fork-awesome/src/icons/svg/link.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/link.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/link.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/linkedin-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/linkedin-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/linkedin-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin.svg b/old/output/theme/css/fork-awesome/src/icons/svg/linkedin.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/linkedin.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/linkedin.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/linode.svg b/old/output/theme/css/fork-awesome/src/icons/svg/linode.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/linode.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/linode.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/linux.svg b/old/output/theme/css/fork-awesome/src/icons/svg/linux.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/linux.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/linux.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/list-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/list-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/list-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/list-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/list-ol.svg b/old/output/theme/css/fork-awesome/src/icons/svg/list-ol.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/list-ol.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/list-ol.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/list-ul.svg b/old/output/theme/css/fork-awesome/src/icons/svg/list-ul.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/list-ul.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/list-ul.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/list.svg b/old/output/theme/css/fork-awesome/src/icons/svg/list.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/list.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/list.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/location-arrow.svg b/old/output/theme/css/fork-awesome/src/icons/svg/location-arrow.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/location-arrow.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/location-arrow.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/lock.svg b/old/output/theme/css/fork-awesome/src/icons/svg/lock.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/lock.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/lock.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/long-arrow-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/low-vision.svg b/old/output/theme/css/fork-awesome/src/icons/svg/low-vision.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/low-vision.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/low-vision.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/magic.svg b/old/output/theme/css/fork-awesome/src/icons/svg/magic.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/magic.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/magic.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/magnet.svg b/old/output/theme/css/fork-awesome/src/icons/svg/magnet.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/magnet.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/magnet.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/male.svg b/old/output/theme/css/fork-awesome/src/icons/svg/male.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/male.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/male.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/map-marker.svg b/old/output/theme/css/fork-awesome/src/icons/svg/map-marker.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/map-marker.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/map-marker.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/map-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/map-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/map-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/map-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/map-pin.svg b/old/output/theme/css/fork-awesome/src/icons/svg/map-pin.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/map-pin.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/map-pin.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/map-signs.svg b/old/output/theme/css/fork-awesome/src/icons/svg/map-signs.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/map-signs.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/map-signs.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/map.svg b/old/output/theme/css/fork-awesome/src/icons/svg/map.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/map.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/map.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mars-double.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mars-double.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mars-double.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mars-double.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-h.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mars-stroke-h.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-h.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mars-stroke-h.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-v.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mars-stroke-v.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-v.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mars-stroke-v.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mars-stroke.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mars-stroke.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mars.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mars.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mars.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mars.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mastodon-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mastodon-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mastodon-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mastodon-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mastodon.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mastodon.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mastodon.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/matrix-org.svg b/old/output/theme/css/fork-awesome/src/icons/svg/matrix-org.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/matrix-org.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/matrix-org.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/maxcdn.svg b/old/output/theme/css/fork-awesome/src/icons/svg/maxcdn.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/maxcdn.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/maxcdn.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/meanpath.svg b/old/output/theme/css/fork-awesome/src/icons/svg/meanpath.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/meanpath.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/meanpath.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/medium-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/medium-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/medium-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/medium-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/medium.svg b/old/output/theme/css/fork-awesome/src/icons/svg/medium.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/medium.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/medium.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/medkit.svg b/old/output/theme/css/fork-awesome/src/icons/svg/medkit.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/medkit.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/medkit.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/meetup.svg b/old/output/theme/css/fork-awesome/src/icons/svg/meetup.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/meetup.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/meetup.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/meh-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/meh-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/meh-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/meh-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mercury.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mercury.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mercury.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mercury.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/microchip.svg b/old/output/theme/css/fork-awesome/src/icons/svg/microchip.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/microchip.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/microchip.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/microphone-slash.svg b/old/output/theme/css/fork-awesome/src/icons/svg/microphone-slash.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/microphone-slash.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/microphone-slash.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/microphone.svg b/old/output/theme/css/fork-awesome/src/icons/svg/microphone.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/microphone.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/microphone.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/minus-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/minus-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/minus-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/minus-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/minus-square-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/minus-square-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/minus-square-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/minus-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/minus-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/minus-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/minus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/minus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/minus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/minus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mixcloud.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mixcloud.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mixcloud.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mixcloud.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mobile.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mobile.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mobile.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mobile.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/modx.svg b/old/output/theme/css/fork-awesome/src/icons/svg/modx.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/modx.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/modx.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/money.svg b/old/output/theme/css/fork-awesome/src/icons/svg/money.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/money.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/money.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/moon-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/moon-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/moon-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/moon-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/moon.svg b/old/output/theme/css/fork-awesome/src/icons/svg/moon.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/moon.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/moon.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/motorcycle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/motorcycle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/motorcycle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/motorcycle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/mouse-pointer.svg b/old/output/theme/css/fork-awesome/src/icons/svg/mouse-pointer.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/mouse-pointer.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/mouse-pointer.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/music.svg b/old/output/theme/css/fork-awesome/src/icons/svg/music.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/music.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/music.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/neuter.svg b/old/output/theme/css/fork-awesome/src/icons/svg/neuter.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/neuter.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/neuter.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/newspaper-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/newspaper-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/newspaper-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/newspaper-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/nextcloud-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/nextcloud-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud.svg b/old/output/theme/css/fork-awesome/src/icons/svg/nextcloud.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/nextcloud.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/nodejs.svg b/old/output/theme/css/fork-awesome/src/icons/svg/nodejs.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/nodejs.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/nodejs.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/object-group.svg b/old/output/theme/css/fork-awesome/src/icons/svg/object-group.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/object-group.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/object-group.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/object-ungroup.svg b/old/output/theme/css/fork-awesome/src/icons/svg/object-ungroup.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/object-ungroup.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/object-ungroup.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/odnoklassniki-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/odnoklassniki-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki.svg b/old/output/theme/css/fork-awesome/src/icons/svg/odnoklassniki.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/odnoklassniki.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/opencart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/opencart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/opencart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/opencart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/openid.svg b/old/output/theme/css/fork-awesome/src/icons/svg/openid.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/openid.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/openid.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/opera.svg b/old/output/theme/css/fork-awesome/src/icons/svg/opera.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/opera.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/opera.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/optin-monster.svg b/old/output/theme/css/fork-awesome/src/icons/svg/optin-monster.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/optin-monster.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/optin-monster.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/outdent.svg b/old/output/theme/css/fork-awesome/src/icons/svg/outdent.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/outdent.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/outdent.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pagelines.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pagelines.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pagelines.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pagelines.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/paint-brush.svg b/old/output/theme/css/fork-awesome/src/icons/svg/paint-brush.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/paint-brush.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/paint-brush.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/paper-plane-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/paper-plane-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane.svg b/old/output/theme/css/fork-awesome/src/icons/svg/paper-plane.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/paper-plane.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/paperclip.svg b/old/output/theme/css/fork-awesome/src/icons/svg/paperclip.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/paperclip.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/paperclip.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/paragraph.svg b/old/output/theme/css/fork-awesome/src/icons/svg/paragraph.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/paragraph.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/paragraph.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/patreon.svg b/old/output/theme/css/fork-awesome/src/icons/svg/patreon.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/patreon.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/patreon.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pause-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pause-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pause-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pause-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pause.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pause.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pause.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pause.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/paw.svg b/old/output/theme/css/fork-awesome/src/icons/svg/paw.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/paw.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/paw.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/paypal.svg b/old/output/theme/css/fork-awesome/src/icons/svg/paypal.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/paypal.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/paypal.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/peertube.svg b/old/output/theme/css/fork-awesome/src/icons/svg/peertube.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/peertube.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/peertube.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pencil-square-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pencil-square-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pencil-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pencil-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pencil.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pencil.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pencil.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pencil.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/percent.svg b/old/output/theme/css/fork-awesome/src/icons/svg/percent.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/percent.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/percent.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/phone-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/phone-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/phone-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/phone-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/phone.svg b/old/output/theme/css/fork-awesome/src/icons/svg/phone.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/phone.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/phone.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/php.svg b/old/output/theme/css/fork-awesome/src/icons/svg/php.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/php.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/php.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/picture-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/picture-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/picture-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/picture-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pie-chart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pie-chart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pie-chart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pie-chart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-p.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pinterest-p.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-p.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pinterest-p.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pinterest-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pinterest-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pinterest.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pinterest.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pinterest.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pixelfed.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pixelfed.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pixelfed.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pixelfed.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/plane.svg b/old/output/theme/css/fork-awesome/src/icons/svg/plane.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/plane.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/plane.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/play-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/play-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/play-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/play-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/play-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/play-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/play.svg b/old/output/theme/css/fork-awesome/src/icons/svg/play.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/play.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/play.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/pleroma.svg b/old/output/theme/css/fork-awesome/src/icons/svg/pleroma.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/pleroma.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/pleroma.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/plug.svg b/old/output/theme/css/fork-awesome/src/icons/svg/plug.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/plug.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/plug.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/plus-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/plus-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/plus-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/plus-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/plus-square-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/plus-square-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/plus-square-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/plus-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/plus-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/plus-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/plus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/plus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/plus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/plus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/podcast.svg b/old/output/theme/css/fork-awesome/src/icons/svg/podcast.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/podcast.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/podcast.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/power-off.svg b/old/output/theme/css/fork-awesome/src/icons/svg/power-off.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/power-off.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/power-off.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/print.svg b/old/output/theme/css/fork-awesome/src/icons/svg/print.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/print.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/print.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/product-hunt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/product-hunt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/product-hunt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/product-hunt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/puzzle-piece.svg b/old/output/theme/css/fork-awesome/src/icons/svg/puzzle-piece.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/puzzle-piece.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/puzzle-piece.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/python.svg b/old/output/theme/css/fork-awesome/src/icons/svg/python.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/python.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/python.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/qq.svg b/old/output/theme/css/fork-awesome/src/icons/svg/qq.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/qq.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/qq.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/qrcode.svg b/old/output/theme/css/fork-awesome/src/icons/svg/qrcode.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/qrcode.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/qrcode.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/question-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/question-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/question-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/question-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/question-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/question-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/question.svg b/old/output/theme/css/fork-awesome/src/icons/svg/question.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/question.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/question.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/quora.svg b/old/output/theme/css/fork-awesome/src/icons/svg/quora.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/quora.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/quora.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/quote-left.svg b/old/output/theme/css/fork-awesome/src/icons/svg/quote-left.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/quote-left.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/quote-left.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/quote-right.svg b/old/output/theme/css/fork-awesome/src/icons/svg/quote-right.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/quote-right.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/quote-right.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/random.svg b/old/output/theme/css/fork-awesome/src/icons/svg/random.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/random.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/random.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ravelry.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ravelry.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ravelry.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ravelry.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/react.svg b/old/output/theme/css/fork-awesome/src/icons/svg/react.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/react.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/react.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/rebel.svg b/old/output/theme/css/fork-awesome/src/icons/svg/rebel.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/rebel.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/rebel.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/recycle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/recycle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/recycle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/recycle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-alien.svg b/old/output/theme/css/fork-awesome/src/icons/svg/reddit-alien.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/reddit-alien.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/reddit-alien.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/reddit-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/reddit-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/reddit-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/reddit.svg b/old/output/theme/css/fork-awesome/src/icons/svg/reddit.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/reddit.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/reddit.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/refresh.svg b/old/output/theme/css/fork-awesome/src/icons/svg/refresh.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/refresh.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/refresh.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/registered.svg b/old/output/theme/css/fork-awesome/src/icons/svg/registered.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/registered.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/registered.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/renren.svg b/old/output/theme/css/fork-awesome/src/icons/svg/renren.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/renren.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/renren.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/repeat.svg b/old/output/theme/css/fork-awesome/src/icons/svg/repeat.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/repeat.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/repeat.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/reply-all.svg b/old/output/theme/css/fork-awesome/src/icons/svg/reply-all.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/reply-all.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/reply-all.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/reply.svg b/old/output/theme/css/fork-awesome/src/icons/svg/reply.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/reply.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/reply.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/retweet.svg b/old/output/theme/css/fork-awesome/src/icons/svg/retweet.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/retweet.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/retweet.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/road.svg b/old/output/theme/css/fork-awesome/src/icons/svg/road.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/road.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/road.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/rocket.svg b/old/output/theme/css/fork-awesome/src/icons/svg/rocket.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/rocket.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/rocket.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/rss-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/rss-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/rss-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/rss-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/rss.svg b/old/output/theme/css/fork-awesome/src/icons/svg/rss.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/rss.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/rss.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/rub.svg b/old/output/theme/css/fork-awesome/src/icons/svg/rub.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/rub.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/rub.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/safari.svg b/old/output/theme/css/fork-awesome/src/icons/svg/safari.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/safari.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/safari.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/scissors.svg b/old/output/theme/css/fork-awesome/src/icons/svg/scissors.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/scissors.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/scissors.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/scribd.svg b/old/output/theme/css/fork-awesome/src/icons/svg/scribd.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/scribd.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/scribd.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/scuttlebutt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/scuttlebutt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/scuttlebutt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/scuttlebutt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/search-minus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/search-minus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/search-minus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/search-minus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/search-plus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/search-plus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/search-plus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/search-plus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/search.svg b/old/output/theme/css/fork-awesome/src/icons/svg/search.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/search.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/search.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sellsy.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sellsy.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sellsy.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sellsy.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/server.svg b/old/output/theme/css/fork-awesome/src/icons/svg/server.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/server.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/server.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shaarli-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shaarli-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shaarli-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shaarli.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shaarli.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shaarli.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/share-alt-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/share-alt-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/share-alt-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/share-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/share-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/share-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/share-square-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/share-square-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/share-square-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/share-square-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/share-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/share-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/share-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/share-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/share.svg b/old/output/theme/css/fork-awesome/src/icons/svg/share.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/share.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/share.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shield.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shield.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shield.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shield.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ship.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ship.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ship.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ship.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shirtsinbulk.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shirtsinbulk.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shirtsinbulk.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shirtsinbulk.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-bag.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shopping-bag.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shopping-bag.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shopping-bag.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-basket.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shopping-basket.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shopping-basket.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shopping-basket.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-cart.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shopping-cart.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shopping-cart.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shopping-cart.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/shower.svg b/old/output/theme/css/fork-awesome/src/icons/svg/shower.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/shower.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/shower.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sign-in.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sign-in.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sign-in.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sign-in.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sign-language.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sign-language.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sign-language.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sign-language.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sign-out.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sign-out.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sign-out.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sign-out.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/signal.svg b/old/output/theme/css/fork-awesome/src/icons/svg/signal.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/signal.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/signal.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/signalapp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/signalapp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/signalapp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/signalapp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/simplybuilt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/simplybuilt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/simplybuilt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/simplybuilt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sitemap.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sitemap.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sitemap.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sitemap.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/skyatlas.svg b/old/output/theme/css/fork-awesome/src/icons/svg/skyatlas.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/skyatlas.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/skyatlas.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/skype.svg b/old/output/theme/css/fork-awesome/src/icons/svg/skype.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/skype.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/skype.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/slack.svg b/old/output/theme/css/fork-awesome/src/icons/svg/slack.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/slack.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/slack.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sliders.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sliders.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sliders.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sliders.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/slideshare.svg b/old/output/theme/css/fork-awesome/src/icons/svg/slideshare.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/slideshare.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/slideshare.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/smile-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/smile-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/smile-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/smile-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-ghost.svg b/old/output/theme/css/fork-awesome/src/icons/svg/snapchat-ghost.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-ghost.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/snapchat-ghost.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/snapchat-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/snapchat-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat.svg b/old/output/theme/css/fork-awesome/src/icons/svg/snapchat.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/snapchat.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/snapchat.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/snowdrift.svg b/old/output/theme/css/fork-awesome/src/icons/svg/snowdrift.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/snowdrift.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/snowdrift.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/snowflake-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/snowflake-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/snowflake-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/snowflake-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/social-home.svg b/old/output/theme/css/fork-awesome/src/icons/svg/social-home.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/social-home.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/social-home.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-asc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-alpha-asc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-asc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-alpha-asc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-desc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-alpha-desc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-desc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-alpha-desc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-asc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-amount-asc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-asc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-amount-asc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-desc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-amount-desc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-desc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-amount-desc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-asc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-asc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-asc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-asc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-desc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-desc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-desc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-desc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-asc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-numeric-asc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-asc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-numeric-asc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-desc.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort-numeric-desc.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-desc.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort-numeric-desc.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sort.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sort.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sort.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sort.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/soundcloud.svg b/old/output/theme/css/fork-awesome/src/icons/svg/soundcloud.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/soundcloud.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/soundcloud.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/space-shuttle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/space-shuttle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/space-shuttle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/space-shuttle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/spell-check.svg b/old/output/theme/css/fork-awesome/src/icons/svg/spell-check.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/spell-check.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/spell-check.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/spinner.svg b/old/output/theme/css/fork-awesome/src/icons/svg/spinner.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/spinner.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/spinner.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/spoon.svg b/old/output/theme/css/fork-awesome/src/icons/svg/spoon.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/spoon.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/spoon.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/spotify.svg b/old/output/theme/css/fork-awesome/src/icons/svg/spotify.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/spotify.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/spotify.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/square-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/square-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/square-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/square-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stack-exchange.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stack-exchange.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stack-exchange.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stack-exchange.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stack-overflow.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stack-overflow.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stack-overflow.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stack-overflow.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/star-half-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/star-half-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/star-half-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/star-half-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/star-half.svg b/old/output/theme/css/fork-awesome/src/icons/svg/star-half.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/star-half.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/star-half.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/star-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/star-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/star-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/star-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/star.svg b/old/output/theme/css/fork-awesome/src/icons/svg/star.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/star.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/star.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/steam-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/steam-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/steam-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/steam-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/steam.svg b/old/output/theme/css/fork-awesome/src/icons/svg/steam.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/steam.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/steam.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/step-backward.svg b/old/output/theme/css/fork-awesome/src/icons/svg/step-backward.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/step-backward.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/step-backward.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/step-forward.svg b/old/output/theme/css/fork-awesome/src/icons/svg/step-forward.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/step-forward.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/step-forward.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stethoscope.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stethoscope.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stethoscope.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stethoscope.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sticky-note-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sticky-note-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sticky-note.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sticky-note.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stop-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stop-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stop-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stop-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stop.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stop.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stop.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stop.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/street-view.svg b/old/output/theme/css/fork-awesome/src/icons/svg/street-view.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/street-view.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/street-view.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/strikethrough.svg b/old/output/theme/css/fork-awesome/src/icons/svg/strikethrough.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/strikethrough.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/strikethrough.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stumbleupon-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stumbleupon-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon.svg b/old/output/theme/css/fork-awesome/src/icons/svg/stumbleupon.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/stumbleupon.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/subscript.svg b/old/output/theme/css/fork-awesome/src/icons/svg/subscript.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/subscript.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/subscript.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/subway.svg b/old/output/theme/css/fork-awesome/src/icons/svg/subway.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/subway.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/subway.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/suitcase.svg b/old/output/theme/css/fork-awesome/src/icons/svg/suitcase.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/suitcase.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/suitcase.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sun-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sun-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sun-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sun-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/sun.svg b/old/output/theme/css/fork-awesome/src/icons/svg/sun.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/sun.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/sun.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/superpowers.svg b/old/output/theme/css/fork-awesome/src/icons/svg/superpowers.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/superpowers.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/superpowers.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/superscript.svg b/old/output/theme/css/fork-awesome/src/icons/svg/superscript.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/superscript.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/superscript.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/syncthing.svg b/old/output/theme/css/fork-awesome/src/icons/svg/syncthing.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/syncthing.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/syncthing.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/table.svg b/old/output/theme/css/fork-awesome/src/icons/svg/table.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/table.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/table.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tablet.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tablet.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tablet.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tablet.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tachometer.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tachometer.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tachometer.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tachometer.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tag.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tag.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tag.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tag.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tags.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tags.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tags.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tags.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tasks.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tasks.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tasks.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tasks.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/taxi.svg b/old/output/theme/css/fork-awesome/src/icons/svg/taxi.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/taxi.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/taxi.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/telegram.svg b/old/output/theme/css/fork-awesome/src/icons/svg/telegram.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/telegram.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/telegram.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/television.svg b/old/output/theme/css/fork-awesome/src/icons/svg/television.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/television.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/television.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tencent-weibo.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tencent-weibo.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tencent-weibo.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tencent-weibo.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/terminal.svg b/old/output/theme/css/fork-awesome/src/icons/svg/terminal.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/terminal.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/terminal.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/text-height.svg b/old/output/theme/css/fork-awesome/src/icons/svg/text-height.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/text-height.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/text-height.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/text-width.svg b/old/output/theme/css/fork-awesome/src/icons/svg/text-width.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/text-width.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/text-width.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/th-large.svg b/old/output/theme/css/fork-awesome/src/icons/svg/th-large.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/th-large.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/th-large.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/th-list.svg b/old/output/theme/css/fork-awesome/src/icons/svg/th-list.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/th-list.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/th-list.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/th.svg b/old/output/theme/css/fork-awesome/src/icons/svg/th.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/th.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/th.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/themeisle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/themeisle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/themeisle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/themeisle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-empty.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thermometer-empty.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-empty.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thermometer-empty.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-full.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thermometer-full.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-full.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thermometer-full.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-half.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thermometer-half.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-half.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thermometer-half.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-quarter.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thermometer-quarter.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-quarter.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thermometer-quarter.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-three-quarters.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thermometer-three-quarters.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-three-quarters.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thermometer-three-quarters.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thumb-tack.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thumb-tack.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thumb-tack.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thumb-tack.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thumbs-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thumbs-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thumbs-o-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thumbs-o-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thumbs-o-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thumbs-o-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/thumbs-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/thumbs-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/ticket.svg b/old/output/theme/css/fork-awesome/src/icons/svg/ticket.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/ticket.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/ticket.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/times-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/times-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/times-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/times-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/times-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/times-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/times.svg b/old/output/theme/css/fork-awesome/src/icons/svg/times.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/times.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/times.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tint.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tint.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tint.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tint.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tipeee.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tipeee.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tipeee.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tipeee.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-off.svg b/old/output/theme/css/fork-awesome/src/icons/svg/toggle-off.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/toggle-off.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/toggle-off.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-on.svg b/old/output/theme/css/fork-awesome/src/icons/svg/toggle-on.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/toggle-on.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/toggle-on.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/trademark.svg b/old/output/theme/css/fork-awesome/src/icons/svg/trademark.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/trademark.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/trademark.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/train.svg b/old/output/theme/css/fork-awesome/src/icons/svg/train.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/train.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/train.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/transgender-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/transgender-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/transgender-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/transgender-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/transgender.svg b/old/output/theme/css/fork-awesome/src/icons/svg/transgender.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/transgender.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/transgender.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/trash-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/trash-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/trash-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/trash-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/trash.svg b/old/output/theme/css/fork-awesome/src/icons/svg/trash.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/trash.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/trash.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tree.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tree.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tree.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tree.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/trello.svg b/old/output/theme/css/fork-awesome/src/icons/svg/trello.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/trello.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/trello.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tripadvisor.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tripadvisor.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tripadvisor.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tripadvisor.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/trophy.svg b/old/output/theme/css/fork-awesome/src/icons/svg/trophy.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/trophy.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/trophy.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/truck.svg b/old/output/theme/css/fork-awesome/src/icons/svg/truck.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/truck.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/truck.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/try.svg b/old/output/theme/css/fork-awesome/src/icons/svg/try.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/try.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/try.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tty.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tty.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tty.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tty.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tumblr-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tumblr-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tumblr-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr.svg b/old/output/theme/css/fork-awesome/src/icons/svg/tumblr.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/tumblr.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/tumblr.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/twitch.svg b/old/output/theme/css/fork-awesome/src/icons/svg/twitch.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/twitch.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/twitch.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/twitter-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/twitter-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/twitter-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/twitter-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/twitter.svg b/old/output/theme/css/fork-awesome/src/icons/svg/twitter.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/twitter.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/twitter.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/umbrella.svg b/old/output/theme/css/fork-awesome/src/icons/svg/umbrella.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/umbrella.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/umbrella.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/underline.svg b/old/output/theme/css/fork-awesome/src/icons/svg/underline.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/underline.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/underline.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/undo.svg b/old/output/theme/css/fork-awesome/src/icons/svg/undo.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/undo.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/undo.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/universal-access.svg b/old/output/theme/css/fork-awesome/src/icons/svg/universal-access.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/universal-access.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/universal-access.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/university.svg b/old/output/theme/css/fork-awesome/src/icons/svg/university.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/university.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/university.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/unlock-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/unlock-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/unlock-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/unlock-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/unlock.svg b/old/output/theme/css/fork-awesome/src/icons/svg/unlock.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/unlock.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/unlock.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/unslpash.svg b/old/output/theme/css/fork-awesome/src/icons/svg/unslpash.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/unslpash.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/unslpash.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/upload.svg b/old/output/theme/css/fork-awesome/src/icons/svg/upload.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/upload.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/upload.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/usb.svg b/old/output/theme/css/fork-awesome/src/icons/svg/usb.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/usb.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/usb.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/usd.svg b/old/output/theme/css/fork-awesome/src/icons/svg/usd.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/usd.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/usd.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user-circle-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user-circle-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user-circle-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user-circle.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user-circle.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user-circle.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user-md.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user-md.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user-md.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user-md.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user-plus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user-plus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user-plus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user-plus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user-secret.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user-secret.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user-secret.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user-secret.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user-times.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user-times.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user-times.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user-times.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/user.svg b/old/output/theme/css/fork-awesome/src/icons/svg/user.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/user.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/user.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/users.svg b/old/output/theme/css/fork-awesome/src/icons/svg/users.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/users.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/users.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/venus-double.svg b/old/output/theme/css/fork-awesome/src/icons/svg/venus-double.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/venus-double.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/venus-double.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/venus-mars.svg b/old/output/theme/css/fork-awesome/src/icons/svg/venus-mars.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/venus-mars.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/venus-mars.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/venus.svg b/old/output/theme/css/fork-awesome/src/icons/svg/venus.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/venus.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/venus.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/viacoin.svg b/old/output/theme/css/fork-awesome/src/icons/svg/viacoin.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/viacoin.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/viacoin.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/viadeo-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/viadeo-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/viadeo-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo.svg b/old/output/theme/css/fork-awesome/src/icons/svg/viadeo.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/viadeo.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/viadeo.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/video-camera.svg b/old/output/theme/css/fork-awesome/src/icons/svg/video-camera.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/video-camera.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/video-camera.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/vimeo-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/vimeo-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/vimeo-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo.svg b/old/output/theme/css/fork-awesome/src/icons/svg/vimeo.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/vimeo.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/vimeo.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/vine.svg b/old/output/theme/css/fork-awesome/src/icons/svg/vine.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/vine.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/vine.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/vk.svg b/old/output/theme/css/fork-awesome/src/icons/svg/vk.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/vk.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/vk.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/volume-control-phone.svg b/old/output/theme/css/fork-awesome/src/icons/svg/volume-control-phone.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/volume-control-phone.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/volume-control-phone.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/volume-down.svg b/old/output/theme/css/fork-awesome/src/icons/svg/volume-down.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/volume-down.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/volume-down.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/volume-off.svg b/old/output/theme/css/fork-awesome/src/icons/svg/volume-off.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/volume-off.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/volume-off.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/volume-up.svg b/old/output/theme/css/fork-awesome/src/icons/svg/volume-up.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/volume-up.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/volume-up.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/weibo.svg b/old/output/theme/css/fork-awesome/src/icons/svg/weibo.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/weibo.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/weibo.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/weixin.svg b/old/output/theme/css/fork-awesome/src/icons/svg/weixin.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/weixin.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/weixin.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/whatsapp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/whatsapp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/whatsapp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/whatsapp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair-alt.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wheelchair-alt.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair-alt.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wheelchair-alt.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wheelchair.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wheelchair.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wifi.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wifi.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wifi.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wifi.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wikidata.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wikidata.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wikidata.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wikidata.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wikipedia-w.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wikipedia-w.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wikipedia-w.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wikipedia-w.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/window-close-o.svg b/old/output/theme/css/fork-awesome/src/icons/svg/window-close-o.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/window-close-o.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/window-close-o.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/window-close.svg b/old/output/theme/css/fork-awesome/src/icons/svg/window-close.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/window-close.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/window-close.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/window-maximize.svg b/old/output/theme/css/fork-awesome/src/icons/svg/window-maximize.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/window-maximize.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/window-maximize.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/window-minimize.svg b/old/output/theme/css/fork-awesome/src/icons/svg/window-minimize.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/window-minimize.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/window-minimize.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/window-restore.svg b/old/output/theme/css/fork-awesome/src/icons/svg/window-restore.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/window-restore.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/window-restore.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/windows.svg b/old/output/theme/css/fork-awesome/src/icons/svg/windows.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/windows.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/windows.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wordpress.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wordpress.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wordpress.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wordpress.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wpbeginner.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wpbeginner.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wpbeginner.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wpbeginner.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wpexplorer.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wpexplorer.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wpexplorer.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wpexplorer.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wpforms.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wpforms.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wpforms.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wpforms.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/wrench.svg b/old/output/theme/css/fork-awesome/src/icons/svg/wrench.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/wrench.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/wrench.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/xing-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/xing-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/xing-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/xing-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/xing.svg b/old/output/theme/css/fork-awesome/src/icons/svg/xing.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/xing.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/xing.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/xmpp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/xmpp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/xmpp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/xmpp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/y-combinator.svg b/old/output/theme/css/fork-awesome/src/icons/svg/y-combinator.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/y-combinator.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/y-combinator.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/yahoo.svg b/old/output/theme/css/fork-awesome/src/icons/svg/yahoo.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/yahoo.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/yahoo.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/yelp.svg b/old/output/theme/css/fork-awesome/src/icons/svg/yelp.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/yelp.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/yelp.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/yoast.svg b/old/output/theme/css/fork-awesome/src/icons/svg/yoast.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/yoast.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/yoast.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-play.svg b/old/output/theme/css/fork-awesome/src/icons/svg/youtube-play.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/youtube-play.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/youtube-play.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-square.svg b/old/output/theme/css/fork-awesome/src/icons/svg/youtube-square.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/youtube-square.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/youtube-square.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/youtube.svg b/old/output/theme/css/fork-awesome/src/icons/svg/youtube.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/youtube.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/youtube.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svg/zotero.svg b/old/output/theme/css/fork-awesome/src/icons/svg/zotero.svg similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svg/zotero.svg rename to old/output/theme/css/fork-awesome/src/icons/svg/zotero.svg diff --git a/themes/varia/static/css/fork-awesome/src/icons/svgo_config.json b/old/output/theme/css/fork-awesome/src/icons/svgo_config.json similarity index 100% rename from themes/varia/static/css/fork-awesome/src/icons/svgo_config.json rename to old/output/theme/css/fork-awesome/src/icons/svgo_config.json diff --git a/themes/varia/static/css/main.css b/old/output/theme/css/main.css similarity index 100% rename from themes/varia/static/css/main.css rename to old/output/theme/css/main.css diff --git a/themes/varia/static/css/pygment.css b/old/output/theme/css/pygment.css similarity index 100% rename from themes/varia/static/css/pygment.css rename to old/output/theme/css/pygment.css diff --git a/themes/varia/static/fonts/CourierCode-Bold.ttf b/old/output/theme/fonts/CourierCode-Bold.ttf similarity index 100% rename from themes/varia/static/fonts/CourierCode-Bold.ttf rename to old/output/theme/fonts/CourierCode-Bold.ttf diff --git a/themes/varia/static/fonts/CourierCode-BoldItalic.ttf b/old/output/theme/fonts/CourierCode-BoldItalic.ttf similarity index 100% rename from themes/varia/static/fonts/CourierCode-BoldItalic.ttf rename to old/output/theme/fonts/CourierCode-BoldItalic.ttf diff --git a/themes/varia/static/fonts/CourierCode-Italic.ttf b/old/output/theme/fonts/CourierCode-Italic.ttf similarity index 100% rename from themes/varia/static/fonts/CourierCode-Italic.ttf rename to old/output/theme/fonts/CourierCode-Italic.ttf diff --git a/themes/varia/static/fonts/CourierCode-Roman.ttf b/old/output/theme/fonts/CourierCode-Roman.ttf similarity index 100% rename from themes/varia/static/fonts/CourierCode-Roman.ttf rename to old/output/theme/fonts/CourierCode-Roman.ttf diff --git a/themes/varia/static/fonts/cmunit.ttf b/old/output/theme/fonts/cmunit.ttf similarity index 100% rename from themes/varia/static/fonts/cmunit.ttf rename to old/output/theme/fonts/cmunit.ttf diff --git a/themes/varia/static/fonts/cmunobx.ttf b/old/output/theme/fonts/cmunobx.ttf similarity index 100% rename from themes/varia/static/fonts/cmunobx.ttf rename to old/output/theme/fonts/cmunobx.ttf diff --git a/themes/varia/static/fonts/cmunorm.ttf b/old/output/theme/fonts/cmunorm.ttf similarity index 100% rename from themes/varia/static/fonts/cmunorm.ttf rename to old/output/theme/fonts/cmunorm.ttf diff --git a/themes/varia/static/fonts/cmunssdc.ttf b/old/output/theme/fonts/cmunssdc.ttf similarity index 100% rename from themes/varia/static/fonts/cmunssdc.ttf rename to old/output/theme/fonts/cmunssdc.ttf diff --git a/themes/varia/static/fonts/cmuntb.ttf b/old/output/theme/fonts/cmuntb.ttf similarity index 100% rename from themes/varia/static/fonts/cmuntb.ttf rename to old/output/theme/fonts/cmuntb.ttf diff --git a/themes/varia/static/fonts/cmuntt.ttf b/old/output/theme/fonts/cmuntt.ttf similarity index 100% rename from themes/varia/static/fonts/cmuntt.ttf rename to old/output/theme/fonts/cmuntt.ttf diff --git a/themes/varia/static/fonts/cmuntx.ttf b/old/output/theme/fonts/cmuntx.ttf similarity index 100% rename from themes/varia/static/fonts/cmuntx.ttf rename to old/output/theme/fonts/cmuntx.ttf diff --git a/themes/varia/static/fonts/cmunvi.ttf b/old/output/theme/fonts/cmunvi.ttf similarity index 100% rename from themes/varia/static/fonts/cmunvi.ttf rename to old/output/theme/fonts/cmunvi.ttf diff --git a/themes/varia/static/fonts/cmunvt.ttf b/old/output/theme/fonts/cmunvt.ttf similarity index 100% rename from themes/varia/static/fonts/cmunvt.ttf rename to old/output/theme/fonts/cmunvt.ttf diff --git a/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-FontLog.txt b/old/output/theme/fonts/cooper-hewitt/-CooperHewitt-FontLog.txt similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-FontLog.txt rename to old/output/theme/fonts/cooper-hewitt/-CooperHewitt-FontLog.txt diff --git a/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-OFL-201406.txt b/old/output/theme/fonts/cooper-hewitt/-CooperHewitt-OFL-201406.txt similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-OFL-201406.txt rename to old/output/theme/fonts/cooper-hewitt/-CooperHewitt-OFL-201406.txt diff --git a/themes/varia/static/fonts/cooper-hewitt/-OFL-FAQ.txt b/old/output/theme/fonts/cooper-hewitt/-OFL-FAQ.txt similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/-OFL-FAQ.txt rename to old/output/theme/fonts/cooper-hewitt/-OFL-FAQ.txt diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Bold.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-Bold.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Bold.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-Bold.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Book.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-Book.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Book.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-Book.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BookItalic.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-BookItalic.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BookItalic.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-BookItalic.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Heavy.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-Heavy.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Heavy.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-Heavy.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-HeavyItalic.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-HeavyItalic.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-HeavyItalic.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-HeavyItalic.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Light.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-Light.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Light.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-Light.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-LightItalic.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-LightItalic.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-LightItalic.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-LightItalic.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Medium.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-Medium.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Medium.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-Medium.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Semibold.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-Semibold.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Semibold.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-Semibold.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-SemiboldItalic.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-SemiboldItalic.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-SemiboldItalic.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-SemiboldItalic.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Thin.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-Thin.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Thin.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-Thin.otf diff --git a/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-ThinItalic.otf b/old/output/theme/fonts/cooper-hewitt/CooperHewitt-ThinItalic.otf similarity index 100% rename from themes/varia/static/fonts/cooper-hewitt/CooperHewitt-ThinItalic.otf rename to old/output/theme/fonts/cooper-hewitt/CooperHewitt-ThinItalic.otf diff --git a/themes/varia/static/js/stars.js b/old/output/theme/js/stars.js similarity index 100% rename from themes/varia/static/js/stars.js rename to old/output/theme/js/stars.js diff --git a/old/output/there-is-an-elephant-in-the-room-en.html b/old/output/there-is-an-elephant-in-the-room-en.html new file mode 100644 index 0000000..1a5bec8 --- /dev/null +++ b/old/output/there-is-an-elephant-in-the-room-en.html @@ -0,0 +1,110 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3171. varia komt in vele vormen:
              3172. +
              3173.  mailinglijst
              3174. +
              3175.  RSS feed
              3176. + +
              3177. Nederlands
              3178. +
              3179. English
              3180. +
                +
                +
                + +
                + + + + +
                +
                + Dear Cultural Intitiative, there is an Elephant in the Room +
                +
                + +
                +
                2019-04-12 13:00
                +
                Published at 12 April 2019
                +
                + +
                +
                +
                +

                One of the big contradictions of the scene of self-organised cultural initiatives is that we are extremely reliant on corporate social media when it comes to our digital presence. For example, it seems both unthinkable and inescapable to organise an evening without a corresponding Facebook event, or to plan that evening without Google Docs or coordinating via a Whatsapp group.

                +

                This workshop is a moment for some out-of-the-cloud thinking. Departing from a discussion on this situation and its causes, we will try to imagine and formulate the digital infrastructures that shape our everyday cultural practices and online socialities. The workshop will touch upon alternative tools and approaches, from federated and community-owned social media platforms, to hosting cooperatives, free software philosophy and feminist understandings of the internet.

                +

                Date: Friday 12 April, 13:00h - 17:00h

                +

                This workshop is part of the Autonomous Fabric symposium. http://www.autonomousfabric.org

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/there-is-an-elephant-in-the-room.html b/old/output/there-is-an-elephant-in-the-room.html new file mode 100644 index 0000000..a96461b --- /dev/null +++ b/old/output/there-is-an-elephant-in-the-room.html @@ -0,0 +1,109 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3181. varia komt in vele vormen:
              3182. +
              3183.  mailinglijst
              3184. +
              3185.  RSS feed
              3186. + +
              3187. Nederlands
              3188. +
              3189. English
              3190. +
                +
                +
                + +
                + + + + +
                +
                + Dear Cultural Intitiative, there is an Elephant in the Room. +
                +
                + +
                +
                2019-04-12 13:00:00
                +
                Gepubliceerd op 12 April 2019
                +
                + +
                +
                +
                +

                Dear Cultural Intitiative, there is an Elephant in the Room is een workshop waarin de afhankelijk van globale commerciële digitale tools en sociale networken een uitgangspunt is voor een gesprek rondom digitale infrastructuren van zelf-georganiseerde culturele initiatieven in Rotterdam.

                +

                De aankondiging van onze workshop is niet vertaald naar het Nederlands. Klik hier om de Engelse versie te lezen.

                +

                De workshop is onderdeel van het Autonomous Fabric symposium. http://www.autonomousfabric.org

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/varia-open-day-en.html b/old/output/varia-open-day-en.html new file mode 100644 index 0000000..566a40c --- /dev/null +++ b/old/output/varia-open-day-en.html @@ -0,0 +1,137 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3191. varia komt in vele vormen:
              3192. +
              3193.  mailinglijst
              3194. +
              3195.  RSS feed
              3196. + +
              3197. Nederlands
              3198. +
              3199. English
              3200. +
                +
                +
                + +
                + + + + +
                +
                + Open Day @ Varia +
                +
                + +
                +
                2018-05-12 12:00
                +
                Published at 12 April 2018
                +
                + +
                +
                +
                +

                On the 12th of May, varia opens her doors and invites you to join an afternoon of informal conversations, workshops and demos. There will be free coffee, tea and software!1

                +

                We will have the following activities throughout the day:

                +

                Linux Presentation Day (All day)

                +

                Bored Windows or Apple? Unable to update your operating system? Time to try linux, an operating system that comes in all shapes and flavors! Linux runs on the latest macbooks, your Playstation, possibly on your brand new fridge, but also on very old computers. Don't throw your old computer away yet. Bring your old and new laptops and breathe new life into them. Have a try or get help installing Linux on it. The Leeszaal West group that have been organising Linux Presentation Day in the previous years will be around to help you with your installation or with any other questions.

                +

                Adblockers for beginners (all day)

                +

                Are you tired of looking at online ads? Are you tired of on-line ads looking at you? Bring your computer or smartphone and we'll show you how to enjoy the tranquility and privacy of an ad-free internet. 

                +

                Introduction to soldering (14:00 - 16:00), 12+

                +

                Learn how to make a pocket boombox using only a few electronic components, a soldering iron and a steady hand. Bring your favourite tune(s) as mp3 files and a (disposable) memory card (micro)SD!. There is space for a maximum of 6 participants. Participation fee: €5. Please sign up by writing us an email.

                +

                Graphic tool-test-party (15:00 - 16:00)

                +

                Tired of having to crack yet another version of Photoshop? Tired of Microsoft Publisher? What about Microsoft Paint :-(? Come and play around with a series of graphic tools such as Gimp and ImageMagick (image editors), Laidout, or self-built ones: make a zine with Publish or Perish!, a Desktop Publishing tool that is also a game. We will group together in an intense one-hour tool-test-party to make visual reviews of these tools and print them on one of Varia's printers.

                +

                We speak Dutch/English/Italian/French/Norwegian/Spanish and Portuguese!

                +
                +
                +
                  +
                1. +

                  Free software refers to a movement around(in?) computer cultures. Thanks to a (open/)free license, a user is given the freedom to run, study, modify and share it. Grounded in communities of people writing and maintaining all different kinds of software. Free software lies at the heart of Varia's activities and way of working. 

                  +
                2. +
                +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/varia-open-day.html b/old/output/varia-open-day.html new file mode 100644 index 0000000..6de5fbe --- /dev/null +++ b/old/output/varia-open-day.html @@ -0,0 +1,137 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3201. varia komt in vele vormen:
              3202. +
              3203.  mailinglijst
              3204. +
              3205.  RSS feed
              3206. + +
              3207. Nederlands
              3208. +
              3209. English
              3210. +
                +
                +
                + +
                + + + + +
                +
                + Open Dag @ Varia +
                +
                + +
                +
                2018-05-12 12:00:00
                +
                Gepubliceerd op 12 April 2018
                +
                + +
                +
                +
                +

                Varia opent op 12 mei haar deuren voor een middag met informele presentaties, kopjes koffie of thee en workshops rondom vrije software1 en elektronica.

                +

                Gedurende de dag vinden de volgende activiteiten plaats:

                +

                Linux Presentation Day (hele dag)

                +

                Klaar met Microsoft Windows of Mac OS? Is je computer verouderd of kun je de software niet meer bijwerken? Dan is het tijd om Linux te proberen! Het Linux Presentation Day team dat eerdere edities in Leeszaal West heeft georganiseerd staat nu voor je klaar in varia. Wil je jou oude computer nieuw leven inblazen? Vergeet deze dan niet mee te nemen. Dan kun je daar Linux op uit proberen of hulp te krijgen bij het installeren!

                +

                Adblocken voor beginners (hele dag)

                +

                Ben je het zat om naar online advertenties te kijken? Ben je het zat dat online advertenties naar jou terug kijken? Neem je computer of smartphone mee en dan laten wij zien hoe je van de rust en privacy van een advertentievrij internet kunt genieten.

                +

                Solderen kan je leren (14:00 - 16:00)

                +

                Maak kennis met elektronica door samen met wat onderdelen, een vaste hand en hulp van ons een mini boombox in elkaar te zetten! Neem je favoriete muziek, een oude (micro) SD-kaart en 5 euro voor materialen mee. 12 jaar en ouder. Geef je van tevoren op door ons een mail te sturen.

                +

                Graphic tool-test-party (15:00 - 16:00)

                +

                Ben je benieuwd naar andere grafische softwarepaketten dan Photoshop? Kom langs en probeer een set verschillende tools, zoals Gimp en ImageMagick (beeldbewerking), Laidout (een specifieke vector editor) of zelfgemaakte: maak een zine met Publish or Perish!, een Desktop Publishing tool en spel in één. Het idee is om gedurende de één uur intensieve tool-test-party beeldende recensies van deze tools te maken. We kunnen ze dan ook op een van de varia printers afdrukken.

                +

                De open dag begint om 12:00 en duurt tot 18:00. Ons adres is Gouwstraat 3, Rotterdam Charlois.

                +
                +
                +
                  +
                1. +

                  Vrije software verwijst naar een beweging die door middel van vrije licenties gebruikers het recht geeft om software te gebruiken, bestuderen, aan te passen en te distribueren. Het is gestoeld in gemeenschappen die software gebruiken, schrijven en onderhouden. Van hele professionele server software tot hele experimentele grafische software. Vrije software is een gedeelde interesse en manier van werken voor varia die we graag laten zien! 

                  +
                2. +
                +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/velocity-en.html b/old/output/velocity-en.html new file mode 100644 index 0000000..15086c2 --- /dev/null +++ b/old/output/velocity-en.html @@ -0,0 +1,126 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3211. varia komt in vele vormen:
              3212. +
              3213.  mailinglijst
              3214. +
              3215.  RSS feed
              3216. + +
              3217. Nederlands
              3218. +
              3219. English
              3220. +
                +
                +
                + +
                + + + + +
                +
                + Maximum Velocity +
                +
                + +
                +
                2018-12-07 20:00
                +
                Published at 07 December 2018
                +
                + +
                +
                +
                +

                Pitch, timbre, texture, volume, duration and form; These are the secret ingredients to most compositions. The question remains however; Is there also room for something extra? And what could that extra element be? Today we will focus on the concept of velocity by showcasing concerts by musicians working with both speed and movement in their compositions and performances!

                +

                The event is comprised of the following elements:

                +

                Bismuth is a two-man formation, made up of experimental instrument builder Yuri Landman and multi-instrumentalist Arnold van de Velde (ex-Feverdream). Together they play a space-filling amount of self-built instruments made of wood, steel, strings, motors and electronics. This colorful collection of instruments leads to a rhythmic amalgamation of experimental noise rock, dance and gamelan.

                +

                Yuri Landman's website

                + + +

                good cop / naughty cop make instant electronic compositions with self-programmed software and self-made controllers. They aim for a physical approach towards electronic music (and in particular realtime synthesis) by using objects such as bicycles, radios, FM transmitters and little solar cell synths in their performances. Their music – sometimes described as ‘improvised noise ambient’ – is influenced by the music and ideas of artists like John Cage, Tim Hecker, John Zorn and Captain Beefheart. Current members are composer/sound artist Sjoerd Leijten and ambient producer/pianist Patrick Bossink aka. Arpatle.

                +

                Sjoerd Leijten on the web

                +

                Arpatle Online

                + + +

                Jacco Weener is a performer, artist and theologist working between Charlois and Scheveningen. For the last 10 years he has performed continuously under various monikors (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) and in a variety of setups. At Maximum Velocity he will perform a dance inspired by the concept of meditative sufi whirling, practiced by the Sufi Dervishes of the Mevlevi order.

                +

                More on Jacco Weener

                + + +

                DJ Knapzak will display the hypnotic effect of rotating disks made out of vinyl at various speeds, coming into contact with a more or less stable needle. You might be surprised by the results!

                +

                Date: Friday, 7 December 2018
                +Entrance: 5 euro
                +Door: 20:00
                +Start: 21:00

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/velocity.html b/old/output/velocity.html new file mode 100644 index 0000000..e3b9883 --- /dev/null +++ b/old/output/velocity.html @@ -0,0 +1,126 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3221. varia komt in vele vormen:
              3222. +
              3223.  mailinglijst
              3224. +
              3225.  RSS feed
              3226. + +
              3227. Nederlands
              3228. +
              3229. English
              3230. +
                +
                +
                + +
                + + + + +
                +
                + Maximum Velocity +
                +
                + +
                +
                2018-12-07 20:00:00
                +
                Gepubliceerd op 07 December 2018
                +
                + +
                +
                +
                +

                Toonhoogte, timbre, textuur, volume, duur en vorm; Dit zijn de geheime ingrediënten van de meeste composities. De vraag blijft echter; Is er ook ruimte voor iets extra's? En wat zou dat extra element kunnen zijn? Tijdens Maximum Velocity richten we ons op 'velocity' door concerten te presenteren van muzikanten die met snelheid en beweging werken in hun composities en uitvoeringen!

                +

                Ditevenement bestaat uit de volgende elementen:

                +

                Bismuth is een tweemansformatie, opgebouwd uit experimenteel instrumentenbouwer Yuri Landman en multi-instrumentalist Arnold van de Velde (ex-Feverdream). Samen bespelen zij een ruimtevullende hoeveelheid zelfgebouwde instrumenten, gemaakt uit hout, staal, snaren, motoren en electronica. Dzee bonte collectie instrumenten leidt tot een ritmische samensmelting van experimentele noise rock, dance en gamelan.

                +

                Yuri Landman's website

                + + +

                good cop / naughty cop maak directe elektronische composities met zelfgeprogrammeerde software en zelf gemaakte controllers. Ze streven naar een fysieke benadering van elektronische muziek (en in het bijzonder realtime synthese) door het gebruik van objecten als fietsen, radio's, FM-zenders en kleine zonnecelsynths bij hun uitvoeringen. Hun muziek - soms omschreven als 'geïmproviseerde noise ambient' - wordt beïnvloed door de muziek en ideeën van artiesten als John Cage, Tim Hecker, John Zorn en Captain Beefheart. De huidige leden zijn componist/geluidskunstenaar Sjoerd Leijten en ambient producer/pianist Patrick Bossink aka. Arpatle.

                +

                Sjoerd Leijten op het web

                +

                Arpatle Online

                + + +

                Jacco Weener is een performer, kunstenaar en theoloog die werkt tussen Charlois en Scheveningen. De laatste 10 jaar heeft hij onafgebroken opgetreden onder verschillende namen (Gul Night Out, Het Open Hart, Moonflower Warrior, DJ La Dolce Vita) en in verschillende gelegenheden. Op Maximum Velocity zal hij een dans uitvoeren die is geïnspireerd door de meditatieve wervelen van de Sufi-derwisjen van de Mevlevi-orde.

                +

                Meer over Jacco Weener

                + + +

                DJ Knapzak toont het hypnotiserende effect van roterende schijven gemaakt van vinyl die op verschillende snelheden in contact komen met een min of meer stabiele naald. Het effect is verrassend!

                +

                Datum: Vrijdag, 7 December 2018
                +Entree: 5 euro
                +Deur: 20:00
                +Start: 21:00

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/what-a-website-can-be-en.html b/old/output/what-a-website-can-be-en.html new file mode 100644 index 0000000..0d7db05 --- /dev/null +++ b/old/output/what-a-website-can-be-en.html @@ -0,0 +1,225 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3231. varia komt in vele vormen:
              3232. +
              3233.  mailinglijst
              3234. +
              3235.  RSS feed
              3236. + +
              3237. Nederlands
              3238. +
              3239. English
              3240. +
                +
                +
                + +
                + + + + +
                +
                + What a website can be +
                +
                + +
                +
                Published at 13 June 2018
                +
                + +
                +
                +
                +

                When considering how to design a website for varia, our1 mutual but implicit understanding was not to just make a site. But rather that there was a potential for the process of site-making to become a process of exploring what a website can be. Exploring how one could do web publishing in a self-hosted2, minimal3, portable4, documented5, FLOSS6 and playfull7 way. In a way that connects to the multiplicity of practices that varia consists of. This text is the beginning of an attempt to make explicit and put to words some of the ideas and questions that drove this process. In the spirit of release early, release often we will publish a series of texts as we develop this site. Hopefully this can trigger questions on web design in the conceptual sense, not as a practice only involved with visual language, but as a practice considering on-line publishing ecosystems. One of the fundamental choices we made early on was to use a static site generator as our publishing tool, so we'll start by introducing the concepts of both 'static site' and 'generator'.

                +

                varia.zone +The varia website unfolding over time.

                +

                Static site

                +

                Varia.zone is a static website. A static website is a 'traditional' website where all the content consists of HTML documents on the server's hard disk. In our case these are generated through Pelican8, which is a collection of Python9 scripts and plugins10 to turn unstyled plain text into HTML pages.

                +

                varia.zone +Schematic overview of the main differences between a static and a dynamic website.

                +

                This way of working can be understood to be different to 'more modern' websites. These modern methods use server side programming languages that generate the website on the fly by querying a database. This means that every time someone visits the site, it gets generated on demand.

                +

                A static website instead gets generated once and exists as a set of documents. They are always there, not only when a visitor visits the page. Like the tree in the forest that also falls when nobody is there to hear it. Static websites are thus based on file storage whereas dynamic websites depend on recurrent computation. A website based on storage has some advantages for performance, security, portability and reproducibility that we will address in detail later in the series.

                +

                The static website is supportive to another idea we would like to push for: independent, self-hosted services. Since a static website requires less resources, one can do with a not-so-powerful, energy efficient server to host them. This opens up the possibility to (economically) serve the site directly from our space, which we currently do.

                +

                The varia server in the space, where various self-hosted services are installed. +The varia server in the space, where various self-hosted services are installed.

                +

                In general hosting a server from one's own space introduces some security concerns. These are however partly mitigated by a static site, because it doesn't use server side languages. That also means the web server doesn't become a liability in terms of exploitable plug-ins or databases like in popular systems such as Wordpress. Once it has been generated, it is very much a case of set and forget.

                +

                In essence the minimal file-based website is contrary to a cloud mentality, where the material circumstances of the hardware and hosting location are made irrelevant (for the cloud/vps customer) meaning that any 'service' can be 'deployed', 'scaled' 'migrated' etc. Our approach instead informs what can be hosted based on the material circumstances of the server. The choice to self-host this website is a start for us to think about what it means to base web design decisions on a specific situation in terms of hardware and hosting location.

                +

                Generator

                +

                The static HTML documents that together make the varia website are not manually written in the html language, but are generated out of a set 'plain text'11 documents. This generating aspect allows for multiple ways to engage with the texts and images that we publish. It is a promising way to think about possible transformations of plain text into not just web pages but different media altogether.

                +

                One of the needs for transformability comes from the fact that our website exists in a context where usage of the web has atrophied to the point where one is required to publish on or via social media in order to reach an audience at all. However, politically we are not interested in dedicated profiles on social media platforms for our organization. This is a clear decision driven by a strong desire to self-host and own our content, yet allowing to let that content be referred to comfortably within social media as well. The technique of the generator allows us to do this12.

                +

                Working with generative processes also triggers our interest and enthusiasm for exploring other publishing tools. One can imagine a single text or article morphing into widely different media such as calendar entries, RSS feeds, email newsletters, posters, etc. Each of these introducing their own potentials for playful aesthetics, reading experiences and publics. This is on the one hand interesting as a form of automation that reduces (or better: re-uses) work, but more importantly as a process which necessarily will introduce new 'forms' and aesthetics.

                +

                This article in its plain text 'view', showing the markdown mark-up language. +This article in its plain text 'view', showing the markdown mark-up language.

                +

                At the center this processes relies heavily on the habit of writing in markdown, a mark-up language that allows one to add styling information to plain text, so that it can be read by both people and a variety of tools. The markdown files can be archived using versioning tools13 or easily converted into different formats using generators. The content of the website, in its 'raw' form, can therefore be read by many other softwares across (historical) operating systems or included in other workflows, and thus stay open for potential reuse and long-term re-accesibility. Using this process makes it possible for our source files to remain simple, fluid and archivable.

                +

                Concluding

                +

                Revisiting static sites and taking all these small steps feels like going back in time. However, revisiting web-development basics in this sense becomes a vehicle for understanding the web of these days. To get a sense of the compound choices that have sedimented over time into 'web design' practices and that remain opaque when using ready made frameworks. Creating an on-line publishing work flow from ground up instead allows one to explore the potentials and challenge the conventions of what a website should be.

                +
                +

                To unpack the website ...

                +

                This folder of Pelican scripts, markdown documents, images, template and css files ...

                +

                varia.website.git
                +├── content/
                +|   └── post1.en.md
                +|   └── post1.nl.md
                +├── LICENSE
                +├── Makefile
                +├── output
                +├── pelicanconf.py
                +├── pelican-plugins
                +├── plugins-custom
                +├── publishconf.py
                +├── README.md
                +└── themes

                +

                ... generates the following output folder ...

                +

                output/
                +├── author/
                +|   └── varia.html
                +├── categories.html
                +├── category/
                +|   └── event.html
                +├── en/
                +|   └── feeds/
                +|   |   └── all-en.rss.xml
                +│   ├── post1.en.html
                +│   ├── post2.en.html
                +|   └── post3.en.html
                +├── events.ics
                +├── feeds/
                +|   └── all.rss.xml
                +├── images/
                +├── index.html
                +├── pages/
                +│   ├── about.html
                +|   └── stream.html
                +├── post1.nl.html
                +├── post2.nl.html
                +├── post3.nl.html
                +└── theme/

                +
                +
                +
                  +
                1. +

                  Varia works via different thematic work groups, one which is concerned with its website. We use the word 'group' here, which only works if you consider two people to be a group already. Current website work group members are Roel Roscam Abbing & Manetta Berends. 

                  +
                2. +
                3. +

                  Self-hosting culture as a way to speak about network infrastructures and preferences. This is also the main subject of the homebrewserver.club, a group for discussions, learning and reflection on the practice of hosting a server from home. 

                  +
                4. +
                5. +

                  Minimal not as in minimalism in design but rather understood as simple/low-tech/appropriate technologies, understood in (some) aspects of Minimal Computing

                  +
                6. +
                7. +

                  Portable in the sense that it allows for multiple transformations and media, generated by various tools and distributed to various contexts and publics. 

                  +
                8. +
                9. +

                  What does a documented process mean? For whom? Currently the varia website is translated into two different languages (dual NL/EN), but documenting can also refer to other types of languages like explanatory articles such as this one, to accompany a work-in-progress to enable further reading than rather just 'reading the code'. 

                  +
                10. +
                11. +

                  FLOSS, or Free Libre and Open Source Software, refers to free culture communities and the use of free licenses. 

                  +
                12. +
                13. +

                  The context of varia creates a playful space that enables us to experiment with different tools, modes of address and publishing work flows. 

                  +
                14. +
                15. +

                  Pelican is static site generator software written in Python, getpelican.com

                  +
                16. +
                17. +

                  Python is a commonly used object-oriented programming language, Python

                  +
                18. +
                19. +

                  We use both the plugins made by the pelican community and our own custom ones

                  +
                20. +
                21. +

                  "Plain text identifies a file format and a frame of mind. (...) [A] kind of a systematic minimalism when it comes to our use of computers, a minimalism that privileges access to source materials, ensuring legibility and comprehension." - A quote from: Plain Text, the poetics of Computation (2017), by Dennis Tenen - Stanford University Press 

                  +
                22. +
                23. +

                  For example by generating meta tags in our web page following Open Graph or Twitter Cards. These provide previews of one's page when a link is published on social media or in mobile apps. Right click on any page and view source to have a look. The OG headers are at the beginning in the <meta> tags. 

                  +
                24. +
                25. +

                  The source files of the varia website are stored in and tracked by a Git versioning system. You can access these files through this Gitea interface, where you can read the markdown documents and follow the changes that are being made. For example: this article can be found here

                  +
                26. +
                +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/what-a-website-can-be.html b/old/output/what-a-website-can-be.html new file mode 100644 index 0000000..bfb0d03 --- /dev/null +++ b/old/output/what-a-website-can-be.html @@ -0,0 +1,122 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3241. varia komt in vele vormen:
              3242. +
              3243.  mailinglijst
              3244. +
              3245.  RSS feed
              3246. + +
              3247. Nederlands
              3248. +
              3249. English
              3250. +
                +
                +
                + +
                + + + + +
                +
                + What a website can be +
                +
                + +
                +
                Gepubliceerd op 13 June 2018
                +
                + +
                +
                +
                +

                Dit artikel is in het Engels geschreven, klik hier voor de volledige versie.

                +
                +

                Tijdens het maakproces van een website voor varia, werd het duidelijk dat we niet alleen maar een website wilden maken. Het werd een moment om het proces te onderzoeken en te verkennen wat een website kan zijn.

                +

                varia.zone +De varia website in de loop der tijd.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/what-remains-final-playtest-en.html b/old/output/what-remains-final-playtest-en.html new file mode 100644 index 0000000..cc21ebb --- /dev/null +++ b/old/output/what-remains-final-playtest-en.html @@ -0,0 +1,124 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3251. varia komt in vele vormen:
              3252. +
              3253.  mailinglijst
              3254. +
              3255.  RSS feed
              3256. + +
              3257. Nederlands
              3258. +
              3259. English
              3260. +
                +
                +
                + +
                + + + + +
                +
                + What Remains - Final Playtest +
                +
                + +
                +
                2018-06-22 19:00
                +
                Published at 14 June 2018
                +
                + +
                +
                +
                +

                It is 1986. You just came home from a skate session when a Nintendo game cartridge falls into your hands. Excited to find out what kind of game is on the cartridge, you visit your friend who just bought a brand new Nintendo console two weeks ago. You plug in the cartridge and …

                + + +

                What Remains is a new darkly humorous 8-bit homebrew adventure video game for the 1985 Nintendo Entertainment System (NES), and developed by Iodine Dynamics. The game is currently in final development and will be released for free in 2018. By free we mean a free of charge NES ROM download, and we will publish the source code and assets of the game and tools we used. A limited edition of physical cartridges for the NES and the Famicom, using recycled hardware, will be also be produced.

                +

                During the development of the game Iodine Dynamics has worked with Het Nieuwe Instituut for preliminary research, and V2_ for hosting the early playtests. +On June 22, Varia will host the last playtest for the game, and we are looking for players to come and give us feedback one last time!

                +

                Come save the planet and join us the evening of June 22!

                +

                Iodine Dynamics

                +

                Starting at 19:00h
                +Ending around 22:30h

                +
                +

                What Remains is made possible with the support from creative industries fund nl.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/what-remains-final-playtest.html b/old/output/what-remains-final-playtest.html new file mode 100644 index 0000000..989a1e5 --- /dev/null +++ b/old/output/what-remains-final-playtest.html @@ -0,0 +1,122 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3261. varia komt in vele vormen:
              3262. +
              3263.  mailinglijst
              3264. +
              3265.  RSS feed
              3266. + +
              3267. Nederlands
              3268. +
              3269. English
              3270. +
                +
                +
                + +
                + + + + +
                +
                + What Remains - Final Playtest +
                +
                + +
                +
                2018-06-22 19:00:00
                +
                Gepubliceerd op 14 June 2018
                +
                + +
                +
                +
                +

                We zijn in het jaar 1986. Als je thuis komt van het skaten vind je een mysterieuze Nintendo spelcasette. Nieuwsgierig naar wat er op staat snel je naar een vriend die net een spelconsole heeft gekocht. Jullie grijpen de casette en stoppen hem in de Nintendo ...

                + + +

                What Remains is een gloednieuw, duister humoristisch computerspel voor de Nintendo Entertainment System (NES) uit 1985, ontwikkeld door Iodine Dynamics. De game is momenteel in haar laatste ontwikkelfase belandt en zal in 2018 vrij worden uitgebracht. Met 'vrij' bedoelen we een gratis NES ROM-download en we zullen de broncode en artworks van de game en tools die we hebben gebruikt publiceren. Tevens zal er een gelimiteerde oplage aan fysieke, NES en Famicom casettes van gerecyclede hardware worden geproduceerd.

                +

                Tijdens de ontwikkeling van het spel heeft Iodine Dynamics in samenwerking met Het Nieuwe Instituut voorzonderzoek gedaan en bij V2_ de eerste playtests georganiseerd. Op 22 juni organiseert Varia de laatste playtest voor het spel en we zijn op zoek naar spelers die ons nog één keer feedback willen geven!

                +

                Kom de planeet redden en doe met ons mee op 22 juni!

                +

                Iodine Dynamics

                +

                We beginnen om 19:00u en stoppen rond 22:30u.

                +
                +

                What Remains wordt mogelijk gemaakt door de steun van Stimuleringsfonds, Creatieve Industrie NL.

                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/woodstone-kugelblitz-druk-in-varia-en.html b/old/output/woodstone-kugelblitz-druk-in-varia-en.html new file mode 100644 index 0000000..9fad7f7 --- /dev/null +++ b/old/output/woodstone-kugelblitz-druk-in-varia-en.html @@ -0,0 +1,149 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3271. varia komt in vele vormen:
              3272. +
              3273.  mailinglijst
              3274. +
              3275.  RSS feed
              3276. + +
              3277. Nederlands
              3278. +
              3279. English
              3280. +
                +
                +
                + +
                + + + + +
                +
                + Woodstone Kugelblitz: Druk in Varia +
                +
                + +
                +
                2018-11-23 10:00
                +
                Published at 23 November 2018
                +
                + +
                +
                +
                +

                Some things are more useful to know than others.

                +

                On the 23rd, 24th and 25th of November during Woodstone Kugelblitz: Druk in Varia we will make a Really Useful Knowledge Cookbook. A manual to be more an actor and less a consumer in your day to day affairs. The cookbook brings together recipes and instructions from the practice and theory of daily life.

                +

                This three day convivial book sprint is about exchanging knowledge on analog printing techniques, eating together, sharing of recipes for and from daily life, discussing Really Useful Knowledge, hanging out and editing and designing the publication.

                +
                +

                'What we want to be informed about is how to get out of our present trouble' +Poor Man's Guardian

                +
                +

                A Call For Really Useful Recipes!

                +

                For this event we are looking for DIY-advice, tips and tricks, that need to be inscribed in our collective memory as part of this recipebook. We already have recipes about raising toddlers without diapers, blocking online advertising and making of hot sauce based on lactic fermentation!

                +

                All of your recipes for daily life are very welcome!

                +

                These can be submitted just as text or as already designed pages.

                +

                Please send us recipes for the book by email(info[at]varia.zone) or by post (Gouwstraat 3, 3082 BA, Rotterdam) before November 15th.

                +

                You can also submit via this Really Useful Etherpad: https://pad.vvvvvvaria.org/really_useful_knowledge

                +

                About the book sprint

                +

                If you are interested in participating in the book sprint you can also drop us an email (info[at]varia.zone). Please note that to ensure continuity we prefer you to join the full three days.

                +

                We will have the following machines on site:

                +
                  +
                • Riso automatic A3 with black and blue ink
                • +
                • A0 Roll inkjet plotter
                • +
                • A0 Roll pen plotter
                • +
                • A4 b/w laser printer
                • +
                • Dot matrix printer
                • +
                • automatic stencil copy printer -> yellow and black ink
                • +
                • manual stenciling machines -> red, green, blue, black ink
                • +
                • Fax machine (can be used to make stencil masters)
                • +
                • Telex FS200 Teletypewriters
                • +
                • Thermal receipt sprinter
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/old/output/woodstone-kugelblitz-druk-in-varia.html b/old/output/woodstone-kugelblitz-druk-in-varia.html new file mode 100644 index 0000000..2dcc9f9 --- /dev/null +++ b/old/output/woodstone-kugelblitz-druk-in-varia.html @@ -0,0 +1,148 @@ + + + +Varia + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + home + over +
                +
                +
              3281. varia komt in vele vormen:
              3282. +
              3283.  mailinglijst
              3284. +
              3285.  RSS feed
              3286. + +
              3287. Nederlands
              3288. +
              3289. English
              3290. +
                +
                +
                + +
                + + + + +
                +
                + Woodstone Kugelblitz: Druk in Varia +
                +
                + +
                +
                2018-11-23 10:00:00
                +
                Gepubliceerd op 23 November 2018
                +
                + +
                +
                +
                +

                Een Kookboek voor Écht Nuttige Kennis

                +

                Want, sommige dingen zijn nou eenmaal nuttiger om te weten dan andere.

                +

                Op 23, 24 en 25 november tijdens Woodstone Kugelblitz Druk in Varia gaan we een receptenboek maken. +Een handleiding om meer te ageren en minder te consumeren in het dagelijks leven.

                +

                Deze driedaagse gemoedelijke boeksprint gaat over het uitwisselen van kennis over analoge druktechniek, samen koken & eten, het delen van recepten uit- en voor het dagelijkse leven, het bespreken van Écht Nuttige Kennis, samen zijn en het redigeren en vormgeven van de publicatie.

                +

                Een oproep voor Écht Nuttige Recepten!

                +

                Voor de publicatie zijn we op zoek naar doe-het-zelf advies, tips en handleidingen die opgenomen moeten worden in het receptenboek zodat het onderdeel kan worden van ons collectieve geheugen. Zo hebben we bijvoorbeeld al recepten over het opvoeden van peuters zonder luiers, het blokkeren van online advertenties op de computer en het maken van sambal op basis van lactosefermentatie!

                +

                Alle soorten recepten uit het dagelijkse leven zijn hiervoor welkom.

                +

                Deze recepten kunnen gewoon als platte tekst worden ingediend of al reeds voorzien van een vormgeving.

                +

                Stuur het materiaal per post of email voor 15 november naar: +info[at]varia.zone of Gouwstraat 3, 3082 BA, Rotterdam vóór 15 november.

                +

                Je kunt recepten ook toevoegen via deze Écht Nuttige Etherpad https://pad.vvvvvvaria.org/really_useful_knowledge

                +

                Over de boeksprint

                +

                Als je wilt meedoen met de boeksprint zelf, stuur ons dan een e-mailtje (info[at]varia.zone). Let wel dat we op zoek zijn naar mensen die er gedurende de drie dagen kunnen zijn om de continuïteit en concentratie te kunnen behouden voor het maken van de publicatie!

                +

                We hebben tijdens het evenement de volgende printapparatuur op locatie:

                +
                  +
                • Riso automatic A3 met zwarte en blauwe inkt
                • +
                • A0 rol inkt jet plotter op
                • +
                • A0 rol pen plotter
                • +
                • A4 zwart-wit laser printer
                • +
                • Dot matrix printer
                • +
                • automatische stencil kopieermachine -> gele en zwarte inkt
                • +
                • handmatige stencilmachines -> rood, groen, blauw en zwarte inkt
                • +
                • Fax machine (waar we sjablonen voor de stencils mee kunnen maken)
                • +
                • Telex FS200 Teletypewriter
                • +
                • Bonnetjesprinter
                • +
                +

                +
                +
                +
                + + + \ No newline at end of file diff --git a/pelicanconf.py b/old/pelicanconf.py similarity index 100% rename from pelicanconf.py rename to old/pelicanconf.py diff --git a/publishconf.py b/old/publishconf.py similarity index 100% rename from publishconf.py rename to old/publishconf.py diff --git a/requirements.txt b/old/requirements.txt similarity index 100% rename from requirements.txt rename to old/requirements.txt diff --git a/old/themes/varia/static/css/fork-awesome/.all-contributorsrc b/old/themes/varia/static/css/fork-awesome/.all-contributorsrc new file mode 100644 index 0000000..3c0d352 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/.all-contributorsrc @@ -0,0 +1,1069 @@ +{ + "projectName": "Fork-Awesome", + "projectOwner": "ForkAwesome", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "CONTRIBUTORS.md" + ], + "imageSize": 50, + "commit": false, + "contributors": [ + { + "login": "davegandy", + "name": "Dave Gandy", + "avatar_url": "https://avatars0.githubusercontent.com/u/1076721?v=4", + "profile": "https://github.com/davegandy", + "contributions": [ + "code", + "design", + "doc" + ] + }, + { + "login": "talbs", + "name": "Brian Talbot", + "avatar_url": "https://avatars3.githubusercontent.com/u/163763?v=4", + "profile": "http://www.talbs.me", + "contributions": [ + "code" + ] + }, + { + "login": "supercodepoet", + "name": "Travis Chase", + "avatar_url": "https://avatars1.githubusercontent.com/u/249366?v=4", + "profile": "https://github.com/supercodepoet", + "contributions": [ + "code" + ] + }, + { + "login": "robmadole", + "name": "Rob Madole", + "avatar_url": "https://avatars2.githubusercontent.com/u/132895?v=4", + "profile": "http://robmadole.com", + "contributions": [ + "code" + ] + }, + { + "login": "tagliala", + "name": "Geremia Taglialatela", + "avatar_url": "https://avatars2.githubusercontent.com/u/556268?v=4", + "profile": "https://github.com/tagliala", + "contributions": [ + "doc", + "question" + ] + }, + { + "login": "mathiasbynens", + "name": "Mathias Bynens", + "avatar_url": "https://avatars1.githubusercontent.com/u/81942?v=4", + "profile": "https://mathiasbynens.be/", + "contributions": [ + "code" + ] + }, + { + "login": "williamboman", + "name": "William Boman", + "avatar_url": "https://avatars0.githubusercontent.com/u/6705160?v=4", + "profile": "https://redwill.se/", + "contributions": [ + "code" + ] + }, + { + "login": "kremalicious", + "name": "Matthias Kretschmann", + "avatar_url": "https://avatars1.githubusercontent.com/u/90316?v=4", + "profile": "https://kretschmann.io", + "contributions": [ + "code" + ] + }, + { + "login": "Anahkiasen", + "name": "Maxime Fabre", + "avatar_url": "https://avatars3.githubusercontent.com/u/1321596?v=4", + "profile": "https://about.me/anahkiasen", + "contributions": [ + "code" + ] + }, + { + "login": "patrickhlauke", + "name": "Patrick H. Lauke", + "avatar_url": "https://avatars1.githubusercontent.com/u/895831?v=4", + "profile": "http://www.splintered.co.uk", + "contributions": [ + "doc" + ] + }, + { + "login": "dstroot", + "name": "Dan Stroot", + "avatar_url": "https://avatars1.githubusercontent.com/u/1438457?v=4", + "profile": "https://danstroot.com", + "contributions": [ + "code" + ] + }, + { + "login": "LightGuard", + "name": "Jason Porter", + "avatar_url": "https://avatars0.githubusercontent.com/u/29971?v=4", + "profile": "http://lightguard-jp.blogspot.com", + "contributions": [ + "code" + ] + }, + { + "login": "tomByrer", + "name": "Tom Byrer", + "avatar_url": "https://avatars2.githubusercontent.com/u/1308419?v=4", + "profile": "https://github.com/tomByrer", + "contributions": [ + "doc" + ] + }, + { + "login": "gkoberger", + "name": "Gregory Koberger", + "avatar_url": "https://avatars3.githubusercontent.com/u/381393?v=4", + "profile": "http://readme.io", + "contributions": [ + "code" + ] + }, + { + "login": "kkirsche", + "name": "Kevin Kirsche", + "avatar_url": "https://avatars1.githubusercontent.com/u/947110?v=4", + "profile": "https://kevinkirsche.com", + "contributions": [ + "doc" + ] + }, + { + "login": "Synchro", + "name": "Marcus Bointon", + "avatar_url": "https://avatars2.githubusercontent.com/u/81561?v=4", + "profile": "http://marcus.bointon.com/", + "contributions": [ + "code" + ] + }, + { + "login": "njb-said", + "name": "njb_said", + "avatar_url": "https://avatars2.githubusercontent.com/u/2371386?v=4", + "profile": "https://github.com/njb-said", + "contributions": [ + "doc" + ] + }, + { + "login": "AJ-Acevedo", + "name": "AJ Acevedo", + "avatar_url": "https://avatars1.githubusercontent.com/u/953092?v=4", + "profile": "http://ajacevedo.com", + "contributions": [ + "doc" + ] + }, + { + "login": "akx", + "name": "Aarni Koskela", + "avatar_url": "https://avatars2.githubusercontent.com/u/58669?v=4", + "profile": "https://akx.github.io/", + "contributions": [ + "doc" + ] + }, + { + "login": "scudco", + "name": "scudco", + "avatar_url": "https://avatars1.githubusercontent.com/u/3806?v=4", + "profile": "https://github.com/scudco", + "contributions": [ + "tool" + ] + }, + { + "login": "AlfioEmanueleFresta", + "name": "Alfio Emanuele", + "avatar_url": "https://avatars1.githubusercontent.com/u/621062?v=4", + "profile": "https://alfioemanuele.io", + "contributions": [ + "doc" + ] + }, + { + "login": "drmonkeyninja", + "name": "Andy Carter", + "avatar_url": "https://avatars3.githubusercontent.com/u/357623?v=4", + "profile": "http://andy-carter.com", + "contributions": [ + "code" + ] + }, + { + "login": "rouge8", + "name": "Andy Freeland", + "avatar_url": "https://avatars2.githubusercontent.com/u/237005?v=4", + "profile": "https://andyfreeland.net", + "contributions": [ + "bug", + "code" + ] + }, + { + "login": "anteriovieira", + "name": "Antério Vieira", + "avatar_url": "https://avatars1.githubusercontent.com/u/1490347?v=4", + "profile": "http://owen.com.br", + "contributions": [ + "doc" + ] + }, + { + "login": "araratm", + "name": "Ararat", + "avatar_url": "https://avatars1.githubusercontent.com/u/8832594?v=4", + "profile": "https://github.com/araratm", + "contributions": [ + "doc" + ] + }, + { + "login": "bengadbois", + "name": "Ben Gadbois", + "avatar_url": "https://avatars2.githubusercontent.com/u/1879785?v=4", + "profile": "https://github.com/bengadbois", + "contributions": [ + "doc" + ] + }, + { + "login": "wazoo", + "name": "Ben Thomas", + "avatar_url": "https://avatars0.githubusercontent.com/u/216878?v=4", + "profile": "https://github.com/wazoo", + "contributions": [ + "code" + ] + }, + { + "login": "islemaster", + "name": "Brad Buchanan", + "avatar_url": "https://avatars0.githubusercontent.com/u/1615761?v=4", + "profile": "http://bradleycbuchanan.com", + "contributions": [ + "doc" + ] + }, + { + "login": "bsara", + "name": "Brandon Sarà", + "avatar_url": "https://avatars0.githubusercontent.com/u/3743423?v=4", + "profile": "http://bsara.pro", + "contributions": [ + "doc" + ] + }, + { + "login": "Vusys", + "name": "Bryan Channon", + "avatar_url": "https://avatars0.githubusercontent.com/u/4213522?v=4", + "profile": "http://vuii.co.uk", + "contributions": [ + "doc" + ] + }, + { + "login": "cauethenorio", + "name": "Cauê Thenório", + "avatar_url": "https://avatars3.githubusercontent.com/u/496987?v=4", + "profile": "https://github.com/cauethenorio", + "contributions": [ + "code" + ] + }, + { + "login": "MacroChip", + "name": "Chip Thien", + "avatar_url": "https://avatars1.githubusercontent.com/u/5069304?v=4", + "profile": "https://github.com/MacroChip", + "contributions": [ + "code" + ] + }, + { + "login": "hurtubise", + "name": "Dane Hurtubise", + "avatar_url": "https://avatars0.githubusercontent.com/u/610237?v=4", + "profile": "http://hurtubise.me", + "contributions": [ + "doc" + ] + }, + { + "login": "curiousdannii", + "name": "Dannii Willis", + "avatar_url": "https://avatars2.githubusercontent.com/u/59074?v=4", + "profile": "https://curiousdannii.github.io/", + "contributions": [ + "doc" + ] + }, + { + "login": "kant", + "name": "Darío Hereñú", + "avatar_url": "https://avatars1.githubusercontent.com/u/32717?v=4", + "profile": "https://github.com/kant", + "contributions": [ + "doc" + ] + }, + { + "login": "davidcelis", + "name": "David Celis", + "avatar_url": "https://avatars3.githubusercontent.com/u/36873?v=4", + "profile": "https://davidcel.is/", + "contributions": [ + "doc" + ] + }, + { + "login": "dmyers", + "name": "Derek Myers", + "avatar_url": "https://avatars3.githubusercontent.com/u/207171?v=4", + "profile": "http://derekmyers.com", + "contributions": [ + "bug", + "doc" + ] + }, + { + "login": "preaction", + "name": "Doug Bell", + "avatar_url": "https://avatars0.githubusercontent.com/u/53707?v=4", + "profile": "http://preaction.me", + "contributions": [ + "doc" + ] + }, + { + "login": "eelkeblok", + "name": "Eelke Blok", + "avatar_url": "https://avatars0.githubusercontent.com/u/461752?v=4", + "profile": "http://www.blokspeed.net", + "contributions": [ + "doc" + ] + }, + { + "login": "glensc", + "name": "Elan Ruusamäe", + "avatar_url": "https://avatars1.githubusercontent.com/u/199095?v=4", + "profile": "https://github.com/glensc", + "contributions": [ + "code" + ] + }, + { + "login": "ericwbailey", + "name": "Eric Bailey", + "avatar_url": "https://avatars3.githubusercontent.com/u/634191?v=4", + "profile": "https://ericwbailey.design/", + "contributions": [ + "doc" + ] + }, + { + "login": "ferhate", + "name": "Ferhat Elmasgüneş", + "avatar_url": "https://avatars0.githubusercontent.com/u/13179128?v=4", + "profile": "http://ferhat.elmasgunes.net", + "contributions": [ + "doc" + ] + }, + { + "login": "fredj", + "name": "Frédéric Junod", + "avatar_url": "https://avatars0.githubusercontent.com/u/100959?v=4", + "profile": "https://github.com/fredj", + "contributions": [ + "bug", + "doc" + ] + }, + { + "login": "GrahamCampbell", + "name": "Graham Campbell", + "avatar_url": "https://avatars1.githubusercontent.com/u/2829600?v=4", + "profile": "https://gjcampbell.co.uk/", + "contributions": [ + "doc" + ] + }, + { + "login": "GrahamWalters", + "name": "Graham Walters", + "avatar_url": "https://avatars2.githubusercontent.com/u/1072751?v=4", + "profile": "https://grahamwalters.me", + "contributions": [ + "doc" + ] + }, + { + "login": "hendricius", + "name": "Hendrik Kleinwaechter", + "avatar_url": "https://avatars2.githubusercontent.com/u/816859?v=4", + "profile": "http://www.tripl.de", + "contributions": [ + "doc" + ] + }, + { + "login": "ikourfaln", + "name": "IKOURFALN Slimane", + "avatar_url": "https://avatars3.githubusercontent.com/u/9744226?v=4", + "profile": "https://github.com/ikourfaln", + "contributions": [ + "bug", + "code" + ] + }, + { + "login": "jwilk", + "name": "Jakub Wilk", + "avatar_url": "https://avatars2.githubusercontent.com/u/141546?v=4", + "profile": "https://github.com/jwilk", + "contributions": [ + "doc" + ] + }, + { + "login": "jjlharrison", + "name": "James Harrison", + "avatar_url": "https://avatars0.githubusercontent.com/u/242337?v=4", + "profile": "https://github.com/jjlharrison", + "contributions": [ + "doc" + ] + }, + { + "login": "james-johnston-thumbtack", + "name": "James Johnston", + "avatar_url": "https://avatars3.githubusercontent.com/u/22308682?v=4", + "profile": "https://github.com/james-johnston-thumbtack", + "contributions": [ + "code" + ] + }, + { + "login": "honzi", + "name": "Jan Hořava", + "avatar_url": "https://avatars2.githubusercontent.com/u/3666887?v=4", + "profile": "http://honzi.cz", + "contributions": [ + "doc" + ] + }, + { + "login": "jaredly", + "name": "Jared Forsyth", + "avatar_url": "https://avatars3.githubusercontent.com/u/112170?v=4", + "profile": "http://jaredforsyth.com", + "contributions": [ + "code", + "doc" + ] + }, + { + "login": "jerodsanto", + "name": "Jerod Santo", + "avatar_url": "https://avatars0.githubusercontent.com/u/8212?v=4", + "profile": "https://jerodsanto.net", + "contributions": [ + "doc" + ] + }, + { + "login": "jina", + "name": "Jina Anne", + "avatar_url": "https://avatars3.githubusercontent.com/u/53273?v=4", + "profile": "http://jina.me", + "contributions": [ + "doc" + ] + }, + { + "login": "JocelynDelalande", + "name": "JocelynDelalande", + "avatar_url": "https://avatars0.githubusercontent.com/u/429633?v=4", + "profile": "http://jocelyn.delalande.fr", + "contributions": [ + "doc" + ] + }, + { + "login": "JonMidhir", + "name": "John Hope", + "avatar_url": "https://avatars0.githubusercontent.com/u/39089?v=4", + "profile": "http://jhope.ie", + "contributions": [ + "doc" + ] + }, + { + "login": "josdea", + "name": "Josh Dean", + "avatar_url": "https://avatars1.githubusercontent.com/u/13952477?v=4", + "profile": "https://github.com/josdea", + "contributions": [ + "code" + ] + }, + { + "login": "juliankrispel", + "name": "Julian Krispel-Samsel", + "avatar_url": "https://avatars1.githubusercontent.com/u/1188186?v=4", + "profile": "http://reactrocket.com", + "contributions": [ + "code" + ] + }, + { + "login": "theoreticaLee", + "name": "Lee Leathers", + "avatar_url": "https://avatars3.githubusercontent.com/u/591833?v=4", + "profile": "http://about.me/leeleathers", + "contributions": [ + "code" + ] + }, + { + "login": "leniel", + "name": "Leniel Macaferi", + "avatar_url": "https://avatars2.githubusercontent.com/u/764854?v=4", + "profile": "http://leniel.net", + "contributions": [ + "doc" + ] + }, + { + "login": "macmladen", + "name": "Mladen Đurić", + "avatar_url": "https://avatars2.githubusercontent.com/u/572289?v=4", + "profile": "http://macmladen.com", + "contributions": [ + "doc" + ] + }, + { + "login": "MartinSeeler", + "name": "Martin Seeler", + "avatar_url": "https://avatars0.githubusercontent.com/u/1043838?v=4", + "profile": "http://www.martinseeler.com", + "contributions": [ + "code" + ] + }, + { + "login": "sigo", + "name": "Mateusz Jagiełło", + "avatar_url": "https://avatars2.githubusercontent.com/u/321881?v=4", + "profile": "http://sigo.pl/", + "contributions": [ + "bug" + ] + }, + { + "login": "mtscout6", + "name": "Matt Smith", + "avatar_url": "https://avatars3.githubusercontent.com/u/736870?v=4", + "profile": "http://www.softwarebymatt.com", + "contributions": [ + "bug" + ] + }, + { + "login": "gurisko", + "name": "Matus Gura", + "avatar_url": "https://avatars2.githubusercontent.com/u/495549?v=4", + "profile": "https://github.com/gurisko", + "contributions": [ + "doc" + ] + }, + { + "login": "jibbajabba", + "name": "Michael Angeles", + "avatar_url": "https://avatars1.githubusercontent.com/u/117222?v=4", + "profile": "https://github.com/jibbajabba", + "contributions": [ + "doc" + ] + }, + { + "login": "nielsenramon", + "name": "Nielsen Ramon", + "avatar_url": "https://avatars3.githubusercontent.com/u/1246672?v=4", + "profile": "http://nielsenramon.com/", + "contributions": [ + "code" + ] + }, + { + "login": "doersino", + "name": "Noah Doersing", + "avatar_url": "https://avatars1.githubusercontent.com/u/1944410?v=4", + "profile": "https://hejnoah.com", + "contributions": [ + "doc" + ] + }, + { + "login": "paulftw", + "name": "Paul Korzhyk", + "avatar_url": "https://avatars1.githubusercontent.com/u/769142?v=4", + "profile": "https://github.com/paulftw", + "contributions": [ + "doc" + ] + }, + { + "login": "PeterDaveHello", + "name": "Peter Dave Hello", + "avatar_url": "https://avatars3.githubusercontent.com/u/3691490?v=4", + "profile": "https://www.peterdavehello.org/", + "contributions": [ + "doc", + "platform" + ] + }, + { + "login": "pdehaan", + "name": "Peter deHaan", + "avatar_url": "https://avatars2.githubusercontent.com/u/557895?v=4", + "profile": "http://about.me/peterdehaan", + "contributions": [ + "doc" + ] + }, + { + "login": "pra85", + "name": "Prayag Verma ", + "avatar_url": "https://avatars2.githubusercontent.com/u/829526?v=4", + "profile": "https://www.StylifyYourBlog.com/", + "contributions": [ + "doc" + ] + }, + { + "login": "ReadmeCritic", + "name": "ReadmeCritic", + "avatar_url": "https://avatars3.githubusercontent.com/u/15367484?v=4", + "profile": "https://twitter.com/ReadmeCritic", + "contributions": [ + "doc" + ] + }, + { + "login": "ricardopolo", + "name": "Ricardo Polo", + "avatar_url": "https://avatars3.githubusercontent.com/u/1263856?v=4", + "profile": "https://ricardopolo.co/", + "contributions": [ + "code" + ] + }, + { + "login": "rmm5t", + "name": "Ryan McGeary", + "avatar_url": "https://avatars0.githubusercontent.com/u/740?v=4", + "profile": "http://ryan.mcgeary.org", + "contributions": [ + "code" + ] + }, + { + "login": "rriggin", + "name": "Ryan Riggin", + "avatar_url": "https://avatars1.githubusercontent.com/u/125998?v=4", + "profile": "https://github.com/rriggin", + "contributions": [ + "code" + ] + }, + { + "login": "rsenk330", + "name": "Ryan Senkbeil", + "avatar_url": "https://avatars2.githubusercontent.com/u/881590?v=4", + "profile": "http://ryansenkbeil.com", + "contributions": [ + "code" + ] + }, + { + "login": "sarangjo", + "name": "Sarang Joshi", + "avatar_url": "https://avatars1.githubusercontent.com/u/1961007?v=4", + "profile": "http://sarangjo.github.io", + "contributions": [ + "doc" + ] + }, + { + "login": "Scotchester", + "name": "Scott Cranfill", + "avatar_url": "https://avatars3.githubusercontent.com/u/1044670?v=4", + "profile": "https://twitter.com/scott_ish", + "contributions": [ + "code" + ] + }, + { + "login": "TheJaredWilcurt", + "name": "The Jared Wilcurt", + "avatar_url": "https://avatars1.githubusercontent.com/u/4629794?v=4", + "profile": "http://TheJaredWilcurt.com", + "contributions": [ + "doc" + ] + }, + { + "login": "tagCincy", + "name": "Tim Guibord", + "avatar_url": "https://avatars0.githubusercontent.com/u/308290?v=4", + "profile": "https://github.com/tagCincy", + "contributions": [ + "code" + ] + }, + { + "login": "mazurva", + "name": "Vadim Mazur", + "avatar_url": "https://avatars1.githubusercontent.com/u/1152567?v=4", + "profile": "https://github.com/mazurva", + "contributions": [ + "code" + ] + }, + { + "login": "vinsonchuong", + "name": "Vinson Chuong", + "avatar_url": "https://avatars2.githubusercontent.com/u/382608?v=4", + "profile": "https://vinsonchuong.net", + "contributions": [ + "code" + ] + }, + { + "login": "grvrg", + "name": "grvrg", + "avatar_url": "https://avatars3.githubusercontent.com/u/34144858?v=4", + "profile": "https://github.com/grvrg", + "contributions": [ + "doc" + ] + }, + { + "login": "luke83", + "name": "Luca Trevisani", + "avatar_url": "https://avatars0.githubusercontent.com/u/77144?v=4", + "profile": "https://github.com/luke83", + "contributions": [ + "code" + ] + }, + { + "login": "alvarotrigo", + "name": "Álvaro", + "avatar_url": "https://avatars3.githubusercontent.com/u/1706326?v=4", + "profile": "http://alvarotrigo.com", + "contributions": [ + "doc" + ] + }, + { + "login": "xuv", + "name": "Julien Deswaef", + "avatar_url": "https://avatars3.githubusercontent.com/u/192539?v=4", + "profile": "http://xuv.be", + "contributions": [ + "code", + "design", + "doc", + "question" + ] + }, + { + "login": "n8willis", + "name": "n8willis", + "avatar_url": "https://avatars0.githubusercontent.com/u/2192132?v=4", + "profile": "https://github.com/n8willis", + "contributions": [ + "ideas" + ] + }, + { + "login": "brendanhowell", + "name": "B. Howell", + "avatar_url": "https://avatars0.githubusercontent.com/u/1779453?v=4", + "profile": "http://wintermute.org/brendan", + "contributions": [ + "ideas" + ] + }, + { + "login": "algotruneman", + "name": "Algot Runeman", + "avatar_url": "https://avatars2.githubusercontent.com/u/1197187?v=4", + "profile": "http://runeman.org", + "contributions": [ + "doc" + ] + }, + { + "login": "micahilbery", + "name": "Micah Ilbery", + "avatar_url": "https://avatars0.githubusercontent.com/u/10608836?v=4", + "profile": "https://micahilbery.com/", + "contributions": [ + "doc", + "design" + ] + }, + { + "login": "tessus", + "name": "Helmut K. C. Tessarek", + "avatar_url": "https://avatars3.githubusercontent.com/u/223439?v=4", + "profile": "https://evermeet.cx", + "contributions": [ + "doc", + "code", + "design" + ] + }, + { + "login": "jeromelebleu", + "name": "jeromelebleu", + "avatar_url": "https://avatars0.githubusercontent.com/u/3597194?v=4", + "profile": "https://github.com/jeromelebleu", + "contributions": [ + "code" + ] + }, + { + "login": "rummik", + "name": "Kimberly Zick", + "avatar_url": "https://avatars3.githubusercontent.com/u/630909?v=4", + "profile": "https://zick.kim/", + "contributions": [ + "doc" + ] + }, + { + "login": "nIQnutn", + "name": "nIQnutn", + "avatar_url": "https://avatars2.githubusercontent.com/u/13441278?v=4", + "profile": "http://blog.niqnutn.com/", + "contributions": [ + "blog", + "plugin" + ] + }, + { + "login": "leosuncin", + "name": "Jaime Leonardo Suncin Cruz", + "avatar_url": "https://avatars1.githubusercontent.com/u/4307697?v=4", + "profile": "https://github.com/leosuncin", + "contributions": [ + "doc" + ] + }, + { + "login": "juliettef", + "name": "Juliette Foucaut", + "avatar_url": "https://avatars0.githubusercontent.com/u/1770233?v=4", + "profile": "https://www.enkisoftware.com", + "contributions": [ + "plugin" + ] + }, + { + "login": "QuadPiece", + "name": "Dominik V. Salonen", + "avatar_url": "https://avatars1.githubusercontent.com/u/6379091?v=4", + "profile": "http://quad.moe/", + "contributions": [ + "blog" + ] + }, + { + "login": "aviau", + "name": "Alexandre Viau", + "avatar_url": "https://avatars2.githubusercontent.com/u/2706882?v=4", + "profile": "https://alexandreviau.net", + "contributions": [ + "ideas", + "platform" + ] + }, + { + "login": "Xesau", + "name": "Xesau", + "avatar_url": "https://avatars3.githubusercontent.com/u/7915413?v=4", + "profile": "http://xesau.eu/", + "contributions": [ + "bug" + ] + }, + { + "login": "janhohner", + "name": "Jan Hohner", + "avatar_url": "https://avatars0.githubusercontent.com/u/649895?v=4", + "profile": "https://janhohner.de", + "contributions": [ + "bug" + ] + }, + { + "login": "davelab6", + "name": "Dave Crossland", + "avatar_url": "https://avatars0.githubusercontent.com/u/261579?v=4", + "profile": "http://fonts.google.com", + "contributions": [ + "review" + ] + }, + { + "login": "Berkmann18", + "name": "Maximilian Berkmann", + "avatar_url": "https://avatars0.githubusercontent.com/u/8260834?v=4", + "profile": "http://maxcubing.wordpress.com", + "contributions": [ + "ideas" + ] + }, + { + "login": "moritzheiber", + "name": "Moritz Heiber", + "avatar_url": "https://avatars2.githubusercontent.com/u/616813?v=4", + "profile": "https://heiber.im", + "contributions": [ + "infra" + ] + }, + { + "login": "wezm", + "name": "Wesley Moore", + "avatar_url": "https://avatars1.githubusercontent.com/u/21787?v=4", + "profile": "http://www.wezm.net/", + "contributions": [ + "doc" + ] + }, + { + "login": "jerrykan", + "name": "John Kristensen", + "avatar_url": "https://avatars0.githubusercontent.com/u/377632?v=4", + "profile": "http://www.jerrykan.com/", + "contributions": [ + "design" + ] + }, + { + "login": "melmothx", + "name": "Marco", + "avatar_url": "https://avatars3.githubusercontent.com/u/130971?v=4", + "profile": "https://amusewiki.org", + "contributions": [ + "design" + ] + }, + { + "login": "jaredcwhite", + "name": "Jared White", + "avatar_url": "https://avatars1.githubusercontent.com/u/658496?v=4", + "profile": "https://whitefusion.io", + "contributions": [ + "content" + ] + }, + { + "login": "waldyrious", + "name": "Waldir Pimenta", + "avatar_url": "https://avatars2.githubusercontent.com/u/478237?v=4", + "profile": "http://waldyrious.github.io", + "contributions": [ + "content" + ] + }, + { + "login": "vanokhin", + "name": "Vladimir Anokhin", + "avatar_url": "https://avatars3.githubusercontent.com/u/1898673?v=4", + "profile": "https://vanokhin.com/", + "contributions": [ + "code" + ] + }, + { + "login": "maxlath", + "name": "Maxime Lathuilière", + "avatar_url": "https://avatars2.githubusercontent.com/u/1596934?v=4", + "profile": "http://maxlath.eu", + "contributions": [ + "code" + ] + }, + { + "login": "araratthehero", + "name": "Ararat", + "avatar_url": "https://avatars1.githubusercontent.com/u/8832594?v=4", + "profile": "https://github.com/araratthehero", + "contributions": [ + "content" + ] + }, + { + "login": "wakest", + "name": "Liaizon Wakest", + "avatar_url": "https://avatars2.githubusercontent.com/u/7890201?v=4", + "profile": "http://wake.st", + "contributions": [ + "ideas" + ] + }, + { + "login": "fedidat", + "name": "Ben Fedidat", + "avatar_url": "https://avatars2.githubusercontent.com/u/1108409?v=4", + "profile": "http://fedidat.com/", + "contributions": [ + "blog" + ] + }, + { + "login": "eidsonator", + "name": "Todd Eidson", + "avatar_url": "https://avatars0.githubusercontent.com/u/954092?v=4", + "profile": "https://www.eidson.info", + "contributions": [ + "ideas", + "doc", + "bug", + "code" + ] + } + ], + "contributorsPerLine": 7 +} diff --git a/old/themes/varia/static/css/fork-awesome/.github/ISSUE_TEMPLATE/Icon_request.md b/old/themes/varia/static/css/fork-awesome/.github/ISSUE_TEMPLATE/Icon_request.md new file mode 100644 index 0000000..b4daec3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/.github/ISSUE_TEMPLATE/Icon_request.md @@ -0,0 +1,29 @@ +--- +name: Icon request +about: Suggest an icon for this project + +--- + + + +## Icon + + + + + +## Name Suggestion + + + + + +## Use Case + + + + diff --git a/old/themes/varia/static/css/fork-awesome/.gitignore b/old/themes/varia/static/css/fork-awesome/.gitignore new file mode 100644 index 0000000..1509f82 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/.gitignore @@ -0,0 +1,15 @@ +.DS_Store + +_site/* + +.sass-cache +node_modules + +.ruby-version +.bundle + +src/icons/forkawesome/ +src/scripts/ + +*~ +*swp diff --git a/old/themes/varia/static/css/fork-awesome/.npmignore b/old/themes/varia/static/css/fork-awesome/.npmignore new file mode 100644 index 0000000..fcebaf7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/.npmignore @@ -0,0 +1,21 @@ +.DS_Store +_site/ + +.sass-cache +node_modules + +.ruby-version + +# don't need these in the npm package. +.github/ +src/ +_config.yml +_config-deploy.yml +.all-contributorsrc +.travis.yml +bower.json +component.json +composer.json +CONTRIBUTING.md +Gemfile +Gemfile.lock diff --git a/old/themes/varia/static/css/fork-awesome/.travis.yml b/old/themes/varia/static/css/fork-awesome/.travis.yml new file mode 100644 index 0000000..6e2a95d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/.travis.yml @@ -0,0 +1,31 @@ +language: + - ruby + - node_js + +install: + - bundle install + - npm install + +script: + - npm run build + +deploy: + - provider: pages + skip-cleanup: true + github-token: $GITHUB_TOKEN + keep-history: true + local-dir: _site + on: + branch: master + tags: true + - provider: npm + email: $NPM_EMAIL + api_key: $NPM_TOKEN + on: + branch: master + tags: true + +# blocklist +branches: + except: + - gh-pages diff --git a/old/themes/varia/static/css/fork-awesome/CHANGELOG.md b/old/themes/varia/static/css/fork-awesome/CHANGELOG.md new file mode 100644 index 0000000..3efa412 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/CHANGELOG.md @@ -0,0 +1,91 @@ +# Changelog + +## Changelog of Fork awesome +- v1.1.6 + - Added icons: file-epub, python, archlinux, pleroma, unsplash, hackster, spell-check, moon, sun, f-droid, and biometric + - Some documentation correction and augmentation, mostly in the README + - Gave access to the @all-contributors [bot] to the repo for easier contributor list management + - Added a plugin to automatically update the Contributors badge when building the documentation + - Added an official domain name for the project: https://forkaweso.me +- v1.1.5 + - Just bumped the version number to trigger an automated deploy +- v1.1.4 + - Added icons: Gitea, AT&T, Digitalocean, C (language), Wikidata, Emby, Jirafeau, Hashnode, DevTo, Pixelfed, Matrix, Inkscape, Syncthing. +- v1.1.3 + - Added icons: Syncthing and Inkscape + - Fixed sizing with PHP icon + - Added the `sync` alias to the refresh icon +- v1.1.2 + - Adds a `v5-compat.css` file in order to ease transition from Font Awesome v5 to Frok Awesome [#112](https://github.com/ForkAwesome/Fork-Awesome/issues/112) + - Adds full MIT license in the CSS, LESS and SCSS headers [#113](https://github.com/ForkAwesome/Fork-Awesome/issues/113) + - Ignoring some unnecessary files that were distributed with the CDN +- v1.1.1 + - Adding a CI pipeline with Travis. + - Fixes bell and bell-o icons who were switched up [#88](https://github.com/ForkAwesome/Fork-Awesome/issues/88) + - Add a mention in the documentation that the SIL-OFL also applies to SVG glyphs [#62](https://github.com/ForkAwesome/Fork-Awesome/issues/62) +- v1.1.0 + - Upgrade of build tools to latest versions ( Jekyll & svgo mainly) + - Change of Globe icon to be more world friendly + - Adds more icons: more globes (east & west views), zotero, nodejs, nextcloud, hackaday, laravel, signal, gnupg, php, ffmpeg amd joplin. +- v1.0.11 + - Adds icons: Dogmazic, React, Tipeee, Mastodon Square. + - Fix variable names for generated SCSS variables. + - Fix old reference to Font Awesome in SCSS variables. +- v1.0.10 + - Adding a few icons: Debian, Messenger, Freedombox +- v1.0.9 + - Adding icons for Archive.org & Xmpp + - Improving icons for QRcode & Barcode +- v1.0.8 + - Bumping just for jsDelivr because it won't accept an array as default files. +- v1.0.7 + - Prepares for jsDelivr CDN distribution + - Adds sourcemap for min version of CSS (jsDelivr requirement) + - Updates Medium icon to latest branding + adds Medium square icon. +- v1.0.6 + - Removes Twitter js tracker in the doc and add Disapora* and Mastodon share button (Distributopia) + - Adding a few more icons: Shaarli, Key (modern) +- v1.0.5 + - Solves a bug where CSS, LESS & SCSS folder were not updated +- v1.0.4 + - Some build process changes + - Adds a SVG template file in src/icons for better icon placement and sizing comparison + - Adds Discord, Patreon, Snowdrift, Ethereum, ActivityPub and Keybase icons +- v1.0.3 + - Adding Artstation icon [#19](https://github.com/ForkAwesome/Fork-Awesome/pull/19) + - Adding an SVG Inkscape template for icon sizing and positioning +- v1.0.2 + - Solves a Makefile bug that packaged files that were not updated. + - Correction of typos in the documentation. +- v1.0.1 + − Mainly solving a packaging bug. +- v1.0.0 + - Forked from Font Awesome 4.7.0. Rename of the project to Fork Awesome. + - Cleaned up the doc and removed 3rd party trackers and advertisement from documentation. + - Extracted all the icons from the SVG webfont into individual SVG files. + - Added 12 new icons. + - Removed 3 imaginary brand icons. + - Added FontCustom as a build tool to create the webfonts. + +## Changelog of Font Awesome +- [v4.7.0 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/10012) +- [v4.6.3 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/9189) +- [v4.6.2 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/9117) +- [v4.6.1 GitHub pull request](https://github.com/FortAwesome/Font-Awesome/pull/8962) +- [v4.6.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.6.0+is%3Aclosed) +- [v4.5.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.5.0+is%3Aclosed) +- [v4.4.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.4.0+is%3Aclosed) +- [v4.3.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?q=milestone%3A4.3.0+is%3Aclosed) +- [v4.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=12&page=1&state=closed) +- [v4.1.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=6&page=1&state=closed) +- [v4.0.3 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=9&page=1&state=closed) +- [v4.0.2 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=8&page=1&state=closed) +- [v4.0.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=7&page=1&state=closed) +- [v4.0.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=2&page=1&state=closed) +- [v3.2.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=5&page=1&state=closed) +- [v3.2.0 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=3&page=1&state=closed) +- [v3.1.1 GitHub milestones](https://github.com/FortAwesome/Font-Awesome/issues?milestone=4&page=1&state=closed) +- v3.1.0 - Added 54 icons, icon stacking styles, flipping and rotating icons, removed Sass support +- v3.0.2 - much improved rendering and alignment in IE7 +- v3.0.1 - much improved rendering in webkit, various bug fixes +- v3.0.0 - all icons redesigned from scratch, optimized for Bootstrap's 14px default diff --git a/old/themes/varia/static/css/fork-awesome/CONTRIBUTING.md b/old/themes/varia/static/css/fork-awesome/CONTRIBUTING.md new file mode 100644 index 0000000..6c18403 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/CONTRIBUTING.md @@ -0,0 +1,101 @@ +# Contributing to Fork Awesome + +Looking to contribute something to Fork Awesome? **Here's how you can help.** + +## Requesting new icons + +New icons mostly start as requests by the [Fork Awesome community on GitHub](../../issues). Want to request a new icon? Here are some things to keep in mind: + +1. Please be nice. Fork Awesome is a happy place. +2. Please [search](../../search?type=Issues) to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one. +4. Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). +5. Please and thank you if you include the following: + - Title your [new issue](../../issues/new?title=Icon%20Request:%20icon-) `Icon request: icon-name` (e.g., `Icon request: icon-car`). + - Include a few use cases for your requested icon. How do you plan on using it? + - Attach or link to a single color image or two that represent the idea you're going for. + - Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. ☺ + + +## Adding a new icon + +Adding a new icon is a couple steps process that will require your attention and eyes for details. It might be a bit intimidating at the beginning, but should be easy to repeat once you've gone through it once or twice. + +0. Follow the [README.md](README.md#building-fork-awesome) to install the necessary tools. +1. All icons are originally designed in SVG and fit in a grid (see `src/icons/icon-template-inkscape.svg` for a template for Inkscape). +2. Most icons should fit a square that is centered vertically and aligned left in that template. (Try importing existing icons in that template to understand how they fit.) +3. Design your icon in black only. No transparency. No gradient. Use simple shapes and forms. Note that it will be automatically transformed into a glyph. So if the design is complex, it might not show in the font as expected. Change a few things and try again if that happens. +4. From the `src/icons` folder, use the `make` command to build the icon font. It will also generate a file called `src/icons/forkawesome/forkawesome-preview.html`. Open it with a browser and search your icon on the test page. This preview file will show you how your design behaves after conversion. It will also automatically associate a unicode code point for it. Be sure remember it. +5. Once you are satisfied with your design and the preview of it. Add the icon name, unicode point and icon information at the bottom of the `src/icons/icons.yml` file. Look at other entries to see how it's done and to give it a proper classification. +6. Once all this is done, commit your changes and make a pull request. + + +## Suggesting icon keyword addition/removal + +Icon filters are maintained by the [Fork Awesome community on GitHub](../../pulls?q=is%3Apr+label%3Adoc). + +If you feel that an icon + +* is missing keyword(s) +* contains invalid keyword(s) + +please send a [PR](https://help.github.com/articles/using-pull-requests/) to the `master` branch. + + +## Reporting issues + +We only accept issues that are icon requests, bug reports, or feature requests. Bugs must be isolated and reproducible problems that we can fix within the Fork Awesome core. Please read the following guidelines to ensure you are the paragon of bug reporting. + +1. **Search for existing issues.** We get a lot of duplicate issues, and you'd help us out a lot by first checking if someone else has reported the same issue. Moreover, the issue may have already been resolved with a fix available. +2. **Create an isolated and reproducible test case.** Be sure the problem exists in Fork Awesome's code with a [reduced test case](http://css-tricks.com/reduced-test-cases/) that should be included in each bug report. +3. **Include a live example.** Make use of jsFiddle, jsBin, or Codepen to share your isolated test cases. +4. **Share as much information as possible.** Include operating system and version, browser and version, version of Fork Awesome, etc. where appropriate. Also include steps to reproduce the bug. + + +## Key branches + +- `master` is the latest, deployed version +- `gh-pages` is the hosted docs (not to be used for pull requests) + +## Notes on the repo + +Fork Awesome's CSS, LESS, SCSS, and documentation are all powered by Jekyll templates and built before each commit and release. +- `_config.yml` - much of the site is driven off variables from this file, including Font Awesome and Bootstrap versions +- `src/doc/` - All edits to documentation, LESS, SCSS, and CSS should be made to files and templates in this directory +- `src/icons/icons.yml` - all LESS, SCSS, and CSS icon definitions are driven off this single file + + +## Pull requests + +- Any changes to the docs must be made to the Liquid templates in the `src/doc` directory +- Any changes to the styles must be made to the .less and .scss files in the `src/doc` directory +- If modifying the .less and .scss files, always recompile and commit the compiled files +- Try to share which browsers your code has been tested in before submitting a pull request + + +## Coding standards: HTML + +- Two spaces for indentation, never tabs +- Double quotes only, never single quotes +- Always use proper indentation +- Use tags and elements appropriate for an HTML5 doctype (e.g., self-closing tags) + + +## Coding standards: CSS + +- Adhere to the [Recess CSS property order](http://markdotto.com/2011/11/29/css-property-order/) +- Multiple-line approach (one property and value per line) +- Always a space after a property's colon (e.g., `display: block;` and not `display:block;`) +- End all lines with a semi-colon +- For multiple, comma-separated selectors, place each selector on its own line +- Attribute selectors, like `input[type="text"]` should always wrap the attribute's value in double quotes, for consistency and safety (see this [blog post on unquoted attribute values](http://mathiasbynens.be/notes/unquoted-attribute-values) that can lead to XSS attacks) + + +## License + +By contributing your code, you agree to license your contribution under the terms of the MIT License: +- http://opensource.org/licenses/mit-license.html + + +## Thanks + +Thanks to Bootstrap for their wonderful CONTRIBUTING.MD doc. It was modified to create this one. diff --git a/old/themes/varia/static/css/fork-awesome/CONTRIBUTORS.md b/old/themes/varia/static/css/fork-awesome/CONTRIBUTORS.md new file mode 100644 index 0000000..7db132a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/CONTRIBUTORS.md @@ -0,0 +1,31 @@ +# ForkAwesome Community + +This is a list of people who made this project possible, whether they contributed to FontAwesome before or to ForkAwesome since. We are trying hard to recognize all types of contributions. So if you feel you have been left out and should be mentioned here, please accept our apology and [write us a message](https://github.com/ForkAwesome/Fork-Awesome/issues/new) about it. We'll fix this as soon as possible. + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)): + + + +| [Dave Gandy
                Dave Gandy](https://github.com/davegandy)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Code") [🎨](#design-davegandy "Design") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davegandy "Documentation") | [Brian Talbot
                Brian Talbot](http://www.talbs.me)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=talbs "Code") | [Travis Chase
                Travis Chase](https://github.com/supercodepoet)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=supercodepoet "Code") | [Rob Madole
                Rob Madole](http://robmadole.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=robmadole "Code") | [Geremia Taglialatela
                Geremia Taglialatela](https://github.com/tagliala)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=tagliala "Documentation") [💬](#question-tagliala "Answering Questions") | [Mathias Bynens
                Mathias Bynens](https://mathiasbynens.be/)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=mathiasbynens "Code") | [William Boman
                William Boman](https://redwill.se/)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=williamboman "Code") | +| :---: | :---: | :---: | :---: | :---: | :---: | :---: | +| [Matthias Kretschmann
                Matthias Kretschmann](https://kretschmann.io)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=kremalicious "Code") | [Maxime Fabre
                Maxime Fabre](https://about.me/anahkiasen)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=Anahkiasen "Code") | [Patrick H. Lauke
                Patrick H. Lauke](http://www.splintered.co.uk)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=patrickhlauke "Documentation") | [Dan Stroot
                Dan Stroot](https://danstroot.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=dstroot "Code") | [Jason Porter
                Jason Porter](http://lightguard-jp.blogspot.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=LightGuard "Code") | [Tom Byrer
                Tom Byrer](https://github.com/tomByrer)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=tomByrer "Documentation") | [Gregory Koberger
                Gregory Koberger](http://readme.io)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=gkoberger "Code") | +| [Kevin Kirsche
                Kevin Kirsche](https://kevinkirsche.com)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=kkirsche "Documentation") | [Marcus Bointon
                Marcus Bointon](http://marcus.bointon.com/)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=Synchro "Code") | [njb_said
                njb_said](https://github.com/njb-said)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=njb-said "Documentation") | [AJ Acevedo
                AJ Acevedo](http://ajacevedo.com)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=AJ-Acevedo "Documentation") | [Aarni Koskela
                Aarni Koskela](https://akx.github.io/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=akx "Documentation") | [scudco
                scudco](https://github.com/scudco)
                [🔧](#tool-scudco "Tools") | [Alfio Emanuele
                Alfio Emanuele](https://alfioemanuele.io)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=AlfioEmanueleFresta "Documentation") | +| [Andy Carter
                Andy Carter](http://andy-carter.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=drmonkeyninja "Code") | [Andy Freeland
                Andy Freeland](https://andyfreeland.net)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Arouge8 "Bug reports") [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=rouge8 "Code") | [Antério Vieira
                Antério Vieira](http://owen.com.br)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=anteriovieira "Documentation") | [Ararat
                Ararat](https://github.com/araratm)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=araratm "Documentation") | [Ben Gadbois
                Ben Gadbois](https://github.com/bengadbois)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=bengadbois "Documentation") | [Ben Thomas
                Ben Thomas](https://github.com/wazoo)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=wazoo "Code") | [Brad Buchanan
                Brad Buchanan](http://bradleycbuchanan.com)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=islemaster "Documentation") | +| [Brandon Sarà
                Brandon Sarà](http://bsara.pro)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=bsara "Documentation") | [Bryan Channon
                Bryan Channon](http://vuii.co.uk)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=Vusys "Documentation") | [Cauê Thenório
                Cauê Thenório](https://github.com/cauethenorio)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=cauethenorio "Code") | [Chip Thien
                Chip Thien](https://github.com/MacroChip)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=MacroChip "Code") | [Dane Hurtubise
                Dane Hurtubise](http://hurtubise.me)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=hurtubise "Documentation") | [Dannii Willis
                Dannii Willis](https://curiousdannii.github.io/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=curiousdannii "Documentation") | [Darío Hereñú
                Darío Hereñú](https://github.com/kant)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=kant "Documentation") | +| [David Celis
                David Celis](https://davidcel.is/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=davidcelis "Documentation") | [Derek Myers
                Derek Myers](http://derekmyers.com)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Admyers "Bug reports") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=dmyers "Documentation") | [Doug Bell
                Doug Bell](http://preaction.me)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=preaction "Documentation") | [Eelke Blok
                Eelke Blok](http://www.blokspeed.net)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=eelkeblok "Documentation") | [Elan Ruusamäe
                Elan Ruusamäe](https://github.com/glensc)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=glensc "Code") | [Eric Bailey
                Eric Bailey](https://ericwbailey.design/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=ericwbailey "Documentation") | [Ferhat Elmasgüneş
                Ferhat Elmasgüneş](http://ferhat.elmasgunes.net)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=ferhate "Documentation") | +| [Frédéric Junod
                Frédéric Junod](https://github.com/fredj)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Afredj "Bug reports") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=fredj "Documentation") | [Graham Campbell
                Graham Campbell](https://gjcampbell.co.uk/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=GrahamCampbell "Documentation") | [Graham Walters
                Graham Walters](https://grahamwalters.me)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=GrahamWalters "Documentation") | [Hendrik Kleinwaechter
                Hendrik Kleinwaechter](http://www.tripl.de)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=hendricius "Documentation") | [IKOURFALN Slimane
                IKOURFALN Slimane](https://github.com/ikourfaln)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Aikourfaln "Bug reports") [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=ikourfaln "Code") | [Jakub Wilk
                Jakub Wilk](https://github.com/jwilk)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jwilk "Documentation") | [James Harrison
                James Harrison](https://github.com/jjlharrison)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jjlharrison "Documentation") | +| [James Johnston
                James Johnston](https://github.com/james-johnston-thumbtack)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=james-johnston-thumbtack "Code") | [Jan Hořava
                Jan Hořava](http://honzi.cz)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=honzi "Documentation") | [Jared Forsyth
                Jared Forsyth](http://jaredforsyth.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jaredly "Code") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jaredly "Documentation") | [Jerod Santo
                Jerod Santo](https://jerodsanto.net)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jerodsanto "Documentation") | [Jina Anne
                Jina Anne](http://jina.me)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jina "Documentation") | [JocelynDelalande
                JocelynDelalande](http://jocelyn.delalande.fr)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=JocelynDelalande "Documentation") | [John Hope
                John Hope](http://jhope.ie)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=JonMidhir "Documentation") | +| [Josh Dean
                Josh Dean](https://github.com/josdea)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=josdea "Code") | [Julian Krispel-Samsel
                Julian Krispel-Samsel](http://reactrocket.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=juliankrispel "Code") | [Lee Leathers
                Lee Leathers](http://about.me/leeleathers)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=theoreticaLee "Code") | [Leniel Macaferi
                Leniel Macaferi](http://leniel.net)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=leniel "Documentation") | [Mladen Đurić
                Mladen Đurić](http://macmladen.com)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=macmladen "Documentation") | [Martin Seeler
                Martin Seeler](http://www.martinseeler.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=MartinSeeler "Code") | [Mateusz Jagiełło
                Mateusz Jagiełło](http://sigo.pl/)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Asigo "Bug reports") | +| [Matt Smith
                Matt Smith](http://www.softwarebymatt.com)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Amtscout6 "Bug reports") | [Matus Gura
                Matus Gura](https://github.com/gurisko)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=gurisko "Documentation") | [Michael Angeles
                Michael Angeles](https://github.com/jibbajabba)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jibbajabba "Documentation") | [Nielsen Ramon
                Nielsen Ramon](http://nielsenramon.com/)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=nielsenramon "Code") | [Noah Doersing
                Noah Doersing](https://hejnoah.com)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=doersino "Documentation") | [Paul Korzhyk
                Paul Korzhyk](https://github.com/paulftw)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=paulftw "Documentation") | [Peter Dave Hello
                Peter Dave Hello](https://www.peterdavehello.org/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=PeterDaveHello "Documentation") [📦](#platform-PeterDaveHello "Packaging/porting to new platform") | +| [Peter deHaan
                Peter deHaan](http://about.me/peterdehaan)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=pdehaan "Documentation") | [Prayag Verma
                Prayag Verma ](https://www.StylifyYourBlog.com/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=pra85 "Documentation") | [ReadmeCritic
                ReadmeCritic](https://twitter.com/ReadmeCritic)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=ReadmeCritic "Documentation") | [Ricardo Polo
                Ricardo Polo](https://ricardopolo.co/)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=ricardopolo "Code") | [Ryan McGeary
                Ryan McGeary](http://ryan.mcgeary.org)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=rmm5t "Code") | [Ryan Riggin
                Ryan Riggin](https://github.com/rriggin)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=rriggin "Code") | [Ryan Senkbeil
                Ryan Senkbeil](http://ryansenkbeil.com)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=rsenk330 "Code") | +| [Sarang Joshi
                Sarang Joshi](http://sarangjo.github.io)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=sarangjo "Documentation") | [Scott Cranfill
                Scott Cranfill](https://twitter.com/scott_ish)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=Scotchester "Code") | [The Jared Wilcurt
                The Jared Wilcurt](http://TheJaredWilcurt.com)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=TheJaredWilcurt "Documentation") | [Tim Guibord
                Tim Guibord](https://github.com/tagCincy)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=tagCincy "Code") | [Vadim Mazur
                Vadim Mazur](https://github.com/mazurva)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=mazurva "Code") | [Vinson Chuong
                Vinson Chuong](https://vinsonchuong.net)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=vinsonchuong "Code") | [grvrg
                grvrg](https://github.com/grvrg)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=grvrg "Documentation") | +| [Luca Trevisani
                Luca Trevisani](https://github.com/luke83)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=luke83 "Code") | [Álvaro
                Álvaro](http://alvarotrigo.com)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=alvarotrigo "Documentation") | [Julien Deswaef
                Julien Deswaef](http://xuv.be)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=xuv "Code") [🎨](#design-xuv "Design") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=xuv "Documentation") [💬](#question-xuv "Answering Questions") | [n8willis
                n8willis](https://github.com/n8willis)
                [🤔](#ideas-n8willis "Ideas, Planning, & Feedback") | [B. Howell
                B. Howell](http://wintermute.org/brendan)
                [🤔](#ideas-brendanhowell "Ideas, Planning, & Feedback") | [Algot Runeman
                Algot Runeman](http://runeman.org)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=algotruneman "Documentation") | [Micah Ilbery
                Micah Ilbery](https://micahilbery.com/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=micahilbery "Documentation") [🎨](#design-micahilbery "Design") | +| [Helmut K. C. Tessarek
                Helmut K. C. Tessarek](https://evermeet.cx)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=tessus "Documentation") [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=tessus "Code") [🎨](#design-tessus "Design") | [jeromelebleu
                jeromelebleu](https://github.com/jeromelebleu)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=jeromelebleu "Code") | [Kimberly Zick
                Kimberly Zick](https://zick.kim/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=rummik "Documentation") | [nIQnutn
                nIQnutn](http://blog.niqnutn.com/)
                [📝](#blog-nIQnutn "Blogposts") [🔌](#plugin-nIQnutn "Plugin/utility libraries") | [Jaime Leonardo Suncin Cruz
                Jaime Leonardo Suncin Cruz](https://github.com/leosuncin)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=leosuncin "Documentation") | [Juliette Foucaut
                Juliette Foucaut](https://www.enkisoftware.com)
                [🔌](#plugin-juliettef "Plugin/utility libraries") | [Dominik V. Salonen
                Dominik V. Salonen](http://quad.moe/)
                [📝](#blog-QuadPiece "Blogposts") | +| [Alexandre Viau
                Alexandre Viau](https://alexandreviau.net)
                [🤔](#ideas-aviau "Ideas, Planning, & Feedback") [📦](#platform-aviau "Packaging/porting to new platform") | [Xesau
                Xesau](http://xesau.eu/)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3AXesau "Bug reports") | [Jan Hohner
                Jan Hohner](https://janhohner.de)
                [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Ajanhohner "Bug reports") | [Dave Crossland
                Dave Crossland](http://fonts.google.com)
                [👀](#review-davelab6 "Reviewed Pull Requests") | [Maximilian Berkmann
                Maximilian Berkmann](http://maxcubing.wordpress.com)
                [🤔](#ideas-Berkmann18 "Ideas, Planning, & Feedback") | [Moritz Heiber
                Moritz Heiber](https://heiber.im)
                [🚇](#infra-moritzheiber "Infrastructure (Hosting, Build-Tools, etc)") | [Wesley Moore
                Wesley Moore](http://www.wezm.net/)
                [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=wezm "Documentation") | +| [John Kristensen
                John Kristensen](http://www.jerrykan.com/)
                [🎨](#design-jerrykan "Design") | [Marco
                Marco](https://amusewiki.org)
                [🎨](#design-melmothx "Design") | [Jared White
                Jared White](https://whitefusion.io)
                [🖋](#content-jaredcwhite "Content") | [Waldir Pimenta
                Waldir Pimenta](http://waldyrious.github.io)
                [🖋](#content-waldyrious "Content") | [Vladimir Anokhin
                Vladimir Anokhin](https://vanokhin.com/)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=vanokhin "Code") | [Maxime Lathuilière
                Maxime Lathuilière](http://maxlath.eu)
                [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=maxlath "Code") | [Ararat
                Ararat](https://github.com/araratthehero)
                [🖋](#content-araratthehero "Content") | +| [Liaizon Wakest
                Liaizon Wakest](http://wake.st)
                [🤔](#ideas-wakest "Ideas, Planning, & Feedback") | [Ben Fedidat
                Ben Fedidat](http://fedidat.com/)
                [📝](#blog-fedidat "Blogposts") | [Todd Eidson
                Todd Eidson](https://www.eidson.info)
                [🤔](#ideas-eidsonator "Ideas, Planning, & Feedback") [📖](https://github.com/ForkAwesome/Fork-Awesome/commits?author=eidsonator "Documentation") [🐛](https://github.com/ForkAwesome/Fork-Awesome/issues?q=author%3Aeidsonator "Bug reports") [💻](https://github.com/ForkAwesome/Fork-Awesome/commits?author=eidsonator "Code") | + + +This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome! diff --git a/old/themes/varia/static/css/fork-awesome/Gemfile b/old/themes/varia/static/css/fork-awesome/Gemfile new file mode 100644 index 0000000..bf93dcd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/Gemfile @@ -0,0 +1,8 @@ +source 'https://rubygems.org' + +gem 'jekyll', '3.7.4' +gem 'safe_yaml', '~> 1.0.4' +gem 'sass', '~> 3.5' +gem 'libv8', '~> 3.16.14.19' +gem 'therubyracer' +gem 'fontcustom' diff --git a/old/themes/varia/static/css/fork-awesome/Gemfile.lock b/old/themes/varia/static/css/fork-awesome/Gemfile.lock new file mode 100644 index 0000000..3f0f337 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/Gemfile.lock @@ -0,0 +1,79 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + colorator (1.1.0) + concurrent-ruby (1.0.5) + em-websocket (0.5.1) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0.6.0) + eventmachine (1.2.7) + ffi (1.9.25) + fontcustom (2.0.0) + json (~> 1.4) + listen (>= 1.0, < 4.0) + thor (~> 0.14) + forwardable-extended (2.6.0) + http_parser.rb (0.6.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) + jekyll (3.7.4) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 0.7) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (~> 1.14) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-watch (2.0.0) + listen (~> 3.0) + json (1.8.6) + kramdown (1.17.0) + libv8 (3.16.14.19) + liquid (4.0.0) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + mercenary (0.3.6) + pathutil (0.16.1) + forwardable-extended (~> 2.6) + public_suffix (3.0.3) + rb-fsevent (0.10.3) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + ref (2.0.0) + rouge (3.2.1) + ruby_dep (1.5.0) + safe_yaml (1.0.4) + sass (3.6.0) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + therubyracer (0.12.3) + libv8 (~> 3.16.14.15) + ref + thor (0.20.0) + +PLATFORMS + ruby + +DEPENDENCIES + fontcustom + jekyll (= 3.7.4) + libv8 (~> 3.16.14.19) + safe_yaml (~> 1.0.4) + sass (~> 3.5) + therubyracer + +BUNDLED WITH + 1.16.1 diff --git a/old/themes/varia/static/css/fork-awesome/LICENSES b/old/themes/varia/static/css/fork-awesome/LICENSES new file mode 100644 index 0000000..5bcba53 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/LICENSES @@ -0,0 +1,452 @@ +/!\ The MIT License only applies to all CSS and LESS files in the following +directories: fork-awesome/css/, fork-awesome/less/, and fork-awesome/scss/. + +MIT License + +Copyright (c) 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +******************************************************************************* + +/!\ The Creative Commons Attribution 3.0 Unported License applies to all Fork +Awesome project files that are not a part of the Font or Code licenses. + +Creative Commons Legal Code + +Attribution 3.0 Unported + + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE + LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN + ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS + INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES + REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR + DAMAGES RESULTING FROM ITS USE. + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE +COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY +COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS +AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE +TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY +BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS +CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND +CONDITIONS. + +1. Definitions + + a. "Adaptation" means a work based upon the Work, or upon the Work and + other pre-existing works, such as a translation, adaptation, + derivative work, arrangement of music or other alterations of a + literary or artistic work, or phonogram or performance and includes + cinematographic adaptations or any other form in which the Work may be + recast, transformed, or adapted including in any form recognizably + derived from the original, except that a work that constitutes a + Collection will not be considered an Adaptation for the purpose of + this License. For the avoidance of doubt, where the Work is a musical + work, performance or phonogram, the synchronization of the Work in + timed-relation with a moving image ("synching") will be considered an + Adaptation for the purpose of this License. + b. "Collection" means a collection of literary or artistic works, such as + encyclopedias and anthologies, or performances, phonograms or + broadcasts, or other works or subject matter other than works listed + in Section 1(f) below, which, by reason of the selection and + arrangement of their contents, constitute intellectual creations, in + which the Work is included in its entirety in unmodified form along + with one or more other contributions, each constituting separate and + independent works in themselves, which together are assembled into a + collective whole. A work that constitutes a Collection will not be + considered an Adaptation (as defined above) for the purposes of this + License. + c. "Distribute" means to make available to the public the original and + copies of the Work or Adaptation, as appropriate, through sale or + other transfer of ownership. + d. "Licensor" means the individual, individuals, entity or entities that + offer(s) the Work under the terms of this License. + e. "Original Author" means, in the case of a literary or artistic work, + the individual, individuals, entity or entities who created the Work + or if no individual or entity can be identified, the publisher; and in + addition (i) in the case of a performance the actors, singers, + musicians, dancers, and other persons who act, sing, deliver, declaim, + play in, interpret or otherwise perform literary or artistic works or + expressions of folklore; (ii) in the case of a phonogram the producer + being the person or legal entity who first fixes the sounds of a + performance or other sounds; and, (iii) in the case of broadcasts, the + organization that transmits the broadcast. + f. "Work" means the literary and/or artistic work offered under the terms + of this License including without limitation any production in the + literary, scientific and artistic domain, whatever may be the mode or + form of its expression including digital form, such as a book, + pamphlet and other writing; a lecture, address, sermon or other work + of the same nature; a dramatic or dramatico-musical work; a + choreographic work or entertainment in dumb show; a musical + composition with or without words; a cinematographic work to which are + assimilated works expressed by a process analogous to cinematography; + a work of drawing, painting, architecture, sculpture, engraving or + lithography; a photographic work to which are assimilated works + expressed by a process analogous to photography; a work of applied + art; an illustration, map, plan, sketch or three-dimensional work + relative to geography, topography, architecture or science; a + performance; a broadcast; a phonogram; a compilation of data to the + extent it is protected as a copyrightable work; or a work performed by + a variety or circus performer to the extent it is not otherwise + considered a literary or artistic work. + g. "You" means an individual or entity exercising rights under this + License who has not previously violated the terms of this License with + respect to the Work, or who has received express permission from the + Licensor to exercise rights under this License despite a previous + violation. + h. "Publicly Perform" means to perform public recitations of the Work and + to communicate to the public those public recitations, by any means or + process, including by wire or wireless means or public digital + performances; to make available to the public Works in such a way that + members of the public may access these Works from a place and at a + place individually chosen by them; to perform the Work to the public + by any means or process and the communication to the public of the + performances of the Work, including by public digital performance; to + broadcast and rebroadcast the Work by any means including signs, + sounds or images. + i. "Reproduce" means to make copies of the Work by any means including + without limitation by sound or visual recordings and the right of + fixation and reproducing fixations of the Work, including storage of a + protected performance or phonogram in digital form or other electronic + medium. + +2. Fair Dealing Rights. Nothing in this License is intended to reduce, +limit, or restrict any uses free from copyright or rights arising from +limitations or exceptions that are provided for in connection with the +copyright protection under copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, +Licensor hereby grants You a worldwide, royalty-free, non-exclusive, +perpetual (for the duration of the applicable copyright) license to +exercise the rights in the Work as stated below: + + a. to Reproduce the Work, to incorporate the Work into one or more + Collections, and to Reproduce the Work as incorporated in the + Collections; + b. to create and Reproduce Adaptations provided that any such Adaptation, + including any translation in any medium, takes reasonable steps to + clearly label, demarcate or otherwise identify that changes were made + to the original Work. For example, a translation could be marked "The + original work was translated from English to Spanish," or a + modification could indicate "The original work has been modified."; + c. to Distribute and Publicly Perform the Work including as incorporated + in Collections; and, + d. to Distribute and Publicly Perform Adaptations. + e. For the avoidance of doubt: + + i. Non-waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme cannot be waived, the Licensor + reserves the exclusive right to collect such royalties for any + exercise by You of the rights granted under this License; + ii. Waivable Compulsory License Schemes. In those jurisdictions in + which the right to collect royalties through any statutory or + compulsory licensing scheme can be waived, the Licensor waives the + exclusive right to collect such royalties for any exercise by You + of the rights granted under this License; and, + iii. Voluntary License Schemes. The Licensor waives the right to + collect royalties, whether individually or, in the event that the + Licensor is a member of a collecting society that administers + voluntary licensing schemes, via that society, from any exercise + by You of the rights granted under this License. + +The above rights may be exercised in all media and formats whether now +known or hereafter devised. The above rights include the right to make +such modifications as are technically necessary to exercise the rights in +other media and formats. Subject to Section 8(f), all rights not expressly +granted by Licensor are hereby reserved. + +4. Restrictions. The license granted in Section 3 above is expressly made +subject to and limited by the following restrictions: + + a. You may Distribute or Publicly Perform the Work only under the terms + of this License. You must include a copy of, or the Uniform Resource + Identifier (URI) for, this License with every copy of the Work You + Distribute or Publicly Perform. You may not offer or impose any terms + on the Work that restrict the terms of this License or the ability of + the recipient of the Work to exercise the rights granted to that + recipient under the terms of the License. You may not sublicense the + Work. You must keep intact all notices that refer to this License and + to the disclaimer of warranties with every copy of the Work You + Distribute or Publicly Perform. When You Distribute or Publicly + Perform the Work, You may not impose any effective technological + measures on the Work that restrict the ability of a recipient of the + Work from You to exercise the rights granted to that recipient under + the terms of the License. This Section 4(a) applies to the Work as + incorporated in a Collection, but this does not require the Collection + apart from the Work itself to be made subject to the terms of this + License. If You create a Collection, upon notice from any Licensor You + must, to the extent practicable, remove from the Collection any credit + as required by Section 4(b), as requested. If You create an + Adaptation, upon notice from any Licensor You must, to the extent + practicable, remove from the Adaptation any credit as required by + Section 4(b), as requested. + b. If You Distribute, or Publicly Perform the Work or any Adaptations or + Collections, You must, unless a request has been made pursuant to + Section 4(a), keep intact all copyright notices for the Work and + provide, reasonable to the medium or means You are utilizing: (i) the + name of the Original Author (or pseudonym, if applicable) if supplied, + and/or if the Original Author and/or Licensor designate another party + or parties (e.g., a sponsor institute, publishing entity, journal) for + attribution ("Attribution Parties") in Licensor's copyright notice, + terms of service or by other reasonable means, the name of such party + or parties; (ii) the title of the Work if supplied; (iii) to the + extent reasonably practicable, the URI, if any, that Licensor + specifies to be associated with the Work, unless such URI does not + refer to the copyright notice or licensing information for the Work; + and (iv) , consistent with Section 3(b), in the case of an Adaptation, + a credit identifying the use of the Work in the Adaptation (e.g., + "French translation of the Work by Original Author," or "Screenplay + based on original Work by Original Author"). The credit required by + this Section 4 (b) may be implemented in any reasonable manner; + provided, however, that in the case of a Adaptation or Collection, at + a minimum such credit will appear, if a credit for all contributing + authors of the Adaptation or Collection appears, then as part of these + credits and in a manner at least as prominent as the credits for the + other contributing authors. For the avoidance of doubt, You may only + use the credit required by this Section for the purpose of attribution + in the manner set out above and, by exercising Your rights under this + License, You may not implicitly or explicitly assert or imply any + connection with, sponsorship or endorsement by the Original Author, + Licensor and/or Attribution Parties, as appropriate, of You or Your + use of the Work, without the separate, express prior written + permission of the Original Author, Licensor and/or Attribution + Parties. + c. Except as otherwise agreed in writing by the Licensor or as may be + otherwise permitted by applicable law, if You Reproduce, Distribute or + Publicly Perform the Work either by itself or as part of any + Adaptations or Collections, You must not distort, mutilate, modify or + take other derogatory action in relation to the Work which would be + prejudicial to the Original Author's honor or reputation. Licensor + agrees that in those jurisdictions (e.g. Japan), in which any exercise + of the right granted in Section 3(b) of this License (the right to + make Adaptations) would be deemed to be a distortion, mutilation, + modification or other derogatory action prejudicial to the Original + Author's honor and reputation, the Licensor will waive or not assert, + as appropriate, this Section, to the fullest extent permitted by the + applicable national law, to enable You to reasonably exercise Your + right under Section 3(b) of this License (right to make Adaptations) + but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR +OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY +KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, +INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, +FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF +LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, +WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION +OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE +LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR +ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES +ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS +BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + a. This License and the rights granted hereunder will terminate + automatically upon any breach by You of the terms of this License. + Individuals or entities who have received Adaptations or Collections + from You under this License, however, will not have their licenses + terminated provided such individuals or entities remain in full + compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will + survive any termination of this License. + b. Subject to the above terms and conditions, the license granted here is + perpetual (for the duration of the applicable copyright in the Work). + Notwithstanding the above, Licensor reserves the right to release the + Work under different license terms or to stop distributing the Work at + any time; provided, however that any such election will not serve to + withdraw this License (or any other license that has been, or is + required to be, granted under the terms of this License), and this + License will continue in full force and effect unless terminated as + stated above. + +8. Miscellaneous + + a. Each time You Distribute or Publicly Perform the Work or a Collection, + the Licensor offers to the recipient a license to the Work on the same + terms and conditions as the license granted to You under this License. + b. Each time You Distribute or Publicly Perform an Adaptation, Licensor + offers to the recipient a license to the original Work on the same + terms and conditions as the license granted to You under this License. + c. If any provision of this License is invalid or unenforceable under + applicable law, it shall not affect the validity or enforceability of + the remainder of the terms of this License, and without further action + by the parties to this agreement, such provision shall be reformed to + the minimum extent necessary to make such provision valid and + enforceable. + d. No term or provision of this License shall be deemed waived and no + breach consented to unless such waiver or consent shall be in writing + and signed by the party to be charged with such waiver or consent. + e. This License constitutes the entire agreement between the parties with + respect to the Work licensed here. There are no understandings, + agreements or representations with respect to the Work not specified + here. Licensor shall not be bound by any additional provisions that + may appear in any communication from You. This License may not be + modified without the mutual written agreement of the Licensor and You. + f. The rights granted under, and the subject matter referenced, in this + License were drafted utilizing the terminology of the Berne Convention + for the Protection of Literary and Artistic Works (as amended on + September 28, 1979), the Rome Convention of 1961, the WIPO Copyright + Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 + and the Universal Copyright Convention (as revised on July 24, 1971). + These rights and subject matter take effect in the relevant + jurisdiction in which the License terms are sought to be enforced + according to the corresponding provisions of the implementation of + those treaty provisions in the applicable national law. If the + standard suite of rights granted under applicable copyright law + includes additional rights not granted under this License, such + additional rights are deemed to be included in the License; this + License is not intended to restrict the license of any rights under + applicable law. + + +Creative Commons Notice + + Creative Commons is not a party to this License, and makes no warranty + whatsoever in connection with the Work. Creative Commons will not be + liable to You or any party on any legal theory for any damages + whatsoever, including without limitation any general, special, + incidental or consequential damages arising in connection to this + license. Notwithstanding the foregoing two (2) sentences, if Creative + Commons has expressly identified itself as the Licensor hereunder, it + shall have all rights and obligations of Licensor. + + Except for the limited purpose of indicating to the public that the + Work is licensed under the CCPL, Creative Commons does not authorize + the use by either party of the trademark "Creative Commons" or any + related trademark or logo of Creative Commons without the prior + written consent of Creative Commons. Any permitted use will be in + compliance with Creative Commons' then-current trademark usage + guidelines, as may be published on its website or otherwise made + available upon request from time to time. For the avoidance of doubt, + this trademark restriction does not form part of this License. + + Creative Commons may be contacted at https://creativecommons.org/. + +******************************************************************************* + +/!\ The SIL OPEN FONT LICENSE applies to all desktop and webfont files in the +following directory: fonts/ and to all glyphs and SVG files in the following +directory: src/icons/svg/. + + +Copyright (c) 2018, Fork Awesome (https://forkawesome.github.io), +with Reserved Font Name Fork Awesome. + + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/old/themes/varia/static/css/fork-awesome/README.md b/old/themes/varia/static/css/fork-awesome/README.md new file mode 100644 index 0000000..603cb33 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/README.md @@ -0,0 +1,93 @@ +# Fork Awesome +### A fork of the iconic font and CSS toolkit + +[![npm](https://img.shields.io/npm/v/fork-awesome.svg?style=flat&colorB=CB3837)](https://www.npmjs.com/package/fork-awesome) +[![All Contributors](https://img.shields.io/badge/all_contributors-115-orange.svg?style=flat-square)](CONTRIBUTORS.md) +[![JSDeliver](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome) +[![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome) +[![Build Status](https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master)](https://travis-ci.org/ForkAwesome/Fork-Awesome) + +Fork Awesome is a full suite of 744 pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community. + +Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction [Fort Awesome](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this amazing tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors. + +A tremendous gratitude is given to the whole team behind [Font Awesome](https://fontawesome.com), and you are encouraged to support them and buy Font Awesome Pro for your project. + +Though If you believe in distributed open source design and wish to be part of this new adventure, please start submitting patches and suggestions of improvement. + +Also, if you care about owning the build process of your icon font, this project will give you that. The whole pipeline is shared and free to use for any purpose. You could be spinning your own icon font with your clever name by just forking this project and changing a few settings. + +## How to use +There is a full page in our documentation website that explains [how to use Fork Awesome in your web project](https://forkaweso.me/Fork-Awesome/get-started/). It ranges from just pointing to a CSS file on a CDN, hosting it on your own server or even adapting the LESS and SCSS files to your own liking. + +## License +- The Fork Awesome font is licensed under the SIL OFL 1.1: + - http://scripts.sil.org/OFL +- Fork Awesome CSS, LESS, and Sass files are licensed under the MIT License: + - https://opensource.org/licenses/mit-license.html +- The Fork Awesome documentation is licensed under the CC BY 3.0 License: + - https://creativecommons.org/licenses/by/3.0/ + +## Contributing + +Please read through our [contributing guidelines](https://github.com/ForkAwesome/Fork-Awesome/blob/master/CONTRIBUTING.md). +Included are directions for opening issues, coding standards, and notes on development. + +We also take great pride in recognizing any contributions made to this project. Whether you've written a blogpost about it, fixed a typo in the documentation or submitted new icons or code patches, we will happily list you in our [contributors list](CONTRIBUTORS.md). + +## Versioning + +Fork Awesome will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered +with the following format: + +`..` + +And constructed with the following guidelines: + +* Breaking backward compatibility bumps the major (and resets the minor and patch) +* Big changes, without breaking backward compatibility, bumps the minor (and resets the patch) +* Bug fixes, small adaptations, adding a few icons and misc changes bumps the patch +* The fork started from FontAwesome 4.7 (last commit by Dave is [bdfa9823](https://github.com/ForkAwesome/Fork-Awesome/commits/master?after=b0bc8f6fb74e05c987ef7ce1525cd3ab8390a1c3+69)). +* The project starts at version 1.0.0. All references to versions before the fork are named 0.4.7 + +For more information on SemVer, please visit http://semver.org. + +## Component +To include as a [component](https://github.com/componentjs/component), just run + + $ component install ForkAwesome/Fork-Awesome + +Or add + + "ForkAwesome/Fork-Awesome": "*" + +to the `dependencies` in your `component.json`. + +## Building Fork Awesome + +**Before you can build the project**, you must first have the following installed: + +- [Ruby](https://www.ruby-lang.org/en/) +- Ruby Development Headers + - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)* + - **Windows:** [DevKit](http://rubyinstaller.org/) + - **macOS:** no extra step required +- [Bundler](http://bundler.io/) (Run `gem install bundler` to install). +- [Node Package Manager (aka. `npm`)](https://docs.npmjs.com/getting-started/installing-node) + +From the root of the repository, install the tools used to develop. + + $ bundle install + $ npm ci + +Build the font: + + $:/src/icons make + +Build the web documentation: + + $ npm run build + +Or serve it on a local server on http://localhost:7998: + + $ npm run dev diff --git a/old/themes/varia/static/css/fork-awesome/_config-deploy.yml b/old/themes/varia/static/css/fork-awesome/_config-deploy.yml new file mode 100644 index 0000000..84d6fc9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/_config-deploy.yml @@ -0,0 +1,3 @@ +safe: false +baseurl: /Fork-Awesome/ # Where GitHub serves the project up from +url: //forkaweso.me/ diff --git a/old/themes/varia/static/css/fork-awesome/_config.yml b/old/themes/varia/static/css/fork-awesome/_config.yml new file mode 100644 index 0000000..cda1201 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/_config.yml @@ -0,0 +1,66 @@ +safe: false +port: 7998 +url: http://localhost:7998 + +source: src/doc/ +destination: _site + +highlighter: rouge +permalink: pretty + +# ensures SCSS files are compiled +# include: [_*.scss] + +# used in building icon pages +icon_meta: src/icons/icons.yml +icon_layout: icon.html # Relative to _layouts directory +icon_destination: icon # Relative to destination + +forkawesome: + name: Fork Awesome + tagline: A fork of the iconic font and CSS toolkit + version: 1.1.7 + minor_version: 1.1 + major_version: 1 + doc_blob: v1.1.7 + url: https://forkaweso.me/Fork-Awesome/ + css_prefix: fa + font_family: ForkAwesome + github: + url: https://github.com/ForkAwesome/Fork-Awesome + project: Fork-Awesome + org: ForkAwesome + license: + font: + version: SIL OFL 1.1 + url: http://scripts.sil.org/OFL + code: + version: MIT License + url: http://opensource.org/licenses/mit-license.html + documentation: + version: CC BY 3.0 + url: http://creativecommons.org/licenses/by/3.0/ + +fontawesome: + name: Font Awesome + minor_version: 4.7 + url: http://fontawesome.com + author: + name: Dave Gandy + email: dave@fontawesome.io + twitter: davegandy + github: davegandy + github: + url: https://github.com/FortAwesome/Font-Awesome + project: Font-Awesome + org: FortAwesome + +bootstrap: + version: 3.3.5 + url: http://getbootstrap.com + +jquery: + version: 1.11.3 + +jquery_validate: + version: 1.13.1 diff --git a/old/themes/varia/static/css/fork-awesome/bower.json b/old/themes/varia/static/css/fork-awesome/bower.json new file mode 100644 index 0000000..f40ad10 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/bower.json @@ -0,0 +1,22 @@ +{ + "name": "fork-awesome", + "description": "Fork Awesome", + "keywords": ["font", "fork", "awesome", "icon" ], + "homepage": "http://forkawesome.github.io/Fork-Awesome", + "dependencies": {}, + "devDependencies": {}, + "license": ["OFL-1.1", "MIT", "CC-BY-3.0"], + "main": [ + "less/fork-awesome.less", + "scss/fork-awesome.scss" + ], + "ignore": [ + "*/.*", + "*.json", + "src", + "*.yml", + "Gemfile", + "Gemfile.lock", + "*.md" + ] +} diff --git a/old/themes/varia/static/css/fork-awesome/component.json b/old/themes/varia/static/css/fork-awesome/component.json new file mode 100644 index 0000000..954399c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/component.json @@ -0,0 +1,20 @@ +{ + "name": "fork-awesome", + "repo": "ForkAwesome/Fork-Awesome", + "description": "Fork Awesome", + "version": "1.1.7", + "keywords": [], + "dependencies": {}, + "development": {}, + "license": "SIL, MIT, CC BY 3.0", + "styles": [ + "css/fork-awesome.css" + ], + "fonts": [ + "fonts/forkawesome-webfont.eot", + "fonts/forkawesome-webfont.svg", + "fonts/forkawesome-webfont.ttf", + "fonts/forkawesome-webfont.woff", + "fonts/forkawesome-webfont.woff2" + ] +} diff --git a/old/themes/varia/static/css/fork-awesome/composer.json b/old/themes/varia/static/css/fork-awesome/composer.json new file mode 100644 index 0000000..a04c738 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/composer.json @@ -0,0 +1,29 @@ +{ + "name": "forkawesome/fork-awesome", + "description": "A fork of the iconic font and CSS framework", + "keywords": ["font", "awesome", "fontawesome", "forkawesome", "icon", "bootstrap"], + "homepage": "http://forkawesome.github.io/Fork-Awesome/", + "type": "component", + "authors": [ + { + "name": "Fork Awesome Community", + "homepage": "https://forkawesome.github.io" + } + ], + "support": { + "issues": "https://github.com/ForkAwesome/Fork-Awesome/issues" + }, + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "license": [ + "OFL-1.1", + "MIT" + ], + "require-dev": { + "jekyll": "1.0.2", + "lessc": "1.4.2" + } +} diff --git a/old/themes/varia/static/css/fork-awesome/css/fork-awesome.css b/old/themes/varia/static/css/fork-awesome/css/fork-awesome.css new file mode 100644 index 0000000..b6b3b5d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/css/fork-awesome.css @@ -0,0 +1,2573 @@ +/*! +Fork Awesome 1.1.7 +License - https://forkaweso.me/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +/* FONT PATH + * -------------------------- */ +@font-face { + font-family: 'ForkAwesome'; + src: url('../fonts/forkawesome-webfont.eot?v=1.1.7'); + src: url('../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7') format('embedded-opentype'), url('../fonts/forkawesome-webfont.woff2?v=1.1.7') format('woff2'), url('../fonts/forkawesome-webfont.woff?v=1.1.7') format('woff'), url('../fonts/forkawesome-webfont.ttf?v=1.1.7') format('truetype'), url('../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular') format('svg'); + font-weight: normal; + font-style: normal; +} +.fa { + display: inline-block; + font: normal normal normal 14px/1 ForkAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +/* makes the font 33% larger relative to the icon container */ +.fa-lg { + font-size: 1.33333333em; + line-height: 0.75em; + vertical-align: -15%; +} +.fa-2x { + font-size: 2em; +} +.fa-3x { + font-size: 3em; +} +.fa-4x { + font-size: 4em; +} +.fa-5x { + font-size: 5em; +} +.fa-fw { + width: 1.28571429em; + text-align: center; +} +.fa-ul { + padding-left: 0; + margin-left: 2.14285714em; + list-style-type: none; +} +.fa-ul > li { + position: relative; +} +.fa-li { + position: absolute; + left: -2.14285714em; + width: 2.14285714em; + top: 0.14285714em; + text-align: center; +} +.fa-li.fa-lg { + left: -1.85714286em; +} +.fa-border { + padding: .2em .25em .15em; + border: solid 0.08em #eee; + border-radius: .1em; +} +.fa-pull-left { + float: left; +} +.fa-pull-right { + float: right; +} +.fa.fa-pull-left { + margin-right: .3em; +} +.fa.fa-pull-right { + margin-left: .3em; +} +/* Deprecated as of 4.4.0 */ +.pull-right { + float: right; +} +.pull-left { + float: left; +} +.fa.pull-left { + margin-right: .3em; +} +.fa.pull-right { + margin-left: .3em; +} +.fa-spin { + -webkit-animation: fa-spin 2s infinite linear; + animation: fa-spin 2s infinite linear; +} +.fa-pulse { + -webkit-animation: fa-spin 1s infinite steps(8); + animation: fa-spin 1s infinite steps(8); +} +@-webkit-keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +@keyframes fa-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} +.fa-rotate-90 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.fa-rotate-180 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); +} +.fa-rotate-270 { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; + -webkit-transform: rotate(270deg); + -ms-transform: rotate(270deg); + transform: rotate(270deg); +} +.fa-flip-horizontal { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; + -webkit-transform: scale(-1, 1); + -ms-transform: scale(-1, 1); + transform: scale(-1, 1); +} +.fa-flip-vertical { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; + -webkit-transform: scale(1, -1); + -ms-transform: scale(1, -1); + transform: scale(1, -1); +} +:root .fa-rotate-90, +:root .fa-rotate-180, +:root .fa-rotate-270, +:root .fa-flip-horizontal, +:root .fa-flip-vertical { + filter: none; +} +.fa-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.fa-stack-1x, +.fa-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.fa-stack-1x { + line-height: inherit; +} +.fa-stack-2x { + font-size: 2em; +} +.fa-inverse { + color: #fff; +} +/* Fork Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +.fa-glass:before { + content: "\f000"; +} +.fa-music:before { + content: "\f001"; +} +.fa-search:before { + content: "\f002"; +} +.fa-envelope-o:before { + content: "\f003"; +} +.fa-heart:before { + content: "\f004"; +} +.fa-star:before { + content: "\f005"; +} +.fa-star-o:before { + content: "\f006"; +} +.fa-user:before { + content: "\f007"; +} +.fa-film:before { + content: "\f008"; +} +.fa-th-large:before { + content: "\f009"; +} +.fa-th:before { + content: "\f00a"; +} +.fa-th-list:before { + content: "\f00b"; +} +.fa-check:before { + content: "\f00c"; +} +.fa-remove:before, +.fa-close:before, +.fa-times:before { + content: "\f00d"; +} +.fa-search-plus:before { + content: "\f00e"; +} +.fa-search-minus:before { + content: "\f010"; +} +.fa-power-off:before { + content: "\f011"; +} +.fa-signal:before { + content: "\f012"; +} +.fa-gear:before, +.fa-cog:before { + content: "\f013"; +} +.fa-trash-o:before { + content: "\f014"; +} +.fa-home:before { + content: "\f015"; +} +.fa-file-o:before { + content: "\f016"; +} +.fa-clock-o:before { + content: "\f017"; +} +.fa-road:before { + content: "\f018"; +} +.fa-download:before { + content: "\f019"; +} +.fa-arrow-circle-o-down:before { + content: "\f01a"; +} +.fa-arrow-circle-o-up:before { + content: "\f01b"; +} +.fa-inbox:before { + content: "\f01c"; +} +.fa-play-circle-o:before { + content: "\f01d"; +} +.fa-rotate-right:before, +.fa-repeat:before { + content: "\f01e"; +} +.fa-sync:before, +.fa-refresh:before { + content: "\f021"; +} +.fa-list-alt:before { + content: "\f022"; +} +.fa-lock:before { + content: "\f023"; +} +.fa-flag:before { + content: "\f024"; +} +.fa-headphones:before { + content: "\f025"; +} +.fa-volume-off:before { + content: "\f026"; +} +.fa-volume-down:before { + content: "\f027"; +} +.fa-volume-up:before { + content: "\f028"; +} +.fa-qrcode:before { + content: "\f029"; +} +.fa-barcode:before { + content: "\f02a"; +} +.fa-tag:before { + content: "\f02b"; +} +.fa-tags:before { + content: "\f02c"; +} +.fa-book:before { + content: "\f02d"; +} +.fa-bookmark:before { + content: "\f02e"; +} +.fa-print:before { + content: "\f02f"; +} +.fa-camera:before { + content: "\f030"; +} +.fa-font:before { + content: "\f031"; +} +.fa-bold:before { + content: "\f032"; +} +.fa-italic:before { + content: "\f033"; +} +.fa-text-height:before { + content: "\f034"; +} +.fa-text-width:before { + content: "\f035"; +} +.fa-align-left:before { + content: "\f036"; +} +.fa-align-center:before { + content: "\f037"; +} +.fa-align-right:before { + content: "\f038"; +} +.fa-align-justify:before { + content: "\f039"; +} +.fa-list:before { + content: "\f03a"; +} +.fa-dedent:before, +.fa-outdent:before { + content: "\f03b"; +} +.fa-indent:before { + content: "\f03c"; +} +.fa-video:before, +.fa-video-camera:before { + content: "\f03d"; +} +.fa-photo:before, +.fa-image:before, +.fa-picture-o:before { + content: "\f03e"; +} +.fa-pencil:before { + content: "\f040"; +} +.fa-map-marker:before { + content: "\f041"; +} +.fa-adjust:before { + content: "\f042"; +} +.fa-tint:before { + content: "\f043"; +} +.fa-edit:before, +.fa-pencil-square-o:before { + content: "\f044"; +} +.fa-share-square-o:before { + content: "\f045"; +} +.fa-check-square-o:before { + content: "\f046"; +} +.fa-arrows:before { + content: "\f047"; +} +.fa-step-backward:before { + content: "\f048"; +} +.fa-fast-backward:before { + content: "\f049"; +} +.fa-backward:before { + content: "\f04a"; +} +.fa-play:before { + content: "\f04b"; +} +.fa-pause:before { + content: "\f04c"; +} +.fa-stop:before { + content: "\f04d"; +} +.fa-forward:before { + content: "\f04e"; +} +.fa-fast-forward:before { + content: "\f050"; +} +.fa-step-forward:before { + content: "\f051"; +} +.fa-eject:before { + content: "\f052"; +} +.fa-chevron-left:before { + content: "\f053"; +} +.fa-chevron-right:before { + content: "\f054"; +} +.fa-plus-circle:before { + content: "\f055"; +} +.fa-minus-circle:before { + content: "\f056"; +} +.fa-times-circle:before { + content: "\f057"; +} +.fa-check-circle:before { + content: "\f058"; +} +.fa-question-circle:before { + content: "\f059"; +} +.fa-info-circle:before { + content: "\f05a"; +} +.fa-crosshairs:before { + content: "\f05b"; +} +.fa-times-circle-o:before { + content: "\f05c"; +} +.fa-check-circle-o:before { + content: "\f05d"; +} +.fa-ban:before { + content: "\f05e"; +} +.fa-arrow-left:before { + content: "\f060"; +} +.fa-arrow-right:before { + content: "\f061"; +} +.fa-arrow-up:before { + content: "\f062"; +} +.fa-arrow-down:before { + content: "\f063"; +} +.fa-mail-forward:before, +.fa-share:before { + content: "\f064"; +} +.fa-expand:before { + content: "\f065"; +} +.fa-compress:before { + content: "\f066"; +} +.fa-plus:before { + content: "\f067"; +} +.fa-minus:before { + content: "\f068"; +} +.fa-asterisk:before { + content: "\f069"; +} +.fa-exclamation-circle:before { + content: "\f06a"; +} +.fa-gift:before { + content: "\f06b"; +} +.fa-leaf:before { + content: "\f06c"; +} +.fa-fire:before { + content: "\f06d"; +} +.fa-eye:before { + content: "\f06e"; +} +.fa-eye-slash:before { + content: "\f070"; +} +.fa-warning:before, +.fa-exclamation-triangle:before { + content: "\f071"; +} +.fa-plane:before { + content: "\f072"; +} +.fa-calendar:before { + content: "\f073"; +} +.fa-random:before { + content: "\f074"; +} +.fa-comment:before { + content: "\f075"; +} +.fa-magnet:before { + content: "\f076"; +} +.fa-chevron-up:before { + content: "\f077"; +} +.fa-chevron-down:before { + content: "\f078"; +} +.fa-retweet:before { + content: "\f079"; +} +.fa-shopping-cart:before { + content: "\f07a"; +} +.fa-folder:before { + content: "\f07b"; +} +.fa-folder-open:before { + content: "\f07c"; +} +.fa-arrows-v:before { + content: "\f07d"; +} +.fa-arrows-h:before { + content: "\f07e"; +} +.fa-bar-chart-o:before, +.fa-bar-chart:before { + content: "\f080"; +} +.fa-twitter-square:before { + content: "\f081"; +} +.fa-facebook-square:before { + content: "\f082"; +} +.fa-camera-retro:before { + content: "\f083"; +} +.fa-key:before { + content: "\f084"; +} +.fa-gears:before, +.fa-cogs:before { + content: "\f085"; +} +.fa-comments:before { + content: "\f086"; +} +.fa-thumbs-o-up:before { + content: "\f087"; +} +.fa-thumbs-o-down:before { + content: "\f088"; +} +.fa-star-half:before { + content: "\f089"; +} +.fa-heart-o:before { + content: "\f08a"; +} +.fa-sign-out:before { + content: "\f08b"; +} +.fa-linkedin-square:before { + content: "\f08c"; +} +.fa-thumb-tack:before { + content: "\f08d"; +} +.fa-external-link:before { + content: "\f08e"; +} +.fa-sign-in:before { + content: "\f090"; +} +.fa-trophy:before { + content: "\f091"; +} +.fa-github-square:before { + content: "\f092"; +} +.fa-upload:before { + content: "\f093"; +} +.fa-lemon-o:before { + content: "\f094"; +} +.fa-phone:before { + content: "\f095"; +} +.fa-square-o:before { + content: "\f096"; +} +.fa-bookmark-o:before { + content: "\f097"; +} +.fa-phone-square:before { + content: "\f098"; +} +.fa-twitter:before { + content: "\f099"; +} +.fa-facebook-f:before, +.fa-facebook:before { + content: "\f09a"; +} +.fa-github:before { + content: "\f09b"; +} +.fa-unlock:before { + content: "\f09c"; +} +.fa-credit-card:before { + content: "\f09d"; +} +.fa-feed:before, +.fa-rss:before { + content: "\f09e"; +} +.fa-hdd-o:before { + content: "\f0a0"; +} +.fa-bullhorn:before { + content: "\f0a1"; +} +.fa-bell-o:before { + content: "\f0f3"; +} +.fa-certificate:before { + content: "\f0a3"; +} +.fa-hand-o-right:before { + content: "\f0a4"; +} +.fa-hand-o-left:before { + content: "\f0a5"; +} +.fa-hand-o-up:before { + content: "\f0a6"; +} +.fa-hand-o-down:before { + content: "\f0a7"; +} +.fa-arrow-circle-left:before { + content: "\f0a8"; +} +.fa-arrow-circle-right:before { + content: "\f0a9"; +} +.fa-arrow-circle-up:before { + content: "\f0aa"; +} +.fa-arrow-circle-down:before { + content: "\f0ab"; +} +.fa-globe:before { + content: "\f0ac"; +} +.fa-globe-e:before { + content: "\f304"; +} +.fa-globe-w:before { + content: "\f305"; +} +.fa-wrench:before { + content: "\f0ad"; +} +.fa-tasks:before { + content: "\f0ae"; +} +.fa-filter:before { + content: "\f0b0"; +} +.fa-briefcase:before { + content: "\f0b1"; +} +.fa-arrows-alt:before { + content: "\f0b2"; +} +.fa-community:before, +.fa-group:before, +.fa-users:before { + content: "\f0c0"; +} +.fa-chain:before, +.fa-link:before { + content: "\f0c1"; +} +.fa-cloud:before { + content: "\f0c2"; +} +.fa-flask:before { + content: "\f0c3"; +} +.fa-cut:before, +.fa-scissors:before { + content: "\f0c4"; +} +.fa-copy:before, +.fa-files-o:before { + content: "\f0c5"; +} +.fa-paperclip:before { + content: "\f0c6"; +} +.fa-save:before, +.fa-floppy-o:before { + content: "\f0c7"; +} +.fa-square:before { + content: "\f0c8"; +} +.fa-navicon:before, +.fa-reorder:before, +.fa-bars:before { + content: "\f0c9"; +} +.fa-list-ul:before { + content: "\f0ca"; +} +.fa-list-ol:before { + content: "\f0cb"; +} +.fa-strikethrough:before { + content: "\f0cc"; +} +.fa-underline:before { + content: "\f0cd"; +} +.fa-table:before { + content: "\f0ce"; +} +.fa-magic:before { + content: "\f0d0"; +} +.fa-truck:before { + content: "\f0d1"; +} +.fa-pinterest:before { + content: "\f0d2"; +} +.fa-pinterest-square:before { + content: "\f0d3"; +} +.fa-google-plus-square:before { + content: "\f0d4"; +} +.fa-google-plus-g:before, +.fa-google-plus:before { + content: "\f0d5"; +} +.fa-money:before { + content: "\f0d6"; +} +.fa-caret-down:before { + content: "\f0d7"; +} +.fa-caret-up:before { + content: "\f0d8"; +} +.fa-caret-left:before { + content: "\f0d9"; +} +.fa-caret-right:before { + content: "\f0da"; +} +.fa-columns:before { + content: "\f0db"; +} +.fa-unsorted:before, +.fa-sort:before { + content: "\f0dc"; +} +.fa-sort-down:before, +.fa-sort-desc:before { + content: "\f0dd"; +} +.fa-sort-up:before, +.fa-sort-asc:before { + content: "\f0de"; +} +.fa-envelope:before { + content: "\f0e0"; +} +.fa-linkedin:before { + content: "\f0e1"; +} +.fa-rotate-left:before, +.fa-undo:before { + content: "\f0e2"; +} +.fa-legal:before, +.fa-gavel:before { + content: "\f0e3"; +} +.fa-dashboard:before, +.fa-tachometer:before { + content: "\f0e4"; +} +.fa-comment-o:before { + content: "\f0e5"; +} +.fa-comments-o:before { + content: "\f0e6"; +} +.fa-flash:before, +.fa-bolt:before { + content: "\f0e7"; +} +.fa-sitemap:before { + content: "\f0e8"; +} +.fa-umbrella:before { + content: "\f0e9"; +} +.fa-paste:before, +.fa-clipboard:before { + content: "\f0ea"; +} +.fa-lightbulb-o:before { + content: "\f0eb"; +} +.fa-exchange:before { + content: "\f0ec"; +} +.fa-cloud-download:before { + content: "\f0ed"; +} +.fa-cloud-upload:before { + content: "\f0ee"; +} +.fa-user-md:before { + content: "\f0f0"; +} +.fa-stethoscope:before { + content: "\f0f1"; +} +.fa-suitcase:before { + content: "\f0f2"; +} +.fa-bell:before { + content: "\f0a2"; +} +.fa-coffee:before { + content: "\f0f4"; +} +.fa-utensils:before, +.fa-cutlery:before { + content: "\f0f5"; +} +.fa-file-text-o:before { + content: "\f0f6"; +} +.fa-building-o:before { + content: "\f0f7"; +} +.fa-hospital-o:before { + content: "\f0f8"; +} +.fa-ambulance:before { + content: "\f0f9"; +} +.fa-medkit:before { + content: "\f0fa"; +} +.fa-fighter-jet:before { + content: "\f0fb"; +} +.fa-beer:before { + content: "\f0fc"; +} +.fa-h-square:before { + content: "\f0fd"; +} +.fa-plus-square:before { + content: "\f0fe"; +} +.fa-angle-double-left:before { + content: "\f100"; +} +.fa-angle-double-right:before { + content: "\f101"; +} +.fa-angle-double-up:before { + content: "\f102"; +} +.fa-angle-double-down:before { + content: "\f103"; +} +.fa-angle-left:before { + content: "\f104"; +} +.fa-angle-right:before { + content: "\f105"; +} +.fa-angle-up:before { + content: "\f106"; +} +.fa-angle-down:before { + content: "\f107"; +} +.fa-desktop:before { + content: "\f108"; +} +.fa-laptop:before { + content: "\f109"; +} +.fa-tablet:before { + content: "\f10a"; +} +.fa-mobile-phone:before, +.fa-mobile:before { + content: "\f10b"; +} +.fa-circle-o:before { + content: "\f10c"; +} +.fa-quote-left:before { + content: "\f10d"; +} +.fa-quote-right:before { + content: "\f10e"; +} +.fa-spinner:before { + content: "\f110"; +} +.fa-circle:before { + content: "\f111"; +} +.fa-mail-reply:before, +.fa-reply:before { + content: "\f112"; +} +.fa-github-alt:before { + content: "\f113"; +} +.fa-folder-o:before { + content: "\f114"; +} +.fa-folder-open-o:before { + content: "\f115"; +} +.fa-smile-o:before { + content: "\f118"; +} +.fa-frown-o:before { + content: "\f119"; +} +.fa-meh-o:before { + content: "\f11a"; +} +.fa-gamepad:before { + content: "\f11b"; +} +.fa-keyboard-o:before { + content: "\f11c"; +} +.fa-flag-o:before { + content: "\f11d"; +} +.fa-flag-checkered:before { + content: "\f11e"; +} +.fa-terminal:before { + content: "\f120"; +} +.fa-code:before { + content: "\f121"; +} +.fa-mail-reply-all:before, +.fa-reply-all:before { + content: "\f122"; +} +.fa-star-half-empty:before, +.fa-star-half-full:before, +.fa-star-half-o:before { + content: "\f123"; +} +.fa-location-arrow:before { + content: "\f124"; +} +.fa-crop:before { + content: "\f125"; +} +.fa-code-fork:before { + content: "\f126"; +} +.fa-unlink:before, +.fa-chain-broken:before { + content: "\f127"; +} +.fa-question:before { + content: "\f128"; +} +.fa-info:before { + content: "\f129"; +} +.fa-exclamation:before { + content: "\f12a"; +} +.fa-superscript:before { + content: "\f12b"; +} +.fa-subscript:before { + content: "\f12c"; +} +.fa-eraser:before { + content: "\f12d"; +} +.fa-puzzle-piece:before { + content: "\f12e"; +} +.fa-microphone:before { + content: "\f130"; +} +.fa-microphone-slash:before { + content: "\f131"; +} +.fa-shield:before { + content: "\f132"; +} +.fa-calendar-o:before { + content: "\f133"; +} +.fa-fire-extinguisher:before { + content: "\f134"; +} +.fa-rocket:before { + content: "\f135"; +} +.fa-maxcdn:before { + content: "\f136"; +} +.fa-chevron-circle-left:before { + content: "\f137"; +} +.fa-chevron-circle-right:before { + content: "\f138"; +} +.fa-chevron-circle-up:before { + content: "\f139"; +} +.fa-chevron-circle-down:before { + content: "\f13a"; +} +.fa-html5:before { + content: "\f13b"; +} +.fa-css3:before { + content: "\f13c"; +} +.fa-anchor:before { + content: "\f13d"; +} +.fa-unlock-alt:before { + content: "\f13e"; +} +.fa-bullseye:before { + content: "\f140"; +} +.fa-ellipsis-h:before { + content: "\f141"; +} +.fa-ellipsis-v:before { + content: "\f142"; +} +.fa-rss-square:before { + content: "\f143"; +} +.fa-play-circle:before { + content: "\f144"; +} +.fa-ticket:before { + content: "\f145"; +} +.fa-minus-square:before { + content: "\f146"; +} +.fa-minus-square-o:before { + content: "\f147"; +} +.fa-level-up:before { + content: "\f148"; +} +.fa-level-down:before { + content: "\f149"; +} +.fa-check-square:before { + content: "\f14a"; +} +.fa-pencil-square:before { + content: "\f14b"; +} +.fa-external-link-square:before { + content: "\f14c"; +} +.fa-share-square:before { + content: "\f14d"; +} +.fa-compass:before { + content: "\f14e"; +} +.fa-toggle-down:before, +.fa-caret-square-o-down:before { + content: "\f150"; +} +.fa-toggle-up:before, +.fa-caret-square-o-up:before { + content: "\f151"; +} +.fa-toggle-right:before, +.fa-caret-square-o-right:before { + content: "\f152"; +} +.fa-euro:before, +.fa-eur:before { + content: "\f153"; +} +.fa-pound:before, +.fa-gbp:before { + content: "\f154"; +} +.fa-dollar:before, +.fa-usd:before { + content: "\f155"; +} +.fa-rupee:before, +.fa-inr:before { + content: "\f156"; +} +.fa-cny:before, +.fa-rmb:before, +.fa-yen:before, +.fa-jpy:before { + content: "\f157"; +} +.fa-ruble:before, +.fa-rouble:before, +.fa-rub:before { + content: "\f158"; +} +.fa-won:before, +.fa-krw:before { + content: "\f159"; +} +.fa-bitcoin:before, +.fa-btc:before { + content: "\f15a"; +} +.fa-file:before { + content: "\f15b"; +} +.fa-file-text:before { + content: "\f15c"; +} +.fa-sort-alpha-down:before, +.fa-sort-alpha-asc:before { + content: "\f15d"; +} +.fa-sort-alpha-up:before, +.fa-sort-alpha-desc:before { + content: "\f15e"; +} +.fa-sort-amount-down:before, +.fa-sort-amount-asc:before { + content: "\f160"; +} +.fa-sort-amount-up:before, +.fa-sort-amount-desc:before { + content: "\f161"; +} +.fa-sort-numeric-down:before, +.fa-sort-numeric-asc:before { + content: "\f162"; +} +.fa-sort-numeric-up:before, +.fa-sort-numeric-desc:before { + content: "\f163"; +} +.fa-thumbs-up:before { + content: "\f164"; +} +.fa-thumbs-down:before { + content: "\f165"; +} +.fa-youtube-square:before { + content: "\f166"; +} +.fa-youtube:before { + content: "\f167"; +} +.fa-xing:before { + content: "\f168"; +} +.fa-xing-square:before { + content: "\f169"; +} +.fa-youtube-play:before { + content: "\f16a"; +} +.fa-dropbox:before { + content: "\f16b"; +} +.fa-stack-overflow:before { + content: "\f16c"; +} +.fa-instagram:before { + content: "\f16d"; +} +.fa-flickr:before { + content: "\f16e"; +} +.fa-adn:before { + content: "\f170"; +} +.fa-bitbucket:before { + content: "\f171"; +} +.fa-bitbucket-square:before { + content: "\f172"; +} +.fa-tumblr:before { + content: "\f173"; +} +.fa-tumblr-square:before { + content: "\f174"; +} +.fa-long-arrow-down:before { + content: "\f175"; +} +.fa-long-arrow-up:before { + content: "\f176"; +} +.fa-long-arrow-left:before { + content: "\f177"; +} +.fa-long-arrow-right:before { + content: "\f178"; +} +.fa-apple:before { + content: "\f179"; +} +.fa-windows:before { + content: "\f17a"; +} +.fa-android:before { + content: "\f17b"; +} +.fa-linux:before { + content: "\f17c"; +} +.fa-dribbble:before { + content: "\f17d"; +} +.fa-skype:before { + content: "\f17e"; +} +.fa-foursquare:before { + content: "\f180"; +} +.fa-trello:before { + content: "\f181"; +} +.fa-female:before { + content: "\f182"; +} +.fa-male:before { + content: "\f183"; +} +.fa-gittip:before, +.fa-gratipay:before { + content: "\f184"; +} +.fa-sun-o:before { + content: "\f185"; +} +.fa-moon-o:before { + content: "\f186"; +} +.fa-archive:before { + content: "\f187"; +} +.fa-bug:before { + content: "\f188"; +} +.fa-vk:before { + content: "\f189"; +} +.fa-weibo:before { + content: "\f18a"; +} +.fa-renren:before { + content: "\f18b"; +} +.fa-pagelines:before { + content: "\f18c"; +} +.fa-stack-exchange:before { + content: "\f18d"; +} +.fa-arrow-circle-o-right:before { + content: "\f18e"; +} +.fa-arrow-circle-o-left:before { + content: "\f190"; +} +.fa-toggle-left:before, +.fa-caret-square-o-left:before { + content: "\f191"; +} +.fa-dot-circle-o:before { + content: "\f192"; +} +.fa-wheelchair:before { + content: "\f193"; +} +.fa-vimeo-square:before { + content: "\f194"; +} +.fa-turkish-lira:before, +.fa-try:before { + content: "\f195"; +} +.fa-plus-square-o:before { + content: "\f196"; +} +.fa-space-shuttle:before { + content: "\f197"; +} +.fa-slack:before { + content: "\f198"; +} +.fa-envelope-square:before { + content: "\f199"; +} +.fa-wordpress:before { + content: "\f19a"; +} +.fa-openid:before { + content: "\f19b"; +} +.fa-institution:before, +.fa-bank:before, +.fa-university:before { + content: "\f19c"; +} +.fa-mortar-board:before, +.fa-graduation-cap:before { + content: "\f19d"; +} +.fa-yahoo:before { + content: "\f19e"; +} +.fa-google:before { + content: "\f1a0"; +} +.fa-reddit:before { + content: "\f1a1"; +} +.fa-reddit-square:before { + content: "\f1a2"; +} +.fa-stumbleupon-circle:before { + content: "\f1a3"; +} +.fa-stumbleupon:before { + content: "\f1a4"; +} +.fa-delicious:before { + content: "\f1a5"; +} +.fa-digg:before { + content: "\f1a6"; +} +.fa-drupal:before { + content: "\f1a9"; +} +.fa-joomla:before { + content: "\f1aa"; +} +.fa-language:before { + content: "\f1ab"; +} +.fa-fax:before { + content: "\f1ac"; +} +.fa-building:before { + content: "\f1ad"; +} +.fa-child:before { + content: "\f1ae"; +} +.fa-paw:before { + content: "\f1b0"; +} +.fa-utensil-spoon:before, +.fa-spoon:before { + content: "\f1b1"; +} +.fa-cube:before { + content: "\f1b2"; +} +.fa-cubes:before { + content: "\f1b3"; +} +.fa-behance:before { + content: "\f1b4"; +} +.fa-behance-square:before { + content: "\f1b5"; +} +.fa-steam:before { + content: "\f1b6"; +} +.fa-steam-square:before { + content: "\f1b7"; +} +.fa-recycle:before { + content: "\f1b8"; +} +.fa-automobile:before, +.fa-car:before { + content: "\f1b9"; +} +.fa-cab:before, +.fa-taxi:before { + content: "\f1ba"; +} +.fa-tree:before { + content: "\f1bb"; +} +.fa-spotify:before { + content: "\f1bc"; +} +.fa-deviantart:before { + content: "\f1bd"; +} +.fa-soundcloud:before { + content: "\f1be"; +} +.fa-database:before { + content: "\f1c0"; +} +.fa-file-pdf-o:before { + content: "\f1c1"; +} +.fa-file-word-o:before { + content: "\f1c2"; +} +.fa-file-excel-o:before { + content: "\f1c3"; +} +.fa-file-powerpoint-o:before { + content: "\f1c4"; +} +.fa-file-photo-o:before, +.fa-file-picture-o:before, +.fa-file-image-o:before { + content: "\f1c5"; +} +.fa-file-zip-o:before, +.fa-file-archive-o:before { + content: "\f1c6"; +} +.fa-file-sound-o:before, +.fa-file-audio-o:before { + content: "\f1c7"; +} +.fa-file-movie-o:before, +.fa-file-video-o:before { + content: "\f1c8"; +} +.fa-file-code-o:before { + content: "\f1c9"; +} +.fa-vine:before { + content: "\f1ca"; +} +.fa-codepen:before { + content: "\f1cb"; +} +.fa-jsfiddle:before { + content: "\f1cc"; +} +.fa-life-bouy:before, +.fa-life-buoy:before, +.fa-life-saver:before, +.fa-support:before, +.fa-life-ring:before { + content: "\f1cd"; +} +.fa-circle-o-notch:before { + content: "\f1ce"; +} +.fa-ra:before, +.fa-resistance:before, +.fa-rebel:before { + content: "\f1d0"; +} +.fa-ge:before, +.fa-empire:before { + content: "\f1d1"; +} +.fa-git-square:before { + content: "\f1d2"; +} +.fa-git:before { + content: "\f1d3"; +} +.fa-y-combinator-square:before, +.fa-yc-square:before, +.fa-hacker-news:before { + content: "\f1d4"; +} +.fa-tencent-weibo:before { + content: "\f1d5"; +} +.fa-qq:before { + content: "\f1d6"; +} +.fa-wechat:before, +.fa-weixin:before { + content: "\f1d7"; +} +.fa-send:before, +.fa-paper-plane:before { + content: "\f1d8"; +} +.fa-send-o:before, +.fa-paper-plane-o:before { + content: "\f1d9"; +} +.fa-history:before { + content: "\f1da"; +} +.fa-circle-thin:before { + content: "\f1db"; +} +.fa-heading:before, +.fa-header:before { + content: "\f1dc"; +} +.fa-paragraph:before { + content: "\f1dd"; +} +.fa-sliders:before { + content: "\f1de"; +} +.fa-share-alt:before { + content: "\f1e0"; +} +.fa-share-alt-square:before { + content: "\f1e1"; +} +.fa-bomb:before { + content: "\f1e2"; +} +.fa-soccer-ball-o:before, +.fa-futbol-o:before { + content: "\f1e3"; +} +.fa-tty:before { + content: "\f1e4"; +} +.fa-binoculars:before { + content: "\f1e5"; +} +.fa-plug:before { + content: "\f1e6"; +} +.fa-slideshare:before { + content: "\f1e7"; +} +.fa-twitch:before { + content: "\f1e8"; +} +.fa-yelp:before { + content: "\f1e9"; +} +.fa-newspaper-o:before { + content: "\f1ea"; +} +.fa-wifi:before { + content: "\f1eb"; +} +.fa-calculator:before { + content: "\f1ec"; +} +.fa-paypal:before { + content: "\f1ed"; +} +.fa-google-wallet:before { + content: "\f1ee"; +} +.fa-cc-visa:before { + content: "\f1f0"; +} +.fa-cc-mastercard:before { + content: "\f1f1"; +} +.fa-cc-discover:before { + content: "\f1f2"; +} +.fa-cc-amex:before { + content: "\f1f3"; +} +.fa-cc-paypal:before { + content: "\f1f4"; +} +.fa-cc-stripe:before { + content: "\f1f5"; +} +.fa-bell-slash:before { + content: "\f1f6"; +} +.fa-bell-slash-o:before { + content: "\f1f7"; +} +.fa-trash:before { + content: "\f1f8"; +} +.fa-copyright:before { + content: "\f1f9"; +} +.fa-at:before { + content: "\f1fa"; +} +.fa-eyedropper:before { + content: "\f1fb"; +} +.fa-paint-brush:before { + content: "\f1fc"; +} +.fa-birthday-cake:before { + content: "\f1fd"; +} +.fa-area-chart:before { + content: "\f1fe"; +} +.fa-pie-chart:before { + content: "\f200"; +} +.fa-line-chart:before { + content: "\f201"; +} +.fa-lastfm:before { + content: "\f202"; +} +.fa-lastfm-square:before { + content: "\f203"; +} +.fa-toggle-off:before { + content: "\f204"; +} +.fa-toggle-on:before { + content: "\f205"; +} +.fa-bicycle:before { + content: "\f206"; +} +.fa-bus:before { + content: "\f207"; +} +.fa-ioxhost:before { + content: "\f208"; +} +.fa-angellist:before { + content: "\f209"; +} +.fa-closed-captioning:before, +.fa-cc:before { + content: "\f20a"; +} +.fa-shekel:before, +.fa-sheqel:before, +.fa-ils:before { + content: "\f20b"; +} +.fa-meanpath:before { + content: "\f20c"; +} +.fa-buysellads:before { + content: "\f20d"; +} +.fa-connectdevelop:before { + content: "\f20e"; +} +.fa-dashcube:before { + content: "\f210"; +} +.fa-forumbee:before { + content: "\f211"; +} +.fa-leanpub:before { + content: "\f212"; +} +.fa-sellsy:before { + content: "\f213"; +} +.fa-shirtsinbulk:before { + content: "\f214"; +} +.fa-simplybuilt:before { + content: "\f215"; +} +.fa-skyatlas:before { + content: "\f216"; +} +.fa-cart-plus:before { + content: "\f217"; +} +.fa-cart-arrow-down:before { + content: "\f218"; +} +.fa-gem:before, +.fa-diamond:before { + content: "\f219"; +} +.fa-ship:before { + content: "\f21a"; +} +.fa-user-secret:before { + content: "\f21b"; +} +.fa-motorcycle:before { + content: "\f21c"; +} +.fa-street-view:before { + content: "\f21d"; +} +.fa-heartbeat:before { + content: "\f21e"; +} +.fa-venus:before { + content: "\f221"; +} +.fa-mars:before { + content: "\f222"; +} +.fa-mercury:before { + content: "\f223"; +} +.fa-intersex:before, +.fa-transgender:before { + content: "\f224"; +} +.fa-transgender-alt:before { + content: "\f225"; +} +.fa-venus-double:before { + content: "\f226"; +} +.fa-mars-double:before { + content: "\f227"; +} +.fa-venus-mars:before { + content: "\f228"; +} +.fa-mars-stroke:before { + content: "\f229"; +} +.fa-mars-stroke-v:before { + content: "\f22a"; +} +.fa-mars-stroke-h:before { + content: "\f22b"; +} +.fa-neuter:before { + content: "\f22c"; +} +.fa-genderless:before { + content: "\f22d"; +} +.fa-facebook-official:before { + content: "\f230"; +} +.fa-pinterest-p:before { + content: "\f231"; +} +.fa-whatsapp:before { + content: "\f232"; +} +.fa-server:before { + content: "\f233"; +} +.fa-user-plus:before { + content: "\f234"; +} +.fa-user-times:before { + content: "\f235"; +} +.fa-hotel:before, +.fa-bed:before { + content: "\f236"; +} +.fa-viacoin:before { + content: "\f237"; +} +.fa-train:before { + content: "\f238"; +} +.fa-subway:before { + content: "\f239"; +} +.fa-medium:before { + content: "\f23a"; +} +.fa-medium-square:before { + content: "\f2f8"; +} +.fa-yc:before, +.fa-y-combinator:before { + content: "\f23b"; +} +.fa-optin-monster:before { + content: "\f23c"; +} +.fa-opencart:before { + content: "\f23d"; +} +.fa-expeditedssl:before { + content: "\f23e"; +} +.fa-battery-4:before, +.fa-battery:before, +.fa-battery-full:before { + content: "\f240"; +} +.fa-battery-3:before, +.fa-battery-three-quarters:before { + content: "\f241"; +} +.fa-battery-2:before, +.fa-battery-half:before { + content: "\f242"; +} +.fa-battery-1:before, +.fa-battery-quarter:before { + content: "\f243"; +} +.fa-battery-0:before, +.fa-battery-empty:before { + content: "\f244"; +} +.fa-mouse-pointer:before { + content: "\f245"; +} +.fa-i-cursor:before { + content: "\f246"; +} +.fa-object-group:before { + content: "\f247"; +} +.fa-object-ungroup:before { + content: "\f248"; +} +.fa-sticky-note:before { + content: "\f249"; +} +.fa-sticky-note-o:before { + content: "\f24a"; +} +.fa-cc-jcb:before { + content: "\f24b"; +} +.fa-cc-diners-club:before { + content: "\f24c"; +} +.fa-clone:before { + content: "\f24d"; +} +.fa-balance-scale:before { + content: "\f24e"; +} +.fa-hourglass-o:before { + content: "\f250"; +} +.fa-hourglass-1:before, +.fa-hourglass-start:before { + content: "\f251"; +} +.fa-hourglass-2:before, +.fa-hourglass-half:before { + content: "\f252"; +} +.fa-hourglass-3:before, +.fa-hourglass-end:before { + content: "\f253"; +} +.fa-hourglass:before { + content: "\f254"; +} +.fa-hand-grab-o:before, +.fa-hand-rock-o:before { + content: "\f255"; +} +.fa-hand-stop-o:before, +.fa-hand-paper-o:before { + content: "\f256"; +} +.fa-hand-scissors-o:before { + content: "\f257"; +} +.fa-hand-lizard-o:before { + content: "\f258"; +} +.fa-hand-spock-o:before { + content: "\f259"; +} +.fa-hand-pointer-o:before { + content: "\f25a"; +} +.fa-hand-peace-o:before { + content: "\f25b"; +} +.fa-trademark:before { + content: "\f25c"; +} +.fa-registered:before { + content: "\f25d"; +} +.fa-creative-commons:before { + content: "\f25e"; +} +.fa-gg:before { + content: "\f260"; +} +.fa-gg-circle:before { + content: "\f261"; +} +.fa-tripadvisor:before { + content: "\f262"; +} +.fa-odnoklassniki:before { + content: "\f263"; +} +.fa-odnoklassniki-square:before { + content: "\f264"; +} +.fa-get-pocket:before { + content: "\f265"; +} +.fa-wikipedia-w:before { + content: "\f266"; +} +.fa-safari:before { + content: "\f267"; +} +.fa-chrome:before { + content: "\f268"; +} +.fa-firefox:before { + content: "\f269"; +} +.fa-opera:before { + content: "\f26a"; +} +.fa-internet-explorer:before { + content: "\f26b"; +} +.fa-tv:before, +.fa-television:before { + content: "\f26c"; +} +.fa-contao:before { + content: "\f26d"; +} +.fa-500px:before { + content: "\f26e"; +} +.fa-amazon:before { + content: "\f270"; +} +.fa-calendar-plus-o:before { + content: "\f271"; +} +.fa-calendar-minus-o:before { + content: "\f272"; +} +.fa-calendar-times-o:before { + content: "\f273"; +} +.fa-calendar-check-o:before { + content: "\f274"; +} +.fa-industry:before { + content: "\f275"; +} +.fa-map-pin:before { + content: "\f276"; +} +.fa-map-signs:before { + content: "\f277"; +} +.fa-map-o:before { + content: "\f278"; +} +.fa-map:before { + content: "\f279"; +} +.fa-commenting:before { + content: "\f27a"; +} +.fa-commenting-o:before { + content: "\f27b"; +} +.fa-houzz:before { + content: "\f27c"; +} +.fa-vimeo-v:before, +.fa-vimeo:before { + content: "\f27d"; +} +.fa-black-tie:before { + content: "\f27e"; +} +.fa-fonticons:before { + content: "\f280"; +} +.fa-reddit-alien:before { + content: "\f281"; +} +.fa-edge:before { + content: "\f282"; +} +.fa-credit-card-alt:before { + content: "\f283"; +} +.fa-codiepie:before { + content: "\f284"; +} +.fa-modx:before { + content: "\f285"; +} +.fa-fort-awesome:before { + content: "\f286"; +} +.fa-usb:before { + content: "\f287"; +} +.fa-product-hunt:before { + content: "\f288"; +} +.fa-mixcloud:before { + content: "\f289"; +} +.fa-scribd:before { + content: "\f28a"; +} +.fa-pause-circle:before { + content: "\f28b"; +} +.fa-pause-circle-o:before { + content: "\f28c"; +} +.fa-stop-circle:before { + content: "\f28d"; +} +.fa-stop-circle-o:before { + content: "\f28e"; +} +.fa-shopping-bag:before { + content: "\f290"; +} +.fa-shopping-basket:before { + content: "\f291"; +} +.fa-hashtag:before { + content: "\f292"; +} +.fa-bluetooth:before { + content: "\f293"; +} +.fa-bluetooth-b:before { + content: "\f294"; +} +.fa-percent:before { + content: "\f295"; +} +.fa-gitlab:before { + content: "\f296"; +} +.fa-wpbeginner:before { + content: "\f297"; +} +.fa-wpforms:before { + content: "\f298"; +} +.fa-envira:before { + content: "\f299"; +} +.fa-universal-access:before { + content: "\f29a"; +} +.fa-wheelchair-alt:before { + content: "\f29b"; +} +.fa-question-circle-o:before { + content: "\f29c"; +} +.fa-blind:before { + content: "\f29d"; +} +.fa-audio-description:before { + content: "\f29e"; +} +.fa-phone-volume:before, +.fa-volume-control-phone:before { + content: "\f2a0"; +} +.fa-braille:before { + content: "\f2a1"; +} +.fa-assistive-listening-systems:before { + content: "\f2a2"; +} +.fa-asl-interpreting:before, +.fa-american-sign-language-interpreting:before { + content: "\f2a3"; +} +.fa-deafness:before, +.fa-hard-of-hearing:before, +.fa-deaf:before { + content: "\f2a4"; +} +.fa-glide:before { + content: "\f2a5"; +} +.fa-glide-g:before { + content: "\f2a6"; +} +.fa-signing:before, +.fa-sign-language:before { + content: "\f2a7"; +} +.fa-low-vision:before { + content: "\f2a8"; +} +.fa-viadeo:before { + content: "\f2a9"; +} +.fa-viadeo-square:before { + content: "\f2aa"; +} +.fa-snapchat:before { + content: "\f2ab"; +} +.fa-snapchat-ghost:before { + content: "\f2ac"; +} +.fa-snapchat-square:before { + content: "\f2ad"; +} +.fa-first-order:before { + content: "\f2b0"; +} +.fa-yoast:before { + content: "\f2b1"; +} +.fa-themeisle:before { + content: "\f2b2"; +} +.fa-google-plus-circle:before, +.fa-google-plus-official:before { + content: "\f2b3"; +} +.fa-fa:before, +.fa-font-awesome:before { + content: "\f2b4"; +} +.fa-handshake-o:before { + content: "\f2b5"; +} +.fa-envelope-open:before { + content: "\f2b6"; +} +.fa-envelope-open-o:before { + content: "\f2b7"; +} +.fa-linode:before { + content: "\f2b8"; +} +.fa-address-book:before { + content: "\f2b9"; +} +.fa-address-book-o:before { + content: "\f2ba"; +} +.fa-vcard:before, +.fa-address-card:before { + content: "\f2bb"; +} +.fa-vcard-o:before, +.fa-address-card-o:before { + content: "\f2bc"; +} +.fa-user-circle:before { + content: "\f2bd"; +} +.fa-user-circle-o:before { + content: "\f2be"; +} +.fa-user-o:before { + content: "\f2c0"; +} +.fa-id-badge:before { + content: "\f2c1"; +} +.fa-drivers-license:before, +.fa-id-card:before { + content: "\f2c2"; +} +.fa-drivers-license-o:before, +.fa-id-card-o:before { + content: "\f2c3"; +} +.fa-quora:before { + content: "\f2c4"; +} +.fa-free-code-camp:before { + content: "\f2c5"; +} +.fa-telegram:before { + content: "\f2c6"; +} +.fa-thermometer-4:before, +.fa-thermometer:before, +.fa-thermometer-full:before { + content: "\f2c7"; +} +.fa-thermometer-3:before, +.fa-thermometer-three-quarters:before { + content: "\f2c8"; +} +.fa-thermometer-2:before, +.fa-thermometer-half:before { + content: "\f2c9"; +} +.fa-thermometer-1:before, +.fa-thermometer-quarter:before { + content: "\f2ca"; +} +.fa-thermometer-0:before, +.fa-thermometer-empty:before { + content: "\f2cb"; +} +.fa-shower:before { + content: "\f2cc"; +} +.fa-bathtub:before, +.fa-s15:before, +.fa-bath:before { + content: "\f2cd"; +} +.fa-podcast:before { + content: "\f2ce"; +} +.fa-window-maximize:before { + content: "\f2d0"; +} +.fa-window-minimize:before { + content: "\f2d1"; +} +.fa-window-restore:before { + content: "\f2d2"; +} +.fa-times-rectangle:before, +.fa-window-close:before { + content: "\f2d3"; +} +.fa-times-rectangle-o:before, +.fa-window-close-o:before { + content: "\f2d4"; +} +.fa-bandcamp:before { + content: "\f2d5"; +} +.fa-grav:before { + content: "\f2d6"; +} +.fa-etsy:before { + content: "\f2d7"; +} +.fa-imdb:before { + content: "\f2d8"; +} +.fa-ravelry:before { + content: "\f2d9"; +} +.fa-eercast:before { + content: "\f2da"; +} +.fa-microchip:before { + content: "\f2db"; +} +.fa-snowflake-o:before { + content: "\f2dc"; +} +.fa-superpowers:before { + content: "\f2dd"; +} +.fa-wpexplorer:before { + content: "\f2de"; +} +.fa-meetup:before { + content: "\f2e0"; +} +.fa-mastodon:before { + content: "\f2e1"; +} +.fa-mastodon-alt:before { + content: "\f2e2"; +} +.fa-fork-circle:before, +.fa-fork-awesome:before { + content: "\f2e3"; +} +.fa-peertube:before { + content: "\f2e4"; +} +.fa-diaspora:before { + content: "\f2e5"; +} +.fa-friendica:before { + content: "\f2e6"; +} +.fa-gnu-social:before { + content: "\f2e7"; +} +.fa-liberapay-square:before { + content: "\f2e8"; +} +.fa-liberapay:before { + content: "\f2e9"; +} +.fa-ssb:before, +.fa-scuttlebutt:before { + content: "\f2ea"; +} +.fa-hubzilla:before { + content: "\f2eb"; +} +.fa-social-home:before { + content: "\f2ec"; +} +.fa-artstation:before { + content: "\f2ed"; +} +.fa-discord:before { + content: "\f2ee"; +} +.fa-discord-alt:before { + content: "\f2ef"; +} +.fa-patreon:before { + content: "\f2f0"; +} +.fa-snowdrift:before { + content: "\f2f1"; +} +.fa-activitypub:before { + content: "\f2f2"; +} +.fa-ethereum:before { + content: "\f2f3"; +} +.fa-keybase:before { + content: "\f2f4"; +} +.fa-shaarli:before { + content: "\f2f5"; +} +.fa-shaarli-o:before { + content: "\f2f6"; +} +.fa-cut-key:before, +.fa-key-modern:before { + content: "\f2f7"; +} +.fa-xmpp:before { + content: "\f2f9"; +} +.fa-archive-org:before { + content: "\f2fc"; +} +.fa-freedombox:before { + content: "\f2fd"; +} +.fa-facebook-messenger:before { + content: "\f2fe"; +} +.fa-debian:before { + content: "\f2ff"; +} +.fa-mastodon-square:before { + content: "\f300"; +} +.fa-tipeee:before { + content: "\f301"; +} +.fa-react:before { + content: "\f302"; +} +.fa-dogmazic:before { + content: "\f303"; +} +.fa-zotero:before { + content: "\f309"; +} +.fa-nodejs:before { + content: "\f308"; +} +.fa-nextcloud:before { + content: "\f306"; +} +.fa-nextcloud-square:before { + content: "\f307"; +} +.fa-hackaday:before { + content: "\f30a"; +} +.fa-laravel:before { + content: "\f30b"; +} +.fa-signalapp:before { + content: "\f30c"; +} +.fa-gnupg:before { + content: "\f30d"; +} +.fa-php:before { + content: "\f30e"; +} +.fa-ffmpeg:before { + content: "\f30f"; +} +.fa-joplin:before { + content: "\f310"; +} +.fa-syncthing:before { + content: "\f311"; +} +.fa-inkscape:before { + content: "\f312"; +} +.fa-matrix-org:before { + content: "\f313"; +} +.fa-pixelfed:before { + content: "\f314"; +} +.fa-bootstrap:before { + content: "\f315"; +} +.fa-dev-to:before { + content: "\f316"; +} +.fa-hashnode:before { + content: "\f317"; +} +.fa-jirafeau:before { + content: "\f318"; +} +.fa-emby:before { + content: "\f319"; +} +.fa-wikidata:before { + content: "\f31a"; +} +.fa-gimp:before { + content: "\f31b"; +} +.fa-c:before { + content: "\f31c"; +} +.fa-digitalocean:before { + content: "\f31d"; +} +.fa-att:before { + content: "\f31e"; +} +.fa-gitea:before { + content: "\f31f"; +} +.fa-file-epub:before { + content: "\f321"; +} +.fa-python:before { + content: "\f322"; +} +.fa-archlinux:before { + content: "\f323"; +} +.fa-pleroma:before { + content: "\f324"; +} +.fa-unsplash:before { + content: "\f325"; +} +.fa-hackster:before { + content: "\f326"; +} +.fa-spell-check:before { + content: "\f327"; +} +.fa-moon:before { + content: "\f328"; +} +.fa-sun:before { + content: "\f329"; +} +.fa-f-droid:before { + content: "\f32a"; +} +.fa-biometric:before { + content: "\f32b"; +} +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + border: 0; +} +.sr-only-focusable:active, +.sr-only-focusable:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; +} diff --git a/old/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css b/old/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css new file mode 100644 index 0000000..6c4010c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css @@ -0,0 +1,12 @@ +/*! +Fork Awesome 1.1.7 +License - https://forkaweso.me/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */@font-face{font-family:ForkAwesome;src:url(../fonts/forkawesome-webfont.eot?v=1.1.7);src:url(../fonts/forkawesome-webfont.eot?#iefix&v=1.1.7) format('embedded-opentype'),url(../fonts/forkawesome-webfont.woff2?v=1.1.7) format('woff2'),url(../fonts/forkawesome-webfont.woff?v=1.1.7) format('woff'),url(../fonts/forkawesome-webfont.ttf?v=1.1.7) format('truetype'),url(../fonts/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 ForkAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell-o:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-globe-e:before{content:"\f304"}.fa-globe-w:before{content:"\f305"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-community:before,.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus-g:before,.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before,.fa-utensils:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before,.fa-pound:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-desc:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-desc:before,.fa-sort-amount-up:before{content:"\f161"}.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-desc:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before,.fa-closed-captioning:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before,.fa-gem:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-medium-square:before{content:"\f2f8"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo-v:before,.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.fa-mastodon:before{content:"\f2e1"}.fa-mastodon-alt:before{content:"\f2e2"}.fa-fork-awesome:before,.fa-fork-circle:before{content:"\f2e3"}.fa-peertube:before{content:"\f2e4"}.fa-diaspora:before{content:"\f2e5"}.fa-friendica:before{content:"\f2e6"}.fa-gnu-social:before{content:"\f2e7"}.fa-liberapay-square:before{content:"\f2e8"}.fa-liberapay:before{content:"\f2e9"}.fa-scuttlebutt:before,.fa-ssb:before{content:"\f2ea"}.fa-hubzilla:before{content:"\f2eb"}.fa-social-home:before{content:"\f2ec"}.fa-artstation:before{content:"\f2ed"}.fa-discord:before{content:"\f2ee"}.fa-discord-alt:before{content:"\f2ef"}.fa-patreon:before{content:"\f2f0"}.fa-snowdrift:before{content:"\f2f1"}.fa-activitypub:before{content:"\f2f2"}.fa-ethereum:before{content:"\f2f3"}.fa-keybase:before{content:"\f2f4"}.fa-shaarli:before{content:"\f2f5"}.fa-shaarli-o:before{content:"\f2f6"}.fa-cut-key:before,.fa-key-modern:before{content:"\f2f7"}.fa-xmpp:before{content:"\f2f9"}.fa-archive-org:before{content:"\f2fc"}.fa-freedombox:before{content:"\f2fd"}.fa-facebook-messenger:before{content:"\f2fe"}.fa-debian:before{content:"\f2ff"}.fa-mastodon-square:before{content:"\f300"}.fa-tipeee:before{content:"\f301"}.fa-react:before{content:"\f302"}.fa-dogmazic:before{content:"\f303"}.fa-zotero:before{content:"\f309"}.fa-nodejs:before{content:"\f308"}.fa-nextcloud:before{content:"\f306"}.fa-nextcloud-square:before{content:"\f307"}.fa-hackaday:before{content:"\f30a"}.fa-laravel:before{content:"\f30b"}.fa-signalapp:before{content:"\f30c"}.fa-gnupg:before{content:"\f30d"}.fa-php:before{content:"\f30e"}.fa-ffmpeg:before{content:"\f30f"}.fa-joplin:before{content:"\f310"}.fa-syncthing:before{content:"\f311"}.fa-inkscape:before{content:"\f312"}.fa-matrix-org:before{content:"\f313"}.fa-pixelfed:before{content:"\f314"}.fa-bootstrap:before{content:"\f315"}.fa-dev-to:before{content:"\f316"}.fa-hashnode:before{content:"\f317"}.fa-jirafeau:before{content:"\f318"}.fa-emby:before{content:"\f319"}.fa-wikidata:before{content:"\f31a"}.fa-gimp:before{content:"\f31b"}.fa-c:before{content:"\f31c"}.fa-digitalocean:before{content:"\f31d"}.fa-att:before{content:"\f31e"}.fa-gitea:before{content:"\f31f"}.fa-file-epub:before{content:"\f321"}.fa-python:before{content:"\f322"}.fa-archlinux:before{content:"\f323"}.fa-pleroma:before{content:"\f324"}.fa-unsplash:before{content:"\f325"}.fa-hackster:before{content:"\f326"}.fa-spell-check:before{content:"\f327"}.fa-moon:before{content:"\f328"}.fa-sun:before{content:"\f329"}.fa-f-droid:before{content:"\f32a"}.fa-biometric:before{content:"\f32b"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}/*# sourceMappingURL=fork-awesome.min.css.map */ \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css.map b/old/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css.map new file mode 100644 index 0000000..df02930 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/css/fork-awesome.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["fork-awesome.css"],"names":[],"mappings":";;;;;;;;;;;AAcA,WACE,YAAA,YACA,IAAS,8CACT,IAAS,qDAAoF,4BAAA,gDAAmE,gBAAA,+CAAiE,eAAA,8CAAoE,mBAAA,iEAArS,cACA,YAAA,IACA,WAAA,OAEF,IACE,QAAA,aACA,KAAA,OAAA,OAAA,OAAA,KAAA,EAAA,YACA,UAAA,QACA,eAAA,KACA,uBAAA,YACA,wBAAA,UAGF,OACE,UAAA,aACA,YAAA,MACA,eAAA,KAEF,OACE,UAAA,IAEF,OACE,UAAA,IAEF,OACE,UAAA,IAEF,OACE,UAAA,IAEF,OACE,MAAA,aACA,WAAA,OAEF,OACE,aAAA,EACA,YAAA,aACA,gBAAA,KAEK,UACL,SAAA,SAEF,OACE,SAAA,SACA,KAAA,cACA,MAAA,aACA,IAAA,YACA,WAAA,OAEI,aACJ,KAAA,cAEF,WACE,QAAA,KAAA,MAAA,MACA,OAAA,MAAA,MAAA,KACA,cAAA,KAEF,cACE,MAAA,KAEF,eACE,MAAA,MAEC,iBACD,aAAA,KAEC,kBACD,YAAA,KAGF,YACE,MAAA,MAEF,WACE,MAAA,KAEC,cACD,aAAA,KAEC,eACD,YAAA,KAEF,SACE,kBAAA,QAAA,GAAA,SAAA,OACA,UAAA,QAAA,GAAA,SAAA,OAEF,UACE,kBAAA,QAAA,GAAA,SAAuC,SACvC,UAAA,QAAA,GAAA,SAA+B,SAEjC,2BACE,GACE,kBAAmB,UACnB,UAAW,UAEb,KACE,kBAAmB,eACnB,UAAW,gBAGf,mBACE,GACE,kBAAmB,UACnB,UAAW,UAEb,KACE,kBAAmB,eACnB,UAAW,gBAGf,cACE,WAAY,2DACZ,kBAAmB,cACnB,cAAe,cACf,UAAW,cAEb,eACE,WAAY,2DACZ,kBAAmB,eACnB,cAAe,eACf,UAAW,eAEb,eACE,WAAY,2DACZ,kBAAmB,eACnB,cAAe,eACf,UAAW,eAEb,oBACE,WAAY,qEACZ,kBAAmB,YACnB,cAAe,YACf,UAAW,YAEb,kBACE,WAAY,qEACZ,kBAAmB,YACnB,cAAe,YACf,UAAW,YAKP,0BACA,wBAHA,qBACA,qBAFA,oBAKJ,OAAA,KAEF,UACE,SAAA,SACA,QAAA,aACA,MAAA,IACA,OAAA,IACA,YAAA,IACA,eAAA,OAEF,aACA,aACE,SAAA,SACA,KAAA,EACA,MAAA,KACA,WAAA,OAEF,aACE,YAAA,QAEF,aACE,UAAA,IAEF,YACE,MAAA,KAIO,iBACP,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACZ,QAAA,QAEO,iBACP,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACR,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAEU,oBACV,QAAA,QAEI,cACJ,QAAA,QAES,mBACT,QAAA,QAEO,iBACP,QAAA,QAGO,iBADC,kBAED,iBACP,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAGK,eADC,gBAEN,QAAA,QAES,mBACT,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACR,QAAA,QAES,mBACT,QAAA,QAEM,gBACN,QAAA,QAEU,oBACV,QAAA,QAEqB,+BACrB,QAAA,QAEmB,6BACnB,QAAA,QAEO,iBACP,QAAA,QAEe,yBACf,QAAA,QAGQ,kBADM,wBAEd,QAAA,QAGS,mBADH,gBAEN,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAEY,sBACZ,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAES,mBACT,QAAA,QAEK,eACL,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAEU,oBACV,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACR,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACd,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACC,mBACT,QAAA,QAEQ,kBACR,QAAA,QAGc,wBADP,iBAEP,QAAA,QAGO,iBADA,iBAEI,qBACX,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEM,gBACN,QAAA,QAEM,gBACW,2BACjB,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEO,iBACP,QAAA,QAEM,gBACN,QAAA,QAES,mBACT,QAAA,QAEc,wBACd,QAAA,QAEc,wBACd,QAAA,QAEO,iBACP,QAAA,QAEc,wBACd,QAAA,QAEe,yBACf,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEc,wBACd,QAAA,QAEc,wBACd,QAAA,QAEiB,2BACjB,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEK,eACL,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACP,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEO,iBACP,QAAA,QAEU,oBACV,QAAA,QAEoB,8BACpB,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAEK,eACL,QAAA,QAEW,qBACX,QAAA,QAGsB,gCADb,mBAET,QAAA,QAEO,iBACP,QAAA,QAEU,oBACV,QAAA,QAEQ,kBACR,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACd,QAAA,QAES,mBACT,QAAA,QAEe,yBACf,QAAA,QAEQ,kBACR,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAEa,uBACF,qBACX,QAAA,QAEgB,0BAChB,QAAA,QAEiB,2BACjB,QAAA,QAEc,wBACd,QAAA,QAEK,eACL,QAAA,QAGM,gBADC,iBAEP,QAAA,QAEU,oBACV,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEW,qBACX,QAAA,QAES,mBACT,QAAA,QAEU,oBACV,QAAA,QAEiB,2BACjB,QAAA,QAEY,sBACZ,QAAA,QAEe,yBACf,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAEQ,kBACR,QAAA,QAES,mBACT,QAAA,QAEO,iBACP,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACd,QAAA,QAES,mBACT,QAAA,QAEY,sBACF,oBACV,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEa,uBACb,QAAA,QAEM,gBACD,eACL,QAAA,QAEO,iBACP,QAAA,QAEU,oBACV,QAAA,QAEQ,kBACR,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEa,uBACb,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAEmB,6BACnB,QAAA,QAEoB,8BACpB,QAAA,QAEiB,2BACjB,QAAA,QAEmB,6BACnB,QAAA,QAEO,iBACP,QAAA,QAES,mBACT,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAEW,qBACJ,iBACA,iBACP,QAAA,QAEO,iBACD,gBACN,QAAA,QAEO,iBACP,QAAA,QAEO,iBACP,QAAA,QAEK,eACK,oBACV,QAAA,QAEM,gBACG,mBACT,QAAA,QAEW,qBACX,QAAA,QAGU,oBADJ,gBAEN,QAAA,QAEQ,kBACR,QAAA,QAIM,gBAFG,mBACA,mBAET,QAAA,QAES,mBACT,QAAA,QAES,mBACT,QAAA,QAEe,yBACf,QAAA,QAEW,qBACX,QAAA,QAEO,iBACP,QAAA,QAEO,iBACP,QAAA,QAEO,iBACP,QAAA,QAEW,qBACX,QAAA,QAEkB,4BAClB,QAAA,QAEoB,8BACpB,QAAA,QAEe,yBACF,uBACb,QAAA,QAEO,iBACP,QAAA,QAEY,sBACZ,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAES,mBACT,QAAA,QAGM,gBADI,oBAEV,QAAA,QAGW,qBADA,qBAEX,QAAA,QAGU,oBADD,mBAET,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAEa,uBACP,gBACN,QAAA,QAGO,iBADA,iBAEP,QAAA,QAEW,qBACC,sBACZ,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAGM,gBADC,iBAEP,QAAA,QAES,mBACT,QAAA,QAEU,oBACV,QAAA,QAGW,qBADJ,iBAEP,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAEgB,0BAChB,QAAA,QAEc,wBACd,QAAA,QAES,mBACT,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACR,QAAA,QAGS,mBADC,oBAEV,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAEY,sBACZ,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAEa,uBACb,QAAA,QAEM,gBACN,QAAA,QAEU,oBACV,QAAA,QAEa,uBACb,QAAA,QAEmB,6BACnB,QAAA,QAEoB,8BACpB,QAAA,QAEiB,2BACjB,QAAA,QAEmB,6BACnB,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEc,wBACN,kBACR,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACL,iBACP,QAAA,QAEY,sBACZ,QAAA,QAEU,oBACV,QAAA,QAEe,yBACf,QAAA,QAES,mBACT,QAAA,QAES,mBACT,QAAA,QAEO,iBACP,QAAA,QAES,mBACT,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEgB,0BAChB,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEgB,0BACL,qBACX,QAAA,QAEiB,2BACD,0BACH,uBACb,QAAA,QAEgB,0BAChB,QAAA,QAEM,gBACN,QAAA,QAEW,qBACX,QAAA,QAGc,wBADN,kBAER,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEa,uBACb,QAAA,QAEa,uBACb,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAEc,wBACd,QAAA,QAEY,sBACZ,QAAA,QAEkB,4BAClB,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACZ,QAAA,QAEmB,6BACnB,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEqB,+BACrB,QAAA,QAEsB,gCACtB,QAAA,QAEmB,6BACnB,QAAA,QAEqB,+BACrB,QAAA,QAEO,iBACP,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACZ,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEY,sBACZ,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEQ,kBACR,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACd,QAAA,QAEe,yBACf,QAAA,QAEsB,gCACtB,QAAA,QAEc,wBACd,QAAA,QAES,mBACT,QAAA,QAGqB,+BADR,uBAEb,QAAA,QAGmB,6BADR,qBAEX,QAAA,QAGsB,gCADR,wBAEd,QAAA,QAGK,eADC,gBAEN,QAAA,QAGK,eADE,iBAEP,QAAA,QAEQ,kBACH,eACL,QAAA,QAGK,eADE,iBAEP,QAAA,QAEK,eAGA,eAFA,eACA,eAEL,QAAA,QAGQ,kBACH,eAFE,iBAGP,QAAA,QAGK,eADA,eAEL,QAAA,QAES,mBACJ,eACL,QAAA,QAEM,gBACN,QAAA,QAEW,qBACX,QAAA,QAGgB,0BADC,2BAEjB,QAAA,QAGiB,2BADF,yBAEf,QAAA,QAGiB,2BADC,4BAElB,QAAA,QAGkB,4BADF,0BAEhB,QAAA,QAGkB,4BADC,6BAEnB,QAAA,QAGmB,6BADF,2BAEjB,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAEgB,0BAChB,QAAA,QAES,mBACT,QAAA,QAEM,gBACN,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAES,mBACT,QAAA,QAEgB,0BAChB,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAEK,eACL,QAAA,QAEW,qBACX,QAAA,QAEkB,4BAClB,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEkB,4BAClB,QAAA,QAEO,iBACP,QAAA,QAES,mBACT,QAAA,QAES,mBACT,QAAA,QAEO,iBACP,QAAA,QAEU,oBACV,QAAA,QAEO,iBACP,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACE,oBACV,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAES,mBACT,QAAA,QAEK,eACL,QAAA,QAEI,cACJ,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEW,qBACX,QAAA,QAEgB,0BAChB,QAAA,QAEsB,gCACtB,QAAA,QAEqB,+BACrB,QAAA,QAGqB,+BADR,uBAEb,QAAA,QAEc,wBACd,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACd,QAAA,QAGK,eADS,wBAEd,QAAA,QAEe,yBACf,QAAA,QAEe,yBACf,QAAA,QAEO,iBACP,QAAA,QAEiB,2BACjB,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAGM,gBADO,uBAED,sBACZ,QAAA,QAGgB,0BADF,wBAEd,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAEoB,8BACpB,QAAA,QAEa,uBACb,QAAA,QAEW,qBACX,QAAA,QAEM,gBACN,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEU,oBACV,QAAA,QAEK,eACL,QAAA,QAEU,oBACV,QAAA,QAEO,iBACP,QAAA,QAEK,eACL,QAAA,QAGO,iBADQ,yBAEf,QAAA,QAEM,gBACN,QAAA,QAEO,iBACP,QAAA,QAES,mBACT,QAAA,QAEgB,0BAChB,QAAA,QAEO,iBACP,QAAA,QAEc,wBACd,QAAA,QAES,mBACT,QAAA,QAEY,sBACP,eACL,QAAA,QAEK,eACC,gBACN,QAAA,QAEM,gBACN,QAAA,QAES,mBACT,QAAA,QAEY,sBACZ,QAAA,QAEY,sBACZ,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEmB,6BACnB,QAAA,QAIc,wBAFA,wBACE,0BAEhB,QAAA,QAGgB,0BADJ,sBAEZ,QAAA,QAGc,wBADA,wBAEd,QAAA,QAEc,wBACA,wBACd,QAAA,QAEa,uBACb,QAAA,QAEM,gBACN,QAAA,QAES,mBACT,QAAA,QAEU,oBACV,QAAA,QAEW,qBACA,qBAGA,qBAFC,sBACH,mBAET,QAAA,QAEgB,0BAChB,QAAA,QAEI,cAEG,iBADK,sBAEZ,QAAA,QAGQ,kBADJ,cAEJ,QAAA,QAEY,sBACZ,QAAA,QAEK,eACL,QAAA,QAIa,uBAFQ,+BACV,qBAEX,QAAA,QAEe,yBACf,QAAA,QAEI,cACJ,QAAA,QAEQ,kBACA,kBACR,QAAA,QAGa,uBADP,gBAEN,QAAA,QAGe,yBADP,kBAER,QAAA,QAES,mBACT,QAAA,QAEa,uBACb,QAAA,QAGQ,kBADC,mBAET,QAAA,QAEW,qBACX,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEkB,4BAClB,QAAA,QAEM,gBACN,QAAA,QAGU,oBADK,yBAEf,QAAA,QAEK,eACL,QAAA,QAEY,sBACZ,QAAA,QAEM,gBACN,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEM,gBACN,QAAA,QAEa,uBACb,QAAA,QAEM,gBACN,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAES,mBACT,QAAA,QAEe,yBACf,QAAA,QAEa,uBACb,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACd,QAAA,QAEO,iBACP,QAAA,QAEW,qBACX,QAAA,QAEI,cACJ,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEY,sBACZ,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAEY,sBACZ,QAAA,QAEW,qBACX,QAAA,QAES,mBACT,QAAA,QAEK,eACL,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAGI,cADe,6BAEnB,QAAA,QAIK,eAFG,kBACA,kBAER,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEgB,0BAChB,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEc,wBACd,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAEW,qBACX,QAAA,QAEiB,2BACjB,QAAA,QAGS,mBADJ,eAEL,QAAA,QAEM,gBACN,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEW,qBACX,QAAA,QAEO,iBACP,QAAA,QAEM,gBACN,QAAA,QAES,mBACT,QAAA,QAEU,oBACG,uBACb,QAAA,QAEiB,2BACjB,QAAA,QAEc,wBACd,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEe,yBACf,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACZ,QAAA,QAEmB,6BACnB,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAEQ,kBACR,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAGK,eADE,iBAEP,QAAA,QAES,mBACT,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAGc,wBADV,cAEJ,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEc,wBACd,QAAA,QAEW,qBAEG,wBADL,mBAET,QAAA,QAEW,qBACa,kCACxB,QAAA,QAEW,qBACG,wBACd,QAAA,QAEW,qBACM,2BACjB,QAAA,QAEW,qBACI,yBACf,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEQ,kBACR,QAAA,QAEgB,0BAChB,QAAA,QAEO,iBACP,QAAA,QAEe,yBACf,QAAA,QAEa,uBACb,QAAA,QAEa,uBACI,2BACjB,QAAA,QAEa,uBACG,0BAChB,QAAA,QAEa,uBACE,yBACf,QAAA,QAEW,qBACX,QAAA,QAEa,uBACA,uBACb,QAAA,QAGc,wBADD,uBAEb,QAAA,QAEiB,2BACjB,QAAA,QAEe,yBACf,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEc,wBACd,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAEkB,4BAClB,QAAA,QAEI,cACJ,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEsB,gCACtB,QAAA,QAEY,sBACZ,QAAA,QAEa,uBACb,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAES,mBACT,QAAA,QAEO,iBACP,QAAA,QAEmB,6BACnB,QAAA,QAGY,sBADR,cAEJ,QAAA,QAEQ,kBACR,QAAA,QAEO,iBACP,QAAA,QAEQ,kBACR,QAAA,QAEiB,2BACjB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEU,oBACV,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEO,iBACP,QAAA,QAEK,eACL,QAAA,QAEY,sBACZ,QAAA,QAEc,wBACd,QAAA,QAEO,iBACP,QAAA,QAES,mBACF,iBACP,QAAA,QAEW,qBACX,QAAA,QAEW,qBACX,QAAA,QAEc,wBACd,QAAA,QAEM,gBACN,QAAA,QAEiB,2BACjB,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEc,wBACd,QAAA,QAEK,eACL,QAAA,QAEc,wBACd,QAAA,QAEU,oBACV,QAAA,QAEQ,kBACR,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEc,wBACd,QAAA,QAEiB,2BACjB,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEY,sBACZ,QAAA,QAES,mBACT,QAAA,QAEQ,kBACR,QAAA,QAEkB,4BAClB,QAAA,QAEgB,0BAChB,QAAA,QAEmB,6BACnB,QAAA,QAEO,iBACP,QAAA,QAEmB,6BACnB,QAAA,QAEc,wBACQ,gCACtB,QAAA,QAES,mBACT,QAAA,QAE6B,uCAC7B,QAAA,QAGqC,+CADnB,4BAElB,QAAA,QAIM,gBAFI,oBACO,2BAEjB,QAAA,QAEO,iBACP,QAAA,QAES,mBACT,QAAA,QAGe,yBADN,mBAET,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEgB,0BAChB,QAAA,QAEiB,2BACjB,QAAA,QAEa,uBACb,QAAA,QAEO,iBACP,QAAA,QAEW,qBACX,QAAA,QAEoB,8BACE,gCACtB,QAAA,QAEI,cACU,wBACd,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEQ,kBACR,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAGc,wBADP,iBAEP,QAAA,QAGgB,0BADP,mBAET,QAAA,QAEa,uBACb,QAAA,QAEe,yBACf,QAAA,QAEQ,kBACR,QAAA,QAEU,oBACV,QAAA,QAEiB,2BACR,mBACT,QAAA,QAEmB,6BACR,qBACX,QAAA,QAEO,iBACP,QAAA,QAEgB,0BAChB,QAAA,QAEU,oBACV,QAAA,QAEe,yBAEG,4BADL,uBAEb,QAAA,QAEe,yBACa,sCAC5B,QAAA,QAEe,yBACG,4BAClB,QAAA,QAEe,yBACM,+BACrB,QAAA,QAEe,yBACI,6BACnB,QAAA,QAEQ,kBACR,QAAA,QAIM,gBAFG,mBACJ,eAEL,QAAA,QAES,mBACT,QAAA,QAEiB,2BACjB,QAAA,QAEiB,2BACjB,QAAA,QAEgB,0BAChB,QAAA,QAEiB,2BACH,wBACd,QAAA,QAEmB,6BACH,0BAChB,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAEM,gBACN,QAAA,QAES,mBACT,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAEQ,kBACR,QAAA,QAEU,oBACV,QAAA,QAEc,wBACd,QAAA,QAGc,wBADD,uBAEb,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAEkB,4BAClB,QAAA,QAEW,qBACX,QAAA,QAGa,uBADR,eAEL,QAAA,QAEU,oBACV,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAES,mBACT,QAAA,QAEa,uBACb,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAEU,oBACV,QAAA,QAES,mBACT,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAES,mBACG,sBACZ,QAAA,QAEM,gBACN,QAAA,QAEa,uBACb,QAAA,QAEY,sBACZ,QAAA,QAEoB,8BACpB,QAAA,QAEQ,kBACR,QAAA,QAEiB,2BACjB,QAAA,QAEQ,kBACR,QAAA,QAEO,iBACP,QAAA,QAEU,oBACV,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEW,qBACX,QAAA,QAEkB,4BAClB,QAAA,QAEU,oBACV,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEO,iBACP,QAAA,QAEK,eACL,QAAA,QAEQ,kBACR,QAAA,QAEQ,kBACR,QAAA,QAEW,qBACX,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEU,oBACV,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEU,oBACV,QAAA,QAEM,gBACN,QAAA,QAEG,aACH,QAAA,QAEc,wBACd,QAAA,QAEK,eACL,QAAA,QAEO,iBACP,QAAA,QAEW,qBACX,QAAA,QAEQ,kBACR,QAAA,QAEW,qBACX,QAAA,QAES,mBACT,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAEa,uBACb,QAAA,QAEM,gBACN,QAAA,QAEK,eACL,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEF,SACE,SAAA,SACA,MAAA,IACA,OAAA,IACA,QAAA,EACA,OAAA,KACA,SAAA,OACA,KAAM,cACN,OAAA,EAEgB,0BACA,yBAChB,SAAA,OACA,MAAA,KACA,OAAA,KACA,OAAA,EACA,SAAA,QACA,KAAA"} \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/css/v5-compat.css b/old/themes/varia/static/css/fork-awesome/css/v5-compat.css new file mode 100644 index 0000000..2d6ce70 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/css/v5-compat.css @@ -0,0 +1,446 @@ +/*! +Fork Awesome 1.1.7 +License - https://forkaweso.me/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ +.fas, +.fab, +.far { + display: inline-block; + font: normal normal normal 14px/1 ForkAwesome; + font-size: inherit; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} +.fas.fa-chart-area:before { + content: "\f1fe"; +} +.fas.fa-arrows-alt:before { + content: "\f047"; +} +.fas.fa-expand-arrows-alt:before { + content: "\f0b2"; +} +.fas.fa-arrows-alt-h:before { + content: "\f07e"; +} +.fas.fa-arrows-alt-v:before { + content: "\f07d"; +} +.fas.fa-calendar-alt:before { + content: "\f073"; +} +.fas.fa-circle-notch:before { + content: "\f1ce"; +} +.fas.fa-cloud-download-alt:before { + content: "\f0ed"; +} +.fas.fa-cloud-upload-alt:before { + content: "\f0ee"; +} +.fas.fa-credit-card:before { + content: "\f283"; +} +.fas.fa-dollar-sign:before { + content: "\f155"; +} +.fas.fa-euro-sign:before { + content: "\f153"; +} +.fas.fa-exchange-alt:before { + content: "\f0ec"; +} +.fas.fa-external-link-alt:before { + content: "\f08e"; +} +.fas.fa-external-link-square-alt:before { + content: "\f14c"; +} +.fas.fa-eye-dropper:before { + content: "\f1fb"; +} +.fas.fa-pound-sign:before { + content: "\f154"; +} +.fas.fa-glass-martini:before { + content: "\f000"; +} +.fas.fa-shekel-sign:before { + content: "\f20b"; +} +.fas.fa-rupee-sign:before { + content: "\f156"; +} +.fas.fa-won-sign:before { + content: "\f159"; +} +.fas.fa-level-down-alt:before { + content: "\f149"; +} +.fas.fa-level-up-alt:before { + content: "\f148"; +} +.fas.fa-chart-line:before { + content: "\f201"; +} +.fas.fa-long-arrow-alt-down:before { + content: "\f175"; +} +.fas.fa-long-arrow-alt-left:before { + content: "\f177"; +} +.fas.fa-long-arrow-alt-right:before { + content: "\f178"; +} +.fas.fa-long-arrow-alt-up:before { + content: "\f176"; +} +.fas.fa-map-marker-alt:before { + content: "\f041"; +} +.fas.fa-mobile-alt:before { + content: "\f10b"; +} +.fas.fa-pencil-alt:before { + content: "\f040"; +} +.fas.fa-pen-square:before { + content: "\f14b"; +} +.fas.fa-chart-pie:before { + content: "\f200"; +} +.fas.fa-yen-sign:before { + content: "\f157"; +} +.fas.fa-ruble-sign:before { + content: "\f158"; +} +.fas.fa-shield-alt:before { + content: "\f132"; +} +.fas.fa-sign-in-alt:before { + content: "\f090"; +} +.fas.fa-sign-out-alt:before { + content: "\f08b"; +} +.fas.fa-sliders-h:before { + content: "\f1de"; +} +.fas.fa-tablet-alt:before { + content: "\f10a"; +} +.fas.fa-tachometer-alt:before { + content: "\f0e4"; +} +.fas.fa-thumbtack:before { + content: "\f08d"; +} +.fas.fa-ticket-alt:before { + content: "\f145"; +} +.fas.fa-trash-alt:before { + content: "\f1f8"; +} +.fas.fa-lira-sign:before { + content: "\f195"; +} +.fab.fa-linkedin-in:before { + content: "\fe01"; +} +.fab.fa-linkedin:before { + content: "\f08c"; +} +.far.fa-address-book:before { + content: "\f2ba"; +} +.far.fa-address-card:before { + content: "\f2bc"; +} +.far.fa-arrow-alt-circle-down:before { + content: "\f01a"; +} +.far.fa-arrow-alt-circle-left:before { + content: "\f190"; +} +.far.fa-arrow-alt-circle-right:before { + content: "\f18e"; +} +.far.fa-arrow-alt-circle-up:before { + content: "\f01b"; +} +.far.fa-bell:before { + content: "\f0f3"; +} +.far.fa-bell-slash:before { + content: "\f1f7"; +} +.far.fa-bookmark:before { + content: "\f097"; +} +.far.fa-building:before { + content: "\f0f7"; +} +.far.fa-calendar-check:before { + content: "\f274"; +} +.far.fa-calendar-minus:before { + content: "\f272"; +} +.far.fa-calendar:before { + content: "\f133"; +} +.far.fa-calendar-plus:before { + content: "\f271"; +} +.far.fa-calendar-times:before { + content: "\f273"; +} +.far.fa-caret-square-down:before { + content: "\f150"; +} +.far.fa-caret-square-left:before { + content: "\f191"; +} +.far.fa-caret-square-right:before { + content: "\f152"; +} +.far.fa-caret-square-up:before { + content: "\f151"; +} +.far.fa-check-circle:before { + content: "\f05d"; +} +.far.fa-check-square:before { + content: "\f046"; +} +.far.fa-circle:before { + content: "\f10c"; +} +.far.fa-clock:before { + content: "\f017"; +} +.far.fa-comment:before { + content: "\f0e5"; +} +.far.fa-comment-dots:before { + content: "\f27b"; +} +.far.fa-comments:before { + content: "\f0e6"; +} +.far.fa-dot-circle:before { + content: "\f192"; +} +.far.fa-id-card:before { + content: "\f2c3"; +} +.far.fa-envelope:before { + content: "\f003"; +} +.far.fa-envelope-open:before { + content: "\f2b7"; +} +.far.fa-file-archive:before { + content: "\f1c6"; +} +.far.fa-file-audio:before { + content: "\f1c7"; +} +.far.fa-file-code:before { + content: "\f1c9"; +} +.far.fa-file-excel:before { + content: "\f1c3"; +} +.far.fa-file-image:before { + content: "\f1c5"; +} +.far.fa-file-video:before { + content: "\f1c8"; +} +.far.fa-copy:before, +.far.fa-file:before { + content: "\f016"; +} +.far.fa-file-pdf:before { + content: "\f1c1"; +} +.far.fa-file-powerpoint:before { + content: "\f1c4"; +} +.far.fa-file-alt:before { + content: "\f0f6"; +} +.far.fa-file-word:before { + content: "\f1c2"; +} +.far.fa-flag:before { + content: "\f11d"; +} +.far.fa-save:before { + content: "\f0c7"; +} +.far.fa-folder:before { + content: "\f114"; +} +.far.fa-folder-open:before { + content: "\f115"; +} +.far.fa-frown:before { + content: "\f119"; +} +.far.fa-futbol:before { + content: "\f1e3"; +} +.far.fa-hand-rock:before { + content: "\f255"; +} +.far.fa-hand-lizard:before { + content: "\f258"; +} +.far.fa-hand-point-down:before { + content: "\f0a7"; +} +.far.fa-hand-point-left:before { + content: "\f0a5"; +} +.far.fa-hand-point-right:before { + content: "\f0a4"; +} +.far.fa-hand-point-up:before { + content: "\f0a6"; +} +.far.fa-hand-paper:before { + content: "\256"; +} +.far.fa-hand-pointer:before { + content: "\f25a"; +} +.far.fa-hand-scissors:before { + content: "\f257"; +} +.far.fa-hand-spock:before { + content: "\f259"; +} +.far.fa-handshake:before { + content: "\f2b5"; +} +.far.fa-hdd:before { + content: "\f0a0"; +} +.far.fa-heart:before { + content: "\f08a"; +} +.far.fa-hospital:before { + content: "\f0f8"; +} +.far.fa-hourglass:before { + content: "\f250"; +} +.far.fa-id-card:before { + content: "\f2c3"; +} +.far.fa-keyboard:before { + content: "\f11c"; +} +.far.fa-lemon:before { + content: "\f094"; +} +.far.fa-lightbulb:before { + content: "\f0eb"; +} +.far.fa-meh:before { + content: "\f11a"; +} +.far.fa-minus-square:before { + content: "\f147"; +} +.far.fa-money-bill-alt:before { + content: "\f0d6"; +} +.far.fa-moon:before { + content: "\f186"; +} +.far.fa-newspaper:before { + content: "\f1ea"; +} +.far.fa-paper-plane:before { + content: "\f1d9"; +} +.far.fa-pause-circle:before { + content: "\f28c"; +} +.far.fa-edit:before { + content: "\f044"; +} +.far.fa-image:before { + content: "\f03e"; +} +.far.fa-play-circle:before { + content: "\f01d"; +} +.far.fa-plus-square:before { + content: "\f196"; +} +.far.fa-question-circle:before { + content: "\f92c"; +} +.far.fa-share-square:before { + content: "\f045"; +} +.far.fa-smile:before { + content: "\f118"; +} +.far.fa-snowflake:before { + content: "\f2dc"; +} +.far.fa-futbol:before { + content: "\f1e3"; +} +.far.fa-star-half:before { + content: "\f089"; +} +.far.fa-star:before { + content: "\f006"; +} +.far.fa-sticky-note:before { + content: "\f24a"; +} +.far.fa-stop-circle:before { + content: "\f28e"; +} +.far.fa-sun:before { + content: "\f185"; +} +.far.fa-thumbs-down:before { + content: "\f088"; +} +.far.fa-thumbs-up:before { + content: "\f087"; +} +.far.fa-times-circle:before { + content: "\f05c"; +} +.far.fa-window-close:before { + content: "\f2d4"; +} +.far.fa-trash-alt:before { + content: "\f014"; +} +.far.fa-user-circle:before { + content: "\f2be"; +} +.far.fa-user:before { + content: "\f2c0"; +} diff --git a/old/themes/varia/static/css/fork-awesome/css/v5-compat.min.css b/old/themes/varia/static/css/fork-awesome/css/v5-compat.min.css new file mode 100644 index 0000000..eafc2f7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/css/v5-compat.min.css @@ -0,0 +1,12 @@ +/*! +Fork Awesome 1.1.7 +License - https://forkaweso.me/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */.fab,.far,.fas{display:inline-block;font:normal normal normal 14px/1 ForkAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fas.fa-chart-area:before{content:"\f1fe"}.fas.fa-arrows-alt:before{content:"\f047"}.fas.fa-expand-arrows-alt:before{content:"\f0b2"}.fas.fa-arrows-alt-h:before{content:"\f07e"}.fas.fa-arrows-alt-v:before{content:"\f07d"}.fas.fa-calendar-alt:before{content:"\f073"}.fas.fa-circle-notch:before{content:"\f1ce"}.fas.fa-cloud-download-alt:before{content:"\f0ed"}.fas.fa-cloud-upload-alt:before{content:"\f0ee"}.fas.fa-credit-card:before{content:"\f283"}.fas.fa-dollar-sign:before{content:"\f155"}.fas.fa-euro-sign:before{content:"\f153"}.fas.fa-exchange-alt:before{content:"\f0ec"}.fas.fa-external-link-alt:before{content:"\f08e"}.fas.fa-external-link-square-alt:before{content:"\f14c"}.fas.fa-eye-dropper:before{content:"\f1fb"}.fas.fa-pound-sign:before{content:"\f154"}.fas.fa-glass-martini:before{content:"\f000"}.fas.fa-shekel-sign:before{content:"\f20b"}.fas.fa-rupee-sign:before{content:"\f156"}.fas.fa-won-sign:before{content:"\f159"}.fas.fa-level-down-alt:before{content:"\f149"}.fas.fa-level-up-alt:before{content:"\f148"}.fas.fa-chart-line:before{content:"\f201"}.fas.fa-long-arrow-alt-down:before{content:"\f175"}.fas.fa-long-arrow-alt-left:before{content:"\f177"}.fas.fa-long-arrow-alt-right:before{content:"\f178"}.fas.fa-long-arrow-alt-up:before{content:"\f176"}.fas.fa-map-marker-alt:before{content:"\f041"}.fas.fa-mobile-alt:before{content:"\f10b"}.fas.fa-pencil-alt:before{content:"\f040"}.fas.fa-pen-square:before{content:"\f14b"}.fas.fa-chart-pie:before{content:"\f200"}.fas.fa-yen-sign:before{content:"\f157"}.fas.fa-ruble-sign:before{content:"\f158"}.fas.fa-shield-alt:before{content:"\f132"}.fas.fa-sign-in-alt:before{content:"\f090"}.fas.fa-sign-out-alt:before{content:"\f08b"}.fas.fa-sliders-h:before{content:"\f1de"}.fas.fa-tablet-alt:before{content:"\f10a"}.fas.fa-tachometer-alt:before{content:"\f0e4"}.fas.fa-thumbtack:before{content:"\f08d"}.fas.fa-ticket-alt:before{content:"\f145"}.fas.fa-trash-alt:before{content:"\f1f8"}.fas.fa-lira-sign:before{content:"\f195"}.fab.fa-linkedin-in:before{content:"\fe01"}.fab.fa-linkedin:before{content:"\f08c"}.far.fa-address-book:before{content:"\f2ba"}.far.fa-address-card:before{content:"\f2bc"}.far.fa-arrow-alt-circle-down:before{content:"\f01a"}.far.fa-arrow-alt-circle-left:before{content:"\f190"}.far.fa-arrow-alt-circle-right:before{content:"\f18e"}.far.fa-arrow-alt-circle-up:before{content:"\f01b"}.far.fa-bell:before{content:"\f0f3"}.far.fa-bell-slash:before{content:"\f1f7"}.far.fa-bookmark:before{content:"\f097"}.far.fa-building:before{content:"\f0f7"}.far.fa-calendar-check:before{content:"\f274"}.far.fa-calendar-minus:before{content:"\f272"}.far.fa-calendar:before{content:"\f133"}.far.fa-calendar-plus:before{content:"\f271"}.far.fa-calendar-times:before{content:"\f273"}.far.fa-caret-square-down:before{content:"\f150"}.far.fa-caret-square-left:before{content:"\f191"}.far.fa-caret-square-right:before{content:"\f152"}.far.fa-caret-square-up:before{content:"\f151"}.far.fa-check-circle:before{content:"\f05d"}.far.fa-check-square:before{content:"\f046"}.far.fa-circle:before{content:"\f10c"}.far.fa-clock:before{content:"\f017"}.far.fa-comment:before{content:"\f0e5"}.far.fa-comment-dots:before{content:"\f27b"}.far.fa-comments:before{content:"\f0e6"}.far.fa-dot-circle:before{content:"\f192"}.far.fa-id-card:before{content:"\f2c3"}.far.fa-envelope:before{content:"\f003"}.far.fa-envelope-open:before{content:"\f2b7"}.far.fa-file-archive:before{content:"\f1c6"}.far.fa-file-audio:before{content:"\f1c7"}.far.fa-file-code:before{content:"\f1c9"}.far.fa-file-excel:before{content:"\f1c3"}.far.fa-file-image:before{content:"\f1c5"}.far.fa-file-video:before{content:"\f1c8"}.far.fa-copy:before,.far.fa-file:before{content:"\f016"}.far.fa-file-pdf:before{content:"\f1c1"}.far.fa-file-powerpoint:before{content:"\f1c4"}.far.fa-file-alt:before{content:"\f0f6"}.far.fa-file-word:before{content:"\f1c2"}.far.fa-flag:before{content:"\f11d"}.far.fa-save:before{content:"\f0c7"}.far.fa-folder:before{content:"\f114"}.far.fa-folder-open:before{content:"\f115"}.far.fa-frown:before{content:"\f119"}.far.fa-futbol:before{content:"\f1e3"}.far.fa-hand-rock:before{content:"\f255"}.far.fa-hand-lizard:before{content:"\f258"}.far.fa-hand-point-down:before{content:"\f0a7"}.far.fa-hand-point-left:before{content:"\f0a5"}.far.fa-hand-point-right:before{content:"\f0a4"}.far.fa-hand-point-up:before{content:"\f0a6"}.far.fa-hand-paper:before{content:"\256"}.far.fa-hand-pointer:before{content:"\f25a"}.far.fa-hand-scissors:before{content:"\f257"}.far.fa-hand-spock:before{content:"\f259"}.far.fa-handshake:before{content:"\f2b5"}.far.fa-hdd:before{content:"\f0a0"}.far.fa-heart:before{content:"\f08a"}.far.fa-hospital:before{content:"\f0f8"}.far.fa-hourglass:before{content:"\f250"}.far.fa-id-card:before{content:"\f2c3"}.far.fa-keyboard:before{content:"\f11c"}.far.fa-lemon:before{content:"\f094"}.far.fa-lightbulb:before{content:"\f0eb"}.far.fa-meh:before{content:"\f11a"}.far.fa-minus-square:before{content:"\f147"}.far.fa-money-bill-alt:before{content:"\f0d6"}.far.fa-moon:before{content:"\f186"}.far.fa-newspaper:before{content:"\f1ea"}.far.fa-paper-plane:before{content:"\f1d9"}.far.fa-pause-circle:before{content:"\f28c"}.far.fa-edit:before{content:"\f044"}.far.fa-image:before{content:"\f03e"}.far.fa-play-circle:before{content:"\f01d"}.far.fa-plus-square:before{content:"\f196"}.far.fa-question-circle:before{content:"\f92c"}.far.fa-share-square:before{content:"\f045"}.far.fa-smile:before{content:"\f118"}.far.fa-snowflake:before{content:"\f2dc"}.far.fa-futbol:before{content:"\f1e3"}.far.fa-star-half:before{content:"\f089"}.far.fa-star:before{content:"\f006"}.far.fa-sticky-note:before{content:"\f24a"}.far.fa-stop-circle:before{content:"\f28e"}.far.fa-sun:before{content:"\f185"}.far.fa-thumbs-down:before{content:"\f088"}.far.fa-thumbs-up:before{content:"\f087"}.far.fa-times-circle:before{content:"\f05c"}.far.fa-window-close:before{content:"\f2d4"}.far.fa-trash-alt:before{content:"\f014"}.far.fa-user-circle:before{content:"\f2be"}.far.fa-user:before{content:"\f2c0"}/*# sourceMappingURL=v5-compat.min.css.map */ \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/css/v5-compat.min.css.map b/old/themes/varia/static/css/fork-awesome/css/v5-compat.min.css.map new file mode 100644 index 0000000..44c6790 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/css/v5-compat.min.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["v5-compat.css"],"names":[],"mappings":";;;;;;;;;;;AAaA,KACA,KAFA,KAGE,QAAA,aACA,KAAA,OAAA,OAAA,OAAA,KAAA,EAAA,YACA,UAAA,QACA,eAAA,KACA,uBAAA,YACA,wBAAA,UAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEuB,iCACvB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEwB,kCACxB,QAAA,QAEsB,gCACtB,QAAA,QAEiB,2BACjB,QAAA,QAEiB,2BACjB,QAAA,QAEe,yBACf,QAAA,QAEkB,4BAClB,QAAA,QAEuB,iCACvB,QAAA,QAE8B,wCAC9B,QAAA,QAEiB,2BACjB,QAAA,QAEgB,0BAChB,QAAA,QAEmB,6BACnB,QAAA,QAEiB,2BACjB,QAAA,QAEgB,0BAChB,QAAA,QAEc,wBACd,QAAA,QAEoB,8BACpB,QAAA,QAEkB,4BAClB,QAAA,QAEgB,0BAChB,QAAA,QAEyB,mCACzB,QAAA,QAEyB,mCACzB,QAAA,QAE0B,oCAC1B,QAAA,QAEuB,iCACvB,QAAA,QAEoB,8BACpB,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEiB,2BACjB,QAAA,QAEkB,4BAClB,QAAA,QAEe,yBACf,QAAA,QAEgB,0BAChB,QAAA,QAEoB,8BACpB,QAAA,QAEe,yBACf,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEc,wBACd,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAE2B,qCAC3B,QAAA,QAE2B,qCAC3B,QAAA,QAE4B,sCAC5B,QAAA,QAEyB,mCACzB,QAAA,QAEU,oBACV,QAAA,QAEgB,0BAChB,QAAA,QAEc,wBACd,QAAA,QAEc,wBACd,QAAA,QAEoB,8BACpB,QAAA,QAEoB,8BACpB,QAAA,QAEc,wBACd,QAAA,QAEmB,6BACnB,QAAA,QAEoB,8BACpB,QAAA,QAEuB,iCACvB,QAAA,QAEuB,iCACvB,QAAA,QAEwB,kCACxB,QAAA,QAEqB,+BACrB,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEY,sBACZ,QAAA,QAEW,qBACX,QAAA,QAEa,uBACb,QAAA,QAEkB,4BAClB,QAAA,QAEc,wBACd,QAAA,QAEgB,0BAChB,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEmB,6BACnB,QAAA,QAEkB,4BAClB,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEgB,0BAChB,QAAA,QAEU,oBACA,oBACV,QAAA,QAEc,wBACd,QAAA,QAEqB,+BACrB,QAAA,QAEc,wBACd,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEU,oBACV,QAAA,QAEY,sBACZ,QAAA,QAEiB,2BACjB,QAAA,QAEW,qBACX,QAAA,QAEY,sBACZ,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEqB,+BACrB,QAAA,QAEqB,+BACrB,QAAA,QAEsB,gCACtB,QAAA,QAEmB,6BACnB,QAAA,QAEgB,0BAChB,QAAA,OAEkB,4BAClB,QAAA,QAEmB,6BACnB,QAAA,QAEgB,0BAChB,QAAA,QAEe,yBACf,QAAA,QAES,mBACT,QAAA,QAEW,qBACX,QAAA,QAEc,wBACd,QAAA,QAEe,yBACf,QAAA,QAEa,uBACb,QAAA,QAEc,wBACd,QAAA,QAEW,qBACX,QAAA,QAEe,yBACf,QAAA,QAES,mBACT,QAAA,QAEkB,4BAClB,QAAA,QAEoB,8BACpB,QAAA,QAEU,oBACV,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEkB,4BAClB,QAAA,QAEU,oBACV,QAAA,QAEW,qBACX,QAAA,QAEiB,2BACjB,QAAA,QAEiB,2BACjB,QAAA,QAEqB,+BACrB,QAAA,QAEkB,4BAClB,QAAA,QAEW,qBACX,QAAA,QAEe,yBACf,QAAA,QAEY,sBACZ,QAAA,QAEe,yBACf,QAAA,QAEU,oBACV,QAAA,QAEiB,2BACjB,QAAA,QAEiB,2BACjB,QAAA,QAES,mBACT,QAAA,QAEiB,2BACjB,QAAA,QAEe,yBACf,QAAA,QAEkB,4BAClB,QAAA,QAEkB,4BAClB,QAAA,QAEe,yBACf,QAAA,QAEiB,2BACjB,QAAA,QAEU,oBACV,QAAA"} \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.eot b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.eot new file mode 100644 index 0000000..b96d208 Binary files /dev/null and b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.eot differ diff --git a/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.svg b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.svg new file mode 100644 index 0000000..e997204 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.svg @@ -0,0 +1,2849 @@ + + + + + +Created by FontForge 20180321 at Mon Feb 18 18:29:30 2019 + By Julien Deswaef +The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.ttf b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.ttf new file mode 100644 index 0000000..6cf62ef Binary files /dev/null and b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.ttf differ diff --git a/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff new file mode 100644 index 0000000..477da44 Binary files /dev/null and b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff differ diff --git a/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff2 b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff2 new file mode 100644 index 0000000..f3520b5 Binary files /dev/null and b/old/themes/varia/static/css/fork-awesome/fonts/forkawesome-webfont.woff2 differ diff --git a/old/themes/varia/static/css/fork-awesome/less/animated.less b/old/themes/varia/static/css/fork-awesome/less/animated.less new file mode 100644 index 0000000..6e4d1c3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/animated.less @@ -0,0 +1,34 @@ +// Animated Icons +// -------------------------- + +.@{fa-css-prefix}-spin { + -webkit-animation: ~'@{fa-css-prefix}-spin' 2s infinite linear; + animation: ~'@{fa-css-prefix}-spin' 2s infinite linear; +} + +.@{fa-css-prefix}-pulse { + -webkit-animation: ~'@{fa-css-prefix}-spin' 1s infinite steps(8); + animation: ~'@{fa-css-prefix}-spin' 1s infinite steps(8); +} + +@-webkit-keyframes ~'@{fa-css-prefix}-spin' { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes ~'@{fa-css-prefix}-spin' { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/less/bordered-pulled.less b/old/themes/varia/static/css/fork-awesome/less/bordered-pulled.less new file mode 100644 index 0000000..f1c8ad7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/bordered-pulled.less @@ -0,0 +1,25 @@ +// Bordered & Pulled +// ------------------------- + +.@{fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em @fa-border-color; + border-radius: .1em; +} + +.@{fa-css-prefix}-pull-left { float: left; } +.@{fa-css-prefix}-pull-right { float: right; } + +.@{fa-css-prefix} { + &.@{fa-css-prefix}-pull-left { margin-right: .3em; } + &.@{fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ +.pull-right { float: right; } +.pull-left { float: left; } + +.@{fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/old/themes/varia/static/css/fork-awesome/less/core.less b/old/themes/varia/static/css/fork-awesome/less/core.less new file mode 100644 index 0000000..4627622 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/core.less @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.@{fa-css-prefix} { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} diff --git a/old/themes/varia/static/css/fork-awesome/less/fixed-width.less b/old/themes/varia/static/css/fork-awesome/less/fixed-width.less new file mode 100644 index 0000000..110289f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/fixed-width.less @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.@{fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/old/themes/varia/static/css/fork-awesome/less/fork-awesome.less b/old/themes/varia/static/css/fork-awesome/less/fork-awesome.less new file mode 100644 index 0000000..2109b29 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/fork-awesome.less @@ -0,0 +1,27 @@ +/*! +Fork Awesome 1.1.7 +License - https://forkaweso.me/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + + +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "larger.less"; +@import "fixed-width.less"; +@import "list.less"; +@import "bordered-pulled.less"; +@import "animated.less"; +@import "rotated-flipped.less"; +@import "stacked.less"; +@import "icons.less"; +@import "screen-reader.less"; diff --git a/old/themes/varia/static/css/fork-awesome/less/icons.less b/old/themes/varia/static/css/fork-awesome/less/icons.less new file mode 100644 index 0000000..2917554 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/icons.less @@ -0,0 +1,879 @@ +/* Fork Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ + +.@{fa-css-prefix}-glass:before { content: @fa-var-glass; } +.@{fa-css-prefix}-music:before { content: @fa-var-music; } +.@{fa-css-prefix}-search:before { content: @fa-var-search; } +.@{fa-css-prefix}-envelope-o:before { content: @fa-var-envelope-o; } +.@{fa-css-prefix}-heart:before { content: @fa-var-heart; } +.@{fa-css-prefix}-star:before { content: @fa-var-star; } +.@{fa-css-prefix}-star-o:before { content: @fa-var-star-o; } +.@{fa-css-prefix}-user:before { content: @fa-var-user; } +.@{fa-css-prefix}-film:before { content: @fa-var-film; } +.@{fa-css-prefix}-th-large:before { content: @fa-var-th-large; } +.@{fa-css-prefix}-th:before { content: @fa-var-th; } +.@{fa-css-prefix}-th-list:before { content: @fa-var-th-list; } +.@{fa-css-prefix}-check:before { content: @fa-var-check; } +.@{fa-css-prefix}-remove:before, +.@{fa-css-prefix}-close:before, +.@{fa-css-prefix}-times:before { content: @fa-var-times; } +.@{fa-css-prefix}-search-plus:before { content: @fa-var-search-plus; } +.@{fa-css-prefix}-search-minus:before { content: @fa-var-search-minus; } +.@{fa-css-prefix}-power-off:before { content: @fa-var-power-off; } +.@{fa-css-prefix}-signal:before { content: @fa-var-signal; } +.@{fa-css-prefix}-gear:before, +.@{fa-css-prefix}-cog:before { content: @fa-var-cog; } +.@{fa-css-prefix}-trash-o:before { content: @fa-var-trash-o; } +.@{fa-css-prefix}-home:before { content: @fa-var-home; } +.@{fa-css-prefix}-file-o:before { content: @fa-var-file-o; } +.@{fa-css-prefix}-clock-o:before { content: @fa-var-clock-o; } +.@{fa-css-prefix}-road:before { content: @fa-var-road; } +.@{fa-css-prefix}-download:before { content: @fa-var-download; } +.@{fa-css-prefix}-arrow-circle-o-down:before { content: @fa-var-arrow-circle-o-down; } +.@{fa-css-prefix}-arrow-circle-o-up:before { content: @fa-var-arrow-circle-o-up; } +.@{fa-css-prefix}-inbox:before { content: @fa-var-inbox; } +.@{fa-css-prefix}-play-circle-o:before { content: @fa-var-play-circle-o; } +.@{fa-css-prefix}-rotate-right:before, +.@{fa-css-prefix}-repeat:before { content: @fa-var-repeat; } +.@{fa-css-prefix}-sync:before, +.@{fa-css-prefix}-refresh:before { content: @fa-var-refresh; } +.@{fa-css-prefix}-list-alt:before { content: @fa-var-list-alt; } +.@{fa-css-prefix}-lock:before { content: @fa-var-lock; } +.@{fa-css-prefix}-flag:before { content: @fa-var-flag; } +.@{fa-css-prefix}-headphones:before { content: @fa-var-headphones; } +.@{fa-css-prefix}-volume-off:before { content: @fa-var-volume-off; } +.@{fa-css-prefix}-volume-down:before { content: @fa-var-volume-down; } +.@{fa-css-prefix}-volume-up:before { content: @fa-var-volume-up; } +.@{fa-css-prefix}-qrcode:before { content: @fa-var-qrcode; } +.@{fa-css-prefix}-barcode:before { content: @fa-var-barcode; } +.@{fa-css-prefix}-tag:before { content: @fa-var-tag; } +.@{fa-css-prefix}-tags:before { content: @fa-var-tags; } +.@{fa-css-prefix}-book:before { content: @fa-var-book; } +.@{fa-css-prefix}-bookmark:before { content: @fa-var-bookmark; } +.@{fa-css-prefix}-print:before { content: @fa-var-print; } +.@{fa-css-prefix}-camera:before { content: @fa-var-camera; } +.@{fa-css-prefix}-font:before { content: @fa-var-font; } +.@{fa-css-prefix}-bold:before { content: @fa-var-bold; } +.@{fa-css-prefix}-italic:before { content: @fa-var-italic; } +.@{fa-css-prefix}-text-height:before { content: @fa-var-text-height; } +.@{fa-css-prefix}-text-width:before { content: @fa-var-text-width; } +.@{fa-css-prefix}-align-left:before { content: @fa-var-align-left; } +.@{fa-css-prefix}-align-center:before { content: @fa-var-align-center; } +.@{fa-css-prefix}-align-right:before { content: @fa-var-align-right; } +.@{fa-css-prefix}-align-justify:before { content: @fa-var-align-justify; } +.@{fa-css-prefix}-list:before { content: @fa-var-list; } +.@{fa-css-prefix}-dedent:before, +.@{fa-css-prefix}-outdent:before { content: @fa-var-outdent; } +.@{fa-css-prefix}-indent:before { content: @fa-var-indent; } +.@{fa-css-prefix}-video:before, +.@{fa-css-prefix}-video-camera:before { content: @fa-var-video-camera; } +.@{fa-css-prefix}-photo:before, +.@{fa-css-prefix}-image:before, +.@{fa-css-prefix}-picture-o:before { content: @fa-var-picture-o; } +.@{fa-css-prefix}-pencil:before { content: @fa-var-pencil; } +.@{fa-css-prefix}-map-marker:before { content: @fa-var-map-marker; } +.@{fa-css-prefix}-adjust:before { content: @fa-var-adjust; } +.@{fa-css-prefix}-tint:before { content: @fa-var-tint; } +.@{fa-css-prefix}-edit:before, +.@{fa-css-prefix}-pencil-square-o:before { content: @fa-var-pencil-square-o; } +.@{fa-css-prefix}-share-square-o:before { content: @fa-var-share-square-o; } +.@{fa-css-prefix}-check-square-o:before { content: @fa-var-check-square-o; } +.@{fa-css-prefix}-arrows:before { content: @fa-var-arrows; } +.@{fa-css-prefix}-step-backward:before { content: @fa-var-step-backward; } +.@{fa-css-prefix}-fast-backward:before { content: @fa-var-fast-backward; } +.@{fa-css-prefix}-backward:before { content: @fa-var-backward; } +.@{fa-css-prefix}-play:before { content: @fa-var-play; } +.@{fa-css-prefix}-pause:before { content: @fa-var-pause; } +.@{fa-css-prefix}-stop:before { content: @fa-var-stop; } +.@{fa-css-prefix}-forward:before { content: @fa-var-forward; } +.@{fa-css-prefix}-fast-forward:before { content: @fa-var-fast-forward; } +.@{fa-css-prefix}-step-forward:before { content: @fa-var-step-forward; } +.@{fa-css-prefix}-eject:before { content: @fa-var-eject; } +.@{fa-css-prefix}-chevron-left:before { content: @fa-var-chevron-left; } +.@{fa-css-prefix}-chevron-right:before { content: @fa-var-chevron-right; } +.@{fa-css-prefix}-plus-circle:before { content: @fa-var-plus-circle; } +.@{fa-css-prefix}-minus-circle:before { content: @fa-var-minus-circle; } +.@{fa-css-prefix}-times-circle:before { content: @fa-var-times-circle; } +.@{fa-css-prefix}-check-circle:before { content: @fa-var-check-circle; } +.@{fa-css-prefix}-question-circle:before { content: @fa-var-question-circle; } +.@{fa-css-prefix}-info-circle:before { content: @fa-var-info-circle; } +.@{fa-css-prefix}-crosshairs:before { content: @fa-var-crosshairs; } +.@{fa-css-prefix}-times-circle-o:before { content: @fa-var-times-circle-o; } +.@{fa-css-prefix}-check-circle-o:before { content: @fa-var-check-circle-o; } +.@{fa-css-prefix}-ban:before { content: @fa-var-ban; } +.@{fa-css-prefix}-arrow-left:before { content: @fa-var-arrow-left; } +.@{fa-css-prefix}-arrow-right:before { content: @fa-var-arrow-right; } +.@{fa-css-prefix}-arrow-up:before { content: @fa-var-arrow-up; } +.@{fa-css-prefix}-arrow-down:before { content: @fa-var-arrow-down; } +.@{fa-css-prefix}-mail-forward:before, +.@{fa-css-prefix}-share:before { content: @fa-var-share; } +.@{fa-css-prefix}-expand:before { content: @fa-var-expand; } +.@{fa-css-prefix}-compress:before { content: @fa-var-compress; } +.@{fa-css-prefix}-plus:before { content: @fa-var-plus; } +.@{fa-css-prefix}-minus:before { content: @fa-var-minus; } +.@{fa-css-prefix}-asterisk:before { content: @fa-var-asterisk; } +.@{fa-css-prefix}-exclamation-circle:before { content: @fa-var-exclamation-circle; } +.@{fa-css-prefix}-gift:before { content: @fa-var-gift; } +.@{fa-css-prefix}-leaf:before { content: @fa-var-leaf; } +.@{fa-css-prefix}-fire:before { content: @fa-var-fire; } +.@{fa-css-prefix}-eye:before { content: @fa-var-eye; } +.@{fa-css-prefix}-eye-slash:before { content: @fa-var-eye-slash; } +.@{fa-css-prefix}-warning:before, +.@{fa-css-prefix}-exclamation-triangle:before { content: @fa-var-exclamation-triangle; } +.@{fa-css-prefix}-plane:before { content: @fa-var-plane; } +.@{fa-css-prefix}-calendar:before { content: @fa-var-calendar; } +.@{fa-css-prefix}-random:before { content: @fa-var-random; } +.@{fa-css-prefix}-comment:before { content: @fa-var-comment; } +.@{fa-css-prefix}-magnet:before { content: @fa-var-magnet; } +.@{fa-css-prefix}-chevron-up:before { content: @fa-var-chevron-up; } +.@{fa-css-prefix}-chevron-down:before { content: @fa-var-chevron-down; } +.@{fa-css-prefix}-retweet:before { content: @fa-var-retweet; } +.@{fa-css-prefix}-shopping-cart:before { content: @fa-var-shopping-cart; } +.@{fa-css-prefix}-folder:before { content: @fa-var-folder; } +.@{fa-css-prefix}-folder-open:before { content: @fa-var-folder-open; } +.@{fa-css-prefix}-arrows-v:before { content: @fa-var-arrows-v; } +.@{fa-css-prefix}-arrows-h:before { content: @fa-var-arrows-h; } +.@{fa-css-prefix}-bar-chart-o:before, +.@{fa-css-prefix}-bar-chart:before { content: @fa-var-bar-chart; } +.@{fa-css-prefix}-twitter-square:before { content: @fa-var-twitter-square; } +.@{fa-css-prefix}-facebook-square:before { content: @fa-var-facebook-square; } +.@{fa-css-prefix}-camera-retro:before { content: @fa-var-camera-retro; } +.@{fa-css-prefix}-key:before { content: @fa-var-key; } +.@{fa-css-prefix}-gears:before, +.@{fa-css-prefix}-cogs:before { content: @fa-var-cogs; } +.@{fa-css-prefix}-comments:before { content: @fa-var-comments; } +.@{fa-css-prefix}-thumbs-o-up:before { content: @fa-var-thumbs-o-up; } +.@{fa-css-prefix}-thumbs-o-down:before { content: @fa-var-thumbs-o-down; } +.@{fa-css-prefix}-star-half:before { content: @fa-var-star-half; } +.@{fa-css-prefix}-heart-o:before { content: @fa-var-heart-o; } +.@{fa-css-prefix}-sign-out:before { content: @fa-var-sign-out; } +.@{fa-css-prefix}-linkedin-square:before { content: @fa-var-linkedin-square; } +.@{fa-css-prefix}-thumb-tack:before { content: @fa-var-thumb-tack; } +.@{fa-css-prefix}-external-link:before { content: @fa-var-external-link; } +.@{fa-css-prefix}-sign-in:before { content: @fa-var-sign-in; } +.@{fa-css-prefix}-trophy:before { content: @fa-var-trophy; } +.@{fa-css-prefix}-github-square:before { content: @fa-var-github-square; } +.@{fa-css-prefix}-upload:before { content: @fa-var-upload; } +.@{fa-css-prefix}-lemon-o:before { content: @fa-var-lemon-o; } +.@{fa-css-prefix}-phone:before { content: @fa-var-phone; } +.@{fa-css-prefix}-square-o:before { content: @fa-var-square-o; } +.@{fa-css-prefix}-bookmark-o:before { content: @fa-var-bookmark-o; } +.@{fa-css-prefix}-phone-square:before { content: @fa-var-phone-square; } +.@{fa-css-prefix}-twitter:before { content: @fa-var-twitter; } +.@{fa-css-prefix}-facebook-f:before, +.@{fa-css-prefix}-facebook:before { content: @fa-var-facebook; } +.@{fa-css-prefix}-github:before { content: @fa-var-github; } +.@{fa-css-prefix}-unlock:before { content: @fa-var-unlock; } +.@{fa-css-prefix}-credit-card:before { content: @fa-var-credit-card; } +.@{fa-css-prefix}-feed:before, +.@{fa-css-prefix}-rss:before { content: @fa-var-rss; } +.@{fa-css-prefix}-hdd-o:before { content: @fa-var-hdd-o; } +.@{fa-css-prefix}-bullhorn:before { content: @fa-var-bullhorn; } +.@{fa-css-prefix}-bell-o:before { content: @fa-var-bell-o; } +.@{fa-css-prefix}-certificate:before { content: @fa-var-certificate; } +.@{fa-css-prefix}-hand-o-right:before { content: @fa-var-hand-o-right; } +.@{fa-css-prefix}-hand-o-left:before { content: @fa-var-hand-o-left; } +.@{fa-css-prefix}-hand-o-up:before { content: @fa-var-hand-o-up; } +.@{fa-css-prefix}-hand-o-down:before { content: @fa-var-hand-o-down; } +.@{fa-css-prefix}-arrow-circle-left:before { content: @fa-var-arrow-circle-left; } +.@{fa-css-prefix}-arrow-circle-right:before { content: @fa-var-arrow-circle-right; } +.@{fa-css-prefix}-arrow-circle-up:before { content: @fa-var-arrow-circle-up; } +.@{fa-css-prefix}-arrow-circle-down:before { content: @fa-var-arrow-circle-down; } +.@{fa-css-prefix}-globe:before { content: @fa-var-globe; } +.@{fa-css-prefix}-globe-e:before { content: @fa-var-globe-e; } +.@{fa-css-prefix}-globe-w:before { content: @fa-var-globe-w; } +.@{fa-css-prefix}-wrench:before { content: @fa-var-wrench; } +.@{fa-css-prefix}-tasks:before { content: @fa-var-tasks; } +.@{fa-css-prefix}-filter:before { content: @fa-var-filter; } +.@{fa-css-prefix}-briefcase:before { content: @fa-var-briefcase; } +.@{fa-css-prefix}-arrows-alt:before { content: @fa-var-arrows-alt; } +.@{fa-css-prefix}-community:before, +.@{fa-css-prefix}-group:before, +.@{fa-css-prefix}-users:before { content: @fa-var-users; } +.@{fa-css-prefix}-chain:before, +.@{fa-css-prefix}-link:before { content: @fa-var-link; } +.@{fa-css-prefix}-cloud:before { content: @fa-var-cloud; } +.@{fa-css-prefix}-flask:before { content: @fa-var-flask; } +.@{fa-css-prefix}-cut:before, +.@{fa-css-prefix}-scissors:before { content: @fa-var-scissors; } +.@{fa-css-prefix}-copy:before, +.@{fa-css-prefix}-files-o:before { content: @fa-var-files-o; } +.@{fa-css-prefix}-paperclip:before { content: @fa-var-paperclip; } +.@{fa-css-prefix}-save:before, +.@{fa-css-prefix}-floppy-o:before { content: @fa-var-floppy-o; } +.@{fa-css-prefix}-square:before { content: @fa-var-square; } +.@{fa-css-prefix}-navicon:before, +.@{fa-css-prefix}-reorder:before, +.@{fa-css-prefix}-bars:before { content: @fa-var-bars; } +.@{fa-css-prefix}-list-ul:before { content: @fa-var-list-ul; } +.@{fa-css-prefix}-list-ol:before { content: @fa-var-list-ol; } +.@{fa-css-prefix}-strikethrough:before { content: @fa-var-strikethrough; } +.@{fa-css-prefix}-underline:before { content: @fa-var-underline; } +.@{fa-css-prefix}-table:before { content: @fa-var-table; } +.@{fa-css-prefix}-magic:before { content: @fa-var-magic; } +.@{fa-css-prefix}-truck:before { content: @fa-var-truck; } +.@{fa-css-prefix}-pinterest:before { content: @fa-var-pinterest; } +.@{fa-css-prefix}-pinterest-square:before { content: @fa-var-pinterest-square; } +.@{fa-css-prefix}-google-plus-square:before { content: @fa-var-google-plus-square; } +.@{fa-css-prefix}-google-plus-g:before, +.@{fa-css-prefix}-google-plus:before { content: @fa-var-google-plus; } +.@{fa-css-prefix}-money:before { content: @fa-var-money; } +.@{fa-css-prefix}-caret-down:before { content: @fa-var-caret-down; } +.@{fa-css-prefix}-caret-up:before { content: @fa-var-caret-up; } +.@{fa-css-prefix}-caret-left:before { content: @fa-var-caret-left; } +.@{fa-css-prefix}-caret-right:before { content: @fa-var-caret-right; } +.@{fa-css-prefix}-columns:before { content: @fa-var-columns; } +.@{fa-css-prefix}-unsorted:before, +.@{fa-css-prefix}-sort:before { content: @fa-var-sort; } +.@{fa-css-prefix}-sort-down:before, +.@{fa-css-prefix}-sort-desc:before { content: @fa-var-sort-desc; } +.@{fa-css-prefix}-sort-up:before, +.@{fa-css-prefix}-sort-asc:before { content: @fa-var-sort-asc; } +.@{fa-css-prefix}-envelope:before { content: @fa-var-envelope; } +.@{fa-css-prefix}-linkedin:before { content: @fa-var-linkedin; } +.@{fa-css-prefix}-rotate-left:before, +.@{fa-css-prefix}-undo:before { content: @fa-var-undo; } +.@{fa-css-prefix}-legal:before, +.@{fa-css-prefix}-gavel:before { content: @fa-var-gavel; } +.@{fa-css-prefix}-dashboard:before, +.@{fa-css-prefix}-tachometer:before { content: @fa-var-tachometer; } +.@{fa-css-prefix}-comment-o:before { content: @fa-var-comment-o; } +.@{fa-css-prefix}-comments-o:before { content: @fa-var-comments-o; } +.@{fa-css-prefix}-flash:before, +.@{fa-css-prefix}-bolt:before { content: @fa-var-bolt; } +.@{fa-css-prefix}-sitemap:before { content: @fa-var-sitemap; } +.@{fa-css-prefix}-umbrella:before { content: @fa-var-umbrella; } +.@{fa-css-prefix}-paste:before, +.@{fa-css-prefix}-clipboard:before { content: @fa-var-clipboard; } +.@{fa-css-prefix}-lightbulb-o:before { content: @fa-var-lightbulb-o; } +.@{fa-css-prefix}-exchange:before { content: @fa-var-exchange; } +.@{fa-css-prefix}-cloud-download:before { content: @fa-var-cloud-download; } +.@{fa-css-prefix}-cloud-upload:before { content: @fa-var-cloud-upload; } +.@{fa-css-prefix}-user-md:before { content: @fa-var-user-md; } +.@{fa-css-prefix}-stethoscope:before { content: @fa-var-stethoscope; } +.@{fa-css-prefix}-suitcase:before { content: @fa-var-suitcase; } +.@{fa-css-prefix}-bell:before { content: @fa-var-bell; } +.@{fa-css-prefix}-coffee:before { content: @fa-var-coffee; } +.@{fa-css-prefix}-utensils:before, +.@{fa-css-prefix}-cutlery:before { content: @fa-var-cutlery; } +.@{fa-css-prefix}-file-text-o:before { content: @fa-var-file-text-o; } +.@{fa-css-prefix}-building-o:before { content: @fa-var-building-o; } +.@{fa-css-prefix}-hospital-o:before { content: @fa-var-hospital-o; } +.@{fa-css-prefix}-ambulance:before { content: @fa-var-ambulance; } +.@{fa-css-prefix}-medkit:before { content: @fa-var-medkit; } +.@{fa-css-prefix}-fighter-jet:before { content: @fa-var-fighter-jet; } +.@{fa-css-prefix}-beer:before { content: @fa-var-beer; } +.@{fa-css-prefix}-h-square:before { content: @fa-var-h-square; } +.@{fa-css-prefix}-plus-square:before { content: @fa-var-plus-square; } +.@{fa-css-prefix}-angle-double-left:before { content: @fa-var-angle-double-left; } +.@{fa-css-prefix}-angle-double-right:before { content: @fa-var-angle-double-right; } +.@{fa-css-prefix}-angle-double-up:before { content: @fa-var-angle-double-up; } +.@{fa-css-prefix}-angle-double-down:before { content: @fa-var-angle-double-down; } +.@{fa-css-prefix}-angle-left:before { content: @fa-var-angle-left; } +.@{fa-css-prefix}-angle-right:before { content: @fa-var-angle-right; } +.@{fa-css-prefix}-angle-up:before { content: @fa-var-angle-up; } +.@{fa-css-prefix}-angle-down:before { content: @fa-var-angle-down; } +.@{fa-css-prefix}-desktop:before { content: @fa-var-desktop; } +.@{fa-css-prefix}-laptop:before { content: @fa-var-laptop; } +.@{fa-css-prefix}-tablet:before { content: @fa-var-tablet; } +.@{fa-css-prefix}-mobile-phone:before, +.@{fa-css-prefix}-mobile:before { content: @fa-var-mobile; } +.@{fa-css-prefix}-circle-o:before { content: @fa-var-circle-o; } +.@{fa-css-prefix}-quote-left:before { content: @fa-var-quote-left; } +.@{fa-css-prefix}-quote-right:before { content: @fa-var-quote-right; } +.@{fa-css-prefix}-spinner:before { content: @fa-var-spinner; } +.@{fa-css-prefix}-circle:before { content: @fa-var-circle; } +.@{fa-css-prefix}-mail-reply:before, +.@{fa-css-prefix}-reply:before { content: @fa-var-reply; } +.@{fa-css-prefix}-github-alt:before { content: @fa-var-github-alt; } +.@{fa-css-prefix}-folder-o:before { content: @fa-var-folder-o; } +.@{fa-css-prefix}-folder-open-o:before { content: @fa-var-folder-open-o; } +.@{fa-css-prefix}-smile-o:before { content: @fa-var-smile-o; } +.@{fa-css-prefix}-frown-o:before { content: @fa-var-frown-o; } +.@{fa-css-prefix}-meh-o:before { content: @fa-var-meh-o; } +.@{fa-css-prefix}-gamepad:before { content: @fa-var-gamepad; } +.@{fa-css-prefix}-keyboard-o:before { content: @fa-var-keyboard-o; } +.@{fa-css-prefix}-flag-o:before { content: @fa-var-flag-o; } +.@{fa-css-prefix}-flag-checkered:before { content: @fa-var-flag-checkered; } +.@{fa-css-prefix}-terminal:before { content: @fa-var-terminal; } +.@{fa-css-prefix}-code:before { content: @fa-var-code; } +.@{fa-css-prefix}-mail-reply-all:before, +.@{fa-css-prefix}-reply-all:before { content: @fa-var-reply-all; } +.@{fa-css-prefix}-star-half-empty:before, +.@{fa-css-prefix}-star-half-full:before, +.@{fa-css-prefix}-star-half-o:before { content: @fa-var-star-half-o; } +.@{fa-css-prefix}-location-arrow:before { content: @fa-var-location-arrow; } +.@{fa-css-prefix}-crop:before { content: @fa-var-crop; } +.@{fa-css-prefix}-code-fork:before { content: @fa-var-code-fork; } +.@{fa-css-prefix}-unlink:before, +.@{fa-css-prefix}-chain-broken:before { content: @fa-var-chain-broken; } +.@{fa-css-prefix}-question:before { content: @fa-var-question; } +.@{fa-css-prefix}-info:before { content: @fa-var-info; } +.@{fa-css-prefix}-exclamation:before { content: @fa-var-exclamation; } +.@{fa-css-prefix}-superscript:before { content: @fa-var-superscript; } +.@{fa-css-prefix}-subscript:before { content: @fa-var-subscript; } +.@{fa-css-prefix}-eraser:before { content: @fa-var-eraser; } +.@{fa-css-prefix}-puzzle-piece:before { content: @fa-var-puzzle-piece; } +.@{fa-css-prefix}-microphone:before { content: @fa-var-microphone; } +.@{fa-css-prefix}-microphone-slash:before { content: @fa-var-microphone-slash; } +.@{fa-css-prefix}-shield:before { content: @fa-var-shield; } +.@{fa-css-prefix}-calendar-o:before { content: @fa-var-calendar-o; } +.@{fa-css-prefix}-fire-extinguisher:before { content: @fa-var-fire-extinguisher; } +.@{fa-css-prefix}-rocket:before { content: @fa-var-rocket; } +.@{fa-css-prefix}-maxcdn:before { content: @fa-var-maxcdn; } +.@{fa-css-prefix}-chevron-circle-left:before { content: @fa-var-chevron-circle-left; } +.@{fa-css-prefix}-chevron-circle-right:before { content: @fa-var-chevron-circle-right; } +.@{fa-css-prefix}-chevron-circle-up:before { content: @fa-var-chevron-circle-up; } +.@{fa-css-prefix}-chevron-circle-down:before { content: @fa-var-chevron-circle-down; } +.@{fa-css-prefix}-html5:before { content: @fa-var-html5; } +.@{fa-css-prefix}-css3:before { content: @fa-var-css3; } +.@{fa-css-prefix}-anchor:before { content: @fa-var-anchor; } +.@{fa-css-prefix}-unlock-alt:before { content: @fa-var-unlock-alt; } +.@{fa-css-prefix}-bullseye:before { content: @fa-var-bullseye; } +.@{fa-css-prefix}-ellipsis-h:before { content: @fa-var-ellipsis-h; } +.@{fa-css-prefix}-ellipsis-v:before { content: @fa-var-ellipsis-v; } +.@{fa-css-prefix}-rss-square:before { content: @fa-var-rss-square; } +.@{fa-css-prefix}-play-circle:before { content: @fa-var-play-circle; } +.@{fa-css-prefix}-ticket:before { content: @fa-var-ticket; } +.@{fa-css-prefix}-minus-square:before { content: @fa-var-minus-square; } +.@{fa-css-prefix}-minus-square-o:before { content: @fa-var-minus-square-o; } +.@{fa-css-prefix}-level-up:before { content: @fa-var-level-up; } +.@{fa-css-prefix}-level-down:before { content: @fa-var-level-down; } +.@{fa-css-prefix}-check-square:before { content: @fa-var-check-square; } +.@{fa-css-prefix}-pencil-square:before { content: @fa-var-pencil-square; } +.@{fa-css-prefix}-external-link-square:before { content: @fa-var-external-link-square; } +.@{fa-css-prefix}-share-square:before { content: @fa-var-share-square; } +.@{fa-css-prefix}-compass:before { content: @fa-var-compass; } +.@{fa-css-prefix}-toggle-down:before, +.@{fa-css-prefix}-caret-square-o-down:before { content: @fa-var-caret-square-o-down; } +.@{fa-css-prefix}-toggle-up:before, +.@{fa-css-prefix}-caret-square-o-up:before { content: @fa-var-caret-square-o-up; } +.@{fa-css-prefix}-toggle-right:before, +.@{fa-css-prefix}-caret-square-o-right:before { content: @fa-var-caret-square-o-right; } +.@{fa-css-prefix}-euro:before, +.@{fa-css-prefix}-eur:before { content: @fa-var-eur; } +.@{fa-css-prefix}-pound:before, +.@{fa-css-prefix}-gbp:before { content: @fa-var-gbp; } +.@{fa-css-prefix}-dollar:before, +.@{fa-css-prefix}-usd:before { content: @fa-var-usd; } +.@{fa-css-prefix}-rupee:before, +.@{fa-css-prefix}-inr:before { content: @fa-var-inr; } +.@{fa-css-prefix}-cny:before, +.@{fa-css-prefix}-rmb:before, +.@{fa-css-prefix}-yen:before, +.@{fa-css-prefix}-jpy:before { content: @fa-var-jpy; } +.@{fa-css-prefix}-ruble:before, +.@{fa-css-prefix}-rouble:before, +.@{fa-css-prefix}-rub:before { content: @fa-var-rub; } +.@{fa-css-prefix}-won:before, +.@{fa-css-prefix}-krw:before { content: @fa-var-krw; } +.@{fa-css-prefix}-bitcoin:before, +.@{fa-css-prefix}-btc:before { content: @fa-var-btc; } +.@{fa-css-prefix}-file:before { content: @fa-var-file; } +.@{fa-css-prefix}-file-text:before { content: @fa-var-file-text; } +.@{fa-css-prefix}-sort-alpha-down:before, +.@{fa-css-prefix}-sort-alpha-asc:before { content: @fa-var-sort-alpha-asc; } +.@{fa-css-prefix}-sort-alpha-up:before, +.@{fa-css-prefix}-sort-alpha-desc:before { content: @fa-var-sort-alpha-desc; } +.@{fa-css-prefix}-sort-amount-down:before, +.@{fa-css-prefix}-sort-amount-asc:before { content: @fa-var-sort-amount-asc; } +.@{fa-css-prefix}-sort-amount-up:before, +.@{fa-css-prefix}-sort-amount-desc:before { content: @fa-var-sort-amount-desc; } +.@{fa-css-prefix}-sort-numeric-down:before, +.@{fa-css-prefix}-sort-numeric-asc:before { content: @fa-var-sort-numeric-asc; } +.@{fa-css-prefix}-sort-numeric-up:before, +.@{fa-css-prefix}-sort-numeric-desc:before { content: @fa-var-sort-numeric-desc; } +.@{fa-css-prefix}-thumbs-up:before { content: @fa-var-thumbs-up; } +.@{fa-css-prefix}-thumbs-down:before { content: @fa-var-thumbs-down; } +.@{fa-css-prefix}-youtube-square:before { content: @fa-var-youtube-square; } +.@{fa-css-prefix}-youtube:before { content: @fa-var-youtube; } +.@{fa-css-prefix}-xing:before { content: @fa-var-xing; } +.@{fa-css-prefix}-xing-square:before { content: @fa-var-xing-square; } +.@{fa-css-prefix}-youtube-play:before { content: @fa-var-youtube-play; } +.@{fa-css-prefix}-dropbox:before { content: @fa-var-dropbox; } +.@{fa-css-prefix}-stack-overflow:before { content: @fa-var-stack-overflow; } +.@{fa-css-prefix}-instagram:before { content: @fa-var-instagram; } +.@{fa-css-prefix}-flickr:before { content: @fa-var-flickr; } +.@{fa-css-prefix}-adn:before { content: @fa-var-adn; } +.@{fa-css-prefix}-bitbucket:before { content: @fa-var-bitbucket; } +.@{fa-css-prefix}-bitbucket-square:before { content: @fa-var-bitbucket-square; } +.@{fa-css-prefix}-tumblr:before { content: @fa-var-tumblr; } +.@{fa-css-prefix}-tumblr-square:before { content: @fa-var-tumblr-square; } +.@{fa-css-prefix}-long-arrow-down:before { content: @fa-var-long-arrow-down; } +.@{fa-css-prefix}-long-arrow-up:before { content: @fa-var-long-arrow-up; } +.@{fa-css-prefix}-long-arrow-left:before { content: @fa-var-long-arrow-left; } +.@{fa-css-prefix}-long-arrow-right:before { content: @fa-var-long-arrow-right; } +.@{fa-css-prefix}-apple:before { content: @fa-var-apple; } +.@{fa-css-prefix}-windows:before { content: @fa-var-windows; } +.@{fa-css-prefix}-android:before { content: @fa-var-android; } +.@{fa-css-prefix}-linux:before { content: @fa-var-linux; } +.@{fa-css-prefix}-dribbble:before { content: @fa-var-dribbble; } +.@{fa-css-prefix}-skype:before { content: @fa-var-skype; } +.@{fa-css-prefix}-foursquare:before { content: @fa-var-foursquare; } +.@{fa-css-prefix}-trello:before { content: @fa-var-trello; } +.@{fa-css-prefix}-female:before { content: @fa-var-female; } +.@{fa-css-prefix}-male:before { content: @fa-var-male; } +.@{fa-css-prefix}-gittip:before, +.@{fa-css-prefix}-gratipay:before { content: @fa-var-gratipay; } +.@{fa-css-prefix}-sun-o:before { content: @fa-var-sun-o; } +.@{fa-css-prefix}-moon-o:before { content: @fa-var-moon-o; } +.@{fa-css-prefix}-archive:before { content: @fa-var-archive; } +.@{fa-css-prefix}-bug:before { content: @fa-var-bug; } +.@{fa-css-prefix}-vk:before { content: @fa-var-vk; } +.@{fa-css-prefix}-weibo:before { content: @fa-var-weibo; } +.@{fa-css-prefix}-renren:before { content: @fa-var-renren; } +.@{fa-css-prefix}-pagelines:before { content: @fa-var-pagelines; } +.@{fa-css-prefix}-stack-exchange:before { content: @fa-var-stack-exchange; } +.@{fa-css-prefix}-arrow-circle-o-right:before { content: @fa-var-arrow-circle-o-right; } +.@{fa-css-prefix}-arrow-circle-o-left:before { content: @fa-var-arrow-circle-o-left; } +.@{fa-css-prefix}-toggle-left:before, +.@{fa-css-prefix}-caret-square-o-left:before { content: @fa-var-caret-square-o-left; } +.@{fa-css-prefix}-dot-circle-o:before { content: @fa-var-dot-circle-o; } +.@{fa-css-prefix}-wheelchair:before { content: @fa-var-wheelchair; } +.@{fa-css-prefix}-vimeo-square:before { content: @fa-var-vimeo-square; } +.@{fa-css-prefix}-turkish-lira:before, +.@{fa-css-prefix}-try:before { content: @fa-var-try; } +.@{fa-css-prefix}-plus-square-o:before { content: @fa-var-plus-square-o; } +.@{fa-css-prefix}-space-shuttle:before { content: @fa-var-space-shuttle; } +.@{fa-css-prefix}-slack:before { content: @fa-var-slack; } +.@{fa-css-prefix}-envelope-square:before { content: @fa-var-envelope-square; } +.@{fa-css-prefix}-wordpress:before { content: @fa-var-wordpress; } +.@{fa-css-prefix}-openid:before { content: @fa-var-openid; } +.@{fa-css-prefix}-institution:before, +.@{fa-css-prefix}-bank:before, +.@{fa-css-prefix}-university:before { content: @fa-var-university; } +.@{fa-css-prefix}-mortar-board:before, +.@{fa-css-prefix}-graduation-cap:before { content: @fa-var-graduation-cap; } +.@{fa-css-prefix}-yahoo:before { content: @fa-var-yahoo; } +.@{fa-css-prefix}-google:before { content: @fa-var-google; } +.@{fa-css-prefix}-reddit:before { content: @fa-var-reddit; } +.@{fa-css-prefix}-reddit-square:before { content: @fa-var-reddit-square; } +.@{fa-css-prefix}-stumbleupon-circle:before { content: @fa-var-stumbleupon-circle; } +.@{fa-css-prefix}-stumbleupon:before { content: @fa-var-stumbleupon; } +.@{fa-css-prefix}-delicious:before { content: @fa-var-delicious; } +.@{fa-css-prefix}-digg:before { content: @fa-var-digg; } +.@{fa-css-prefix}-drupal:before { content: @fa-var-drupal; } +.@{fa-css-prefix}-joomla:before { content: @fa-var-joomla; } +.@{fa-css-prefix}-language:before { content: @fa-var-language; } +.@{fa-css-prefix}-fax:before { content: @fa-var-fax; } +.@{fa-css-prefix}-building:before { content: @fa-var-building; } +.@{fa-css-prefix}-child:before { content: @fa-var-child; } +.@{fa-css-prefix}-paw:before { content: @fa-var-paw; } +.@{fa-css-prefix}-utensil-spoon:before, +.@{fa-css-prefix}-spoon:before { content: @fa-var-spoon; } +.@{fa-css-prefix}-cube:before { content: @fa-var-cube; } +.@{fa-css-prefix}-cubes:before { content: @fa-var-cubes; } +.@{fa-css-prefix}-behance:before { content: @fa-var-behance; } +.@{fa-css-prefix}-behance-square:before { content: @fa-var-behance-square; } +.@{fa-css-prefix}-steam:before { content: @fa-var-steam; } +.@{fa-css-prefix}-steam-square:before { content: @fa-var-steam-square; } +.@{fa-css-prefix}-recycle:before { content: @fa-var-recycle; } +.@{fa-css-prefix}-automobile:before, +.@{fa-css-prefix}-car:before { content: @fa-var-car; } +.@{fa-css-prefix}-cab:before, +.@{fa-css-prefix}-taxi:before { content: @fa-var-taxi; } +.@{fa-css-prefix}-tree:before { content: @fa-var-tree; } +.@{fa-css-prefix}-spotify:before { content: @fa-var-spotify; } +.@{fa-css-prefix}-deviantart:before { content: @fa-var-deviantart; } +.@{fa-css-prefix}-soundcloud:before { content: @fa-var-soundcloud; } +.@{fa-css-prefix}-database:before { content: @fa-var-database; } +.@{fa-css-prefix}-file-pdf-o:before { content: @fa-var-file-pdf-o; } +.@{fa-css-prefix}-file-word-o:before { content: @fa-var-file-word-o; } +.@{fa-css-prefix}-file-excel-o:before { content: @fa-var-file-excel-o; } +.@{fa-css-prefix}-file-powerpoint-o:before { content: @fa-var-file-powerpoint-o; } +.@{fa-css-prefix}-file-photo-o:before, +.@{fa-css-prefix}-file-picture-o:before, +.@{fa-css-prefix}-file-image-o:before { content: @fa-var-file-image-o; } +.@{fa-css-prefix}-file-zip-o:before, +.@{fa-css-prefix}-file-archive-o:before { content: @fa-var-file-archive-o; } +.@{fa-css-prefix}-file-sound-o:before, +.@{fa-css-prefix}-file-audio-o:before { content: @fa-var-file-audio-o; } +.@{fa-css-prefix}-file-movie-o:before, +.@{fa-css-prefix}-file-video-o:before { content: @fa-var-file-video-o; } +.@{fa-css-prefix}-file-code-o:before { content: @fa-var-file-code-o; } +.@{fa-css-prefix}-vine:before { content: @fa-var-vine; } +.@{fa-css-prefix}-codepen:before { content: @fa-var-codepen; } +.@{fa-css-prefix}-jsfiddle:before { content: @fa-var-jsfiddle; } +.@{fa-css-prefix}-life-bouy:before, +.@{fa-css-prefix}-life-buoy:before, +.@{fa-css-prefix}-life-saver:before, +.@{fa-css-prefix}-support:before, +.@{fa-css-prefix}-life-ring:before { content: @fa-var-life-ring; } +.@{fa-css-prefix}-circle-o-notch:before { content: @fa-var-circle-o-notch; } +.@{fa-css-prefix}-ra:before, +.@{fa-css-prefix}-resistance:before, +.@{fa-css-prefix}-rebel:before { content: @fa-var-rebel; } +.@{fa-css-prefix}-ge:before, +.@{fa-css-prefix}-empire:before { content: @fa-var-empire; } +.@{fa-css-prefix}-git-square:before { content: @fa-var-git-square; } +.@{fa-css-prefix}-git:before { content: @fa-var-git; } +.@{fa-css-prefix}-y-combinator-square:before, +.@{fa-css-prefix}-yc-square:before, +.@{fa-css-prefix}-hacker-news:before { content: @fa-var-hacker-news; } +.@{fa-css-prefix}-tencent-weibo:before { content: @fa-var-tencent-weibo; } +.@{fa-css-prefix}-qq:before { content: @fa-var-qq; } +.@{fa-css-prefix}-wechat:before, +.@{fa-css-prefix}-weixin:before { content: @fa-var-weixin; } +.@{fa-css-prefix}-send:before, +.@{fa-css-prefix}-paper-plane:before { content: @fa-var-paper-plane; } +.@{fa-css-prefix}-send-o:before, +.@{fa-css-prefix}-paper-plane-o:before { content: @fa-var-paper-plane-o; } +.@{fa-css-prefix}-history:before { content: @fa-var-history; } +.@{fa-css-prefix}-circle-thin:before { content: @fa-var-circle-thin; } +.@{fa-css-prefix}-heading:before, +.@{fa-css-prefix}-header:before { content: @fa-var-header; } +.@{fa-css-prefix}-paragraph:before { content: @fa-var-paragraph; } +.@{fa-css-prefix}-sliders:before { content: @fa-var-sliders; } +.@{fa-css-prefix}-share-alt:before { content: @fa-var-share-alt; } +.@{fa-css-prefix}-share-alt-square:before { content: @fa-var-share-alt-square; } +.@{fa-css-prefix}-bomb:before { content: @fa-var-bomb; } +.@{fa-css-prefix}-soccer-ball-o:before, +.@{fa-css-prefix}-futbol-o:before { content: @fa-var-futbol-o; } +.@{fa-css-prefix}-tty:before { content: @fa-var-tty; } +.@{fa-css-prefix}-binoculars:before { content: @fa-var-binoculars; } +.@{fa-css-prefix}-plug:before { content: @fa-var-plug; } +.@{fa-css-prefix}-slideshare:before { content: @fa-var-slideshare; } +.@{fa-css-prefix}-twitch:before { content: @fa-var-twitch; } +.@{fa-css-prefix}-yelp:before { content: @fa-var-yelp; } +.@{fa-css-prefix}-newspaper-o:before { content: @fa-var-newspaper-o; } +.@{fa-css-prefix}-wifi:before { content: @fa-var-wifi; } +.@{fa-css-prefix}-calculator:before { content: @fa-var-calculator; } +.@{fa-css-prefix}-paypal:before { content: @fa-var-paypal; } +.@{fa-css-prefix}-google-wallet:before { content: @fa-var-google-wallet; } +.@{fa-css-prefix}-cc-visa:before { content: @fa-var-cc-visa; } +.@{fa-css-prefix}-cc-mastercard:before { content: @fa-var-cc-mastercard; } +.@{fa-css-prefix}-cc-discover:before { content: @fa-var-cc-discover; } +.@{fa-css-prefix}-cc-amex:before { content: @fa-var-cc-amex; } +.@{fa-css-prefix}-cc-paypal:before { content: @fa-var-cc-paypal; } +.@{fa-css-prefix}-cc-stripe:before { content: @fa-var-cc-stripe; } +.@{fa-css-prefix}-bell-slash:before { content: @fa-var-bell-slash; } +.@{fa-css-prefix}-bell-slash-o:before { content: @fa-var-bell-slash-o; } +.@{fa-css-prefix}-trash:before { content: @fa-var-trash; } +.@{fa-css-prefix}-copyright:before { content: @fa-var-copyright; } +.@{fa-css-prefix}-at:before { content: @fa-var-at; } +.@{fa-css-prefix}-eyedropper:before { content: @fa-var-eyedropper; } +.@{fa-css-prefix}-paint-brush:before { content: @fa-var-paint-brush; } +.@{fa-css-prefix}-birthday-cake:before { content: @fa-var-birthday-cake; } +.@{fa-css-prefix}-area-chart:before { content: @fa-var-area-chart; } +.@{fa-css-prefix}-pie-chart:before { content: @fa-var-pie-chart; } +.@{fa-css-prefix}-line-chart:before { content: @fa-var-line-chart; } +.@{fa-css-prefix}-lastfm:before { content: @fa-var-lastfm; } +.@{fa-css-prefix}-lastfm-square:before { content: @fa-var-lastfm-square; } +.@{fa-css-prefix}-toggle-off:before { content: @fa-var-toggle-off; } +.@{fa-css-prefix}-toggle-on:before { content: @fa-var-toggle-on; } +.@{fa-css-prefix}-bicycle:before { content: @fa-var-bicycle; } +.@{fa-css-prefix}-bus:before { content: @fa-var-bus; } +.@{fa-css-prefix}-ioxhost:before { content: @fa-var-ioxhost; } +.@{fa-css-prefix}-angellist:before { content: @fa-var-angellist; } +.@{fa-css-prefix}-closed-captioning:before, +.@{fa-css-prefix}-cc:before { content: @fa-var-cc; } +.@{fa-css-prefix}-shekel:before, +.@{fa-css-prefix}-sheqel:before, +.@{fa-css-prefix}-ils:before { content: @fa-var-ils; } +.@{fa-css-prefix}-meanpath:before { content: @fa-var-meanpath; } +.@{fa-css-prefix}-buysellads:before { content: @fa-var-buysellads; } +.@{fa-css-prefix}-connectdevelop:before { content: @fa-var-connectdevelop; } +.@{fa-css-prefix}-dashcube:before { content: @fa-var-dashcube; } +.@{fa-css-prefix}-forumbee:before { content: @fa-var-forumbee; } +.@{fa-css-prefix}-leanpub:before { content: @fa-var-leanpub; } +.@{fa-css-prefix}-sellsy:before { content: @fa-var-sellsy; } +.@{fa-css-prefix}-shirtsinbulk:before { content: @fa-var-shirtsinbulk; } +.@{fa-css-prefix}-simplybuilt:before { content: @fa-var-simplybuilt; } +.@{fa-css-prefix}-skyatlas:before { content: @fa-var-skyatlas; } +.@{fa-css-prefix}-cart-plus:before { content: @fa-var-cart-plus; } +.@{fa-css-prefix}-cart-arrow-down:before { content: @fa-var-cart-arrow-down; } +.@{fa-css-prefix}-gem:before, +.@{fa-css-prefix}-diamond:before { content: @fa-var-diamond; } +.@{fa-css-prefix}-ship:before { content: @fa-var-ship; } +.@{fa-css-prefix}-user-secret:before { content: @fa-var-user-secret; } +.@{fa-css-prefix}-motorcycle:before { content: @fa-var-motorcycle; } +.@{fa-css-prefix}-street-view:before { content: @fa-var-street-view; } +.@{fa-css-prefix}-heartbeat:before { content: @fa-var-heartbeat; } +.@{fa-css-prefix}-venus:before { content: @fa-var-venus; } +.@{fa-css-prefix}-mars:before { content: @fa-var-mars; } +.@{fa-css-prefix}-mercury:before { content: @fa-var-mercury; } +.@{fa-css-prefix}-intersex:before, +.@{fa-css-prefix}-transgender:before { content: @fa-var-transgender; } +.@{fa-css-prefix}-transgender-alt:before { content: @fa-var-transgender-alt; } +.@{fa-css-prefix}-venus-double:before { content: @fa-var-venus-double; } +.@{fa-css-prefix}-mars-double:before { content: @fa-var-mars-double; } +.@{fa-css-prefix}-venus-mars:before { content: @fa-var-venus-mars; } +.@{fa-css-prefix}-mars-stroke:before { content: @fa-var-mars-stroke; } +.@{fa-css-prefix}-mars-stroke-v:before { content: @fa-var-mars-stroke-v; } +.@{fa-css-prefix}-mars-stroke-h:before { content: @fa-var-mars-stroke-h; } +.@{fa-css-prefix}-neuter:before { content: @fa-var-neuter; } +.@{fa-css-prefix}-genderless:before { content: @fa-var-genderless; } +.@{fa-css-prefix}-facebook-official:before { content: @fa-var-facebook-official; } +.@{fa-css-prefix}-pinterest-p:before { content: @fa-var-pinterest-p; } +.@{fa-css-prefix}-whatsapp:before { content: @fa-var-whatsapp; } +.@{fa-css-prefix}-server:before { content: @fa-var-server; } +.@{fa-css-prefix}-user-plus:before { content: @fa-var-user-plus; } +.@{fa-css-prefix}-user-times:before { content: @fa-var-user-times; } +.@{fa-css-prefix}-hotel:before, +.@{fa-css-prefix}-bed:before { content: @fa-var-bed; } +.@{fa-css-prefix}-viacoin:before { content: @fa-var-viacoin; } +.@{fa-css-prefix}-train:before { content: @fa-var-train; } +.@{fa-css-prefix}-subway:before { content: @fa-var-subway; } +.@{fa-css-prefix}-medium:before { content: @fa-var-medium; } +.@{fa-css-prefix}-medium-square:before { content: @fa-var-medium-square; } +.@{fa-css-prefix}-yc:before, +.@{fa-css-prefix}-y-combinator:before { content: @fa-var-y-combinator; } +.@{fa-css-prefix}-optin-monster:before { content: @fa-var-optin-monster; } +.@{fa-css-prefix}-opencart:before { content: @fa-var-opencart; } +.@{fa-css-prefix}-expeditedssl:before { content: @fa-var-expeditedssl; } +.@{fa-css-prefix}-battery-4:before, +.@{fa-css-prefix}-battery:before, +.@{fa-css-prefix}-battery-full:before { content: @fa-var-battery-full; } +.@{fa-css-prefix}-battery-3:before, +.@{fa-css-prefix}-battery-three-quarters:before { content: @fa-var-battery-three-quarters; } +.@{fa-css-prefix}-battery-2:before, +.@{fa-css-prefix}-battery-half:before { content: @fa-var-battery-half; } +.@{fa-css-prefix}-battery-1:before, +.@{fa-css-prefix}-battery-quarter:before { content: @fa-var-battery-quarter; } +.@{fa-css-prefix}-battery-0:before, +.@{fa-css-prefix}-battery-empty:before { content: @fa-var-battery-empty; } +.@{fa-css-prefix}-mouse-pointer:before { content: @fa-var-mouse-pointer; } +.@{fa-css-prefix}-i-cursor:before { content: @fa-var-i-cursor; } +.@{fa-css-prefix}-object-group:before { content: @fa-var-object-group; } +.@{fa-css-prefix}-object-ungroup:before { content: @fa-var-object-ungroup; } +.@{fa-css-prefix}-sticky-note:before { content: @fa-var-sticky-note; } +.@{fa-css-prefix}-sticky-note-o:before { content: @fa-var-sticky-note-o; } +.@{fa-css-prefix}-cc-jcb:before { content: @fa-var-cc-jcb; } +.@{fa-css-prefix}-cc-diners-club:before { content: @fa-var-cc-diners-club; } +.@{fa-css-prefix}-clone:before { content: @fa-var-clone; } +.@{fa-css-prefix}-balance-scale:before { content: @fa-var-balance-scale; } +.@{fa-css-prefix}-hourglass-o:before { content: @fa-var-hourglass-o; } +.@{fa-css-prefix}-hourglass-1:before, +.@{fa-css-prefix}-hourglass-start:before { content: @fa-var-hourglass-start; } +.@{fa-css-prefix}-hourglass-2:before, +.@{fa-css-prefix}-hourglass-half:before { content: @fa-var-hourglass-half; } +.@{fa-css-prefix}-hourglass-3:before, +.@{fa-css-prefix}-hourglass-end:before { content: @fa-var-hourglass-end; } +.@{fa-css-prefix}-hourglass:before { content: @fa-var-hourglass; } +.@{fa-css-prefix}-hand-grab-o:before, +.@{fa-css-prefix}-hand-rock-o:before { content: @fa-var-hand-rock-o; } +.@{fa-css-prefix}-hand-stop-o:before, +.@{fa-css-prefix}-hand-paper-o:before { content: @fa-var-hand-paper-o; } +.@{fa-css-prefix}-hand-scissors-o:before { content: @fa-var-hand-scissors-o; } +.@{fa-css-prefix}-hand-lizard-o:before { content: @fa-var-hand-lizard-o; } +.@{fa-css-prefix}-hand-spock-o:before { content: @fa-var-hand-spock-o; } +.@{fa-css-prefix}-hand-pointer-o:before { content: @fa-var-hand-pointer-o; } +.@{fa-css-prefix}-hand-peace-o:before { content: @fa-var-hand-peace-o; } +.@{fa-css-prefix}-trademark:before { content: @fa-var-trademark; } +.@{fa-css-prefix}-registered:before { content: @fa-var-registered; } +.@{fa-css-prefix}-creative-commons:before { content: @fa-var-creative-commons; } +.@{fa-css-prefix}-gg:before { content: @fa-var-gg; } +.@{fa-css-prefix}-gg-circle:before { content: @fa-var-gg-circle; } +.@{fa-css-prefix}-tripadvisor:before { content: @fa-var-tripadvisor; } +.@{fa-css-prefix}-odnoklassniki:before { content: @fa-var-odnoklassniki; } +.@{fa-css-prefix}-odnoklassniki-square:before { content: @fa-var-odnoklassniki-square; } +.@{fa-css-prefix}-get-pocket:before { content: @fa-var-get-pocket; } +.@{fa-css-prefix}-wikipedia-w:before { content: @fa-var-wikipedia-w; } +.@{fa-css-prefix}-safari:before { content: @fa-var-safari; } +.@{fa-css-prefix}-chrome:before { content: @fa-var-chrome; } +.@{fa-css-prefix}-firefox:before { content: @fa-var-firefox; } +.@{fa-css-prefix}-opera:before { content: @fa-var-opera; } +.@{fa-css-prefix}-internet-explorer:before { content: @fa-var-internet-explorer; } +.@{fa-css-prefix}-tv:before, +.@{fa-css-prefix}-television:before { content: @fa-var-television; } +.@{fa-css-prefix}-contao:before { content: @fa-var-contao; } +.@{fa-css-prefix}-500px:before { content: @fa-var-500px; } +.@{fa-css-prefix}-amazon:before { content: @fa-var-amazon; } +.@{fa-css-prefix}-calendar-plus-o:before { content: @fa-var-calendar-plus-o; } +.@{fa-css-prefix}-calendar-minus-o:before { content: @fa-var-calendar-minus-o; } +.@{fa-css-prefix}-calendar-times-o:before { content: @fa-var-calendar-times-o; } +.@{fa-css-prefix}-calendar-check-o:before { content: @fa-var-calendar-check-o; } +.@{fa-css-prefix}-industry:before { content: @fa-var-industry; } +.@{fa-css-prefix}-map-pin:before { content: @fa-var-map-pin; } +.@{fa-css-prefix}-map-signs:before { content: @fa-var-map-signs; } +.@{fa-css-prefix}-map-o:before { content: @fa-var-map-o; } +.@{fa-css-prefix}-map:before { content: @fa-var-map; } +.@{fa-css-prefix}-commenting:before { content: @fa-var-commenting; } +.@{fa-css-prefix}-commenting-o:before { content: @fa-var-commenting-o; } +.@{fa-css-prefix}-houzz:before { content: @fa-var-houzz; } +.@{fa-css-prefix}-vimeo-v:before, +.@{fa-css-prefix}-vimeo:before { content: @fa-var-vimeo; } +.@{fa-css-prefix}-black-tie:before { content: @fa-var-black-tie; } +.@{fa-css-prefix}-fonticons:before { content: @fa-var-fonticons; } +.@{fa-css-prefix}-reddit-alien:before { content: @fa-var-reddit-alien; } +.@{fa-css-prefix}-edge:before { content: @fa-var-edge; } +.@{fa-css-prefix}-credit-card-alt:before { content: @fa-var-credit-card-alt; } +.@{fa-css-prefix}-codiepie:before { content: @fa-var-codiepie; } +.@{fa-css-prefix}-modx:before { content: @fa-var-modx; } +.@{fa-css-prefix}-fort-awesome:before { content: @fa-var-fort-awesome; } +.@{fa-css-prefix}-usb:before { content: @fa-var-usb; } +.@{fa-css-prefix}-product-hunt:before { content: @fa-var-product-hunt; } +.@{fa-css-prefix}-mixcloud:before { content: @fa-var-mixcloud; } +.@{fa-css-prefix}-scribd:before { content: @fa-var-scribd; } +.@{fa-css-prefix}-pause-circle:before { content: @fa-var-pause-circle; } +.@{fa-css-prefix}-pause-circle-o:before { content: @fa-var-pause-circle-o; } +.@{fa-css-prefix}-stop-circle:before { content: @fa-var-stop-circle; } +.@{fa-css-prefix}-stop-circle-o:before { content: @fa-var-stop-circle-o; } +.@{fa-css-prefix}-shopping-bag:before { content: @fa-var-shopping-bag; } +.@{fa-css-prefix}-shopping-basket:before { content: @fa-var-shopping-basket; } +.@{fa-css-prefix}-hashtag:before { content: @fa-var-hashtag; } +.@{fa-css-prefix}-bluetooth:before { content: @fa-var-bluetooth; } +.@{fa-css-prefix}-bluetooth-b:before { content: @fa-var-bluetooth-b; } +.@{fa-css-prefix}-percent:before { content: @fa-var-percent; } +.@{fa-css-prefix}-gitlab:before { content: @fa-var-gitlab; } +.@{fa-css-prefix}-wpbeginner:before { content: @fa-var-wpbeginner; } +.@{fa-css-prefix}-wpforms:before { content: @fa-var-wpforms; } +.@{fa-css-prefix}-envira:before { content: @fa-var-envira; } +.@{fa-css-prefix}-universal-access:before { content: @fa-var-universal-access; } +.@{fa-css-prefix}-wheelchair-alt:before { content: @fa-var-wheelchair-alt; } +.@{fa-css-prefix}-question-circle-o:before { content: @fa-var-question-circle-o; } +.@{fa-css-prefix}-blind:before { content: @fa-var-blind; } +.@{fa-css-prefix}-audio-description:before { content: @fa-var-audio-description; } +.@{fa-css-prefix}-phone-volume:before, +.@{fa-css-prefix}-volume-control-phone:before { content: @fa-var-volume-control-phone; } +.@{fa-css-prefix}-braille:before { content: @fa-var-braille; } +.@{fa-css-prefix}-assistive-listening-systems:before { content: @fa-var-assistive-listening-systems; } +.@{fa-css-prefix}-asl-interpreting:before, +.@{fa-css-prefix}-american-sign-language-interpreting:before { content: @fa-var-american-sign-language-interpreting; } +.@{fa-css-prefix}-deafness:before, +.@{fa-css-prefix}-hard-of-hearing:before, +.@{fa-css-prefix}-deaf:before { content: @fa-var-deaf; } +.@{fa-css-prefix}-glide:before { content: @fa-var-glide; } +.@{fa-css-prefix}-glide-g:before { content: @fa-var-glide-g; } +.@{fa-css-prefix}-signing:before, +.@{fa-css-prefix}-sign-language:before { content: @fa-var-sign-language; } +.@{fa-css-prefix}-low-vision:before { content: @fa-var-low-vision; } +.@{fa-css-prefix}-viadeo:before { content: @fa-var-viadeo; } +.@{fa-css-prefix}-viadeo-square:before { content: @fa-var-viadeo-square; } +.@{fa-css-prefix}-snapchat:before { content: @fa-var-snapchat; } +.@{fa-css-prefix}-snapchat-ghost:before { content: @fa-var-snapchat-ghost; } +.@{fa-css-prefix}-snapchat-square:before { content: @fa-var-snapchat-square; } +.@{fa-css-prefix}-first-order:before { content: @fa-var-first-order; } +.@{fa-css-prefix}-yoast:before { content: @fa-var-yoast; } +.@{fa-css-prefix}-themeisle:before { content: @fa-var-themeisle; } +.@{fa-css-prefix}-google-plus-circle:before, +.@{fa-css-prefix}-google-plus-official:before { content: @fa-var-google-plus-official; } +.@{fa-css-prefix}-fa:before, +.@{fa-css-prefix}-font-awesome:before { content: @fa-var-font-awesome; } +.@{fa-css-prefix}-handshake-o:before { content: @fa-var-handshake-o; } +.@{fa-css-prefix}-envelope-open:before { content: @fa-var-envelope-open; } +.@{fa-css-prefix}-envelope-open-o:before { content: @fa-var-envelope-open-o; } +.@{fa-css-prefix}-linode:before { content: @fa-var-linode; } +.@{fa-css-prefix}-address-book:before { content: @fa-var-address-book; } +.@{fa-css-prefix}-address-book-o:before { content: @fa-var-address-book-o; } +.@{fa-css-prefix}-vcard:before, +.@{fa-css-prefix}-address-card:before { content: @fa-var-address-card; } +.@{fa-css-prefix}-vcard-o:before, +.@{fa-css-prefix}-address-card-o:before { content: @fa-var-address-card-o; } +.@{fa-css-prefix}-user-circle:before { content: @fa-var-user-circle; } +.@{fa-css-prefix}-user-circle-o:before { content: @fa-var-user-circle-o; } +.@{fa-css-prefix}-user-o:before { content: @fa-var-user-o; } +.@{fa-css-prefix}-id-badge:before { content: @fa-var-id-badge; } +.@{fa-css-prefix}-drivers-license:before, +.@{fa-css-prefix}-id-card:before { content: @fa-var-id-card; } +.@{fa-css-prefix}-drivers-license-o:before, +.@{fa-css-prefix}-id-card-o:before { content: @fa-var-id-card-o; } +.@{fa-css-prefix}-quora:before { content: @fa-var-quora; } +.@{fa-css-prefix}-free-code-camp:before { content: @fa-var-free-code-camp; } +.@{fa-css-prefix}-telegram:before { content: @fa-var-telegram; } +.@{fa-css-prefix}-thermometer-4:before, +.@{fa-css-prefix}-thermometer:before, +.@{fa-css-prefix}-thermometer-full:before { content: @fa-var-thermometer-full; } +.@{fa-css-prefix}-thermometer-3:before, +.@{fa-css-prefix}-thermometer-three-quarters:before { content: @fa-var-thermometer-three-quarters; } +.@{fa-css-prefix}-thermometer-2:before, +.@{fa-css-prefix}-thermometer-half:before { content: @fa-var-thermometer-half; } +.@{fa-css-prefix}-thermometer-1:before, +.@{fa-css-prefix}-thermometer-quarter:before { content: @fa-var-thermometer-quarter; } +.@{fa-css-prefix}-thermometer-0:before, +.@{fa-css-prefix}-thermometer-empty:before { content: @fa-var-thermometer-empty; } +.@{fa-css-prefix}-shower:before { content: @fa-var-shower; } +.@{fa-css-prefix}-bathtub:before, +.@{fa-css-prefix}-s15:before, +.@{fa-css-prefix}-bath:before { content: @fa-var-bath; } +.@{fa-css-prefix}-podcast:before { content: @fa-var-podcast; } +.@{fa-css-prefix}-window-maximize:before { content: @fa-var-window-maximize; } +.@{fa-css-prefix}-window-minimize:before { content: @fa-var-window-minimize; } +.@{fa-css-prefix}-window-restore:before { content: @fa-var-window-restore; } +.@{fa-css-prefix}-times-rectangle:before, +.@{fa-css-prefix}-window-close:before { content: @fa-var-window-close; } +.@{fa-css-prefix}-times-rectangle-o:before, +.@{fa-css-prefix}-window-close-o:before { content: @fa-var-window-close-o; } +.@{fa-css-prefix}-bandcamp:before { content: @fa-var-bandcamp; } +.@{fa-css-prefix}-grav:before { content: @fa-var-grav; } +.@{fa-css-prefix}-etsy:before { content: @fa-var-etsy; } +.@{fa-css-prefix}-imdb:before { content: @fa-var-imdb; } +.@{fa-css-prefix}-ravelry:before { content: @fa-var-ravelry; } +.@{fa-css-prefix}-eercast:before { content: @fa-var-eercast; } +.@{fa-css-prefix}-microchip:before { content: @fa-var-microchip; } +.@{fa-css-prefix}-snowflake-o:before { content: @fa-var-snowflake-o; } +.@{fa-css-prefix}-superpowers:before { content: @fa-var-superpowers; } +.@{fa-css-prefix}-wpexplorer:before { content: @fa-var-wpexplorer; } +.@{fa-css-prefix}-meetup:before { content: @fa-var-meetup; } +.@{fa-css-prefix}-mastodon:before { content: @fa-var-mastodon; } +.@{fa-css-prefix}-mastodon-alt:before { content: @fa-var-mastodon-alt; } +.@{fa-css-prefix}-fork-circle:before, +.@{fa-css-prefix}-fork-awesome:before { content: @fa-var-fork-awesome; } +.@{fa-css-prefix}-peertube:before { content: @fa-var-peertube; } +.@{fa-css-prefix}-diaspora:before { content: @fa-var-diaspora; } +.@{fa-css-prefix}-friendica:before { content: @fa-var-friendica; } +.@{fa-css-prefix}-gnu-social:before { content: @fa-var-gnu-social; } +.@{fa-css-prefix}-liberapay-square:before { content: @fa-var-liberapay-square; } +.@{fa-css-prefix}-liberapay:before { content: @fa-var-liberapay; } +.@{fa-css-prefix}-ssb:before, +.@{fa-css-prefix}-scuttlebutt:before { content: @fa-var-scuttlebutt; } +.@{fa-css-prefix}-hubzilla:before { content: @fa-var-hubzilla; } +.@{fa-css-prefix}-social-home:before { content: @fa-var-social-home; } +.@{fa-css-prefix}-artstation:before { content: @fa-var-artstation; } +.@{fa-css-prefix}-discord:before { content: @fa-var-discord; } +.@{fa-css-prefix}-discord-alt:before { content: @fa-var-discord-alt; } +.@{fa-css-prefix}-patreon:before { content: @fa-var-patreon; } +.@{fa-css-prefix}-snowdrift:before { content: @fa-var-snowdrift; } +.@{fa-css-prefix}-activitypub:before { content: @fa-var-activitypub; } +.@{fa-css-prefix}-ethereum:before { content: @fa-var-ethereum; } +.@{fa-css-prefix}-keybase:before { content: @fa-var-keybase; } +.@{fa-css-prefix}-shaarli:before { content: @fa-var-shaarli; } +.@{fa-css-prefix}-shaarli-o:before { content: @fa-var-shaarli-o; } +.@{fa-css-prefix}-cut-key:before, +.@{fa-css-prefix}-key-modern:before { content: @fa-var-key-modern; } +.@{fa-css-prefix}-xmpp:before { content: @fa-var-xmpp; } +.@{fa-css-prefix}-archive-org:before { content: @fa-var-archive-org; } +.@{fa-css-prefix}-freedombox:before { content: @fa-var-freedombox; } +.@{fa-css-prefix}-facebook-messenger:before { content: @fa-var-facebook-messenger; } +.@{fa-css-prefix}-debian:before { content: @fa-var-debian; } +.@{fa-css-prefix}-mastodon-square:before { content: @fa-var-mastodon-square; } +.@{fa-css-prefix}-tipeee:before { content: @fa-var-tipeee; } +.@{fa-css-prefix}-react:before { content: @fa-var-react; } +.@{fa-css-prefix}-dogmazic:before { content: @fa-var-dogmazic; } +.@{fa-css-prefix}-zotero:before { content: @fa-var-zotero; } +.@{fa-css-prefix}-nodejs:before { content: @fa-var-nodejs; } +.@{fa-css-prefix}-nextcloud:before { content: @fa-var-nextcloud; } +.@{fa-css-prefix}-nextcloud-square:before { content: @fa-var-nextcloud-square; } +.@{fa-css-prefix}-hackaday:before { content: @fa-var-hackaday; } +.@{fa-css-prefix}-laravel:before { content: @fa-var-laravel; } +.@{fa-css-prefix}-signalapp:before { content: @fa-var-signalapp; } +.@{fa-css-prefix}-gnupg:before { content: @fa-var-gnupg; } +.@{fa-css-prefix}-php:before { content: @fa-var-php; } +.@{fa-css-prefix}-ffmpeg:before { content: @fa-var-ffmpeg; } +.@{fa-css-prefix}-joplin:before { content: @fa-var-joplin; } +.@{fa-css-prefix}-syncthing:before { content: @fa-var-syncthing; } +.@{fa-css-prefix}-inkscape:before { content: @fa-var-inkscape; } +.@{fa-css-prefix}-matrix-org:before { content: @fa-var-matrix-org; } +.@{fa-css-prefix}-pixelfed:before { content: @fa-var-pixelfed; } +.@{fa-css-prefix}-bootstrap:before { content: @fa-var-bootstrap; } +.@{fa-css-prefix}-dev-to:before { content: @fa-var-dev-to; } +.@{fa-css-prefix}-hashnode:before { content: @fa-var-hashnode; } +.@{fa-css-prefix}-jirafeau:before { content: @fa-var-jirafeau; } +.@{fa-css-prefix}-emby:before { content: @fa-var-emby; } +.@{fa-css-prefix}-wikidata:before { content: @fa-var-wikidata; } +.@{fa-css-prefix}-gimp:before { content: @fa-var-gimp; } +.@{fa-css-prefix}-c:before { content: @fa-var-c; } +.@{fa-css-prefix}-digitalocean:before { content: @fa-var-digitalocean; } +.@{fa-css-prefix}-att:before { content: @fa-var-att; } +.@{fa-css-prefix}-gitea:before { content: @fa-var-gitea; } +.@{fa-css-prefix}-file-epub:before { content: @fa-var-file-epub; } +.@{fa-css-prefix}-python:before { content: @fa-var-python; } +.@{fa-css-prefix}-archlinux:before { content: @fa-var-archlinux; } +.@{fa-css-prefix}-pleroma:before { content: @fa-var-pleroma; } +.@{fa-css-prefix}-unsplash:before { content: @fa-var-unsplash; } +.@{fa-css-prefix}-hackster:before { content: @fa-var-hackster; } +.@{fa-css-prefix}-spell-check:before { content: @fa-var-spell-check; } +.@{fa-css-prefix}-moon:before { content: @fa-var-moon; } +.@{fa-css-prefix}-sun:before { content: @fa-var-sun; } +.@{fa-css-prefix}-f-droid:before { content: @fa-var-f-droid; } +.@{fa-css-prefix}-biometric:before { content: @fa-var-biometric; } diff --git a/old/themes/varia/static/css/fork-awesome/less/larger.less b/old/themes/varia/static/css/fork-awesome/less/larger.less new file mode 100644 index 0000000..c9d6467 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/larger.less @@ -0,0 +1,13 @@ +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.@{fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.@{fa-css-prefix}-2x { font-size: 2em; } +.@{fa-css-prefix}-3x { font-size: 3em; } +.@{fa-css-prefix}-4x { font-size: 4em; } +.@{fa-css-prefix}-5x { font-size: 5em; } diff --git a/old/themes/varia/static/css/fork-awesome/less/list.less b/old/themes/varia/static/css/fork-awesome/less/list.less new file mode 100644 index 0000000..0b44038 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/list.less @@ -0,0 +1,19 @@ +// List Icons +// ------------------------- + +.@{fa-css-prefix}-ul { + padding-left: 0; + margin-left: @fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.@{fa-css-prefix}-li { + position: absolute; + left: -@fa-li-width; + width: @fa-li-width; + top: (2em / 14); + text-align: center; + &.@{fa-css-prefix}-lg { + left: (-@fa-li-width + (4em / 14)); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/less/mixins.less b/old/themes/varia/static/css/fork-awesome/less/mixins.less new file mode 100644 index 0000000..f0ebc02 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/mixins.less @@ -0,0 +1,60 @@ +// Mixins +// -------------------------- + +.fa-icon() { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + +.fa-icon-rotate(@degrees, @rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})"; + -webkit-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); + transform: rotate(@degrees); +} + +.fa-icon-flip(@horiz, @vert, @rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)"; + -webkit-transform: scale(@horiz, @vert); + -ms-transform: scale(@horiz, @vert); + transform: scale(@horiz, @vert); +} + + +// Only display content to screen readers. A la Bootstrap 4. +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +.sr-only() { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// +// Credit: HTML5 Boilerplate + +.sr-only-focusable() { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/less/path.less b/old/themes/varia/static/css/fork-awesome/less/path.less new file mode 100644 index 0000000..cd1544f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/path.less @@ -0,0 +1,15 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: '@{fa-font-family}'; + src: url('@{fa-font-path}/forkawesome-webfont.eot?v=@{fa-version}'); + src: url('@{fa-font-path}/forkawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), + url('@{fa-font-path}/forkawesome-webfont.woff2?v=@{fa-version}') format('woff2'), + url('@{fa-font-path}/forkawesome-webfont.woff?v=@{fa-version}') format('woff'), + url('@{fa-font-path}/forkawesome-webfont.ttf?v=@{fa-version}') format('truetype'), + url('@{fa-font-path}/forkawesome-webfont.svg?v=@{fa-version}#forkawesomeregular') format('svg'); + // src: url('@{fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/old/themes/varia/static/css/fork-awesome/less/rotated-flipped.less b/old/themes/varia/static/css/fork-awesome/less/rotated-flipped.less new file mode 100644 index 0000000..f6ba814 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/rotated-flipped.less @@ -0,0 +1,20 @@ +// Rotated & Flipped Icons +// ------------------------- + +.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } +.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } +.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } + +.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } +.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .@{fa-css-prefix}-rotate-90, +:root .@{fa-css-prefix}-rotate-180, +:root .@{fa-css-prefix}-rotate-270, +:root .@{fa-css-prefix}-flip-horizontal, +:root .@{fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/old/themes/varia/static/css/fork-awesome/less/screen-reader.less b/old/themes/varia/static/css/fork-awesome/less/screen-reader.less new file mode 100644 index 0000000..11c1881 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/screen-reader.less @@ -0,0 +1,5 @@ +// Screen Readers +// ------------------------- + +.sr-only { .sr-only(); } +.sr-only-focusable { .sr-only-focusable(); } diff --git a/old/themes/varia/static/css/fork-awesome/less/stacked.less b/old/themes/varia/static/css/fork-awesome/less/stacked.less new file mode 100644 index 0000000..fc53fb0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/stacked.less @@ -0,0 +1,20 @@ +// Stacked Icons +// ------------------------- + +.@{fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.@{fa-css-prefix}-stack-1x { line-height: inherit; } +.@{fa-css-prefix}-stack-2x { font-size: 2em; } +.@{fa-css-prefix}-inverse { color: @fa-inverse; } diff --git a/old/themes/varia/static/css/fork-awesome/less/v5-compat.less b/old/themes/varia/static/css/fork-awesome/less/v5-compat.less new file mode 100644 index 0000000..296ef02 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/v5-compat.less @@ -0,0 +1,176 @@ +/*! +Fork Awesome 1.1.7 +License - https://forkaweso.me/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + + +@import "variables.less"; + +.fas, .fab, .far { + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + +.fas { + &.fa-chart-area:before { content: "\f1fe"; } // area-chart + &.fa-arrows-alt:before { content: "\f047"; } // arrows + &.fa-expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt + &.fa-arrows-alt-h:before { content: "\f07e"; } // arrows-h + &.fa-arrows-alt-v:before { content: "\f07d"; } // arrows-v + &.fa-calendar-alt:before { content: "\f073"; } // calendar + &.fa-circle-notch:before { content: "\f1ce"; } // circle-o-notch + &.fa-cloud-download-alt:before { content: "\f0ed"; } // cloud-download + &.fa-cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload + &.fa-credit-card:before { content: "\f283"; } // credit-card-alt + &.fa-dollar-sign:before { content: "\f155"; } // dollar + &.fa-euro-sign:before { content: "\f153"; } // eur, euro + &.fa-exchange-alt:before { content: "\f0ec"; } // exchange + &.fa-external-link-alt:before { content: "\f08e"; } // external-link + &.fa-external-link-square-alt:before { content: "\f14c"; } // external-link-square + &.fa-eye-dropper:before { content: "\f1fb"; } // eyedropper + &.fa-pound-sign:before { content: "\f154"; } // gbp + &.fa-glass-martini:before { content: "\f000"; } // glass + &.fa-shekel-sign:before { content: "\f20b"; } // shekel + &.fa-rupee-sign:before { content: "\f156"; } // rupee + &.fa-won-sign:before { content: "\f159"; } // krw + &.fa-level-down-alt:before { content: "\f149"; } // level-down + &.fa-level-up-alt:before { content: "\f148"; } // level-up + &.fa-chart-line:before { content: "\f201"; } // line-chart + &.fa-long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down + &.fa-long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left + &.fa-long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right + &.fa-long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up + &.fa-map-marker-alt:before { content: "\f041"; } // map-marker + &.fa-mobile-alt:before { content: "\f10b"; } // mobile + &.fa-pencil-alt:before { content: "\f040"; } // pencil + &.fa-pen-square:before { content: "\f14b"; } // pencil-square + &.fa-chart-pie:before { content: "\f200"; } // pie-chart + &.fa-yen-sign:before { content: "\f157"; } // yen + &.fa-ruble-sign:before { content: "\f158"; } // ruble + &.fa-shield-alt:before { content: "\f132"; } // shield + &.fa-sign-in-alt:before { content: "\f090"; } // sign-in + &.fa-sign-out-alt:before { content: "\f08b"; } // sign-out + &.fa-sliders-h:before { content: "\f1de"; } // sliders + &.fa-tablet-alt:before { content: "\f10a"; } // tablet + &.fa-tachometer-alt:before { content: "\f0e4"; } // tachometer + &.fa-thumbtack:before { content: "\f08d"; } // thumb-tack + &.fa-ticket-alt:before { content: "\f145"; } // ticket + &.fa-trash-alt:before { content: "\f1f8"; } // trash + &.fa-lira-sign:before { content: "\f195"; } // turkish-lira +} + +.fab { + &.fa-linkedin-in:before { content: "\fe01"; } // linkedin + &.fa-linkedin:before { content: "\f08c"; } // linkedin-square +} + +.far { + &.fa-address-book:before { content: "\f2ba"; } // address-book-o + &.fa-address-card:before { content: "\f2bc"; } // address-card-o + &.fa-arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down + &.fa-arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left + &.fa-arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right + &.fa-arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up + &.fa-bell:before { content: "\f0f3"; } // bell-o + &.fa-bell-slash:before { content: "\f1f7"; } // bell-slash-o + &.fa-bookmark:before { content: "\f097"; } // bookmark-o + &.fa-building:before { content: "\f0f7"; } // building-o + &.fa-calendar-check:before { content: "\f274"; } // calendar-check-o + &.fa-calendar-minus:before { content: "\f272"; } // calendar-minus-o + &.fa-calendar:before { content: "\f133"; } // calendar-o + &.fa-calendar-plus:before { content: "\f271"; } // calendar-plus-o + &.fa-calendar-times:before { content: "\f273"; } // calendar-times-o + &.fa-caret-square-down:before { content: "\f150"; } // caret-square-o-down + &.fa-caret-square-left:before { content: "\f191"; } // caret-square-o-left + &.fa-caret-square-right:before { content: "\f152"; } // caret-square-o-right + &.fa-caret-square-up:before { content: "\f151"; } // caret-square-o-up + &.fa-check-circle:before { content: "\f05d"; } // check-circle-o + &.fa-check-square:before { content: "\f046"; } // check-square-o + &.fa-circle:before { content: "\f10c"; } // circle-o + &.fa-clock:before { content: "\f017"; } // clock-o + &.fa-comment:before { content: "\f0e5"; } // comment-o + &.fa-comment-dots:before { content: "\f27b"; } // commenting-o + &.fa-comments:before { content: "\f0e6"; } // comments-o + &.fa-dot-circle:before { content: "\f192"; } // dot-circle-o + &.fa-id-card:before { content: "\f2c3"; } // drivers-license-o + &.fa-envelope:before { content: "\f003"; } // envelope-o + &.fa-envelope-open:before { content: "\f2b7"; } // envelope-open-o + &.fa-file-archive:before { content: "\f1c6"; } // file-archive-o + &.fa-file-audio:before { content: "\f1c7"; } // file-audio-o + &.fa-file-code:before { content: "\f1c9"; } // file-code-o + &.fa-file-excel:before { content: "\f1c3"; } // file-excel-o + &.fa-file-image:before { content: "\f1c5"; } // file-image-o + &.fa-file-video:before { content: "\f1c8"; } // file-video-o + &.fa-copy:before, + &.fa-file:before { content: "\f016"; } // file-o + &.fa-file-pdf:before { content: "\f1c1"; } // file-pdf-o + &.fa-file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o + &.fa-file-alt:before { content: "\f0f6"; } // file-text-o + &.fa-file-word:before { content: "\f1c2"; } // file-word-o + &.fa-flag:before { content: "\f11d"; } // flag-o + &.fa-save:before { content: "\f0c7"; } // foppy-o + &.fa-folder:before { content: "\f114"; } // folder-o + &.fa-folder-open:before { content: "\f115"; } // folder-open-o + &.fa-frown:before { content: "\f119"; } // frown-o + &.fa-futbol:before { content: "\f1e3"; } // futbol-o + &.fa-hand-rock:before { content: "\f255"; } // hand-grab-o + &.fa-hand-lizard:before { content: "\f258"; } // hand-lizard-o + &.fa-hand-point-down:before { content: "\f0a7"; } // hand-o-down + &.fa-hand-point-left:before { content: "\f0a5"; } // hand-o-left + &.fa-hand-point-right:before { content: "\f0a4"; } // hand-o-right + &.fa-hand-point-up:before { content: "\f0a6"; } // hand-o-up + &.fa-hand-paper:before { content: "\256"; } // hand-paper-o + &.fa-hand-pointer:before { content: "\f25a"; } // hand-pointer-o + &.fa-hand-scissors:before { content: "\f257"; } // hand-scissors-o + &.fa-hand-spock:before { content: "\f259"; } // hand-spock-o + &.fa-handshake:before { content: "\f2b5"; } // handshake-o + &.fa-hdd:before { content: "\f0a0"; } // hdd-o + &.fa-heart:before { content: "\f08a"; } // heart-o + &.fa-hospital:before { content: "\f0f8"; } // hospital-o + &.fa-hourglass:before { content: "\f250"; } // hourglass-o + &.fa-id-card:before { content: "\f2c3"; } // id-card-o + &.fa-keyboard:before { content: "\f11c"; } // keyboard-o + &.fa-lemon:before { content: "\f094"; } // lemon-o + &.fa-lightbulb:before { content: "\f0eb"; } // lightbulb-o + &.fa-meh:before { content: "\f11a"; } // meh-o + &.fa-minus-square:before { content: "\f147"; } // minus-square-o + &.fa-money-bill-alt:before { content: "\f0d6"; } // money + &.fa-moon:before { content: "\f186"; } // moon-o + &.fa-newspaper:before { content: "\f1ea"; } // newspaper-o + &.fa-paper-plane:before { content: "\f1d9"; } // paper-plane-o + &.fa-pause-circle:before { content: "\f28c"; } // pause-circle-o + &.fa-edit:before { content: "\f044"; } // pencil-square-o + &.fa-image:before { content: "\f03e"; } // picture-o + &.fa-play-circle:before { content: "\f01d"; } // play-circle-o + &.fa-plus-square:before { content: "\f196"; } // plus-square-o + &.fa-question-circle:before { content: "\f92c"; } // question-circle-o + &.fa-share-square:before { content: "\f045"; } // share-square-o + &.fa-smile:before { content: "\f118"; } // smile-o + &.fa-snowflake:before { content: "\f2dc"; } // snowflake-o + &.fa-futbol:before { content: "\f1e3"; } // soccer-ball-o + &.fa-star-half:before { content: "\f089"; } // star-half-o + &.fa-star:before { content: "\f006"; } // star-o + &.fa-sticky-note:before { content: "\f24a"; } // sticky-note-o + &.fa-stop-circle:before { content: "\f28e"; } // stop-circle-o + &.fa-sun:before { content: "\f185"; } // sun-o + &.fa-thumbs-down:before { content: "\f088"; } // thumbs-o-down + &.fa-thumbs-up:before { content: "\f087"; } // thumbs-o-up + &.fa-times-circle:before { content: "\f05c"; } // times-circle-o + &.fa-window-close:before { content: "\f2d4"; } // times-rectangle-o + &.fa-trash-alt:before { content: "\f014"; } // trash-o + &.fa-user-circle:before { content: "\f2be"; } // user-circle-o + &.fa-user:before { content: "\f2c0"; } // user-o +} diff --git a/old/themes/varia/static/css/fork-awesome/less/variables.less b/old/themes/varia/static/css/fork-awesome/less/variables.less new file mode 100644 index 0000000..9a07e07 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/less/variables.less @@ -0,0 +1,890 @@ +// Variables +// -------------------------- + +@fa-font-path: "../fonts"; +@fa-font-size-base: 14px; +@fa-line-height-base: 1; +@fa-css-prefix: fa; +@fa-font-family: ForkAwesome; +@fa-version: "1.1.7"; +@fa-border-color: #eee; +@fa-inverse: #fff; +@fa-li-width: (30em / 14); + +@fa-var-500px: "\f26e"; +@fa-var-activitypub: "\f2f2"; +@fa-var-address-book: "\f2b9"; +@fa-var-address-book-o: "\f2ba"; +@fa-var-address-card: "\f2bb"; +@fa-var-address-card-o: "\f2bc"; +@fa-var-adjust: "\f042"; +@fa-var-adn: "\f170"; +@fa-var-align-center: "\f037"; +@fa-var-align-justify: "\f039"; +@fa-var-align-left: "\f036"; +@fa-var-align-right: "\f038"; +@fa-var-amazon: "\f270"; +@fa-var-ambulance: "\f0f9"; +@fa-var-american-sign-language-interpreting: "\f2a3"; +@fa-var-anchor: "\f13d"; +@fa-var-android: "\f17b"; +@fa-var-angellist: "\f209"; +@fa-var-angle-double-down: "\f103"; +@fa-var-angle-double-left: "\f100"; +@fa-var-angle-double-right: "\f101"; +@fa-var-angle-double-up: "\f102"; +@fa-var-angle-down: "\f107"; +@fa-var-angle-left: "\f104"; +@fa-var-angle-right: "\f105"; +@fa-var-angle-up: "\f106"; +@fa-var-apple: "\f179"; +@fa-var-archive: "\f187"; +@fa-var-archive-org: "\f2fc"; +@fa-var-archlinux: "\f323"; +@fa-var-area-chart: "\f1fe"; +@fa-var-arrow-circle-down: "\f0ab"; +@fa-var-arrow-circle-left: "\f0a8"; +@fa-var-arrow-circle-o-down: "\f01a"; +@fa-var-arrow-circle-o-left: "\f190"; +@fa-var-arrow-circle-o-right: "\f18e"; +@fa-var-arrow-circle-o-up: "\f01b"; +@fa-var-arrow-circle-right: "\f0a9"; +@fa-var-arrow-circle-up: "\f0aa"; +@fa-var-arrow-down: "\f063"; +@fa-var-arrow-left: "\f060"; +@fa-var-arrow-right: "\f061"; +@fa-var-arrow-up: "\f062"; +@fa-var-arrows: "\f047"; +@fa-var-arrows-alt: "\f0b2"; +@fa-var-arrows-h: "\f07e"; +@fa-var-arrows-v: "\f07d"; +@fa-var-artstation: "\f2ed"; +@fa-var-asl-interpreting: "\f2a3"; +@fa-var-assistive-listening-systems: "\f2a2"; +@fa-var-asterisk: "\f069"; +@fa-var-at: "\f1fa"; +@fa-var-att: "\f31e"; +@fa-var-audio-description: "\f29e"; +@fa-var-automobile: "\f1b9"; +@fa-var-backward: "\f04a"; +@fa-var-balance-scale: "\f24e"; +@fa-var-ban: "\f05e"; +@fa-var-bandcamp: "\f2d5"; +@fa-var-bank: "\f19c"; +@fa-var-bar-chart: "\f080"; +@fa-var-bar-chart-o: "\f080"; +@fa-var-barcode: "\f02a"; +@fa-var-bars: "\f0c9"; +@fa-var-bath: "\f2cd"; +@fa-var-bathtub: "\f2cd"; +@fa-var-battery: "\f240"; +@fa-var-battery-0: "\f244"; +@fa-var-battery-1: "\f243"; +@fa-var-battery-2: "\f242"; +@fa-var-battery-3: "\f241"; +@fa-var-battery-4: "\f240"; +@fa-var-battery-empty: "\f244"; +@fa-var-battery-full: "\f240"; +@fa-var-battery-half: "\f242"; +@fa-var-battery-quarter: "\f243"; +@fa-var-battery-three-quarters: "\f241"; +@fa-var-bed: "\f236"; +@fa-var-beer: "\f0fc"; +@fa-var-behance: "\f1b4"; +@fa-var-behance-square: "\f1b5"; +@fa-var-bell: "\f0a2"; +@fa-var-bell-o: "\f0f3"; +@fa-var-bell-slash: "\f1f6"; +@fa-var-bell-slash-o: "\f1f7"; +@fa-var-bicycle: "\f206"; +@fa-var-binoculars: "\f1e5"; +@fa-var-biometric: "\f32b"; +@fa-var-birthday-cake: "\f1fd"; +@fa-var-bitbucket: "\f171"; +@fa-var-bitbucket-square: "\f172"; +@fa-var-bitcoin: "\f15a"; +@fa-var-black-tie: "\f27e"; +@fa-var-blind: "\f29d"; +@fa-var-bluetooth: "\f293"; +@fa-var-bluetooth-b: "\f294"; +@fa-var-bold: "\f032"; +@fa-var-bolt: "\f0e7"; +@fa-var-bomb: "\f1e2"; +@fa-var-book: "\f02d"; +@fa-var-bookmark: "\f02e"; +@fa-var-bookmark-o: "\f097"; +@fa-var-bootstrap: "\f315"; +@fa-var-braille: "\f2a1"; +@fa-var-briefcase: "\f0b1"; +@fa-var-btc: "\f15a"; +@fa-var-bug: "\f188"; +@fa-var-building: "\f1ad"; +@fa-var-building-o: "\f0f7"; +@fa-var-bullhorn: "\f0a1"; +@fa-var-bullseye: "\f140"; +@fa-var-bus: "\f207"; +@fa-var-buysellads: "\f20d"; +@fa-var-c: "\f31c"; +@fa-var-cab: "\f1ba"; +@fa-var-calculator: "\f1ec"; +@fa-var-calendar: "\f073"; +@fa-var-calendar-check-o: "\f274"; +@fa-var-calendar-minus-o: "\f272"; +@fa-var-calendar-o: "\f133"; +@fa-var-calendar-plus-o: "\f271"; +@fa-var-calendar-times-o: "\f273"; +@fa-var-camera: "\f030"; +@fa-var-camera-retro: "\f083"; +@fa-var-car: "\f1b9"; +@fa-var-caret-down: "\f0d7"; +@fa-var-caret-left: "\f0d9"; +@fa-var-caret-right: "\f0da"; +@fa-var-caret-square-o-down: "\f150"; +@fa-var-caret-square-o-left: "\f191"; +@fa-var-caret-square-o-right: "\f152"; +@fa-var-caret-square-o-up: "\f151"; +@fa-var-caret-up: "\f0d8"; +@fa-var-cart-arrow-down: "\f218"; +@fa-var-cart-plus: "\f217"; +@fa-var-cc: "\f20a"; +@fa-var-cc-amex: "\f1f3"; +@fa-var-cc-diners-club: "\f24c"; +@fa-var-cc-discover: "\f1f2"; +@fa-var-cc-jcb: "\f24b"; +@fa-var-cc-mastercard: "\f1f1"; +@fa-var-cc-paypal: "\f1f4"; +@fa-var-cc-stripe: "\f1f5"; +@fa-var-cc-visa: "\f1f0"; +@fa-var-certificate: "\f0a3"; +@fa-var-chain: "\f0c1"; +@fa-var-chain-broken: "\f127"; +@fa-var-check: "\f00c"; +@fa-var-check-circle: "\f058"; +@fa-var-check-circle-o: "\f05d"; +@fa-var-check-square: "\f14a"; +@fa-var-check-square-o: "\f046"; +@fa-var-chevron-circle-down: "\f13a"; +@fa-var-chevron-circle-left: "\f137"; +@fa-var-chevron-circle-right: "\f138"; +@fa-var-chevron-circle-up: "\f139"; +@fa-var-chevron-down: "\f078"; +@fa-var-chevron-left: "\f053"; +@fa-var-chevron-right: "\f054"; +@fa-var-chevron-up: "\f077"; +@fa-var-child: "\f1ae"; +@fa-var-chrome: "\f268"; +@fa-var-circle: "\f111"; +@fa-var-circle-o: "\f10c"; +@fa-var-circle-o-notch: "\f1ce"; +@fa-var-circle-thin: "\f1db"; +@fa-var-clipboard: "\f0ea"; +@fa-var-clock-o: "\f017"; +@fa-var-clone: "\f24d"; +@fa-var-close: "\f00d"; +@fa-var-closed-captioning: "\f20a"; +@fa-var-cloud: "\f0c2"; +@fa-var-cloud-download: "\f0ed"; +@fa-var-cloud-upload: "\f0ee"; +@fa-var-cny: "\f157"; +@fa-var-code: "\f121"; +@fa-var-code-fork: "\f126"; +@fa-var-codepen: "\f1cb"; +@fa-var-codiepie: "\f284"; +@fa-var-coffee: "\f0f4"; +@fa-var-cog: "\f013"; +@fa-var-cogs: "\f085"; +@fa-var-columns: "\f0db"; +@fa-var-comment: "\f075"; +@fa-var-comment-o: "\f0e5"; +@fa-var-commenting: "\f27a"; +@fa-var-commenting-o: "\f27b"; +@fa-var-comments: "\f086"; +@fa-var-comments-o: "\f0e6"; +@fa-var-community: "\f0c0"; +@fa-var-compass: "\f14e"; +@fa-var-compress: "\f066"; +@fa-var-connectdevelop: "\f20e"; +@fa-var-contao: "\f26d"; +@fa-var-copy: "\f0c5"; +@fa-var-copyright: "\f1f9"; +@fa-var-creative-commons: "\f25e"; +@fa-var-credit-card: "\f09d"; +@fa-var-credit-card-alt: "\f283"; +@fa-var-crop: "\f125"; +@fa-var-crosshairs: "\f05b"; +@fa-var-css3: "\f13c"; +@fa-var-cube: "\f1b2"; +@fa-var-cubes: "\f1b3"; +@fa-var-cut: "\f0c4"; +@fa-var-cut-key: "\f2f7"; +@fa-var-cutlery: "\f0f5"; +@fa-var-dashboard: "\f0e4"; +@fa-var-dashcube: "\f210"; +@fa-var-database: "\f1c0"; +@fa-var-deaf: "\f2a4"; +@fa-var-deafness: "\f2a4"; +@fa-var-debian: "\f2ff"; +@fa-var-dedent: "\f03b"; +@fa-var-delicious: "\f1a5"; +@fa-var-desktop: "\f108"; +@fa-var-dev-to: "\f316"; +@fa-var-deviantart: "\f1bd"; +@fa-var-diamond: "\f219"; +@fa-var-diaspora: "\f2e5"; +@fa-var-digg: "\f1a6"; +@fa-var-digitalocean: "\f31d"; +@fa-var-discord: "\f2ee"; +@fa-var-discord-alt: "\f2ef"; +@fa-var-dogmazic: "\f303"; +@fa-var-dollar: "\f155"; +@fa-var-dot-circle-o: "\f192"; +@fa-var-download: "\f019"; +@fa-var-dribbble: "\f17d"; +@fa-var-drivers-license: "\f2c2"; +@fa-var-drivers-license-o: "\f2c3"; +@fa-var-dropbox: "\f16b"; +@fa-var-drupal: "\f1a9"; +@fa-var-edge: "\f282"; +@fa-var-edit: "\f044"; +@fa-var-eercast: "\f2da"; +@fa-var-eject: "\f052"; +@fa-var-ellipsis-h: "\f141"; +@fa-var-ellipsis-v: "\f142"; +@fa-var-emby: "\f319"; +@fa-var-empire: "\f1d1"; +@fa-var-envelope: "\f0e0"; +@fa-var-envelope-o: "\f003"; +@fa-var-envelope-open: "\f2b6"; +@fa-var-envelope-open-o: "\f2b7"; +@fa-var-envelope-square: "\f199"; +@fa-var-envira: "\f299"; +@fa-var-eraser: "\f12d"; +@fa-var-ethereum: "\f2f3"; +@fa-var-etsy: "\f2d7"; +@fa-var-eur: "\f153"; +@fa-var-euro: "\f153"; +@fa-var-exchange: "\f0ec"; +@fa-var-exclamation: "\f12a"; +@fa-var-exclamation-circle: "\f06a"; +@fa-var-exclamation-triangle: "\f071"; +@fa-var-expand: "\f065"; +@fa-var-expeditedssl: "\f23e"; +@fa-var-external-link: "\f08e"; +@fa-var-external-link-square: "\f14c"; +@fa-var-eye: "\f06e"; +@fa-var-eye-slash: "\f070"; +@fa-var-eyedropper: "\f1fb"; +@fa-var-f-droid: "\f32a"; +@fa-var-fa: "\f2b4"; +@fa-var-facebook: "\f09a"; +@fa-var-facebook-f: "\f09a"; +@fa-var-facebook-messenger: "\f2fe"; +@fa-var-facebook-official: "\f230"; +@fa-var-facebook-square: "\f082"; +@fa-var-fast-backward: "\f049"; +@fa-var-fast-forward: "\f050"; +@fa-var-fax: "\f1ac"; +@fa-var-feed: "\f09e"; +@fa-var-female: "\f182"; +@fa-var-ffmpeg: "\f30f"; +@fa-var-fighter-jet: "\f0fb"; +@fa-var-file: "\f15b"; +@fa-var-file-archive-o: "\f1c6"; +@fa-var-file-audio-o: "\f1c7"; +@fa-var-file-code-o: "\f1c9"; +@fa-var-file-epub: "\f321"; +@fa-var-file-excel-o: "\f1c3"; +@fa-var-file-image-o: "\f1c5"; +@fa-var-file-movie-o: "\f1c8"; +@fa-var-file-o: "\f016"; +@fa-var-file-pdf-o: "\f1c1"; +@fa-var-file-photo-o: "\f1c5"; +@fa-var-file-picture-o: "\f1c5"; +@fa-var-file-powerpoint-o: "\f1c4"; +@fa-var-file-sound-o: "\f1c7"; +@fa-var-file-text: "\f15c"; +@fa-var-file-text-o: "\f0f6"; +@fa-var-file-video-o: "\f1c8"; +@fa-var-file-word-o: "\f1c2"; +@fa-var-file-zip-o: "\f1c6"; +@fa-var-files-o: "\f0c5"; +@fa-var-film: "\f008"; +@fa-var-filter: "\f0b0"; +@fa-var-fire: "\f06d"; +@fa-var-fire-extinguisher: "\f134"; +@fa-var-firefox: "\f269"; +@fa-var-first-order: "\f2b0"; +@fa-var-flag: "\f024"; +@fa-var-flag-checkered: "\f11e"; +@fa-var-flag-o: "\f11d"; +@fa-var-flash: "\f0e7"; +@fa-var-flask: "\f0c3"; +@fa-var-flickr: "\f16e"; +@fa-var-floppy-o: "\f0c7"; +@fa-var-folder: "\f07b"; +@fa-var-folder-o: "\f114"; +@fa-var-folder-open: "\f07c"; +@fa-var-folder-open-o: "\f115"; +@fa-var-font: "\f031"; +@fa-var-font-awesome: "\f2b4"; +@fa-var-fonticons: "\f280"; +@fa-var-fork-awesome: "\f2e3"; +@fa-var-fork-circle: "\f2e3"; +@fa-var-fort-awesome: "\f286"; +@fa-var-forumbee: "\f211"; +@fa-var-forward: "\f04e"; +@fa-var-foursquare: "\f180"; +@fa-var-free-code-camp: "\f2c5"; +@fa-var-freedombox: "\f2fd"; +@fa-var-friendica: "\f2e6"; +@fa-var-frown-o: "\f119"; +@fa-var-futbol-o: "\f1e3"; +@fa-var-gamepad: "\f11b"; +@fa-var-gavel: "\f0e3"; +@fa-var-gbp: "\f154"; +@fa-var-ge: "\f1d1"; +@fa-var-gear: "\f013"; +@fa-var-gears: "\f085"; +@fa-var-gem: "\f219"; +@fa-var-genderless: "\f22d"; +@fa-var-get-pocket: "\f265"; +@fa-var-gg: "\f260"; +@fa-var-gg-circle: "\f261"; +@fa-var-gift: "\f06b"; +@fa-var-gimp: "\f31b"; +@fa-var-git: "\f1d3"; +@fa-var-git-square: "\f1d2"; +@fa-var-gitea: "\f31f"; +@fa-var-github: "\f09b"; +@fa-var-github-alt: "\f113"; +@fa-var-github-square: "\f092"; +@fa-var-gitlab: "\f296"; +@fa-var-gittip: "\f184"; +@fa-var-glass: "\f000"; +@fa-var-glide: "\f2a5"; +@fa-var-glide-g: "\f2a6"; +@fa-var-globe: "\f0ac"; +@fa-var-globe-e: "\f304"; +@fa-var-globe-w: "\f305"; +@fa-var-gnu-social: "\f2e7"; +@fa-var-gnupg: "\f30d"; +@fa-var-google: "\f1a0"; +@fa-var-google-plus: "\f0d5"; +@fa-var-google-plus-circle: "\f2b3"; +@fa-var-google-plus-g: "\f0d5"; +@fa-var-google-plus-official: "\f2b3"; +@fa-var-google-plus-square: "\f0d4"; +@fa-var-google-wallet: "\f1ee"; +@fa-var-graduation-cap: "\f19d"; +@fa-var-gratipay: "\f184"; +@fa-var-grav: "\f2d6"; +@fa-var-group: "\f0c0"; +@fa-var-h-square: "\f0fd"; +@fa-var-hackaday: "\f30a"; +@fa-var-hacker-news: "\f1d4"; +@fa-var-hackster: "\f326"; +@fa-var-hand-grab-o: "\f255"; +@fa-var-hand-lizard-o: "\f258"; +@fa-var-hand-o-down: "\f0a7"; +@fa-var-hand-o-left: "\f0a5"; +@fa-var-hand-o-right: "\f0a4"; +@fa-var-hand-o-up: "\f0a6"; +@fa-var-hand-paper-o: "\f256"; +@fa-var-hand-peace-o: "\f25b"; +@fa-var-hand-pointer-o: "\f25a"; +@fa-var-hand-rock-o: "\f255"; +@fa-var-hand-scissors-o: "\f257"; +@fa-var-hand-spock-o: "\f259"; +@fa-var-hand-stop-o: "\f256"; +@fa-var-handshake-o: "\f2b5"; +@fa-var-hard-of-hearing: "\f2a4"; +@fa-var-hashnode: "\f317"; +@fa-var-hashtag: "\f292"; +@fa-var-hdd-o: "\f0a0"; +@fa-var-header: "\f1dc"; +@fa-var-heading: "\f1dc"; +@fa-var-headphones: "\f025"; +@fa-var-heart: "\f004"; +@fa-var-heart-o: "\f08a"; +@fa-var-heartbeat: "\f21e"; +@fa-var-history: "\f1da"; +@fa-var-home: "\f015"; +@fa-var-hospital-o: "\f0f8"; +@fa-var-hotel: "\f236"; +@fa-var-hourglass: "\f254"; +@fa-var-hourglass-1: "\f251"; +@fa-var-hourglass-2: "\f252"; +@fa-var-hourglass-3: "\f253"; +@fa-var-hourglass-end: "\f253"; +@fa-var-hourglass-half: "\f252"; +@fa-var-hourglass-o: "\f250"; +@fa-var-hourglass-start: "\f251"; +@fa-var-houzz: "\f27c"; +@fa-var-html5: "\f13b"; +@fa-var-hubzilla: "\f2eb"; +@fa-var-i-cursor: "\f246"; +@fa-var-id-badge: "\f2c1"; +@fa-var-id-card: "\f2c2"; +@fa-var-id-card-o: "\f2c3"; +@fa-var-ils: "\f20b"; +@fa-var-image: "\f03e"; +@fa-var-imdb: "\f2d8"; +@fa-var-inbox: "\f01c"; +@fa-var-indent: "\f03c"; +@fa-var-industry: "\f275"; +@fa-var-info: "\f129"; +@fa-var-info-circle: "\f05a"; +@fa-var-inkscape: "\f312"; +@fa-var-inr: "\f156"; +@fa-var-instagram: "\f16d"; +@fa-var-institution: "\f19c"; +@fa-var-internet-explorer: "\f26b"; +@fa-var-intersex: "\f224"; +@fa-var-ioxhost: "\f208"; +@fa-var-italic: "\f033"; +@fa-var-jirafeau: "\f318"; +@fa-var-joomla: "\f1aa"; +@fa-var-joplin: "\f310"; +@fa-var-jpy: "\f157"; +@fa-var-jsfiddle: "\f1cc"; +@fa-var-key: "\f084"; +@fa-var-key-modern: "\f2f7"; +@fa-var-keybase: "\f2f4"; +@fa-var-keyboard-o: "\f11c"; +@fa-var-krw: "\f159"; +@fa-var-language: "\f1ab"; +@fa-var-laptop: "\f109"; +@fa-var-laravel: "\f30b"; +@fa-var-lastfm: "\f202"; +@fa-var-lastfm-square: "\f203"; +@fa-var-leaf: "\f06c"; +@fa-var-leanpub: "\f212"; +@fa-var-legal: "\f0e3"; +@fa-var-lemon-o: "\f094"; +@fa-var-level-down: "\f149"; +@fa-var-level-up: "\f148"; +@fa-var-liberapay: "\f2e9"; +@fa-var-liberapay-square: "\f2e8"; +@fa-var-life-bouy: "\f1cd"; +@fa-var-life-buoy: "\f1cd"; +@fa-var-life-ring: "\f1cd"; +@fa-var-life-saver: "\f1cd"; +@fa-var-lightbulb-o: "\f0eb"; +@fa-var-line-chart: "\f201"; +@fa-var-link: "\f0c1"; +@fa-var-linkedin: "\f0e1"; +@fa-var-linkedin-square: "\f08c"; +@fa-var-linode: "\f2b8"; +@fa-var-linux: "\f17c"; +@fa-var-list: "\f03a"; +@fa-var-list-alt: "\f022"; +@fa-var-list-ol: "\f0cb"; +@fa-var-list-ul: "\f0ca"; +@fa-var-location-arrow: "\f124"; +@fa-var-lock: "\f023"; +@fa-var-long-arrow-down: "\f175"; +@fa-var-long-arrow-left: "\f177"; +@fa-var-long-arrow-right: "\f178"; +@fa-var-long-arrow-up: "\f176"; +@fa-var-low-vision: "\f2a8"; +@fa-var-magic: "\f0d0"; +@fa-var-magnet: "\f076"; +@fa-var-mail-forward: "\f064"; +@fa-var-mail-reply: "\f112"; +@fa-var-mail-reply-all: "\f122"; +@fa-var-male: "\f183"; +@fa-var-map: "\f279"; +@fa-var-map-marker: "\f041"; +@fa-var-map-o: "\f278"; +@fa-var-map-pin: "\f276"; +@fa-var-map-signs: "\f277"; +@fa-var-mars: "\f222"; +@fa-var-mars-double: "\f227"; +@fa-var-mars-stroke: "\f229"; +@fa-var-mars-stroke-h: "\f22b"; +@fa-var-mars-stroke-v: "\f22a"; +@fa-var-mastodon: "\f2e1"; +@fa-var-mastodon-alt: "\f2e2"; +@fa-var-mastodon-square: "\f300"; +@fa-var-matrix-org: "\f313"; +@fa-var-maxcdn: "\f136"; +@fa-var-meanpath: "\f20c"; +@fa-var-medium: "\f23a"; +@fa-var-medium-square: "\f2f8"; +@fa-var-medkit: "\f0fa"; +@fa-var-meetup: "\f2e0"; +@fa-var-meh-o: "\f11a"; +@fa-var-mercury: "\f223"; +@fa-var-microchip: "\f2db"; +@fa-var-microphone: "\f130"; +@fa-var-microphone-slash: "\f131"; +@fa-var-minus: "\f068"; +@fa-var-minus-circle: "\f056"; +@fa-var-minus-square: "\f146"; +@fa-var-minus-square-o: "\f147"; +@fa-var-mixcloud: "\f289"; +@fa-var-mobile: "\f10b"; +@fa-var-mobile-phone: "\f10b"; +@fa-var-modx: "\f285"; +@fa-var-money: "\f0d6"; +@fa-var-moon: "\f328"; +@fa-var-moon-o: "\f186"; +@fa-var-mortar-board: "\f19d"; +@fa-var-motorcycle: "\f21c"; +@fa-var-mouse-pointer: "\f245"; +@fa-var-music: "\f001"; +@fa-var-navicon: "\f0c9"; +@fa-var-neuter: "\f22c"; +@fa-var-newspaper-o: "\f1ea"; +@fa-var-nextcloud: "\f306"; +@fa-var-nextcloud-square: "\f307"; +@fa-var-nodejs: "\f308"; +@fa-var-object-group: "\f247"; +@fa-var-object-ungroup: "\f248"; +@fa-var-odnoklassniki: "\f263"; +@fa-var-odnoklassniki-square: "\f264"; +@fa-var-opencart: "\f23d"; +@fa-var-openid: "\f19b"; +@fa-var-opera: "\f26a"; +@fa-var-optin-monster: "\f23c"; +@fa-var-outdent: "\f03b"; +@fa-var-pagelines: "\f18c"; +@fa-var-paint-brush: "\f1fc"; +@fa-var-paper-plane: "\f1d8"; +@fa-var-paper-plane-o: "\f1d9"; +@fa-var-paperclip: "\f0c6"; +@fa-var-paragraph: "\f1dd"; +@fa-var-paste: "\f0ea"; +@fa-var-patreon: "\f2f0"; +@fa-var-pause: "\f04c"; +@fa-var-pause-circle: "\f28b"; +@fa-var-pause-circle-o: "\f28c"; +@fa-var-paw: "\f1b0"; +@fa-var-paypal: "\f1ed"; +@fa-var-peertube: "\f2e4"; +@fa-var-pencil: "\f040"; +@fa-var-pencil-square: "\f14b"; +@fa-var-pencil-square-o: "\f044"; +@fa-var-percent: "\f295"; +@fa-var-phone: "\f095"; +@fa-var-phone-square: "\f098"; +@fa-var-phone-volume: "\f2a0"; +@fa-var-photo: "\f03e"; +@fa-var-php: "\f30e"; +@fa-var-picture-o: "\f03e"; +@fa-var-pie-chart: "\f200"; +@fa-var-pinterest: "\f0d2"; +@fa-var-pinterest-p: "\f231"; +@fa-var-pinterest-square: "\f0d3"; +@fa-var-pixelfed: "\f314"; +@fa-var-plane: "\f072"; +@fa-var-play: "\f04b"; +@fa-var-play-circle: "\f144"; +@fa-var-play-circle-o: "\f01d"; +@fa-var-pleroma: "\f324"; +@fa-var-plug: "\f1e6"; +@fa-var-plus: "\f067"; +@fa-var-plus-circle: "\f055"; +@fa-var-plus-square: "\f0fe"; +@fa-var-plus-square-o: "\f196"; +@fa-var-podcast: "\f2ce"; +@fa-var-pound: "\f154"; +@fa-var-power-off: "\f011"; +@fa-var-print: "\f02f"; +@fa-var-product-hunt: "\f288"; +@fa-var-puzzle-piece: "\f12e"; +@fa-var-python: "\f322"; +@fa-var-qq: "\f1d6"; +@fa-var-qrcode: "\f029"; +@fa-var-question: "\f128"; +@fa-var-question-circle: "\f059"; +@fa-var-question-circle-o: "\f29c"; +@fa-var-quora: "\f2c4"; +@fa-var-quote-left: "\f10d"; +@fa-var-quote-right: "\f10e"; +@fa-var-ra: "\f1d0"; +@fa-var-random: "\f074"; +@fa-var-ravelry: "\f2d9"; +@fa-var-react: "\f302"; +@fa-var-rebel: "\f1d0"; +@fa-var-recycle: "\f1b8"; +@fa-var-reddit: "\f1a1"; +@fa-var-reddit-alien: "\f281"; +@fa-var-reddit-square: "\f1a2"; +@fa-var-refresh: "\f021"; +@fa-var-registered: "\f25d"; +@fa-var-remove: "\f00d"; +@fa-var-renren: "\f18b"; +@fa-var-reorder: "\f0c9"; +@fa-var-repeat: "\f01e"; +@fa-var-reply: "\f112"; +@fa-var-reply-all: "\f122"; +@fa-var-resistance: "\f1d0"; +@fa-var-retweet: "\f079"; +@fa-var-rmb: "\f157"; +@fa-var-road: "\f018"; +@fa-var-rocket: "\f135"; +@fa-var-rotate-left: "\f0e2"; +@fa-var-rotate-right: "\f01e"; +@fa-var-rouble: "\f158"; +@fa-var-rss: "\f09e"; +@fa-var-rss-square: "\f143"; +@fa-var-rub: "\f158"; +@fa-var-ruble: "\f158"; +@fa-var-rupee: "\f156"; +@fa-var-s15: "\f2cd"; +@fa-var-safari: "\f267"; +@fa-var-save: "\f0c7"; +@fa-var-scissors: "\f0c4"; +@fa-var-scribd: "\f28a"; +@fa-var-scuttlebutt: "\f2ea"; +@fa-var-search: "\f002"; +@fa-var-search-minus: "\f010"; +@fa-var-search-plus: "\f00e"; +@fa-var-sellsy: "\f213"; +@fa-var-send: "\f1d8"; +@fa-var-send-o: "\f1d9"; +@fa-var-server: "\f233"; +@fa-var-shaarli: "\f2f5"; +@fa-var-shaarli-o: "\f2f6"; +@fa-var-share: "\f064"; +@fa-var-share-alt: "\f1e0"; +@fa-var-share-alt-square: "\f1e1"; +@fa-var-share-square: "\f14d"; +@fa-var-share-square-o: "\f045"; +@fa-var-shekel: "\f20b"; +@fa-var-sheqel: "\f20b"; +@fa-var-shield: "\f132"; +@fa-var-ship: "\f21a"; +@fa-var-shirtsinbulk: "\f214"; +@fa-var-shopping-bag: "\f290"; +@fa-var-shopping-basket: "\f291"; +@fa-var-shopping-cart: "\f07a"; +@fa-var-shower: "\f2cc"; +@fa-var-sign-in: "\f090"; +@fa-var-sign-language: "\f2a7"; +@fa-var-sign-out: "\f08b"; +@fa-var-signal: "\f012"; +@fa-var-signalapp: "\f30c"; +@fa-var-signing: "\f2a7"; +@fa-var-simplybuilt: "\f215"; +@fa-var-sitemap: "\f0e8"; +@fa-var-skyatlas: "\f216"; +@fa-var-skype: "\f17e"; +@fa-var-slack: "\f198"; +@fa-var-sliders: "\f1de"; +@fa-var-slideshare: "\f1e7"; +@fa-var-smile-o: "\f118"; +@fa-var-snapchat: "\f2ab"; +@fa-var-snapchat-ghost: "\f2ac"; +@fa-var-snapchat-square: "\f2ad"; +@fa-var-snowdrift: "\f2f1"; +@fa-var-snowflake-o: "\f2dc"; +@fa-var-soccer-ball-o: "\f1e3"; +@fa-var-social-home: "\f2ec"; +@fa-var-sort: "\f0dc"; +@fa-var-sort-alpha-asc: "\f15d"; +@fa-var-sort-alpha-desc: "\f15e"; +@fa-var-sort-alpha-down: "\f15d"; +@fa-var-sort-alpha-up: "\f15e"; +@fa-var-sort-amount-asc: "\f160"; +@fa-var-sort-amount-desc: "\f161"; +@fa-var-sort-amount-down: "\f160"; +@fa-var-sort-amount-up: "\f161"; +@fa-var-sort-asc: "\f0de"; +@fa-var-sort-desc: "\f0dd"; +@fa-var-sort-down: "\f0dd"; +@fa-var-sort-numeric-asc: "\f162"; +@fa-var-sort-numeric-desc: "\f163"; +@fa-var-sort-numeric-down: "\f162"; +@fa-var-sort-numeric-up: "\f163"; +@fa-var-sort-up: "\f0de"; +@fa-var-soundcloud: "\f1be"; +@fa-var-space-shuttle: "\f197"; +@fa-var-spell-check: "\f327"; +@fa-var-spinner: "\f110"; +@fa-var-spoon: "\f1b1"; +@fa-var-spotify: "\f1bc"; +@fa-var-square: "\f0c8"; +@fa-var-square-o: "\f096"; +@fa-var-ssb: "\f2ea"; +@fa-var-stack-exchange: "\f18d"; +@fa-var-stack-overflow: "\f16c"; +@fa-var-star: "\f005"; +@fa-var-star-half: "\f089"; +@fa-var-star-half-empty: "\f123"; +@fa-var-star-half-full: "\f123"; +@fa-var-star-half-o: "\f123"; +@fa-var-star-o: "\f006"; +@fa-var-steam: "\f1b6"; +@fa-var-steam-square: "\f1b7"; +@fa-var-step-backward: "\f048"; +@fa-var-step-forward: "\f051"; +@fa-var-stethoscope: "\f0f1"; +@fa-var-sticky-note: "\f249"; +@fa-var-sticky-note-o: "\f24a"; +@fa-var-stop: "\f04d"; +@fa-var-stop-circle: "\f28d"; +@fa-var-stop-circle-o: "\f28e"; +@fa-var-street-view: "\f21d"; +@fa-var-strikethrough: "\f0cc"; +@fa-var-stumbleupon: "\f1a4"; +@fa-var-stumbleupon-circle: "\f1a3"; +@fa-var-subscript: "\f12c"; +@fa-var-subway: "\f239"; +@fa-var-suitcase: "\f0f2"; +@fa-var-sun: "\f329"; +@fa-var-sun-o: "\f185"; +@fa-var-superpowers: "\f2dd"; +@fa-var-superscript: "\f12b"; +@fa-var-support: "\f1cd"; +@fa-var-sync: "\f021"; +@fa-var-syncthing: "\f311"; +@fa-var-table: "\f0ce"; +@fa-var-tablet: "\f10a"; +@fa-var-tachometer: "\f0e4"; +@fa-var-tag: "\f02b"; +@fa-var-tags: "\f02c"; +@fa-var-tasks: "\f0ae"; +@fa-var-taxi: "\f1ba"; +@fa-var-telegram: "\f2c6"; +@fa-var-television: "\f26c"; +@fa-var-tencent-weibo: "\f1d5"; +@fa-var-terminal: "\f120"; +@fa-var-text-height: "\f034"; +@fa-var-text-width: "\f035"; +@fa-var-th: "\f00a"; +@fa-var-th-large: "\f009"; +@fa-var-th-list: "\f00b"; +@fa-var-themeisle: "\f2b2"; +@fa-var-thermometer: "\f2c7"; +@fa-var-thermometer-0: "\f2cb"; +@fa-var-thermometer-1: "\f2ca"; +@fa-var-thermometer-2: "\f2c9"; +@fa-var-thermometer-3: "\f2c8"; +@fa-var-thermometer-4: "\f2c7"; +@fa-var-thermometer-empty: "\f2cb"; +@fa-var-thermometer-full: "\f2c7"; +@fa-var-thermometer-half: "\f2c9"; +@fa-var-thermometer-quarter: "\f2ca"; +@fa-var-thermometer-three-quarters: "\f2c8"; +@fa-var-thumb-tack: "\f08d"; +@fa-var-thumbs-down: "\f165"; +@fa-var-thumbs-o-down: "\f088"; +@fa-var-thumbs-o-up: "\f087"; +@fa-var-thumbs-up: "\f164"; +@fa-var-ticket: "\f145"; +@fa-var-times: "\f00d"; +@fa-var-times-circle: "\f057"; +@fa-var-times-circle-o: "\f05c"; +@fa-var-times-rectangle: "\f2d3"; +@fa-var-times-rectangle-o: "\f2d4"; +@fa-var-tint: "\f043"; +@fa-var-tipeee: "\f301"; +@fa-var-toggle-down: "\f150"; +@fa-var-toggle-left: "\f191"; +@fa-var-toggle-off: "\f204"; +@fa-var-toggle-on: "\f205"; +@fa-var-toggle-right: "\f152"; +@fa-var-toggle-up: "\f151"; +@fa-var-trademark: "\f25c"; +@fa-var-train: "\f238"; +@fa-var-transgender: "\f224"; +@fa-var-transgender-alt: "\f225"; +@fa-var-trash: "\f1f8"; +@fa-var-trash-o: "\f014"; +@fa-var-tree: "\f1bb"; +@fa-var-trello: "\f181"; +@fa-var-tripadvisor: "\f262"; +@fa-var-trophy: "\f091"; +@fa-var-truck: "\f0d1"; +@fa-var-try: "\f195"; +@fa-var-tty: "\f1e4"; +@fa-var-tumblr: "\f173"; +@fa-var-tumblr-square: "\f174"; +@fa-var-turkish-lira: "\f195"; +@fa-var-tv: "\f26c"; +@fa-var-twitch: "\f1e8"; +@fa-var-twitter: "\f099"; +@fa-var-twitter-square: "\f081"; +@fa-var-umbrella: "\f0e9"; +@fa-var-underline: "\f0cd"; +@fa-var-undo: "\f0e2"; +@fa-var-universal-access: "\f29a"; +@fa-var-university: "\f19c"; +@fa-var-unlink: "\f127"; +@fa-var-unlock: "\f09c"; +@fa-var-unlock-alt: "\f13e"; +@fa-var-unsorted: "\f0dc"; +@fa-var-unsplash: "\f325"; +@fa-var-upload: "\f093"; +@fa-var-usb: "\f287"; +@fa-var-usd: "\f155"; +@fa-var-user: "\f007"; +@fa-var-user-circle: "\f2bd"; +@fa-var-user-circle-o: "\f2be"; +@fa-var-user-md: "\f0f0"; +@fa-var-user-o: "\f2c0"; +@fa-var-user-plus: "\f234"; +@fa-var-user-secret: "\f21b"; +@fa-var-user-times: "\f235"; +@fa-var-users: "\f0c0"; +@fa-var-utensil-spoon: "\f1b1"; +@fa-var-utensils: "\f0f5"; +@fa-var-vcard: "\f2bb"; +@fa-var-vcard-o: "\f2bc"; +@fa-var-venus: "\f221"; +@fa-var-venus-double: "\f226"; +@fa-var-venus-mars: "\f228"; +@fa-var-viacoin: "\f237"; +@fa-var-viadeo: "\f2a9"; +@fa-var-viadeo-square: "\f2aa"; +@fa-var-video: "\f03d"; +@fa-var-video-camera: "\f03d"; +@fa-var-vimeo: "\f27d"; +@fa-var-vimeo-square: "\f194"; +@fa-var-vimeo-v: "\f27d"; +@fa-var-vine: "\f1ca"; +@fa-var-vk: "\f189"; +@fa-var-volume-control-phone: "\f2a0"; +@fa-var-volume-down: "\f027"; +@fa-var-volume-off: "\f026"; +@fa-var-volume-up: "\f028"; +@fa-var-warning: "\f071"; +@fa-var-wechat: "\f1d7"; +@fa-var-weibo: "\f18a"; +@fa-var-weixin: "\f1d7"; +@fa-var-whatsapp: "\f232"; +@fa-var-wheelchair: "\f193"; +@fa-var-wheelchair-alt: "\f29b"; +@fa-var-wifi: "\f1eb"; +@fa-var-wikidata: "\f31a"; +@fa-var-wikipedia-w: "\f266"; +@fa-var-window-close: "\f2d3"; +@fa-var-window-close-o: "\f2d4"; +@fa-var-window-maximize: "\f2d0"; +@fa-var-window-minimize: "\f2d1"; +@fa-var-window-restore: "\f2d2"; +@fa-var-windows: "\f17a"; +@fa-var-won: "\f159"; +@fa-var-wordpress: "\f19a"; +@fa-var-wpbeginner: "\f297"; +@fa-var-wpexplorer: "\f2de"; +@fa-var-wpforms: "\f298"; +@fa-var-wrench: "\f0ad"; +@fa-var-xing: "\f168"; +@fa-var-xing-square: "\f169"; +@fa-var-xmpp: "\f2f9"; +@fa-var-y-combinator: "\f23b"; +@fa-var-y-combinator-square: "\f1d4"; +@fa-var-yahoo: "\f19e"; +@fa-var-yc: "\f23b"; +@fa-var-yc-square: "\f1d4"; +@fa-var-yelp: "\f1e9"; +@fa-var-yen: "\f157"; +@fa-var-yoast: "\f2b1"; +@fa-var-youtube: "\f167"; +@fa-var-youtube-play: "\f16a"; +@fa-var-youtube-square: "\f166"; +@fa-var-zotero: "\f309"; + diff --git a/old/themes/varia/static/css/fork-awesome/package-lock.json b/old/themes/varia/static/css/fork-awesome/package-lock.json new file mode 100644 index 0000000..962b8a7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/package-lock.json @@ -0,0 +1,1828 @@ +{ + "name": "fork-awesome", + "version": "1.1.5", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@babel/runtime": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.3.1.tgz", + "integrity": "sha512-7jGW8ppV0ant637pIqAcFfQDDH1orEPGJb8aXfUozuCU3QqX7rX4DA8iwrbPrR1hcH0FTTHz47yQnk+bl5xHQA==", + "dev": true, + "requires": { + "regenerator-runtime": "0.12.1" + } + }, + "ajv": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.9.1.tgz", + "integrity": "sha512-XDN92U311aINL77ieWHmqCcNlwjoP5cHXDxIxbf2MaPYuCXOHS7gHH8jktxeK5omgd52XbSTX6a4Piwd1pQmzA==", + "dev": true, + "requires": { + "fast-deep-equal": "2.0.1", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.4.1", + "uri-js": "4.2.2" + } + }, + "all-contributors-cli": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/all-contributors-cli/-/all-contributors-cli-6.1.1.tgz", + "integrity": "sha512-4Bzx/dphSydqnOostzVCxYStkfaz0AsXq3Spyuw3vAEOckr/jgHmwIXWZ6/Vjqdmc/TA5Ue2P2UlqknA/Ewq4A==", + "dev": true, + "requires": { + "@babel/runtime": "7.3.1", + "async": "2.6.2", + "chalk": "2.4.2", + "inquirer": "6.2.2", + "lodash": "4.17.11", + "pify": "4.0.1", + "request": "2.88.0", + "yargs": "12.0.5" + } + }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=", + "dev": true + }, + "ansi-escapes": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.2.0.tgz", + "integrity": "sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==", + "dev": true + }, + "ansi-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", + "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "1.9.3" + } + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "1.0.3" + } + }, + "asap": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=", + "dev": true, + "optional": true + }, + "asn1": { + "version": "0.2.4", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", + "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", + "dev": true, + "requires": { + "safer-buffer": "2.1.2" + } + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", + "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", + "dev": true, + "requires": { + "lodash": "4.17.11" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", + "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "dev": true, + "optional": true, + "requires": { + "tweetnacl": "0.14.5" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "boom": { + "version": "2.10.1", + "resolved": "https://registry.npmjs.org/boom/-/boom-2.10.1.tgz", + "integrity": "sha1-OciRjO/1eZ+D+UkqhI9iWt0Mdm8=", + "dev": true, + "requires": { + "hoek": "2.16.3" + } + }, + "camelcase": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", + "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", + "dev": true + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "3.2.1", + "escape-string-regexp": "1.0.5", + "supports-color": "5.5.0" + } + }, + "chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "clean-css": { + "version": "3.4.28", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz", + "integrity": "sha1-vxlF6C/ICPVWlebd6uwBQA79A/8=", + "dev": true, + "requires": { + "commander": "2.8.1", + "source-map": "0.4.4" + }, + "dependencies": { + "source-map": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz", + "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=", + "dev": true, + "requires": { + "amdefine": "1.0.1" + } + } + } + }, + "cli-cursor": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", + "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", + "dev": true, + "requires": { + "restore-cursor": "2.0.0" + } + }, + "cli-width": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", + "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=", + "dev": true + }, + "cliui": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", + "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", + "dev": true, + "requires": { + "string-width": "2.1.1", + "strip-ansi": "4.0.0", + "wrap-ansi": "2.1.0" + }, + "dependencies": { + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "3.0.0" + } + } + } + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true, + "optional": true + }, + "coa": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.1.tgz", + "integrity": "sha512-5wfTTO8E2/ja4jFSxePXlG5nRu5bBtL/r1HCIpJW/lzT6yDtKl0u0Z4o/Vpz32IpKmBn7HerheEZQgA9N2DarQ==", + "dev": true, + "requires": { + "q": "1.5.1" + } + }, + "code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "dev": true + }, + "colors": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.1.2.tgz", + "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=", + "dev": true + }, + "combined-stream": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz", + "integrity": "sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==", + "dev": true, + "requires": { + "delayed-stream": "1.0.0" + } + }, + "commander": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.8.1.tgz", + "integrity": "sha1-Br42f+v9oMMwqh4qBy09yXYkJdQ=", + "dev": true, + "requires": { + "graceful-readlink": "1.0.1" + } + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "dev": true, + "requires": { + "nice-try": "1.0.5", + "path-key": "2.0.1", + "semver": "5.6.0", + "shebang-command": "1.2.0", + "which": "1.3.1" + } + }, + "cryptiles": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz", + "integrity": "sha1-O9/s3GCBR8HGcgL6KR59ylnqo7g=", + "dev": true, + "optional": true, + "requires": { + "boom": "2.10.1" + } + }, + "css-select-base-adapter": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.0.tgz", + "integrity": "sha1-AQKz0UYw34bD65+p9UVicBBs+ZA=", + "dev": true + }, + "css-url-regex": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/css-url-regex/-/css-url-regex-1.1.0.tgz", + "integrity": "sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=", + "dev": true + }, + "css-what": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", + "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=", + "dev": true + }, + "csso": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/csso/-/csso-3.5.0.tgz", + "integrity": "sha512-WtJjFP3ZsSdWhiZr4/k1B9uHPgYjFYnDxfbaJxk1hz5PDLIJ5BCRWkJqaztZ0DbP8d2ZIVwUPIJb2YmCwkPaMw==", + "dev": true, + "requires": { + "css-tree": "1.0.0-alpha.27" + }, + "dependencies": { + "css-tree": { + "version": "1.0.0-alpha.27", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.27.tgz", + "integrity": "sha512-BAYp9FyN4jLXjfvRpTDchBllDptqlK9I7OsagXCG9Am5C+5jc8eRZHgqb9x500W2OKS14MMlpQc/nmh/aA7TEQ==", + "dev": true, + "requires": { + "mdn-data": "1.1.0", + "source-map": "0.5.7" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + } + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "1.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "define-properties": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz", + "integrity": "sha1-g6c/L+pWmJj7c3GTyPhzyvbUXJQ=", + "dev": true, + "requires": { + "foreach": "2.0.5", + "object-keys": "1.0.11" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "dom-serializer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", + "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", + "dev": true, + "requires": { + "domelementtype": "1.1.3", + "entities": "1.1.1" + }, + "dependencies": { + "domelementtype": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", + "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=", + "dev": true + } + } + }, + "domelementtype": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", + "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=", + "dev": true + }, + "ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "dev": true, + "optional": true, + "requires": { + "jsbn": "0.1.1", + "safer-buffer": "2.1.2" + } + }, + "end-of-stream": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", + "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", + "dev": true, + "requires": { + "once": "1.4.0" + } + }, + "entities": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", + "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=", + "dev": true + }, + "errno": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", + "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", + "dev": true, + "optional": true, + "requires": { + "prr": "1.0.1" + } + }, + "es-abstract": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.10.0.tgz", + "integrity": "sha512-/uh/DhdqIOSkAWifU+8nG78vlQxdLckUdI/sPgy0VhuXi2qJ7T8czBmqIYtLQVpCIFYafChnsRsB5pyb1JdmCQ==", + "dev": true, + "requires": { + "es-to-primitive": "1.1.1", + "function-bind": "1.1.1", + "has": "1.0.1", + "is-callable": "1.1.3", + "is-regex": "1.0.4" + } + }, + "es-to-primitive": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz", + "integrity": "sha1-RTVSSKiJeQNLZ5Lhm7gfK3l13Q0=", + "dev": true, + "requires": { + "is-callable": "1.1.3", + "is-date-object": "1.0.1", + "is-symbol": "1.0.1" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "esprima": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.0.tgz", + "integrity": "sha512-oftTcaMu/EGrEIu904mWteKIv8vMuOgGYo7EhVJJN00R/EED9DCua/xxHRdYnKtcECzVg7xOWhflvJMnqcFZjw==", + "dev": true + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "dev": true, + "requires": { + "cross-spawn": "6.0.5", + "get-stream": "4.1.0", + "is-stream": "1.1.0", + "npm-run-path": "2.0.2", + "p-finally": "1.0.0", + "signal-exit": "3.0.2", + "strip-eof": "1.0.0" + } + }, + "extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "external-editor": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz", + "integrity": "sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==", + "dev": true, + "requires": { + "chardet": "0.7.0", + "iconv-lite": "0.4.24", + "tmp": "0.0.33" + } + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fast-deep-equal": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", + "dev": true + }, + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "requires": { + "escape-string-regexp": "1.0.5" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "dev": true, + "requires": { + "locate-path": "3.0.0" + } + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=", + "dev": true + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.7", + "mime-types": "2.1.20" + } + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-caller-file": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", + "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==", + "dev": true + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "dev": true, + "requires": { + "pump": "3.0.0" + } + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "1.0.0" + } + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true, + "optional": true + }, + "graceful-readlink": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz", + "integrity": "sha1-TK+tdrxi8C+gObL5Tpo906ORpyU=", + "dev": true + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", + "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", + "dev": true, + "requires": { + "ajv": "6.9.1", + "har-schema": "2.0.0" + } + }, + "has": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.1.tgz", + "integrity": "sha1-hGFzP1OLCDfJNh45qauelwTcLyg=", + "dev": true, + "requires": { + "function-bind": "1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "dev": true + }, + "hawk": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz", + "integrity": "sha1-B4REvXwWQLD+VA0sm3PVlnjo4cQ=", + "dev": true, + "optional": true, + "requires": { + "boom": "2.10.1", + "cryptiles": "2.0.5", + "hoek": "2.16.3", + "sntp": "1.0.9" + } + }, + "hoek": { + "version": "2.16.3", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz", + "integrity": "sha1-ILt0A9POo5jpHcRxCo/xuCdKJe0=", + "dev": true + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "jsprim": "1.4.1", + "sshpk": "1.14.2" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, + "requires": { + "safer-buffer": "2.1.2" + } + }, + "image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha1-Cd/Uq50g4p6xw+gLiZA3jfnjy5w=", + "dev": true, + "optional": true + }, + "inquirer": { + "version": "6.2.2", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.2.2.tgz", + "integrity": "sha512-Z2rREiXA6cHRR9KBOarR3WuLlFzlIfAEIiB45ll5SSadMg7WqOh1MKEjjndfuH5ewXdixWCxqnVfGOQzPeiztA==", + "dev": true, + "requires": { + "ansi-escapes": "3.2.0", + "chalk": "2.4.2", + "cli-cursor": "2.1.0", + "cli-width": "2.2.0", + "external-editor": "3.0.3", + "figures": "2.0.0", + "lodash": "4.17.11", + "mute-stream": "0.0.7", + "run-async": "2.3.0", + "rxjs": "6.4.0", + "string-width": "2.1.1", + "strip-ansi": "5.0.0", + "through": "2.3.8" + } + }, + "invert-kv": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", + "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", + "dev": true + }, + "is-callable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz", + "integrity": "sha1-hut1OSgF3cM69xySoO7fdO52BLI=", + "dev": true + }, + "is-date-object": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", + "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=", + "dev": true + }, + "is-promise": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", + "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=", + "dev": true + }, + "is-regex": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", + "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", + "dev": true, + "requires": { + "has": "1.0.1" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "dev": true + }, + "is-symbol": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz", + "integrity": "sha1-PMWfAAJRlLarLjjbrmaJJWtmBXI=", + "dev": true + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true, + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json-stable-stringify": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", + "dev": true, + "optional": true, + "requires": { + "jsonify": "0.0.0" + } + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsonify": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", + "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=", + "dev": true, + "optional": true + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "lcid": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", + "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", + "dev": true, + "requires": { + "invert-kv": "2.0.0" + } + }, + "less": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/less/-/less-2.7.3.tgz", + "integrity": "sha512-KPdIJKWcEAb02TuJtaLrhue0krtRLoRoo7x6BNJIBelO00t/CCdJQUnHW5V34OnHMWzIktSalJxRO+FvytQlCQ==", + "dev": true, + "requires": { + "errno": "0.1.7", + "graceful-fs": "4.1.11", + "image-size": "0.5.5", + "mime": "1.6.0", + "mkdirp": "0.5.1", + "promise": "7.3.1", + "request": "2.81.0", + "source-map": "0.5.7" + }, + "dependencies": { + "ajv": { + "version": "4.11.8", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz", + "integrity": "sha1-gv+wKynmYq5TvcIK8VlHcGc5xTY=", + "dev": true, + "optional": true, + "requires": { + "co": "4.6.0", + "json-stable-stringify": "1.0.1" + } + }, + "assert-plus": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz", + "integrity": "sha1-104bh+ev/A24qttwIfP+SBAasjQ=", + "dev": true, + "optional": true + }, + "aws-sign2": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz", + "integrity": "sha1-FDQt0428yU0OW4fXY81jYSwOeU8=", + "dev": true, + "optional": true + }, + "form-data": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.1.4.tgz", + "integrity": "sha1-M8GDrPGTJ27KqYFDpp6Uv+4XUNE=", + "dev": true, + "optional": true, + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.7", + "mime-types": "2.1.20" + } + }, + "har-schema": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz", + "integrity": "sha1-0mMTX0MwfALGAq/I/pWXDAFRNp4=", + "dev": true, + "optional": true + }, + "har-validator": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz", + "integrity": "sha1-M0gdDxu/9gDdID11gSpqX7oALio=", + "dev": true, + "optional": true, + "requires": { + "ajv": "4.11.8", + "har-schema": "1.0.5" + } + }, + "http-signature": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz", + "integrity": "sha1-33LiZwZs0Kxn+3at+OE0qPvPkb8=", + "dev": true, + "optional": true, + "requires": { + "assert-plus": "0.2.0", + "jsprim": "1.4.1", + "sshpk": "1.14.2" + } + }, + "oauth-sign": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "dev": true, + "optional": true + }, + "performance-now": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz", + "integrity": "sha1-M+8wxcd9TqIcWlOGnZG1bY8lVeU=", + "dev": true, + "optional": true + }, + "qs": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.4.0.tgz", + "integrity": "sha1-E+JtKK1rD/qpExLNO/cI7TUecjM=", + "dev": true, + "optional": true + }, + "request": { + "version": "2.81.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.81.0.tgz", + "integrity": "sha1-xpKJRqDgbF+Nb4qTM0af/aRimKA=", + "dev": true, + "optional": true, + "requires": { + "aws-sign2": "0.6.0", + "aws4": "1.8.0", + "caseless": "0.12.0", + "combined-stream": "1.0.7", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.1.4", + "har-validator": "4.2.1", + "hawk": "3.1.3", + "http-signature": "1.1.1", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.20", + "oauth-sign": "0.8.2", + "performance-now": "0.2.0", + "qs": "6.4.0", + "safe-buffer": "5.1.2", + "stringstream": "0.0.6", + "tough-cookie": "2.3.4", + "tunnel-agent": "0.6.0", + "uuid": "3.3.2" + } + }, + "tough-cookie": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz", + "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", + "dev": true, + "optional": true, + "requires": { + "punycode": "1.4.1" + } + } + } + }, + "less-plugin-clean-css": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/less-plugin-clean-css/-/less-plugin-clean-css-1.5.1.tgz", + "integrity": "sha1-zFeveqM5iVflbezr5jy2DCNClwM=", + "dev": true, + "requires": { + "clean-css": "3.4.28" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, + "requires": { + "p-locate": "3.0.0", + "path-exists": "3.0.0" + } + }, + "lodash": { + "version": "4.17.11", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", + "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", + "dev": true + }, + "map-age-cleaner": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", + "dev": true, + "requires": { + "p-defer": "1.0.0" + } + }, + "mdn-data": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-1.1.0.tgz", + "integrity": "sha512-jC6B3BFC07cCOU8xx1d+sQtDkVIpGKWv4TzK7pN7PyObdbwlIFJbHYk8ofvr0zrU8SkV1rSi87KAHhWCdLGw1Q==", + "dev": true + }, + "mem": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.1.0.tgz", + "integrity": "sha512-I5u6Q1x7wxO0kdOpYBB28xueHADYps5uty/zg936CiG8NTe5sJL8EjrCuLneuDW3PlMdZBGDIn8BirEVdovZvg==", + "dev": true, + "requires": { + "map-age-cleaner": "0.1.3", + "mimic-fn": "1.2.0", + "p-is-promise": "2.0.0" + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "optional": true + }, + "mime-db": { + "version": "1.36.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.36.0.tgz", + "integrity": "sha512-L+xvyD9MkoYMXb1jAmzI/lWYAxAMCPvIBSWur0PZ5nOf5euahRLVqH//FKW9mWp2lkqUgYiXPgkzfMUFi4zVDw==", + "dev": true + }, + "mime-types": { + "version": "2.1.20", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.20.tgz", + "integrity": "sha512-HrkrPaP9vGuWbLK1B1FfgAkbqNjIuy4eHlIYnFi7kamZyLLrGlo2mpcx0bBmNpKqBtYtAfGbodDddIgddSJC2A==", + "dev": true, + "requires": { + "mime-db": "1.36.0" + } + }, + "mimic-fn": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", + "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==", + "dev": true + }, + "minimist": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", + "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=", + "dev": true + }, + "mkdirp": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", + "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", + "dev": true, + "requires": { + "minimist": "0.0.8" + } + }, + "mute-stream": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", + "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=", + "dev": true + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "dev": true, + "requires": { + "path-key": "2.0.1" + } + }, + "nth-check": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", + "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", + "dev": true, + "requires": { + "boolbase": "1.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "dev": true + }, + "object-keys": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz", + "integrity": "sha1-xUYBd4rVYPEULODgG8yotW0TQm0=", + "dev": true + }, + "object.getownpropertydescriptors": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", + "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", + "dev": true, + "requires": { + "define-properties": "1.1.2", + "es-abstract": "1.10.0" + } + }, + "object.values": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.0.4.tgz", + "integrity": "sha1-5STaCbT2b/Bd9FdUbscqyZ8TBpo=", + "dev": true, + "requires": { + "define-properties": "1.1.2", + "es-abstract": "1.10.0", + "function-bind": "1.1.1", + "has": "1.0.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1.0.2" + } + }, + "onetime": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", + "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", + "dev": true, + "requires": { + "mimic-fn": "1.2.0" + } + }, + "os-locale": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", + "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", + "dev": true, + "requires": { + "execa": "1.0.0", + "lcid": "2.0.0", + "mem": "4.1.0" + } + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "p-defer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=", + "dev": true + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "dev": true + }, + "p-is-promise": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.0.0.tgz", + "integrity": "sha512-pzQPhYMCAgLAKPWD2jC3Se9fEfrD9npNos0y150EeqZll7akhEgGhTW/slB6lHku8AvYGiJ+YJ5hfHKePPgFWg==", + "dev": true + }, + "p-limit": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.1.0.tgz", + "integrity": "sha512-NhURkNcrVB+8hNfLuysU8enY5xn2KXphsHBaC2YmRNTZRc7RWusw6apSpdEj3jo4CMb6W9nrF6tTnsJsJeyu6g==", + "dev": true, + "requires": { + "p-try": "2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, + "requires": { + "p-limit": "2.1.0" + } + }, + "p-try": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", + "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", + "dev": true + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=", + "dev": true + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "dev": true + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, + "promise": { + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", + "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", + "dev": true, + "optional": true, + "requires": { + "asap": "2.0.6" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=", + "dev": true, + "optional": true + }, + "psl": { + "version": "1.1.31", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.31.tgz", + "integrity": "sha512-/6pt4+C+T+wZUieKR620OpzN/LlnNKuWjy1iFLQ/UG35JqHlR/89MP1d96dUfkf6Dne3TuLQzOYEYshJ+Hx8mw==", + "dev": true + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, + "requires": { + "end-of-stream": "1.4.1", + "once": "1.4.0" + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "q": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "regenerator-runtime": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", + "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==", + "dev": true + }, + "request": { + "version": "2.88.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", + "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", + "dev": true, + "requires": { + "aws-sign2": "0.7.0", + "aws4": "1.8.0", + "caseless": "0.12.0", + "combined-stream": "1.0.7", + "extend": "3.0.2", + "forever-agent": "0.6.1", + "form-data": "2.3.3", + "har-validator": "5.1.3", + "http-signature": "1.2.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.20", + "oauth-sign": "0.9.0", + "performance-now": "2.1.0", + "qs": "6.5.2", + "safe-buffer": "5.1.2", + "tough-cookie": "2.4.3", + "tunnel-agent": "0.6.0", + "uuid": "3.3.2" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "dev": true + }, + "require-main-filename": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", + "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=", + "dev": true + }, + "restore-cursor": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", + "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", + "dev": true, + "requires": { + "onetime": "2.0.1", + "signal-exit": "3.0.2" + } + }, + "run-async": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", + "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", + "dev": true, + "requires": { + "is-promise": "2.1.0" + } + }, + "rxjs": { + "version": "6.4.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.4.0.tgz", + "integrity": "sha512-Z9Yfa11F6B9Sg/BK9MnqnQ+aQYicPLtilXBp2yUtDt2JRCE0h26d33EnfO3ZxoNxG0T92OUucP3Ct7cpfkdFfw==", + "dev": true, + "requires": { + "tslib": "1.9.3" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "semver": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz", + "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==", + "dev": true + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "dev": true + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "dev": true, + "requires": { + "shebang-regex": "1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "dev": true + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true + }, + "sntp": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz", + "integrity": "sha1-ZUEYTMkK7qbG57NeJlkIJEPGYZg=", + "dev": true, + "optional": true, + "requires": { + "hoek": "2.16.3" + } + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "dev": true + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "dev": true + }, + "sshpk": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", + "integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=", + "dev": true, + "requires": { + "asn1": "0.2.4", + "assert-plus": "1.0.0", + "bcrypt-pbkdf": "1.0.2", + "dashdash": "1.14.1", + "ecc-jsbn": "0.1.2", + "getpass": "0.1.7", + "jsbn": "0.1.1", + "safer-buffer": "2.1.2", + "tweetnacl": "0.14.5" + } + }, + "stable": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.6.tgz", + "integrity": "sha1-kQ9dKu17Ugxud3SZwfMuE5/eyxA=", + "dev": true + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "2.0.0", + "strip-ansi": "4.0.0" + }, + "dependencies": { + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", + "dev": true, + "requires": { + "ansi-regex": "3.0.0" + } + } + } + }, + "stringstream": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/stringstream/-/stringstream-0.0.6.tgz", + "integrity": "sha512-87GEBAkegbBcweToUrdzf3eLhWNg06FJTebl4BVJz/JgWy8CvEr9dRtX5qWphiynMSQlxxi+QqN0z5T32SLlhA==", + "dev": true, + "optional": true + }, + "strip-ansi": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.0.0.tgz", + "integrity": "sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow==", + "dev": true, + "requires": { + "ansi-regex": "4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.0.0.tgz", + "integrity": "sha512-iB5Dda8t/UqpPI/IjsejXu5jOGDrzn41wJyljwPH65VCIbk6+1BzFIMJGFwTNrYXT1CrD+B4l19U7awiQ8rk7w==", + "dev": true + } + } + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "dev": true + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "3.0.0" + } + }, + "svgo": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.1.1.tgz", + "integrity": "sha512-GBkJbnTuFpM4jFbiERHDWhZc/S/kpHToqmZag3aEBjPYK44JAN2QBjvrGIxLOoCyMZjuFQIfTO2eJd8uwLY/9g==", + "dev": true, + "requires": { + "coa": "2.0.1", + "colors": "1.1.2", + "css-select": "2.0.0", + "css-select-base-adapter": "0.1.0", + "css-tree": "1.0.0-alpha.28", + "css-url-regex": "1.1.0", + "csso": "3.5.0", + "js-yaml": "3.12.0", + "mkdirp": "0.5.1", + "object.values": "1.0.4", + "sax": "1.2.4", + "stable": "0.1.6", + "unquote": "1.1.1", + "util.promisify": "1.0.0" + }, + "dependencies": { + "css-select": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.0.0.tgz", + "integrity": "sha512-MGhoq1S9EyPgZIGnts8Yz5WwUOyHmPMdlqeifsYs/xFX7AAm3hY0RJe1dqVlXtYPI66Nsk39R/sa5/ree6L2qg==", + "dev": true, + "requires": { + "boolbase": "1.0.0", + "css-what": "2.1.0", + "domutils": "1.7.0", + "nth-check": "1.0.1" + } + }, + "css-tree": { + "version": "1.0.0-alpha.28", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.28.tgz", + "integrity": "sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w==", + "dev": true, + "requires": { + "mdn-data": "1.1.0", + "source-map": "0.5.7" + } + }, + "domutils": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", + "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", + "dev": true, + "requires": { + "dom-serializer": "0.1.0", + "domelementtype": "1.3.0" + } + }, + "js-yaml": { + "version": "3.12.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.0.tgz", + "integrity": "sha512-PIt2cnwmPfL4hKNwqeiuz4bKfnzHTBv6HyVgjahA6mPLwPDzjDWrplJBMjHUFxku/N3FlmrbyPclad+I+4mJ3A==", + "dev": true, + "requires": { + "argparse": "1.0.10", + "esprima": "4.0.0" + } + } + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "requires": { + "os-tmpdir": "1.0.2" + } + }, + "tough-cookie": { + "version": "2.4.3", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", + "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", + "dev": true, + "requires": { + "psl": "1.1.31", + "punycode": "1.4.1" + } + }, + "tslib": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz", + "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==", + "dev": true + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "5.1.2" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true, + "optional": true + }, + "unquote": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", + "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=", + "dev": true + }, + "uri-js": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", + "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", + "dev": true, + "requires": { + "punycode": "2.1.1" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "dev": true + } + } + }, + "util.promisify": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "dev": true, + "requires": { + "define-properties": "1.1.2", + "object.getownpropertydescriptors": "2.0.3" + } + }, + "uuid": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", + "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==", + "dev": true + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "1.3.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "2.0.0" + } + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "dev": true + }, + "wrap-ansi": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", + "dev": true, + "requires": { + "string-width": "1.0.2", + "strip-ansi": "3.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", + "dev": true, + "requires": { + "number-is-nan": "1.0.1" + } + }, + "string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", + "dev": true, + "requires": { + "code-point-at": "1.1.0", + "is-fullwidth-code-point": "1.0.0", + "strip-ansi": "3.0.1" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "dev": true + }, + "y18n": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", + "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "dev": true + }, + "yargs": { + "version": "12.0.5", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", + "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", + "dev": true, + "requires": { + "cliui": "4.1.0", + "decamelize": "1.2.0", + "find-up": "3.0.0", + "get-caller-file": "1.0.3", + "os-locale": "3.1.0", + "require-directory": "2.1.1", + "require-main-filename": "1.0.1", + "set-blocking": "2.0.0", + "string-width": "2.1.1", + "which-module": "2.0.0", + "y18n": "4.0.0", + "yargs-parser": "11.1.1" + } + }, + "yargs-parser": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", + "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", + "dev": true, + "requires": { + "camelcase": "5.0.0", + "decamelize": "1.2.0" + } + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/package.json b/old/themes/varia/static/css/fork-awesome/package.json new file mode 100644 index 0000000..cc6c89a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/package.json @@ -0,0 +1,49 @@ +{ + "name": "fork-awesome", + "description": "A fork of the iconic font and CSS framework", + "version": "1.1.7", + "style": "css/fork-awesome.css", + "keywords": [ + "font", + "awesome", + "forkawesome", + "fontawesome", + "icon", + "bootstrap" + ], + "homepage": "https://forkawesome.github.io/Fork-Awesome", + "bugs": { + "url": "http://github.com/ForkAwesome/Fork-Awesome/issues" + }, + "author": "Fork Awesome Community", + "repository": { + "type": "git", + "url": "https://github.com/ForkAwesome/Fork-Awesome.git" + }, + "license": "(OFL-1.1 AND MIT)", + "dependencies": {}, + "devDependencies": { + "all-contributors-cli": "^6.1.1", + "less": "^2.7.3", + "less-plugin-clean-css": "^1.5.1", + "svgo": "^1.1.1" + }, + "engines": { + "node": ">=0.10.3" + }, + "scripts": { + "build": "bundle exec jekyll build", + "dev": "bundle exec jekyll serve -w", + "contributors:add": "all-contributors add", + "contributors:generate": "all-contributors generate" + }, + "main": [ + "css/fork-awesome.min.css", + "fonts/forkawesome-webfont.eot", + "fonts/forkawesome-webfont.svg", + "fonts/forkawesome-webfont.ttf", + "fonts/forkawesome-webfont.woff", + "fonts/forkawesome-webfont.woff2" + ], + "jsdelivr": "css/fork-awesome.min.css" +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_animated.scss b/old/themes/varia/static/css/fork-awesome/scss/_animated.scss new file mode 100644 index 0000000..543d5b3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_animated.scss @@ -0,0 +1,34 @@ +// Spinning Icons +// -------------------------- + +.#{$fa-css-prefix}-spin { + -webkit-animation: #{$fa-css-prefix}-spin 2s infinite linear; + animation: #{$fa-css-prefix}-spin 2s infinite linear; +} + +.#{$fa-css-prefix}-pulse { + -webkit-animation: #{$fa-css-prefix}-spin 1s infinite steps(8); + animation: #{$fa-css-prefix}-spin 1s infinite steps(8); +} + +@-webkit-keyframes #{$fa-css-prefix}-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes #{$fa-css-prefix}-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_bordered-pulled.scss b/old/themes/varia/static/css/fork-awesome/scss/_bordered-pulled.scss new file mode 100644 index 0000000..d4b85a0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_bordered-pulled.scss @@ -0,0 +1,25 @@ +// Bordered & Pulled +// ------------------------- + +.#{$fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em $fa-border-color; + border-radius: .1em; +} + +.#{$fa-css-prefix}-pull-left { float: left; } +.#{$fa-css-prefix}-pull-right { float: right; } + +.#{$fa-css-prefix} { + &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } + &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ +.pull-right { float: right; } +.pull-left { float: left; } + +.#{$fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_core.scss b/old/themes/varia/static/css/fork-awesome/scss/_core.scss new file mode 100644 index 0000000..e5a87b5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_core.scss @@ -0,0 +1,12 @@ +// Base Class Definition +// ------------------------- + +.#{$fa-css-prefix} { + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} #{$fa-font-family}; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_fixed-width.scss b/old/themes/varia/static/css/fork-awesome/scss/_fixed-width.scss new file mode 100644 index 0000000..b221c98 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_fixed-width.scss @@ -0,0 +1,6 @@ +// Fixed Width Icons +// ------------------------- +.#{$fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_functions.scss b/old/themes/varia/static/css/fork-awesome/scss/_functions.scss new file mode 100644 index 0000000..7ef2336 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_functions.scss @@ -0,0 +1,11 @@ +// Functions +// -------------------------- + +// Helper function which adds quotes to preserve unicode values in CSS output. +// +// See: https://github.com/sass/sass/issues/1395 +// See: https://stackoverflow.com/questions/30421570/sass-unicode-escape-is-not-preserved-in-css-file + +@function fa-content($fa-var) { + @return unquote("\"#{$fa-var}\""); +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_icons.scss b/old/themes/varia/static/css/fork-awesome/scss/_icons.scss new file mode 100644 index 0000000..e471b26 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_icons.scss @@ -0,0 +1,879 @@ +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ + +.#{$fa-css-prefix}-glass:before { content: $fa-var-glass; } +.#{$fa-css-prefix}-music:before { content: $fa-var-music; } +.#{$fa-css-prefix}-search:before { content: $fa-var-search; } +.#{$fa-css-prefix}-envelope-o:before { content: $fa-var-envelope-o; } +.#{$fa-css-prefix}-heart:before { content: $fa-var-heart; } +.#{$fa-css-prefix}-star:before { content: $fa-var-star; } +.#{$fa-css-prefix}-star-o:before { content: $fa-var-star-o; } +.#{$fa-css-prefix}-user:before { content: $fa-var-user; } +.#{$fa-css-prefix}-film:before { content: $fa-var-film; } +.#{$fa-css-prefix}-th-large:before { content: $fa-var-th-large; } +.#{$fa-css-prefix}-th:before { content: $fa-var-th; } +.#{$fa-css-prefix}-th-list:before { content: $fa-var-th-list; } +.#{$fa-css-prefix}-check:before { content: $fa-var-check; } +.#{$fa-css-prefix}-remove:before, +.#{$fa-css-prefix}-close:before, +.#{$fa-css-prefix}-times:before { content: $fa-var-times; } +.#{$fa-css-prefix}-search-plus:before { content: $fa-var-search-plus; } +.#{$fa-css-prefix}-search-minus:before { content: $fa-var-search-minus; } +.#{$fa-css-prefix}-power-off:before { content: $fa-var-power-off; } +.#{$fa-css-prefix}-signal:before { content: $fa-var-signal; } +.#{$fa-css-prefix}-gear:before, +.#{$fa-css-prefix}-cog:before { content: $fa-var-cog; } +.#{$fa-css-prefix}-trash-o:before { content: $fa-var-trash-o; } +.#{$fa-css-prefix}-home:before { content: $fa-var-home; } +.#{$fa-css-prefix}-file-o:before { content: $fa-var-file-o; } +.#{$fa-css-prefix}-clock-o:before { content: $fa-var-clock-o; } +.#{$fa-css-prefix}-road:before { content: $fa-var-road; } +.#{$fa-css-prefix}-download:before { content: $fa-var-download; } +.#{$fa-css-prefix}-arrow-circle-o-down:before { content: $fa-var-arrow-circle-o-down; } +.#{$fa-css-prefix}-arrow-circle-o-up:before { content: $fa-var-arrow-circle-o-up; } +.#{$fa-css-prefix}-inbox:before { content: $fa-var-inbox; } +.#{$fa-css-prefix}-play-circle-o:before { content: $fa-var-play-circle-o; } +.#{$fa-css-prefix}-rotate-right:before, +.#{$fa-css-prefix}-repeat:before { content: $fa-var-repeat; } +.#{$fa-css-prefix}-sync:before, +.#{$fa-css-prefix}-refresh:before { content: $fa-var-refresh; } +.#{$fa-css-prefix}-list-alt:before { content: $fa-var-list-alt; } +.#{$fa-css-prefix}-lock:before { content: $fa-var-lock; } +.#{$fa-css-prefix}-flag:before { content: $fa-var-flag; } +.#{$fa-css-prefix}-headphones:before { content: $fa-var-headphones; } +.#{$fa-css-prefix}-volume-off:before { content: $fa-var-volume-off; } +.#{$fa-css-prefix}-volume-down:before { content: $fa-var-volume-down; } +.#{$fa-css-prefix}-volume-up:before { content: $fa-var-volume-up; } +.#{$fa-css-prefix}-qrcode:before { content: $fa-var-qrcode; } +.#{$fa-css-prefix}-barcode:before { content: $fa-var-barcode; } +.#{$fa-css-prefix}-tag:before { content: $fa-var-tag; } +.#{$fa-css-prefix}-tags:before { content: $fa-var-tags; } +.#{$fa-css-prefix}-book:before { content: $fa-var-book; } +.#{$fa-css-prefix}-bookmark:before { content: $fa-var-bookmark; } +.#{$fa-css-prefix}-print:before { content: $fa-var-print; } +.#{$fa-css-prefix}-camera:before { content: $fa-var-camera; } +.#{$fa-css-prefix}-font:before { content: $fa-var-font; } +.#{$fa-css-prefix}-bold:before { content: $fa-var-bold; } +.#{$fa-css-prefix}-italic:before { content: $fa-var-italic; } +.#{$fa-css-prefix}-text-height:before { content: $fa-var-text-height; } +.#{$fa-css-prefix}-text-width:before { content: $fa-var-text-width; } +.#{$fa-css-prefix}-align-left:before { content: $fa-var-align-left; } +.#{$fa-css-prefix}-align-center:before { content: $fa-var-align-center; } +.#{$fa-css-prefix}-align-right:before { content: $fa-var-align-right; } +.#{$fa-css-prefix}-align-justify:before { content: $fa-var-align-justify; } +.#{$fa-css-prefix}-list:before { content: $fa-var-list; } +.#{$fa-css-prefix}-dedent:before, +.#{$fa-css-prefix}-outdent:before { content: $fa-var-outdent; } +.#{$fa-css-prefix}-indent:before { content: $fa-var-indent; } +.#{$fa-css-prefix}-video:before, +.#{$fa-css-prefix}-video-camera:before { content: $fa-var-video-camera; } +.#{$fa-css-prefix}-photo:before, +.#{$fa-css-prefix}-image:before, +.#{$fa-css-prefix}-picture-o:before { content: $fa-var-picture-o; } +.#{$fa-css-prefix}-pencil:before { content: $fa-var-pencil; } +.#{$fa-css-prefix}-map-marker:before { content: $fa-var-map-marker; } +.#{$fa-css-prefix}-adjust:before { content: $fa-var-adjust; } +.#{$fa-css-prefix}-tint:before { content: $fa-var-tint; } +.#{$fa-css-prefix}-edit:before, +.#{$fa-css-prefix}-pencil-square-o:before { content: $fa-var-pencil-square-o; } +.#{$fa-css-prefix}-share-square-o:before { content: $fa-var-share-square-o; } +.#{$fa-css-prefix}-check-square-o:before { content: $fa-var-check-square-o; } +.#{$fa-css-prefix}-arrows:before { content: $fa-var-arrows; } +.#{$fa-css-prefix}-step-backward:before { content: $fa-var-step-backward; } +.#{$fa-css-prefix}-fast-backward:before { content: $fa-var-fast-backward; } +.#{$fa-css-prefix}-backward:before { content: $fa-var-backward; } +.#{$fa-css-prefix}-play:before { content: $fa-var-play; } +.#{$fa-css-prefix}-pause:before { content: $fa-var-pause; } +.#{$fa-css-prefix}-stop:before { content: $fa-var-stop; } +.#{$fa-css-prefix}-forward:before { content: $fa-var-forward; } +.#{$fa-css-prefix}-fast-forward:before { content: $fa-var-fast-forward; } +.#{$fa-css-prefix}-step-forward:before { content: $fa-var-step-forward; } +.#{$fa-css-prefix}-eject:before { content: $fa-var-eject; } +.#{$fa-css-prefix}-chevron-left:before { content: $fa-var-chevron-left; } +.#{$fa-css-prefix}-chevron-right:before { content: $fa-var-chevron-right; } +.#{$fa-css-prefix}-plus-circle:before { content: $fa-var-plus-circle; } +.#{$fa-css-prefix}-minus-circle:before { content: $fa-var-minus-circle; } +.#{$fa-css-prefix}-times-circle:before { content: $fa-var-times-circle; } +.#{$fa-css-prefix}-check-circle:before { content: $fa-var-check-circle; } +.#{$fa-css-prefix}-question-circle:before { content: $fa-var-question-circle; } +.#{$fa-css-prefix}-info-circle:before { content: $fa-var-info-circle; } +.#{$fa-css-prefix}-crosshairs:before { content: $fa-var-crosshairs; } +.#{$fa-css-prefix}-times-circle-o:before { content: $fa-var-times-circle-o; } +.#{$fa-css-prefix}-check-circle-o:before { content: $fa-var-check-circle-o; } +.#{$fa-css-prefix}-ban:before { content: $fa-var-ban; } +.#{$fa-css-prefix}-arrow-left:before { content: $fa-var-arrow-left; } +.#{$fa-css-prefix}-arrow-right:before { content: $fa-var-arrow-right; } +.#{$fa-css-prefix}-arrow-up:before { content: $fa-var-arrow-up; } +.#{$fa-css-prefix}-arrow-down:before { content: $fa-var-arrow-down; } +.#{$fa-css-prefix}-mail-forward:before, +.#{$fa-css-prefix}-share:before { content: $fa-var-share; } +.#{$fa-css-prefix}-expand:before { content: $fa-var-expand; } +.#{$fa-css-prefix}-compress:before { content: $fa-var-compress; } +.#{$fa-css-prefix}-plus:before { content: $fa-var-plus; } +.#{$fa-css-prefix}-minus:before { content: $fa-var-minus; } +.#{$fa-css-prefix}-asterisk:before { content: $fa-var-asterisk; } +.#{$fa-css-prefix}-exclamation-circle:before { content: $fa-var-exclamation-circle; } +.#{$fa-css-prefix}-gift:before { content: $fa-var-gift; } +.#{$fa-css-prefix}-leaf:before { content: $fa-var-leaf; } +.#{$fa-css-prefix}-fire:before { content: $fa-var-fire; } +.#{$fa-css-prefix}-eye:before { content: $fa-var-eye; } +.#{$fa-css-prefix}-eye-slash:before { content: $fa-var-eye-slash; } +.#{$fa-css-prefix}-warning:before, +.#{$fa-css-prefix}-exclamation-triangle:before { content: $fa-var-exclamation-triangle; } +.#{$fa-css-prefix}-plane:before { content: $fa-var-plane; } +.#{$fa-css-prefix}-calendar:before { content: $fa-var-calendar; } +.#{$fa-css-prefix}-random:before { content: $fa-var-random; } +.#{$fa-css-prefix}-comment:before { content: $fa-var-comment; } +.#{$fa-css-prefix}-magnet:before { content: $fa-var-magnet; } +.#{$fa-css-prefix}-chevron-up:before { content: $fa-var-chevron-up; } +.#{$fa-css-prefix}-chevron-down:before { content: $fa-var-chevron-down; } +.#{$fa-css-prefix}-retweet:before { content: $fa-var-retweet; } +.#{$fa-css-prefix}-shopping-cart:before { content: $fa-var-shopping-cart; } +.#{$fa-css-prefix}-folder:before { content: $fa-var-folder; } +.#{$fa-css-prefix}-folder-open:before { content: $fa-var-folder-open; } +.#{$fa-css-prefix}-arrows-v:before { content: $fa-var-arrows-v; } +.#{$fa-css-prefix}-arrows-h:before { content: $fa-var-arrows-h; } +.#{$fa-css-prefix}-bar-chart-o:before, +.#{$fa-css-prefix}-bar-chart:before { content: $fa-var-bar-chart; } +.#{$fa-css-prefix}-twitter-square:before { content: $fa-var-twitter-square; } +.#{$fa-css-prefix}-facebook-square:before { content: $fa-var-facebook-square; } +.#{$fa-css-prefix}-camera-retro:before { content: $fa-var-camera-retro; } +.#{$fa-css-prefix}-key:before { content: $fa-var-key; } +.#{$fa-css-prefix}-gears:before, +.#{$fa-css-prefix}-cogs:before { content: $fa-var-cogs; } +.#{$fa-css-prefix}-comments:before { content: $fa-var-comments; } +.#{$fa-css-prefix}-thumbs-o-up:before { content: $fa-var-thumbs-o-up; } +.#{$fa-css-prefix}-thumbs-o-down:before { content: $fa-var-thumbs-o-down; } +.#{$fa-css-prefix}-star-half:before { content: $fa-var-star-half; } +.#{$fa-css-prefix}-heart-o:before { content: $fa-var-heart-o; } +.#{$fa-css-prefix}-sign-out:before { content: $fa-var-sign-out; } +.#{$fa-css-prefix}-linkedin-square:before { content: $fa-var-linkedin-square; } +.#{$fa-css-prefix}-thumb-tack:before { content: $fa-var-thumb-tack; } +.#{$fa-css-prefix}-external-link:before { content: $fa-var-external-link; } +.#{$fa-css-prefix}-sign-in:before { content: $fa-var-sign-in; } +.#{$fa-css-prefix}-trophy:before { content: $fa-var-trophy; } +.#{$fa-css-prefix}-github-square:before { content: $fa-var-github-square; } +.#{$fa-css-prefix}-upload:before { content: $fa-var-upload; } +.#{$fa-css-prefix}-lemon-o:before { content: $fa-var-lemon-o; } +.#{$fa-css-prefix}-phone:before { content: $fa-var-phone; } +.#{$fa-css-prefix}-square-o:before { content: $fa-var-square-o; } +.#{$fa-css-prefix}-bookmark-o:before { content: $fa-var-bookmark-o; } +.#{$fa-css-prefix}-phone-square:before { content: $fa-var-phone-square; } +.#{$fa-css-prefix}-twitter:before { content: $fa-var-twitter; } +.#{$fa-css-prefix}-facebook-f:before, +.#{$fa-css-prefix}-facebook:before { content: $fa-var-facebook; } +.#{$fa-css-prefix}-github:before { content: $fa-var-github; } +.#{$fa-css-prefix}-unlock:before { content: $fa-var-unlock; } +.#{$fa-css-prefix}-credit-card:before { content: $fa-var-credit-card; } +.#{$fa-css-prefix}-feed:before, +.#{$fa-css-prefix}-rss:before { content: $fa-var-rss; } +.#{$fa-css-prefix}-hdd-o:before { content: $fa-var-hdd-o; } +.#{$fa-css-prefix}-bullhorn:before { content: $fa-var-bullhorn; } +.#{$fa-css-prefix}-bell-o:before { content: $fa-var-bell-o; } +.#{$fa-css-prefix}-certificate:before { content: $fa-var-certificate; } +.#{$fa-css-prefix}-hand-o-right:before { content: $fa-var-hand-o-right; } +.#{$fa-css-prefix}-hand-o-left:before { content: $fa-var-hand-o-left; } +.#{$fa-css-prefix}-hand-o-up:before { content: $fa-var-hand-o-up; } +.#{$fa-css-prefix}-hand-o-down:before { content: $fa-var-hand-o-down; } +.#{$fa-css-prefix}-arrow-circle-left:before { content: $fa-var-arrow-circle-left; } +.#{$fa-css-prefix}-arrow-circle-right:before { content: $fa-var-arrow-circle-right; } +.#{$fa-css-prefix}-arrow-circle-up:before { content: $fa-var-arrow-circle-up; } +.#{$fa-css-prefix}-arrow-circle-down:before { content: $fa-var-arrow-circle-down; } +.#{$fa-css-prefix}-globe:before { content: $fa-var-globe; } +.#{$fa-css-prefix}-globe-e:before { content: $fa-var-globe-e; } +.#{$fa-css-prefix}-globe-w:before { content: $fa-var-globe-w; } +.#{$fa-css-prefix}-wrench:before { content: $fa-var-wrench; } +.#{$fa-css-prefix}-tasks:before { content: $fa-var-tasks; } +.#{$fa-css-prefix}-filter:before { content: $fa-var-filter; } +.#{$fa-css-prefix}-briefcase:before { content: $fa-var-briefcase; } +.#{$fa-css-prefix}-arrows-alt:before { content: $fa-var-arrows-alt; } +.#{$fa-css-prefix}-community:before, +.#{$fa-css-prefix}-group:before, +.#{$fa-css-prefix}-users:before { content: $fa-var-users; } +.#{$fa-css-prefix}-chain:before, +.#{$fa-css-prefix}-link:before { content: $fa-var-link; } +.#{$fa-css-prefix}-cloud:before { content: $fa-var-cloud; } +.#{$fa-css-prefix}-flask:before { content: $fa-var-flask; } +.#{$fa-css-prefix}-cut:before, +.#{$fa-css-prefix}-scissors:before { content: $fa-var-scissors; } +.#{$fa-css-prefix}-copy:before, +.#{$fa-css-prefix}-files-o:before { content: $fa-var-files-o; } +.#{$fa-css-prefix}-paperclip:before { content: $fa-var-paperclip; } +.#{$fa-css-prefix}-save:before, +.#{$fa-css-prefix}-floppy-o:before { content: $fa-var-floppy-o; } +.#{$fa-css-prefix}-square:before { content: $fa-var-square; } +.#{$fa-css-prefix}-navicon:before, +.#{$fa-css-prefix}-reorder:before, +.#{$fa-css-prefix}-bars:before { content: $fa-var-bars; } +.#{$fa-css-prefix}-list-ul:before { content: $fa-var-list-ul; } +.#{$fa-css-prefix}-list-ol:before { content: $fa-var-list-ol; } +.#{$fa-css-prefix}-strikethrough:before { content: $fa-var-strikethrough; } +.#{$fa-css-prefix}-underline:before { content: $fa-var-underline; } +.#{$fa-css-prefix}-table:before { content: $fa-var-table; } +.#{$fa-css-prefix}-magic:before { content: $fa-var-magic; } +.#{$fa-css-prefix}-truck:before { content: $fa-var-truck; } +.#{$fa-css-prefix}-pinterest:before { content: $fa-var-pinterest; } +.#{$fa-css-prefix}-pinterest-square:before { content: $fa-var-pinterest-square; } +.#{$fa-css-prefix}-google-plus-square:before { content: $fa-var-google-plus-square; } +.#{$fa-css-prefix}-google-plus-g:before, +.#{$fa-css-prefix}-google-plus:before { content: $fa-var-google-plus; } +.#{$fa-css-prefix}-money:before { content: $fa-var-money; } +.#{$fa-css-prefix}-caret-down:before { content: $fa-var-caret-down; } +.#{$fa-css-prefix}-caret-up:before { content: $fa-var-caret-up; } +.#{$fa-css-prefix}-caret-left:before { content: $fa-var-caret-left; } +.#{$fa-css-prefix}-caret-right:before { content: $fa-var-caret-right; } +.#{$fa-css-prefix}-columns:before { content: $fa-var-columns; } +.#{$fa-css-prefix}-unsorted:before, +.#{$fa-css-prefix}-sort:before { content: $fa-var-sort; } +.#{$fa-css-prefix}-sort-down:before, +.#{$fa-css-prefix}-sort-desc:before { content: $fa-var-sort-desc; } +.#{$fa-css-prefix}-sort-up:before, +.#{$fa-css-prefix}-sort-asc:before { content: $fa-var-sort-asc; } +.#{$fa-css-prefix}-envelope:before { content: $fa-var-envelope; } +.#{$fa-css-prefix}-linkedin:before { content: $fa-var-linkedin; } +.#{$fa-css-prefix}-rotate-left:before, +.#{$fa-css-prefix}-undo:before { content: $fa-var-undo; } +.#{$fa-css-prefix}-legal:before, +.#{$fa-css-prefix}-gavel:before { content: $fa-var-gavel; } +.#{$fa-css-prefix}-dashboard:before, +.#{$fa-css-prefix}-tachometer:before { content: $fa-var-tachometer; } +.#{$fa-css-prefix}-comment-o:before { content: $fa-var-comment-o; } +.#{$fa-css-prefix}-comments-o:before { content: $fa-var-comments-o; } +.#{$fa-css-prefix}-flash:before, +.#{$fa-css-prefix}-bolt:before { content: $fa-var-bolt; } +.#{$fa-css-prefix}-sitemap:before { content: $fa-var-sitemap; } +.#{$fa-css-prefix}-umbrella:before { content: $fa-var-umbrella; } +.#{$fa-css-prefix}-paste:before, +.#{$fa-css-prefix}-clipboard:before { content: $fa-var-clipboard; } +.#{$fa-css-prefix}-lightbulb-o:before { content: $fa-var-lightbulb-o; } +.#{$fa-css-prefix}-exchange:before { content: $fa-var-exchange; } +.#{$fa-css-prefix}-cloud-download:before { content: $fa-var-cloud-download; } +.#{$fa-css-prefix}-cloud-upload:before { content: $fa-var-cloud-upload; } +.#{$fa-css-prefix}-user-md:before { content: $fa-var-user-md; } +.#{$fa-css-prefix}-stethoscope:before { content: $fa-var-stethoscope; } +.#{$fa-css-prefix}-suitcase:before { content: $fa-var-suitcase; } +.#{$fa-css-prefix}-bell:before { content: $fa-var-bell; } +.#{$fa-css-prefix}-coffee:before { content: $fa-var-coffee; } +.#{$fa-css-prefix}-utensils:before, +.#{$fa-css-prefix}-cutlery:before { content: $fa-var-cutlery; } +.#{$fa-css-prefix}-file-text-o:before { content: $fa-var-file-text-o; } +.#{$fa-css-prefix}-building-o:before { content: $fa-var-building-o; } +.#{$fa-css-prefix}-hospital-o:before { content: $fa-var-hospital-o; } +.#{$fa-css-prefix}-ambulance:before { content: $fa-var-ambulance; } +.#{$fa-css-prefix}-medkit:before { content: $fa-var-medkit; } +.#{$fa-css-prefix}-fighter-jet:before { content: $fa-var-fighter-jet; } +.#{$fa-css-prefix}-beer:before { content: $fa-var-beer; } +.#{$fa-css-prefix}-h-square:before { content: $fa-var-h-square; } +.#{$fa-css-prefix}-plus-square:before { content: $fa-var-plus-square; } +.#{$fa-css-prefix}-angle-double-left:before { content: $fa-var-angle-double-left; } +.#{$fa-css-prefix}-angle-double-right:before { content: $fa-var-angle-double-right; } +.#{$fa-css-prefix}-angle-double-up:before { content: $fa-var-angle-double-up; } +.#{$fa-css-prefix}-angle-double-down:before { content: $fa-var-angle-double-down; } +.#{$fa-css-prefix}-angle-left:before { content: $fa-var-angle-left; } +.#{$fa-css-prefix}-angle-right:before { content: $fa-var-angle-right; } +.#{$fa-css-prefix}-angle-up:before { content: $fa-var-angle-up; } +.#{$fa-css-prefix}-angle-down:before { content: $fa-var-angle-down; } +.#{$fa-css-prefix}-desktop:before { content: $fa-var-desktop; } +.#{$fa-css-prefix}-laptop:before { content: $fa-var-laptop; } +.#{$fa-css-prefix}-tablet:before { content: $fa-var-tablet; } +.#{$fa-css-prefix}-mobile-phone:before, +.#{$fa-css-prefix}-mobile:before { content: $fa-var-mobile; } +.#{$fa-css-prefix}-circle-o:before { content: $fa-var-circle-o; } +.#{$fa-css-prefix}-quote-left:before { content: $fa-var-quote-left; } +.#{$fa-css-prefix}-quote-right:before { content: $fa-var-quote-right; } +.#{$fa-css-prefix}-spinner:before { content: $fa-var-spinner; } +.#{$fa-css-prefix}-circle:before { content: $fa-var-circle; } +.#{$fa-css-prefix}-mail-reply:before, +.#{$fa-css-prefix}-reply:before { content: $fa-var-reply; } +.#{$fa-css-prefix}-github-alt:before { content: $fa-var-github-alt; } +.#{$fa-css-prefix}-folder-o:before { content: $fa-var-folder-o; } +.#{$fa-css-prefix}-folder-open-o:before { content: $fa-var-folder-open-o; } +.#{$fa-css-prefix}-smile-o:before { content: $fa-var-smile-o; } +.#{$fa-css-prefix}-frown-o:before { content: $fa-var-frown-o; } +.#{$fa-css-prefix}-meh-o:before { content: $fa-var-meh-o; } +.#{$fa-css-prefix}-gamepad:before { content: $fa-var-gamepad; } +.#{$fa-css-prefix}-keyboard-o:before { content: $fa-var-keyboard-o; } +.#{$fa-css-prefix}-flag-o:before { content: $fa-var-flag-o; } +.#{$fa-css-prefix}-flag-checkered:before { content: $fa-var-flag-checkered; } +.#{$fa-css-prefix}-terminal:before { content: $fa-var-terminal; } +.#{$fa-css-prefix}-code:before { content: $fa-var-code; } +.#{$fa-css-prefix}-mail-reply-all:before, +.#{$fa-css-prefix}-reply-all:before { content: $fa-var-reply-all; } +.#{$fa-css-prefix}-star-half-empty:before, +.#{$fa-css-prefix}-star-half-full:before, +.#{$fa-css-prefix}-star-half-o:before { content: $fa-var-star-half-o; } +.#{$fa-css-prefix}-location-arrow:before { content: $fa-var-location-arrow; } +.#{$fa-css-prefix}-crop:before { content: $fa-var-crop; } +.#{$fa-css-prefix}-code-fork:before { content: $fa-var-code-fork; } +.#{$fa-css-prefix}-unlink:before, +.#{$fa-css-prefix}-chain-broken:before { content: $fa-var-chain-broken; } +.#{$fa-css-prefix}-question:before { content: $fa-var-question; } +.#{$fa-css-prefix}-info:before { content: $fa-var-info; } +.#{$fa-css-prefix}-exclamation:before { content: $fa-var-exclamation; } +.#{$fa-css-prefix}-superscript:before { content: $fa-var-superscript; } +.#{$fa-css-prefix}-subscript:before { content: $fa-var-subscript; } +.#{$fa-css-prefix}-eraser:before { content: $fa-var-eraser; } +.#{$fa-css-prefix}-puzzle-piece:before { content: $fa-var-puzzle-piece; } +.#{$fa-css-prefix}-microphone:before { content: $fa-var-microphone; } +.#{$fa-css-prefix}-microphone-slash:before { content: $fa-var-microphone-slash; } +.#{$fa-css-prefix}-shield:before { content: $fa-var-shield; } +.#{$fa-css-prefix}-calendar-o:before { content: $fa-var-calendar-o; } +.#{$fa-css-prefix}-fire-extinguisher:before { content: $fa-var-fire-extinguisher; } +.#{$fa-css-prefix}-rocket:before { content: $fa-var-rocket; } +.#{$fa-css-prefix}-maxcdn:before { content: $fa-var-maxcdn; } +.#{$fa-css-prefix}-chevron-circle-left:before { content: $fa-var-chevron-circle-left; } +.#{$fa-css-prefix}-chevron-circle-right:before { content: $fa-var-chevron-circle-right; } +.#{$fa-css-prefix}-chevron-circle-up:before { content: $fa-var-chevron-circle-up; } +.#{$fa-css-prefix}-chevron-circle-down:before { content: $fa-var-chevron-circle-down; } +.#{$fa-css-prefix}-html5:before { content: $fa-var-html5; } +.#{$fa-css-prefix}-css3:before { content: $fa-var-css3; } +.#{$fa-css-prefix}-anchor:before { content: $fa-var-anchor; } +.#{$fa-css-prefix}-unlock-alt:before { content: $fa-var-unlock-alt; } +.#{$fa-css-prefix}-bullseye:before { content: $fa-var-bullseye; } +.#{$fa-css-prefix}-ellipsis-h:before { content: $fa-var-ellipsis-h; } +.#{$fa-css-prefix}-ellipsis-v:before { content: $fa-var-ellipsis-v; } +.#{$fa-css-prefix}-rss-square:before { content: $fa-var-rss-square; } +.#{$fa-css-prefix}-play-circle:before { content: $fa-var-play-circle; } +.#{$fa-css-prefix}-ticket:before { content: $fa-var-ticket; } +.#{$fa-css-prefix}-minus-square:before { content: $fa-var-minus-square; } +.#{$fa-css-prefix}-minus-square-o:before { content: $fa-var-minus-square-o; } +.#{$fa-css-prefix}-level-up:before { content: $fa-var-level-up; } +.#{$fa-css-prefix}-level-down:before { content: $fa-var-level-down; } +.#{$fa-css-prefix}-check-square:before { content: $fa-var-check-square; } +.#{$fa-css-prefix}-pencil-square:before { content: $fa-var-pencil-square; } +.#{$fa-css-prefix}-external-link-square:before { content: $fa-var-external-link-square; } +.#{$fa-css-prefix}-share-square:before { content: $fa-var-share-square; } +.#{$fa-css-prefix}-compass:before { content: $fa-var-compass; } +.#{$fa-css-prefix}-toggle-down:before, +.#{$fa-css-prefix}-caret-square-o-down:before { content: $fa-var-caret-square-o-down; } +.#{$fa-css-prefix}-toggle-up:before, +.#{$fa-css-prefix}-caret-square-o-up:before { content: $fa-var-caret-square-o-up; } +.#{$fa-css-prefix}-toggle-right:before, +.#{$fa-css-prefix}-caret-square-o-right:before { content: $fa-var-caret-square-o-right; } +.#{$fa-css-prefix}-euro:before, +.#{$fa-css-prefix}-eur:before { content: $fa-var-eur; } +.#{$fa-css-prefix}-pound:before, +.#{$fa-css-prefix}-gbp:before { content: $fa-var-gbp; } +.#{$fa-css-prefix}-dollar:before, +.#{$fa-css-prefix}-usd:before { content: $fa-var-usd; } +.#{$fa-css-prefix}-rupee:before, +.#{$fa-css-prefix}-inr:before { content: $fa-var-inr; } +.#{$fa-css-prefix}-cny:before, +.#{$fa-css-prefix}-rmb:before, +.#{$fa-css-prefix}-yen:before, +.#{$fa-css-prefix}-jpy:before { content: $fa-var-jpy; } +.#{$fa-css-prefix}-ruble:before, +.#{$fa-css-prefix}-rouble:before, +.#{$fa-css-prefix}-rub:before { content: $fa-var-rub; } +.#{$fa-css-prefix}-won:before, +.#{$fa-css-prefix}-krw:before { content: $fa-var-krw; } +.#{$fa-css-prefix}-bitcoin:before, +.#{$fa-css-prefix}-btc:before { content: $fa-var-btc; } +.#{$fa-css-prefix}-file:before { content: $fa-var-file; } +.#{$fa-css-prefix}-file-text:before { content: $fa-var-file-text; } +.#{$fa-css-prefix}-sort-alpha-down:before, +.#{$fa-css-prefix}-sort-alpha-asc:before { content: $fa-var-sort-alpha-asc; } +.#{$fa-css-prefix}-sort-alpha-up:before, +.#{$fa-css-prefix}-sort-alpha-desc:before { content: $fa-var-sort-alpha-desc; } +.#{$fa-css-prefix}-sort-amount-down:before, +.#{$fa-css-prefix}-sort-amount-asc:before { content: $fa-var-sort-amount-asc; } +.#{$fa-css-prefix}-sort-amount-up:before, +.#{$fa-css-prefix}-sort-amount-desc:before { content: $fa-var-sort-amount-desc; } +.#{$fa-css-prefix}-sort-numeric-down:before, +.#{$fa-css-prefix}-sort-numeric-asc:before { content: $fa-var-sort-numeric-asc; } +.#{$fa-css-prefix}-sort-numeric-up:before, +.#{$fa-css-prefix}-sort-numeric-desc:before { content: $fa-var-sort-numeric-desc; } +.#{$fa-css-prefix}-thumbs-up:before { content: $fa-var-thumbs-up; } +.#{$fa-css-prefix}-thumbs-down:before { content: $fa-var-thumbs-down; } +.#{$fa-css-prefix}-youtube-square:before { content: $fa-var-youtube-square; } +.#{$fa-css-prefix}-youtube:before { content: $fa-var-youtube; } +.#{$fa-css-prefix}-xing:before { content: $fa-var-xing; } +.#{$fa-css-prefix}-xing-square:before { content: $fa-var-xing-square; } +.#{$fa-css-prefix}-youtube-play:before { content: $fa-var-youtube-play; } +.#{$fa-css-prefix}-dropbox:before { content: $fa-var-dropbox; } +.#{$fa-css-prefix}-stack-overflow:before { content: $fa-var-stack-overflow; } +.#{$fa-css-prefix}-instagram:before { content: $fa-var-instagram; } +.#{$fa-css-prefix}-flickr:before { content: $fa-var-flickr; } +.#{$fa-css-prefix}-adn:before { content: $fa-var-adn; } +.#{$fa-css-prefix}-bitbucket:before { content: $fa-var-bitbucket; } +.#{$fa-css-prefix}-bitbucket-square:before { content: $fa-var-bitbucket-square; } +.#{$fa-css-prefix}-tumblr:before { content: $fa-var-tumblr; } +.#{$fa-css-prefix}-tumblr-square:before { content: $fa-var-tumblr-square; } +.#{$fa-css-prefix}-long-arrow-down:before { content: $fa-var-long-arrow-down; } +.#{$fa-css-prefix}-long-arrow-up:before { content: $fa-var-long-arrow-up; } +.#{$fa-css-prefix}-long-arrow-left:before { content: $fa-var-long-arrow-left; } +.#{$fa-css-prefix}-long-arrow-right:before { content: $fa-var-long-arrow-right; } +.#{$fa-css-prefix}-apple:before { content: $fa-var-apple; } +.#{$fa-css-prefix}-windows:before { content: $fa-var-windows; } +.#{$fa-css-prefix}-android:before { content: $fa-var-android; } +.#{$fa-css-prefix}-linux:before { content: $fa-var-linux; } +.#{$fa-css-prefix}-dribbble:before { content: $fa-var-dribbble; } +.#{$fa-css-prefix}-skype:before { content: $fa-var-skype; } +.#{$fa-css-prefix}-foursquare:before { content: $fa-var-foursquare; } +.#{$fa-css-prefix}-trello:before { content: $fa-var-trello; } +.#{$fa-css-prefix}-female:before { content: $fa-var-female; } +.#{$fa-css-prefix}-male:before { content: $fa-var-male; } +.#{$fa-css-prefix}-gittip:before, +.#{$fa-css-prefix}-gratipay:before { content: $fa-var-gratipay; } +.#{$fa-css-prefix}-sun-o:before { content: $fa-var-sun-o; } +.#{$fa-css-prefix}-moon-o:before { content: $fa-var-moon-o; } +.#{$fa-css-prefix}-archive:before { content: $fa-var-archive; } +.#{$fa-css-prefix}-bug:before { content: $fa-var-bug; } +.#{$fa-css-prefix}-vk:before { content: $fa-var-vk; } +.#{$fa-css-prefix}-weibo:before { content: $fa-var-weibo; } +.#{$fa-css-prefix}-renren:before { content: $fa-var-renren; } +.#{$fa-css-prefix}-pagelines:before { content: $fa-var-pagelines; } +.#{$fa-css-prefix}-stack-exchange:before { content: $fa-var-stack-exchange; } +.#{$fa-css-prefix}-arrow-circle-o-right:before { content: $fa-var-arrow-circle-o-right; } +.#{$fa-css-prefix}-arrow-circle-o-left:before { content: $fa-var-arrow-circle-o-left; } +.#{$fa-css-prefix}-toggle-left:before, +.#{$fa-css-prefix}-caret-square-o-left:before { content: $fa-var-caret-square-o-left; } +.#{$fa-css-prefix}-dot-circle-o:before { content: $fa-var-dot-circle-o; } +.#{$fa-css-prefix}-wheelchair:before { content: $fa-var-wheelchair; } +.#{$fa-css-prefix}-vimeo-square:before { content: $fa-var-vimeo-square; } +.#{$fa-css-prefix}-turkish-lira:before, +.#{$fa-css-prefix}-try:before { content: $fa-var-try; } +.#{$fa-css-prefix}-plus-square-o:before { content: $fa-var-plus-square-o; } +.#{$fa-css-prefix}-space-shuttle:before { content: $fa-var-space-shuttle; } +.#{$fa-css-prefix}-slack:before { content: $fa-var-slack; } +.#{$fa-css-prefix}-envelope-square:before { content: $fa-var-envelope-square; } +.#{$fa-css-prefix}-wordpress:before { content: $fa-var-wordpress; } +.#{$fa-css-prefix}-openid:before { content: $fa-var-openid; } +.#{$fa-css-prefix}-institution:before, +.#{$fa-css-prefix}-bank:before, +.#{$fa-css-prefix}-university:before { content: $fa-var-university; } +.#{$fa-css-prefix}-mortar-board:before, +.#{$fa-css-prefix}-graduation-cap:before { content: $fa-var-graduation-cap; } +.#{$fa-css-prefix}-yahoo:before { content: $fa-var-yahoo; } +.#{$fa-css-prefix}-google:before { content: $fa-var-google; } +.#{$fa-css-prefix}-reddit:before { content: $fa-var-reddit; } +.#{$fa-css-prefix}-reddit-square:before { content: $fa-var-reddit-square; } +.#{$fa-css-prefix}-stumbleupon-circle:before { content: $fa-var-stumbleupon-circle; } +.#{$fa-css-prefix}-stumbleupon:before { content: $fa-var-stumbleupon; } +.#{$fa-css-prefix}-delicious:before { content: $fa-var-delicious; } +.#{$fa-css-prefix}-digg:before { content: $fa-var-digg; } +.#{$fa-css-prefix}-drupal:before { content: $fa-var-drupal; } +.#{$fa-css-prefix}-joomla:before { content: $fa-var-joomla; } +.#{$fa-css-prefix}-language:before { content: $fa-var-language; } +.#{$fa-css-prefix}-fax:before { content: $fa-var-fax; } +.#{$fa-css-prefix}-building:before { content: $fa-var-building; } +.#{$fa-css-prefix}-child:before { content: $fa-var-child; } +.#{$fa-css-prefix}-paw:before { content: $fa-var-paw; } +.#{$fa-css-prefix}-utensil-spoon:before, +.#{$fa-css-prefix}-spoon:before { content: $fa-var-spoon; } +.#{$fa-css-prefix}-cube:before { content: $fa-var-cube; } +.#{$fa-css-prefix}-cubes:before { content: $fa-var-cubes; } +.#{$fa-css-prefix}-behance:before { content: $fa-var-behance; } +.#{$fa-css-prefix}-behance-square:before { content: $fa-var-behance-square; } +.#{$fa-css-prefix}-steam:before { content: $fa-var-steam; } +.#{$fa-css-prefix}-steam-square:before { content: $fa-var-steam-square; } +.#{$fa-css-prefix}-recycle:before { content: $fa-var-recycle; } +.#{$fa-css-prefix}-automobile:before, +.#{$fa-css-prefix}-car:before { content: $fa-var-car; } +.#{$fa-css-prefix}-cab:before, +.#{$fa-css-prefix}-taxi:before { content: $fa-var-taxi; } +.#{$fa-css-prefix}-tree:before { content: $fa-var-tree; } +.#{$fa-css-prefix}-spotify:before { content: $fa-var-spotify; } +.#{$fa-css-prefix}-deviantart:before { content: $fa-var-deviantart; } +.#{$fa-css-prefix}-soundcloud:before { content: $fa-var-soundcloud; } +.#{$fa-css-prefix}-database:before { content: $fa-var-database; } +.#{$fa-css-prefix}-file-pdf-o:before { content: $fa-var-file-pdf-o; } +.#{$fa-css-prefix}-file-word-o:before { content: $fa-var-file-word-o; } +.#{$fa-css-prefix}-file-excel-o:before { content: $fa-var-file-excel-o; } +.#{$fa-css-prefix}-file-powerpoint-o:before { content: $fa-var-file-powerpoint-o; } +.#{$fa-css-prefix}-file-photo-o:before, +.#{$fa-css-prefix}-file-picture-o:before, +.#{$fa-css-prefix}-file-image-o:before { content: $fa-var-file-image-o; } +.#{$fa-css-prefix}-file-zip-o:before, +.#{$fa-css-prefix}-file-archive-o:before { content: $fa-var-file-archive-o; } +.#{$fa-css-prefix}-file-sound-o:before, +.#{$fa-css-prefix}-file-audio-o:before { content: $fa-var-file-audio-o; } +.#{$fa-css-prefix}-file-movie-o:before, +.#{$fa-css-prefix}-file-video-o:before { content: $fa-var-file-video-o; } +.#{$fa-css-prefix}-file-code-o:before { content: $fa-var-file-code-o; } +.#{$fa-css-prefix}-vine:before { content: $fa-var-vine; } +.#{$fa-css-prefix}-codepen:before { content: $fa-var-codepen; } +.#{$fa-css-prefix}-jsfiddle:before { content: $fa-var-jsfiddle; } +.#{$fa-css-prefix}-life-bouy:before, +.#{$fa-css-prefix}-life-buoy:before, +.#{$fa-css-prefix}-life-saver:before, +.#{$fa-css-prefix}-support:before, +.#{$fa-css-prefix}-life-ring:before { content: $fa-var-life-ring; } +.#{$fa-css-prefix}-circle-o-notch:before { content: $fa-var-circle-o-notch; } +.#{$fa-css-prefix}-ra:before, +.#{$fa-css-prefix}-resistance:before, +.#{$fa-css-prefix}-rebel:before { content: $fa-var-rebel; } +.#{$fa-css-prefix}-ge:before, +.#{$fa-css-prefix}-empire:before { content: $fa-var-empire; } +.#{$fa-css-prefix}-git-square:before { content: $fa-var-git-square; } +.#{$fa-css-prefix}-git:before { content: $fa-var-git; } +.#{$fa-css-prefix}-y-combinator-square:before, +.#{$fa-css-prefix}-yc-square:before, +.#{$fa-css-prefix}-hacker-news:before { content: $fa-var-hacker-news; } +.#{$fa-css-prefix}-tencent-weibo:before { content: $fa-var-tencent-weibo; } +.#{$fa-css-prefix}-qq:before { content: $fa-var-qq; } +.#{$fa-css-prefix}-wechat:before, +.#{$fa-css-prefix}-weixin:before { content: $fa-var-weixin; } +.#{$fa-css-prefix}-send:before, +.#{$fa-css-prefix}-paper-plane:before { content: $fa-var-paper-plane; } +.#{$fa-css-prefix}-send-o:before, +.#{$fa-css-prefix}-paper-plane-o:before { content: $fa-var-paper-plane-o; } +.#{$fa-css-prefix}-history:before { content: $fa-var-history; } +.#{$fa-css-prefix}-circle-thin:before { content: $fa-var-circle-thin; } +.#{$fa-css-prefix}-heading:before, +.#{$fa-css-prefix}-header:before { content: $fa-var-header; } +.#{$fa-css-prefix}-paragraph:before { content: $fa-var-paragraph; } +.#{$fa-css-prefix}-sliders:before { content: $fa-var-sliders; } +.#{$fa-css-prefix}-share-alt:before { content: $fa-var-share-alt; } +.#{$fa-css-prefix}-share-alt-square:before { content: $fa-var-share-alt-square; } +.#{$fa-css-prefix}-bomb:before { content: $fa-var-bomb; } +.#{$fa-css-prefix}-soccer-ball-o:before, +.#{$fa-css-prefix}-futbol-o:before { content: $fa-var-futbol-o; } +.#{$fa-css-prefix}-tty:before { content: $fa-var-tty; } +.#{$fa-css-prefix}-binoculars:before { content: $fa-var-binoculars; } +.#{$fa-css-prefix}-plug:before { content: $fa-var-plug; } +.#{$fa-css-prefix}-slideshare:before { content: $fa-var-slideshare; } +.#{$fa-css-prefix}-twitch:before { content: $fa-var-twitch; } +.#{$fa-css-prefix}-yelp:before { content: $fa-var-yelp; } +.#{$fa-css-prefix}-newspaper-o:before { content: $fa-var-newspaper-o; } +.#{$fa-css-prefix}-wifi:before { content: $fa-var-wifi; } +.#{$fa-css-prefix}-calculator:before { content: $fa-var-calculator; } +.#{$fa-css-prefix}-paypal:before { content: $fa-var-paypal; } +.#{$fa-css-prefix}-google-wallet:before { content: $fa-var-google-wallet; } +.#{$fa-css-prefix}-cc-visa:before { content: $fa-var-cc-visa; } +.#{$fa-css-prefix}-cc-mastercard:before { content: $fa-var-cc-mastercard; } +.#{$fa-css-prefix}-cc-discover:before { content: $fa-var-cc-discover; } +.#{$fa-css-prefix}-cc-amex:before { content: $fa-var-cc-amex; } +.#{$fa-css-prefix}-cc-paypal:before { content: $fa-var-cc-paypal; } +.#{$fa-css-prefix}-cc-stripe:before { content: $fa-var-cc-stripe; } +.#{$fa-css-prefix}-bell-slash:before { content: $fa-var-bell-slash; } +.#{$fa-css-prefix}-bell-slash-o:before { content: $fa-var-bell-slash-o; } +.#{$fa-css-prefix}-trash:before { content: $fa-var-trash; } +.#{$fa-css-prefix}-copyright:before { content: $fa-var-copyright; } +.#{$fa-css-prefix}-at:before { content: $fa-var-at; } +.#{$fa-css-prefix}-eyedropper:before { content: $fa-var-eyedropper; } +.#{$fa-css-prefix}-paint-brush:before { content: $fa-var-paint-brush; } +.#{$fa-css-prefix}-birthday-cake:before { content: $fa-var-birthday-cake; } +.#{$fa-css-prefix}-area-chart:before { content: $fa-var-area-chart; } +.#{$fa-css-prefix}-pie-chart:before { content: $fa-var-pie-chart; } +.#{$fa-css-prefix}-line-chart:before { content: $fa-var-line-chart; } +.#{$fa-css-prefix}-lastfm:before { content: $fa-var-lastfm; } +.#{$fa-css-prefix}-lastfm-square:before { content: $fa-var-lastfm-square; } +.#{$fa-css-prefix}-toggle-off:before { content: $fa-var-toggle-off; } +.#{$fa-css-prefix}-toggle-on:before { content: $fa-var-toggle-on; } +.#{$fa-css-prefix}-bicycle:before { content: $fa-var-bicycle; } +.#{$fa-css-prefix}-bus:before { content: $fa-var-bus; } +.#{$fa-css-prefix}-ioxhost:before { content: $fa-var-ioxhost; } +.#{$fa-css-prefix}-angellist:before { content: $fa-var-angellist; } +.#{$fa-css-prefix}-closed-captioning:before, +.#{$fa-css-prefix}-cc:before { content: $fa-var-cc; } +.#{$fa-css-prefix}-shekel:before, +.#{$fa-css-prefix}-sheqel:before, +.#{$fa-css-prefix}-ils:before { content: $fa-var-ils; } +.#{$fa-css-prefix}-meanpath:before { content: $fa-var-meanpath; } +.#{$fa-css-prefix}-buysellads:before { content: $fa-var-buysellads; } +.#{$fa-css-prefix}-connectdevelop:before { content: $fa-var-connectdevelop; } +.#{$fa-css-prefix}-dashcube:before { content: $fa-var-dashcube; } +.#{$fa-css-prefix}-forumbee:before { content: $fa-var-forumbee; } +.#{$fa-css-prefix}-leanpub:before { content: $fa-var-leanpub; } +.#{$fa-css-prefix}-sellsy:before { content: $fa-var-sellsy; } +.#{$fa-css-prefix}-shirtsinbulk:before { content: $fa-var-shirtsinbulk; } +.#{$fa-css-prefix}-simplybuilt:before { content: $fa-var-simplybuilt; } +.#{$fa-css-prefix}-skyatlas:before { content: $fa-var-skyatlas; } +.#{$fa-css-prefix}-cart-plus:before { content: $fa-var-cart-plus; } +.#{$fa-css-prefix}-cart-arrow-down:before { content: $fa-var-cart-arrow-down; } +.#{$fa-css-prefix}-gem:before, +.#{$fa-css-prefix}-diamond:before { content: $fa-var-diamond; } +.#{$fa-css-prefix}-ship:before { content: $fa-var-ship; } +.#{$fa-css-prefix}-user-secret:before { content: $fa-var-user-secret; } +.#{$fa-css-prefix}-motorcycle:before { content: $fa-var-motorcycle; } +.#{$fa-css-prefix}-street-view:before { content: $fa-var-street-view; } +.#{$fa-css-prefix}-heartbeat:before { content: $fa-var-heartbeat; } +.#{$fa-css-prefix}-venus:before { content: $fa-var-venus; } +.#{$fa-css-prefix}-mars:before { content: $fa-var-mars; } +.#{$fa-css-prefix}-mercury:before { content: $fa-var-mercury; } +.#{$fa-css-prefix}-intersex:before, +.#{$fa-css-prefix}-transgender:before { content: $fa-var-transgender; } +.#{$fa-css-prefix}-transgender-alt:before { content: $fa-var-transgender-alt; } +.#{$fa-css-prefix}-venus-double:before { content: $fa-var-venus-double; } +.#{$fa-css-prefix}-mars-double:before { content: $fa-var-mars-double; } +.#{$fa-css-prefix}-venus-mars:before { content: $fa-var-venus-mars; } +.#{$fa-css-prefix}-mars-stroke:before { content: $fa-var-mars-stroke; } +.#{$fa-css-prefix}-mars-stroke-v:before { content: $fa-var-mars-stroke-v; } +.#{$fa-css-prefix}-mars-stroke-h:before { content: $fa-var-mars-stroke-h; } +.#{$fa-css-prefix}-neuter:before { content: $fa-var-neuter; } +.#{$fa-css-prefix}-genderless:before { content: $fa-var-genderless; } +.#{$fa-css-prefix}-facebook-official:before { content: $fa-var-facebook-official; } +.#{$fa-css-prefix}-pinterest-p:before { content: $fa-var-pinterest-p; } +.#{$fa-css-prefix}-whatsapp:before { content: $fa-var-whatsapp; } +.#{$fa-css-prefix}-server:before { content: $fa-var-server; } +.#{$fa-css-prefix}-user-plus:before { content: $fa-var-user-plus; } +.#{$fa-css-prefix}-user-times:before { content: $fa-var-user-times; } +.#{$fa-css-prefix}-hotel:before, +.#{$fa-css-prefix}-bed:before { content: $fa-var-bed; } +.#{$fa-css-prefix}-viacoin:before { content: $fa-var-viacoin; } +.#{$fa-css-prefix}-train:before { content: $fa-var-train; } +.#{$fa-css-prefix}-subway:before { content: $fa-var-subway; } +.#{$fa-css-prefix}-medium:before { content: $fa-var-medium; } +.#{$fa-css-prefix}-medium-square:before { content: $fa-var-medium-square; } +.#{$fa-css-prefix}-yc:before, +.#{$fa-css-prefix}-y-combinator:before { content: $fa-var-y-combinator; } +.#{$fa-css-prefix}-optin-monster:before { content: $fa-var-optin-monster; } +.#{$fa-css-prefix}-opencart:before { content: $fa-var-opencart; } +.#{$fa-css-prefix}-expeditedssl:before { content: $fa-var-expeditedssl; } +.#{$fa-css-prefix}-battery-4:before, +.#{$fa-css-prefix}-battery:before, +.#{$fa-css-prefix}-battery-full:before { content: $fa-var-battery-full; } +.#{$fa-css-prefix}-battery-3:before, +.#{$fa-css-prefix}-battery-three-quarters:before { content: $fa-var-battery-three-quarters; } +.#{$fa-css-prefix}-battery-2:before, +.#{$fa-css-prefix}-battery-half:before { content: $fa-var-battery-half; } +.#{$fa-css-prefix}-battery-1:before, +.#{$fa-css-prefix}-battery-quarter:before { content: $fa-var-battery-quarter; } +.#{$fa-css-prefix}-battery-0:before, +.#{$fa-css-prefix}-battery-empty:before { content: $fa-var-battery-empty; } +.#{$fa-css-prefix}-mouse-pointer:before { content: $fa-var-mouse-pointer; } +.#{$fa-css-prefix}-i-cursor:before { content: $fa-var-i-cursor; } +.#{$fa-css-prefix}-object-group:before { content: $fa-var-object-group; } +.#{$fa-css-prefix}-object-ungroup:before { content: $fa-var-object-ungroup; } +.#{$fa-css-prefix}-sticky-note:before { content: $fa-var-sticky-note; } +.#{$fa-css-prefix}-sticky-note-o:before { content: $fa-var-sticky-note-o; } +.#{$fa-css-prefix}-cc-jcb:before { content: $fa-var-cc-jcb; } +.#{$fa-css-prefix}-cc-diners-club:before { content: $fa-var-cc-diners-club; } +.#{$fa-css-prefix}-clone:before { content: $fa-var-clone; } +.#{$fa-css-prefix}-balance-scale:before { content: $fa-var-balance-scale; } +.#{$fa-css-prefix}-hourglass-o:before { content: $fa-var-hourglass-o; } +.#{$fa-css-prefix}-hourglass-1:before, +.#{$fa-css-prefix}-hourglass-start:before { content: $fa-var-hourglass-start; } +.#{$fa-css-prefix}-hourglass-2:before, +.#{$fa-css-prefix}-hourglass-half:before { content: $fa-var-hourglass-half; } +.#{$fa-css-prefix}-hourglass-3:before, +.#{$fa-css-prefix}-hourglass-end:before { content: $fa-var-hourglass-end; } +.#{$fa-css-prefix}-hourglass:before { content: $fa-var-hourglass; } +.#{$fa-css-prefix}-hand-grab-o:before, +.#{$fa-css-prefix}-hand-rock-o:before { content: $fa-var-hand-rock-o; } +.#{$fa-css-prefix}-hand-stop-o:before, +.#{$fa-css-prefix}-hand-paper-o:before { content: $fa-var-hand-paper-o; } +.#{$fa-css-prefix}-hand-scissors-o:before { content: $fa-var-hand-scissors-o; } +.#{$fa-css-prefix}-hand-lizard-o:before { content: $fa-var-hand-lizard-o; } +.#{$fa-css-prefix}-hand-spock-o:before { content: $fa-var-hand-spock-o; } +.#{$fa-css-prefix}-hand-pointer-o:before { content: $fa-var-hand-pointer-o; } +.#{$fa-css-prefix}-hand-peace-o:before { content: $fa-var-hand-peace-o; } +.#{$fa-css-prefix}-trademark:before { content: $fa-var-trademark; } +.#{$fa-css-prefix}-registered:before { content: $fa-var-registered; } +.#{$fa-css-prefix}-creative-commons:before { content: $fa-var-creative-commons; } +.#{$fa-css-prefix}-gg:before { content: $fa-var-gg; } +.#{$fa-css-prefix}-gg-circle:before { content: $fa-var-gg-circle; } +.#{$fa-css-prefix}-tripadvisor:before { content: $fa-var-tripadvisor; } +.#{$fa-css-prefix}-odnoklassniki:before { content: $fa-var-odnoklassniki; } +.#{$fa-css-prefix}-odnoklassniki-square:before { content: $fa-var-odnoklassniki-square; } +.#{$fa-css-prefix}-get-pocket:before { content: $fa-var-get-pocket; } +.#{$fa-css-prefix}-wikipedia-w:before { content: $fa-var-wikipedia-w; } +.#{$fa-css-prefix}-safari:before { content: $fa-var-safari; } +.#{$fa-css-prefix}-chrome:before { content: $fa-var-chrome; } +.#{$fa-css-prefix}-firefox:before { content: $fa-var-firefox; } +.#{$fa-css-prefix}-opera:before { content: $fa-var-opera; } +.#{$fa-css-prefix}-internet-explorer:before { content: $fa-var-internet-explorer; } +.#{$fa-css-prefix}-tv:before, +.#{$fa-css-prefix}-television:before { content: $fa-var-television; } +.#{$fa-css-prefix}-contao:before { content: $fa-var-contao; } +.#{$fa-css-prefix}-500px:before { content: $fa-var-500px; } +.#{$fa-css-prefix}-amazon:before { content: $fa-var-amazon; } +.#{$fa-css-prefix}-calendar-plus-o:before { content: $fa-var-calendar-plus-o; } +.#{$fa-css-prefix}-calendar-minus-o:before { content: $fa-var-calendar-minus-o; } +.#{$fa-css-prefix}-calendar-times-o:before { content: $fa-var-calendar-times-o; } +.#{$fa-css-prefix}-calendar-check-o:before { content: $fa-var-calendar-check-o; } +.#{$fa-css-prefix}-industry:before { content: $fa-var-industry; } +.#{$fa-css-prefix}-map-pin:before { content: $fa-var-map-pin; } +.#{$fa-css-prefix}-map-signs:before { content: $fa-var-map-signs; } +.#{$fa-css-prefix}-map-o:before { content: $fa-var-map-o; } +.#{$fa-css-prefix}-map:before { content: $fa-var-map; } +.#{$fa-css-prefix}-commenting:before { content: $fa-var-commenting; } +.#{$fa-css-prefix}-commenting-o:before { content: $fa-var-commenting-o; } +.#{$fa-css-prefix}-houzz:before { content: $fa-var-houzz; } +.#{$fa-css-prefix}-vimeo-v:before, +.#{$fa-css-prefix}-vimeo:before { content: $fa-var-vimeo; } +.#{$fa-css-prefix}-black-tie:before { content: $fa-var-black-tie; } +.#{$fa-css-prefix}-fonticons:before { content: $fa-var-fonticons; } +.#{$fa-css-prefix}-reddit-alien:before { content: $fa-var-reddit-alien; } +.#{$fa-css-prefix}-edge:before { content: $fa-var-edge; } +.#{$fa-css-prefix}-credit-card-alt:before { content: $fa-var-credit-card-alt; } +.#{$fa-css-prefix}-codiepie:before { content: $fa-var-codiepie; } +.#{$fa-css-prefix}-modx:before { content: $fa-var-modx; } +.#{$fa-css-prefix}-fort-awesome:before { content: $fa-var-fort-awesome; } +.#{$fa-css-prefix}-usb:before { content: $fa-var-usb; } +.#{$fa-css-prefix}-product-hunt:before { content: $fa-var-product-hunt; } +.#{$fa-css-prefix}-mixcloud:before { content: $fa-var-mixcloud; } +.#{$fa-css-prefix}-scribd:before { content: $fa-var-scribd; } +.#{$fa-css-prefix}-pause-circle:before { content: $fa-var-pause-circle; } +.#{$fa-css-prefix}-pause-circle-o:before { content: $fa-var-pause-circle-o; } +.#{$fa-css-prefix}-stop-circle:before { content: $fa-var-stop-circle; } +.#{$fa-css-prefix}-stop-circle-o:before { content: $fa-var-stop-circle-o; } +.#{$fa-css-prefix}-shopping-bag:before { content: $fa-var-shopping-bag; } +.#{$fa-css-prefix}-shopping-basket:before { content: $fa-var-shopping-basket; } +.#{$fa-css-prefix}-hashtag:before { content: $fa-var-hashtag; } +.#{$fa-css-prefix}-bluetooth:before { content: $fa-var-bluetooth; } +.#{$fa-css-prefix}-bluetooth-b:before { content: $fa-var-bluetooth-b; } +.#{$fa-css-prefix}-percent:before { content: $fa-var-percent; } +.#{$fa-css-prefix}-gitlab:before { content: $fa-var-gitlab; } +.#{$fa-css-prefix}-wpbeginner:before { content: $fa-var-wpbeginner; } +.#{$fa-css-prefix}-wpforms:before { content: $fa-var-wpforms; } +.#{$fa-css-prefix}-envira:before { content: $fa-var-envira; } +.#{$fa-css-prefix}-universal-access:before { content: $fa-var-universal-access; } +.#{$fa-css-prefix}-wheelchair-alt:before { content: $fa-var-wheelchair-alt; } +.#{$fa-css-prefix}-question-circle-o:before { content: $fa-var-question-circle-o; } +.#{$fa-css-prefix}-blind:before { content: $fa-var-blind; } +.#{$fa-css-prefix}-audio-description:before { content: $fa-var-audio-description; } +.#{$fa-css-prefix}-phone-volume:before, +.#{$fa-css-prefix}-volume-control-phone:before { content: $fa-var-volume-control-phone; } +.#{$fa-css-prefix}-braille:before { content: $fa-var-braille; } +.#{$fa-css-prefix}-assistive-listening-systems:before { content: $fa-var-assistive-listening-systems; } +.#{$fa-css-prefix}-asl-interpreting:before, +.#{$fa-css-prefix}-american-sign-language-interpreting:before { content: $fa-var-american-sign-language-interpreting; } +.#{$fa-css-prefix}-deafness:before, +.#{$fa-css-prefix}-hard-of-hearing:before, +.#{$fa-css-prefix}-deaf:before { content: $fa-var-deaf; } +.#{$fa-css-prefix}-glide:before { content: $fa-var-glide; } +.#{$fa-css-prefix}-glide-g:before { content: $fa-var-glide-g; } +.#{$fa-css-prefix}-signing:before, +.#{$fa-css-prefix}-sign-language:before { content: $fa-var-sign-language; } +.#{$fa-css-prefix}-low-vision:before { content: $fa-var-low-vision; } +.#{$fa-css-prefix}-viadeo:before { content: $fa-var-viadeo; } +.#{$fa-css-prefix}-viadeo-square:before { content: $fa-var-viadeo-square; } +.#{$fa-css-prefix}-snapchat:before { content: $fa-var-snapchat; } +.#{$fa-css-prefix}-snapchat-ghost:before { content: $fa-var-snapchat-ghost; } +.#{$fa-css-prefix}-snapchat-square:before { content: $fa-var-snapchat-square; } +.#{$fa-css-prefix}-first-order:before { content: $fa-var-first-order; } +.#{$fa-css-prefix}-yoast:before { content: $fa-var-yoast; } +.#{$fa-css-prefix}-themeisle:before { content: $fa-var-themeisle; } +.#{$fa-css-prefix}-google-plus-circle:before, +.#{$fa-css-prefix}-google-plus-official:before { content: $fa-var-google-plus-official; } +.#{$fa-css-prefix}-fa:before, +.#{$fa-css-prefix}-font-awesome:before { content: $fa-var-font-awesome; } +.#{$fa-css-prefix}-handshake-o:before { content: $fa-var-handshake-o; } +.#{$fa-css-prefix}-envelope-open:before { content: $fa-var-envelope-open; } +.#{$fa-css-prefix}-envelope-open-o:before { content: $fa-var-envelope-open-o; } +.#{$fa-css-prefix}-linode:before { content: $fa-var-linode; } +.#{$fa-css-prefix}-address-book:before { content: $fa-var-address-book; } +.#{$fa-css-prefix}-address-book-o:before { content: $fa-var-address-book-o; } +.#{$fa-css-prefix}-vcard:before, +.#{$fa-css-prefix}-address-card:before { content: $fa-var-address-card; } +.#{$fa-css-prefix}-vcard-o:before, +.#{$fa-css-prefix}-address-card-o:before { content: $fa-var-address-card-o; } +.#{$fa-css-prefix}-user-circle:before { content: $fa-var-user-circle; } +.#{$fa-css-prefix}-user-circle-o:before { content: $fa-var-user-circle-o; } +.#{$fa-css-prefix}-user-o:before { content: $fa-var-user-o; } +.#{$fa-css-prefix}-id-badge:before { content: $fa-var-id-badge; } +.#{$fa-css-prefix}-drivers-license:before, +.#{$fa-css-prefix}-id-card:before { content: $fa-var-id-card; } +.#{$fa-css-prefix}-drivers-license-o:before, +.#{$fa-css-prefix}-id-card-o:before { content: $fa-var-id-card-o; } +.#{$fa-css-prefix}-quora:before { content: $fa-var-quora; } +.#{$fa-css-prefix}-free-code-camp:before { content: $fa-var-free-code-camp; } +.#{$fa-css-prefix}-telegram:before { content: $fa-var-telegram; } +.#{$fa-css-prefix}-thermometer-4:before, +.#{$fa-css-prefix}-thermometer:before, +.#{$fa-css-prefix}-thermometer-full:before { content: $fa-var-thermometer-full; } +.#{$fa-css-prefix}-thermometer-3:before, +.#{$fa-css-prefix}-thermometer-three-quarters:before { content: $fa-var-thermometer-three-quarters; } +.#{$fa-css-prefix}-thermometer-2:before, +.#{$fa-css-prefix}-thermometer-half:before { content: $fa-var-thermometer-half; } +.#{$fa-css-prefix}-thermometer-1:before, +.#{$fa-css-prefix}-thermometer-quarter:before { content: $fa-var-thermometer-quarter; } +.#{$fa-css-prefix}-thermometer-0:before, +.#{$fa-css-prefix}-thermometer-empty:before { content: $fa-var-thermometer-empty; } +.#{$fa-css-prefix}-shower:before { content: $fa-var-shower; } +.#{$fa-css-prefix}-bathtub:before, +.#{$fa-css-prefix}-s15:before, +.#{$fa-css-prefix}-bath:before { content: $fa-var-bath; } +.#{$fa-css-prefix}-podcast:before { content: $fa-var-podcast; } +.#{$fa-css-prefix}-window-maximize:before { content: $fa-var-window-maximize; } +.#{$fa-css-prefix}-window-minimize:before { content: $fa-var-window-minimize; } +.#{$fa-css-prefix}-window-restore:before { content: $fa-var-window-restore; } +.#{$fa-css-prefix}-times-rectangle:before, +.#{$fa-css-prefix}-window-close:before { content: $fa-var-window-close; } +.#{$fa-css-prefix}-times-rectangle-o:before, +.#{$fa-css-prefix}-window-close-o:before { content: $fa-var-window-close-o; } +.#{$fa-css-prefix}-bandcamp:before { content: $fa-var-bandcamp; } +.#{$fa-css-prefix}-grav:before { content: $fa-var-grav; } +.#{$fa-css-prefix}-etsy:before { content: $fa-var-etsy; } +.#{$fa-css-prefix}-imdb:before { content: $fa-var-imdb; } +.#{$fa-css-prefix}-ravelry:before { content: $fa-var-ravelry; } +.#{$fa-css-prefix}-eercast:before { content: $fa-var-eercast; } +.#{$fa-css-prefix}-microchip:before { content: $fa-var-microchip; } +.#{$fa-css-prefix}-snowflake-o:before { content: $fa-var-snowflake-o; } +.#{$fa-css-prefix}-superpowers:before { content: $fa-var-superpowers; } +.#{$fa-css-prefix}-wpexplorer:before { content: $fa-var-wpexplorer; } +.#{$fa-css-prefix}-meetup:before { content: $fa-var-meetup; } +.#{$fa-css-prefix}-mastodon:before { content: $fa-var-mastodon; } +.#{$fa-css-prefix}-mastodon-alt:before { content: $fa-var-mastodon-alt; } +.#{$fa-css-prefix}-fork-circle:before, +.#{$fa-css-prefix}-fork-awesome:before { content: $fa-var-fork-awesome; } +.#{$fa-css-prefix}-peertube:before { content: $fa-var-peertube; } +.#{$fa-css-prefix}-diaspora:before { content: $fa-var-diaspora; } +.#{$fa-css-prefix}-friendica:before { content: $fa-var-friendica; } +.#{$fa-css-prefix}-gnu-social:before { content: $fa-var-gnu-social; } +.#{$fa-css-prefix}-liberapay-square:before { content: $fa-var-liberapay-square; } +.#{$fa-css-prefix}-liberapay:before { content: $fa-var-liberapay; } +.#{$fa-css-prefix}-ssb:before, +.#{$fa-css-prefix}-scuttlebutt:before { content: $fa-var-scuttlebutt; } +.#{$fa-css-prefix}-hubzilla:before { content: $fa-var-hubzilla; } +.#{$fa-css-prefix}-social-home:before { content: $fa-var-social-home; } +.#{$fa-css-prefix}-artstation:before { content: $fa-var-artstation; } +.#{$fa-css-prefix}-discord:before { content: $fa-var-discord; } +.#{$fa-css-prefix}-discord-alt:before { content: $fa-var-discord-alt; } +.#{$fa-css-prefix}-patreon:before { content: $fa-var-patreon; } +.#{$fa-css-prefix}-snowdrift:before { content: $fa-var-snowdrift; } +.#{$fa-css-prefix}-activitypub:before { content: $fa-var-activitypub; } +.#{$fa-css-prefix}-ethereum:before { content: $fa-var-ethereum; } +.#{$fa-css-prefix}-keybase:before { content: $fa-var-keybase; } +.#{$fa-css-prefix}-shaarli:before { content: $fa-var-shaarli; } +.#{$fa-css-prefix}-shaarli-o:before { content: $fa-var-shaarli-o; } +.#{$fa-css-prefix}-cut-key:before, +.#{$fa-css-prefix}-key-modern:before { content: $fa-var-key-modern; } +.#{$fa-css-prefix}-xmpp:before { content: $fa-var-xmpp; } +.#{$fa-css-prefix}-archive-org:before { content: $fa-var-archive-org; } +.#{$fa-css-prefix}-freedombox:before { content: $fa-var-freedombox; } +.#{$fa-css-prefix}-facebook-messenger:before { content: $fa-var-facebook-messenger; } +.#{$fa-css-prefix}-debian:before { content: $fa-var-debian; } +.#{$fa-css-prefix}-mastodon-square:before { content: $fa-var-mastodon-square; } +.#{$fa-css-prefix}-tipeee:before { content: $fa-var-tipeee; } +.#{$fa-css-prefix}-react:before { content: $fa-var-react; } +.#{$fa-css-prefix}-dogmazic:before { content: $fa-var-dogmazic; } +.#{$fa-css-prefix}-zotero:before { content: $fa-var-zotero; } +.#{$fa-css-prefix}-nodejs:before { content: $fa-var-nodejs; } +.#{$fa-css-prefix}-nextcloud:before { content: $fa-var-nextcloud; } +.#{$fa-css-prefix}-nextcloud-square:before { content: $fa-var-nextcloud-square; } +.#{$fa-css-prefix}-hackaday:before { content: $fa-var-hackaday; } +.#{$fa-css-prefix}-laravel:before { content: $fa-var-laravel; } +.#{$fa-css-prefix}-signalapp:before { content: $fa-var-signalapp; } +.#{$fa-css-prefix}-gnupg:before { content: $fa-var-gnupg; } +.#{$fa-css-prefix}-php:before { content: $fa-var-php; } +.#{$fa-css-prefix}-ffmpeg:before { content: $fa-var-ffmpeg; } +.#{$fa-css-prefix}-joplin:before { content: $fa-var-joplin; } +.#{$fa-css-prefix}-syncthing:before { content: $fa-var-syncthing; } +.#{$fa-css-prefix}-inkscape:before { content: $fa-var-inkscape; } +.#{$fa-css-prefix}-matrix-org:before { content: $fa-var-matrix-org; } +.#{$fa-css-prefix}-pixelfed:before { content: $fa-var-pixelfed; } +.#{$fa-css-prefix}-bootstrap:before { content: $fa-var-bootstrap; } +.#{$fa-css-prefix}-dev-to:before { content: $fa-var-dev-to; } +.#{$fa-css-prefix}-hashnode:before { content: $fa-var-hashnode; } +.#{$fa-css-prefix}-jirafeau:before { content: $fa-var-jirafeau; } +.#{$fa-css-prefix}-emby:before { content: $fa-var-emby; } +.#{$fa-css-prefix}-wikidata:before { content: $fa-var-wikidata; } +.#{$fa-css-prefix}-gimp:before { content: $fa-var-gimp; } +.#{$fa-css-prefix}-c:before { content: $fa-var-c; } +.#{$fa-css-prefix}-digitalocean:before { content: $fa-var-digitalocean; } +.#{$fa-css-prefix}-att:before { content: $fa-var-att; } +.#{$fa-css-prefix}-gitea:before { content: $fa-var-gitea; } +.#{$fa-css-prefix}-file-epub:before { content: $fa-var-file-epub; } +.#{$fa-css-prefix}-python:before { content: $fa-var-python; } +.#{$fa-css-prefix}-archlinux:before { content: $fa-var-archlinux; } +.#{$fa-css-prefix}-pleroma:before { content: $fa-var-pleroma; } +.#{$fa-css-prefix}-unsplash:before { content: $fa-var-unsplash; } +.#{$fa-css-prefix}-hackster:before { content: $fa-var-hackster; } +.#{$fa-css-prefix}-spell-check:before { content: $fa-var-spell-check; } +.#{$fa-css-prefix}-moon:before { content: $fa-var-moon; } +.#{$fa-css-prefix}-sun:before { content: $fa-var-sun; } +.#{$fa-css-prefix}-f-droid:before { content: $fa-var-f-droid; } +.#{$fa-css-prefix}-biometric:before { content: $fa-var-biometric; } diff --git a/old/themes/varia/static/css/fork-awesome/scss/_larger.scss b/old/themes/varia/static/css/fork-awesome/scss/_larger.scss new file mode 100644 index 0000000..41e9a81 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_larger.scss @@ -0,0 +1,13 @@ +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.#{$fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.#{$fa-css-prefix}-2x { font-size: 2em; } +.#{$fa-css-prefix}-3x { font-size: 3em; } +.#{$fa-css-prefix}-4x { font-size: 4em; } +.#{$fa-css-prefix}-5x { font-size: 5em; } diff --git a/old/themes/varia/static/css/fork-awesome/scss/_list.scss b/old/themes/varia/static/css/fork-awesome/scss/_list.scss new file mode 100644 index 0000000..7d1e4d5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_list.scss @@ -0,0 +1,19 @@ +// List Icons +// ------------------------- + +.#{$fa-css-prefix}-ul { + padding-left: 0; + margin-left: $fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.#{$fa-css-prefix}-li { + position: absolute; + left: -$fa-li-width; + width: $fa-li-width; + top: (2em / 14); + text-align: center; + &.#{$fa-css-prefix}-lg { + left: -$fa-li-width + (4em / 14); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_mixins.scss b/old/themes/varia/static/css/fork-awesome/scss/_mixins.scss new file mode 100644 index 0000000..6fdb128 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_mixins.scss @@ -0,0 +1,60 @@ +// Mixins +// -------------------------- + +@mixin fa-icon() { + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} #{$fa-font-family}; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + +} + +@mixin fa-icon-rotate($degrees, $rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})"; + -webkit-transform: rotate($degrees); + -ms-transform: rotate($degrees); + transform: rotate($degrees); +} + +@mixin fa-icon-flip($horiz, $vert, $rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)"; + -webkit-transform: scale($horiz, $vert); + -ms-transform: scale($horiz, $vert); + transform: scale($horiz, $vert); +} + + +// Only display content to screen readers. A la Bootstrap 4. +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +@mixin sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// +// Credit: HTML5 Boilerplate + +@mixin sr-only-focusable { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_path.scss b/old/themes/varia/static/css/fork-awesome/scss/_path.scss new file mode 100644 index 0000000..5480425 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_path.scss @@ -0,0 +1,15 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: '#{$fa-font-family}'; + src: url('#{$fa-font-path}/forkawesome-webfont.eot?v=#{$fa-version}'); + src: url('#{$fa-font-path}/forkawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), + url('#{$fa-font-path}/forkawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), + url('#{$fa-font-path}/forkawesome-webfont.woff?v=#{$fa-version}') format('woff'), + url('#{$fa-font-path}/forkawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), + url('#{$fa-font-path}/forkawesome-webfont.svg?v=#{$fa-version}#forkawesomeregular') format('svg'); +// src: url('#{$fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_rotated-flipped.scss b/old/themes/varia/static/css/fork-awesome/scss/_rotated-flipped.scss new file mode 100644 index 0000000..a3558fd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_rotated-flipped.scss @@ -0,0 +1,20 @@ +// Rotated & Flipped Icons +// ------------------------- + +.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } +.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } +.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } + +.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } +.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .#{$fa-css-prefix}-rotate-90, +:root .#{$fa-css-prefix}-rotate-180, +:root .#{$fa-css-prefix}-rotate-270, +:root .#{$fa-css-prefix}-flip-horizontal, +:root .#{$fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/old/themes/varia/static/css/fork-awesome/scss/_screen-reader.scss b/old/themes/varia/static/css/fork-awesome/scss/_screen-reader.scss new file mode 100644 index 0000000..637426f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_screen-reader.scss @@ -0,0 +1,5 @@ +// Screen Readers +// ------------------------- + +.sr-only { @include sr-only(); } +.sr-only-focusable { @include sr-only-focusable(); } diff --git a/old/themes/varia/static/css/fork-awesome/scss/_stacked.scss b/old/themes/varia/static/css/fork-awesome/scss/_stacked.scss new file mode 100644 index 0000000..aef7403 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_stacked.scss @@ -0,0 +1,20 @@ +// Stacked Icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.#{$fa-css-prefix}-stack-1x { line-height: inherit; } +.#{$fa-css-prefix}-stack-2x { font-size: 2em; } +.#{$fa-css-prefix}-inverse { color: $fa-inverse; } diff --git a/old/themes/varia/static/css/fork-awesome/scss/_variables.scss b/old/themes/varia/static/css/fork-awesome/scss/_variables.scss new file mode 100644 index 0000000..8666305 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/_variables.scss @@ -0,0 +1,890 @@ +// Variables +// -------------------------- + +$fa-font-path: "../fonts" !default; +$fa-font-size-base: 14px !default; +$fa-line-height-base: 1 !default; +$fa-css-prefix: "fa" !default; +$fa-font-family: "ForkAwesome" !default; +$fa-version: "1.1.7" !default; +$fa-border-color: #eee !default; +$fa-inverse: #fff !default; +$fa-li-width: (30em / 14) !default; + +$fa-var-500px: "\f26e"; +$fa-var-activitypub: "\f2f2"; +$fa-var-address-book: "\f2b9"; +$fa-var-address-book-o: "\f2ba"; +$fa-var-address-card: "\f2bb"; +$fa-var-address-card-o: "\f2bc"; +$fa-var-adjust: "\f042"; +$fa-var-adn: "\f170"; +$fa-var-align-center: "\f037"; +$fa-var-align-justify: "\f039"; +$fa-var-align-left: "\f036"; +$fa-var-align-right: "\f038"; +$fa-var-amazon: "\f270"; +$fa-var-ambulance: "\f0f9"; +$fa-var-american-sign-language-interpreting: "\f2a3"; +$fa-var-anchor: "\f13d"; +$fa-var-android: "\f17b"; +$fa-var-angellist: "\f209"; +$fa-var-angle-double-down: "\f103"; +$fa-var-angle-double-left: "\f100"; +$fa-var-angle-double-right: "\f101"; +$fa-var-angle-double-up: "\f102"; +$fa-var-angle-down: "\f107"; +$fa-var-angle-left: "\f104"; +$fa-var-angle-right: "\f105"; +$fa-var-angle-up: "\f106"; +$fa-var-apple: "\f179"; +$fa-var-archive: "\f187"; +$fa-var-archive-org: "\f2fc"; +$fa-var-archlinux: "\f323"; +$fa-var-area-chart: "\f1fe"; +$fa-var-arrow-circle-down: "\f0ab"; +$fa-var-arrow-circle-left: "\f0a8"; +$fa-var-arrow-circle-o-down: "\f01a"; +$fa-var-arrow-circle-o-left: "\f190"; +$fa-var-arrow-circle-o-right: "\f18e"; +$fa-var-arrow-circle-o-up: "\f01b"; +$fa-var-arrow-circle-right: "\f0a9"; +$fa-var-arrow-circle-up: "\f0aa"; +$fa-var-arrow-down: "\f063"; +$fa-var-arrow-left: "\f060"; +$fa-var-arrow-right: "\f061"; +$fa-var-arrow-up: "\f062"; +$fa-var-arrows: "\f047"; +$fa-var-arrows-alt: "\f0b2"; +$fa-var-arrows-h: "\f07e"; +$fa-var-arrows-v: "\f07d"; +$fa-var-artstation: "\f2ed"; +$fa-var-asl-interpreting: "\f2a3"; +$fa-var-assistive-listening-systems: "\f2a2"; +$fa-var-asterisk: "\f069"; +$fa-var-at: "\f1fa"; +$fa-var-att: "\f31e"; +$fa-var-audio-description: "\f29e"; +$fa-var-automobile: "\f1b9"; +$fa-var-backward: "\f04a"; +$fa-var-balance-scale: "\f24e"; +$fa-var-ban: "\f05e"; +$fa-var-bandcamp: "\f2d5"; +$fa-var-bank: "\f19c"; +$fa-var-bar-chart: "\f080"; +$fa-var-bar-chart-o: "\f080"; +$fa-var-barcode: "\f02a"; +$fa-var-bars: "\f0c9"; +$fa-var-bath: "\f2cd"; +$fa-var-bathtub: "\f2cd"; +$fa-var-battery: "\f240"; +$fa-var-battery-0: "\f244"; +$fa-var-battery-1: "\f243"; +$fa-var-battery-2: "\f242"; +$fa-var-battery-3: "\f241"; +$fa-var-battery-4: "\f240"; +$fa-var-battery-empty: "\f244"; +$fa-var-battery-full: "\f240"; +$fa-var-battery-half: "\f242"; +$fa-var-battery-quarter: "\f243"; +$fa-var-battery-three-quarters: "\f241"; +$fa-var-bed: "\f236"; +$fa-var-beer: "\f0fc"; +$fa-var-behance: "\f1b4"; +$fa-var-behance-square: "\f1b5"; +$fa-var-bell: "\f0a2"; +$fa-var-bell-o: "\f0f3"; +$fa-var-bell-slash: "\f1f6"; +$fa-var-bell-slash-o: "\f1f7"; +$fa-var-bicycle: "\f206"; +$fa-var-binoculars: "\f1e5"; +$fa-var-biometric: "\f32b"; +$fa-var-birthday-cake: "\f1fd"; +$fa-var-bitbucket: "\f171"; +$fa-var-bitbucket-square: "\f172"; +$fa-var-bitcoin: "\f15a"; +$fa-var-black-tie: "\f27e"; +$fa-var-blind: "\f29d"; +$fa-var-bluetooth: "\f293"; +$fa-var-bluetooth-b: "\f294"; +$fa-var-bold: "\f032"; +$fa-var-bolt: "\f0e7"; +$fa-var-bomb: "\f1e2"; +$fa-var-book: "\f02d"; +$fa-var-bookmark: "\f02e"; +$fa-var-bookmark-o: "\f097"; +$fa-var-bootstrap: "\f315"; +$fa-var-braille: "\f2a1"; +$fa-var-briefcase: "\f0b1"; +$fa-var-btc: "\f15a"; +$fa-var-bug: "\f188"; +$fa-var-building: "\f1ad"; +$fa-var-building-o: "\f0f7"; +$fa-var-bullhorn: "\f0a1"; +$fa-var-bullseye: "\f140"; +$fa-var-bus: "\f207"; +$fa-var-buysellads: "\f20d"; +$fa-var-c: "\f31c"; +$fa-var-cab: "\f1ba"; +$fa-var-calculator: "\f1ec"; +$fa-var-calendar: "\f073"; +$fa-var-calendar-check-o: "\f274"; +$fa-var-calendar-minus-o: "\f272"; +$fa-var-calendar-o: "\f133"; +$fa-var-calendar-plus-o: "\f271"; +$fa-var-calendar-times-o: "\f273"; +$fa-var-camera: "\f030"; +$fa-var-camera-retro: "\f083"; +$fa-var-car: "\f1b9"; +$fa-var-caret-down: "\f0d7"; +$fa-var-caret-left: "\f0d9"; +$fa-var-caret-right: "\f0da"; +$fa-var-caret-square-o-down: "\f150"; +$fa-var-caret-square-o-left: "\f191"; +$fa-var-caret-square-o-right: "\f152"; +$fa-var-caret-square-o-up: "\f151"; +$fa-var-caret-up: "\f0d8"; +$fa-var-cart-arrow-down: "\f218"; +$fa-var-cart-plus: "\f217"; +$fa-var-cc: "\f20a"; +$fa-var-cc-amex: "\f1f3"; +$fa-var-cc-diners-club: "\f24c"; +$fa-var-cc-discover: "\f1f2"; +$fa-var-cc-jcb: "\f24b"; +$fa-var-cc-mastercard: "\f1f1"; +$fa-var-cc-paypal: "\f1f4"; +$fa-var-cc-stripe: "\f1f5"; +$fa-var-cc-visa: "\f1f0"; +$fa-var-certificate: "\f0a3"; +$fa-var-chain: "\f0c1"; +$fa-var-chain-broken: "\f127"; +$fa-var-check: "\f00c"; +$fa-var-check-circle: "\f058"; +$fa-var-check-circle-o: "\f05d"; +$fa-var-check-square: "\f14a"; +$fa-var-check-square-o: "\f046"; +$fa-var-chevron-circle-down: "\f13a"; +$fa-var-chevron-circle-left: "\f137"; +$fa-var-chevron-circle-right: "\f138"; +$fa-var-chevron-circle-up: "\f139"; +$fa-var-chevron-down: "\f078"; +$fa-var-chevron-left: "\f053"; +$fa-var-chevron-right: "\f054"; +$fa-var-chevron-up: "\f077"; +$fa-var-child: "\f1ae"; +$fa-var-chrome: "\f268"; +$fa-var-circle: "\f111"; +$fa-var-circle-o: "\f10c"; +$fa-var-circle-o-notch: "\f1ce"; +$fa-var-circle-thin: "\f1db"; +$fa-var-clipboard: "\f0ea"; +$fa-var-clock-o: "\f017"; +$fa-var-clone: "\f24d"; +$fa-var-close: "\f00d"; +$fa-var-closed-captioning: "\f20a"; +$fa-var-cloud: "\f0c2"; +$fa-var-cloud-download: "\f0ed"; +$fa-var-cloud-upload: "\f0ee"; +$fa-var-cny: "\f157"; +$fa-var-code: "\f121"; +$fa-var-code-fork: "\f126"; +$fa-var-codepen: "\f1cb"; +$fa-var-codiepie: "\f284"; +$fa-var-coffee: "\f0f4"; +$fa-var-cog: "\f013"; +$fa-var-cogs: "\f085"; +$fa-var-columns: "\f0db"; +$fa-var-comment: "\f075"; +$fa-var-comment-o: "\f0e5"; +$fa-var-commenting: "\f27a"; +$fa-var-commenting-o: "\f27b"; +$fa-var-comments: "\f086"; +$fa-var-comments-o: "\f0e6"; +$fa-var-community: "\f0c0"; +$fa-var-compass: "\f14e"; +$fa-var-compress: "\f066"; +$fa-var-connectdevelop: "\f20e"; +$fa-var-contao: "\f26d"; +$fa-var-copy: "\f0c5"; +$fa-var-copyright: "\f1f9"; +$fa-var-creative-commons: "\f25e"; +$fa-var-credit-card: "\f09d"; +$fa-var-credit-card-alt: "\f283"; +$fa-var-crop: "\f125"; +$fa-var-crosshairs: "\f05b"; +$fa-var-css3: "\f13c"; +$fa-var-cube: "\f1b2"; +$fa-var-cubes: "\f1b3"; +$fa-var-cut: "\f0c4"; +$fa-var-cut-key: "\f2f7"; +$fa-var-cutlery: "\f0f5"; +$fa-var-dashboard: "\f0e4"; +$fa-var-dashcube: "\f210"; +$fa-var-database: "\f1c0"; +$fa-var-deaf: "\f2a4"; +$fa-var-deafness: "\f2a4"; +$fa-var-debian: "\f2ff"; +$fa-var-dedent: "\f03b"; +$fa-var-delicious: "\f1a5"; +$fa-var-desktop: "\f108"; +$fa-var-dev-to: "\f316"; +$fa-var-deviantart: "\f1bd"; +$fa-var-diamond: "\f219"; +$fa-var-diaspora: "\f2e5"; +$fa-var-digg: "\f1a6"; +$fa-var-digitalocean: "\f31d"; +$fa-var-discord: "\f2ee"; +$fa-var-discord-alt: "\f2ef"; +$fa-var-dogmazic: "\f303"; +$fa-var-dollar: "\f155"; +$fa-var-dot-circle-o: "\f192"; +$fa-var-download: "\f019"; +$fa-var-dribbble: "\f17d"; +$fa-var-drivers-license: "\f2c2"; +$fa-var-drivers-license-o: "\f2c3"; +$fa-var-dropbox: "\f16b"; +$fa-var-drupal: "\f1a9"; +$fa-var-edge: "\f282"; +$fa-var-edit: "\f044"; +$fa-var-eercast: "\f2da"; +$fa-var-eject: "\f052"; +$fa-var-ellipsis-h: "\f141"; +$fa-var-ellipsis-v: "\f142"; +$fa-var-emby: "\f319"; +$fa-var-empire: "\f1d1"; +$fa-var-envelope: "\f0e0"; +$fa-var-envelope-o: "\f003"; +$fa-var-envelope-open: "\f2b6"; +$fa-var-envelope-open-o: "\f2b7"; +$fa-var-envelope-square: "\f199"; +$fa-var-envira: "\f299"; +$fa-var-eraser: "\f12d"; +$fa-var-ethereum: "\f2f3"; +$fa-var-etsy: "\f2d7"; +$fa-var-eur: "\f153"; +$fa-var-euro: "\f153"; +$fa-var-exchange: "\f0ec"; +$fa-var-exclamation: "\f12a"; +$fa-var-exclamation-circle: "\f06a"; +$fa-var-exclamation-triangle: "\f071"; +$fa-var-expand: "\f065"; +$fa-var-expeditedssl: "\f23e"; +$fa-var-external-link: "\f08e"; +$fa-var-external-link-square: "\f14c"; +$fa-var-eye: "\f06e"; +$fa-var-eye-slash: "\f070"; +$fa-var-eyedropper: "\f1fb"; +$fa-var-f-droid: "\f32a"; +$fa-var-fa: "\f2b4"; +$fa-var-facebook: "\f09a"; +$fa-var-facebook-f: "\f09a"; +$fa-var-facebook-messenger: "\f2fe"; +$fa-var-facebook-official: "\f230"; +$fa-var-facebook-square: "\f082"; +$fa-var-fast-backward: "\f049"; +$fa-var-fast-forward: "\f050"; +$fa-var-fax: "\f1ac"; +$fa-var-feed: "\f09e"; +$fa-var-female: "\f182"; +$fa-var-ffmpeg: "\f30f"; +$fa-var-fighter-jet: "\f0fb"; +$fa-var-file: "\f15b"; +$fa-var-file-archive-o: "\f1c6"; +$fa-var-file-audio-o: "\f1c7"; +$fa-var-file-code-o: "\f1c9"; +$fa-var-file-epub: "\f321"; +$fa-var-file-excel-o: "\f1c3"; +$fa-var-file-image-o: "\f1c5"; +$fa-var-file-movie-o: "\f1c8"; +$fa-var-file-o: "\f016"; +$fa-var-file-pdf-o: "\f1c1"; +$fa-var-file-photo-o: "\f1c5"; +$fa-var-file-picture-o: "\f1c5"; +$fa-var-file-powerpoint-o: "\f1c4"; +$fa-var-file-sound-o: "\f1c7"; +$fa-var-file-text: "\f15c"; +$fa-var-file-text-o: "\f0f6"; +$fa-var-file-video-o: "\f1c8"; +$fa-var-file-word-o: "\f1c2"; +$fa-var-file-zip-o: "\f1c6"; +$fa-var-files-o: "\f0c5"; +$fa-var-film: "\f008"; +$fa-var-filter: "\f0b0"; +$fa-var-fire: "\f06d"; +$fa-var-fire-extinguisher: "\f134"; +$fa-var-firefox: "\f269"; +$fa-var-first-order: "\f2b0"; +$fa-var-flag: "\f024"; +$fa-var-flag-checkered: "\f11e"; +$fa-var-flag-o: "\f11d"; +$fa-var-flash: "\f0e7"; +$fa-var-flask: "\f0c3"; +$fa-var-flickr: "\f16e"; +$fa-var-floppy-o: "\f0c7"; +$fa-var-folder: "\f07b"; +$fa-var-folder-o: "\f114"; +$fa-var-folder-open: "\f07c"; +$fa-var-folder-open-o: "\f115"; +$fa-var-font: "\f031"; +$fa-var-font-awesome: "\f2b4"; +$fa-var-fonticons: "\f280"; +$fa-var-fork-awesome: "\f2e3"; +$fa-var-fork-circle: "\f2e3"; +$fa-var-fort-awesome: "\f286"; +$fa-var-forumbee: "\f211"; +$fa-var-forward: "\f04e"; +$fa-var-foursquare: "\f180"; +$fa-var-free-code-camp: "\f2c5"; +$fa-var-freedombox: "\f2fd"; +$fa-var-friendica: "\f2e6"; +$fa-var-frown-o: "\f119"; +$fa-var-futbol-o: "\f1e3"; +$fa-var-gamepad: "\f11b"; +$fa-var-gavel: "\f0e3"; +$fa-var-gbp: "\f154"; +$fa-var-ge: "\f1d1"; +$fa-var-gear: "\f013"; +$fa-var-gears: "\f085"; +$fa-var-gem: "\f219"; +$fa-var-genderless: "\f22d"; +$fa-var-get-pocket: "\f265"; +$fa-var-gg: "\f260"; +$fa-var-gg-circle: "\f261"; +$fa-var-gift: "\f06b"; +$fa-var-gimp: "\f31b"; +$fa-var-git: "\f1d3"; +$fa-var-git-square: "\f1d2"; +$fa-var-gitea: "\f31f"; +$fa-var-github: "\f09b"; +$fa-var-github-alt: "\f113"; +$fa-var-github-square: "\f092"; +$fa-var-gitlab: "\f296"; +$fa-var-gittip: "\f184"; +$fa-var-glass: "\f000"; +$fa-var-glide: "\f2a5"; +$fa-var-glide-g: "\f2a6"; +$fa-var-globe: "\f0ac"; +$fa-var-globe-e: "\f304"; +$fa-var-globe-w: "\f305"; +$fa-var-gnu-social: "\f2e7"; +$fa-var-gnupg: "\f30d"; +$fa-var-google: "\f1a0"; +$fa-var-google-plus: "\f0d5"; +$fa-var-google-plus-circle: "\f2b3"; +$fa-var-google-plus-g: "\f0d5"; +$fa-var-google-plus-official: "\f2b3"; +$fa-var-google-plus-square: "\f0d4"; +$fa-var-google-wallet: "\f1ee"; +$fa-var-graduation-cap: "\f19d"; +$fa-var-gratipay: "\f184"; +$fa-var-grav: "\f2d6"; +$fa-var-group: "\f0c0"; +$fa-var-h-square: "\f0fd"; +$fa-var-hackaday: "\f30a"; +$fa-var-hacker-news: "\f1d4"; +$fa-var-hackster: "\f326"; +$fa-var-hand-grab-o: "\f255"; +$fa-var-hand-lizard-o: "\f258"; +$fa-var-hand-o-down: "\f0a7"; +$fa-var-hand-o-left: "\f0a5"; +$fa-var-hand-o-right: "\f0a4"; +$fa-var-hand-o-up: "\f0a6"; +$fa-var-hand-paper-o: "\f256"; +$fa-var-hand-peace-o: "\f25b"; +$fa-var-hand-pointer-o: "\f25a"; +$fa-var-hand-rock-o: "\f255"; +$fa-var-hand-scissors-o: "\f257"; +$fa-var-hand-spock-o: "\f259"; +$fa-var-hand-stop-o: "\f256"; +$fa-var-handshake-o: "\f2b5"; +$fa-var-hard-of-hearing: "\f2a4"; +$fa-var-hashnode: "\f317"; +$fa-var-hashtag: "\f292"; +$fa-var-hdd-o: "\f0a0"; +$fa-var-header: "\f1dc"; +$fa-var-heading: "\f1dc"; +$fa-var-headphones: "\f025"; +$fa-var-heart: "\f004"; +$fa-var-heart-o: "\f08a"; +$fa-var-heartbeat: "\f21e"; +$fa-var-history: "\f1da"; +$fa-var-home: "\f015"; +$fa-var-hospital-o: "\f0f8"; +$fa-var-hotel: "\f236"; +$fa-var-hourglass: "\f254"; +$fa-var-hourglass-1: "\f251"; +$fa-var-hourglass-2: "\f252"; +$fa-var-hourglass-3: "\f253"; +$fa-var-hourglass-end: "\f253"; +$fa-var-hourglass-half: "\f252"; +$fa-var-hourglass-o: "\f250"; +$fa-var-hourglass-start: "\f251"; +$fa-var-houzz: "\f27c"; +$fa-var-html5: "\f13b"; +$fa-var-hubzilla: "\f2eb"; +$fa-var-i-cursor: "\f246"; +$fa-var-id-badge: "\f2c1"; +$fa-var-id-card: "\f2c2"; +$fa-var-id-card-o: "\f2c3"; +$fa-var-ils: "\f20b"; +$fa-var-image: "\f03e"; +$fa-var-imdb: "\f2d8"; +$fa-var-inbox: "\f01c"; +$fa-var-indent: "\f03c"; +$fa-var-industry: "\f275"; +$fa-var-info: "\f129"; +$fa-var-info-circle: "\f05a"; +$fa-var-inkscape: "\f312"; +$fa-var-inr: "\f156"; +$fa-var-instagram: "\f16d"; +$fa-var-institution: "\f19c"; +$fa-var-internet-explorer: "\f26b"; +$fa-var-intersex: "\f224"; +$fa-var-ioxhost: "\f208"; +$fa-var-italic: "\f033"; +$fa-var-jirafeau: "\f318"; +$fa-var-joomla: "\f1aa"; +$fa-var-joplin: "\f310"; +$fa-var-jpy: "\f157"; +$fa-var-jsfiddle: "\f1cc"; +$fa-var-key: "\f084"; +$fa-var-key-modern: "\f2f7"; +$fa-var-keybase: "\f2f4"; +$fa-var-keyboard-o: "\f11c"; +$fa-var-krw: "\f159"; +$fa-var-language: "\f1ab"; +$fa-var-laptop: "\f109"; +$fa-var-laravel: "\f30b"; +$fa-var-lastfm: "\f202"; +$fa-var-lastfm-square: "\f203"; +$fa-var-leaf: "\f06c"; +$fa-var-leanpub: "\f212"; +$fa-var-legal: "\f0e3"; +$fa-var-lemon-o: "\f094"; +$fa-var-level-down: "\f149"; +$fa-var-level-up: "\f148"; +$fa-var-liberapay: "\f2e9"; +$fa-var-liberapay-square: "\f2e8"; +$fa-var-life-bouy: "\f1cd"; +$fa-var-life-buoy: "\f1cd"; +$fa-var-life-ring: "\f1cd"; +$fa-var-life-saver: "\f1cd"; +$fa-var-lightbulb-o: "\f0eb"; +$fa-var-line-chart: "\f201"; +$fa-var-link: "\f0c1"; +$fa-var-linkedin: "\f0e1"; +$fa-var-linkedin-square: "\f08c"; +$fa-var-linode: "\f2b8"; +$fa-var-linux: "\f17c"; +$fa-var-list: "\f03a"; +$fa-var-list-alt: "\f022"; +$fa-var-list-ol: "\f0cb"; +$fa-var-list-ul: "\f0ca"; +$fa-var-location-arrow: "\f124"; +$fa-var-lock: "\f023"; +$fa-var-long-arrow-down: "\f175"; +$fa-var-long-arrow-left: "\f177"; +$fa-var-long-arrow-right: "\f178"; +$fa-var-long-arrow-up: "\f176"; +$fa-var-low-vision: "\f2a8"; +$fa-var-magic: "\f0d0"; +$fa-var-magnet: "\f076"; +$fa-var-mail-forward: "\f064"; +$fa-var-mail-reply: "\f112"; +$fa-var-mail-reply-all: "\f122"; +$fa-var-male: "\f183"; +$fa-var-map: "\f279"; +$fa-var-map-marker: "\f041"; +$fa-var-map-o: "\f278"; +$fa-var-map-pin: "\f276"; +$fa-var-map-signs: "\f277"; +$fa-var-mars: "\f222"; +$fa-var-mars-double: "\f227"; +$fa-var-mars-stroke: "\f229"; +$fa-var-mars-stroke-h: "\f22b"; +$fa-var-mars-stroke-v: "\f22a"; +$fa-var-mastodon: "\f2e1"; +$fa-var-mastodon-alt: "\f2e2"; +$fa-var-mastodon-square: "\f300"; +$fa-var-matrix-org: "\f313"; +$fa-var-maxcdn: "\f136"; +$fa-var-meanpath: "\f20c"; +$fa-var-medium: "\f23a"; +$fa-var-medium-square: "\f2f8"; +$fa-var-medkit: "\f0fa"; +$fa-var-meetup: "\f2e0"; +$fa-var-meh-o: "\f11a"; +$fa-var-mercury: "\f223"; +$fa-var-microchip: "\f2db"; +$fa-var-microphone: "\f130"; +$fa-var-microphone-slash: "\f131"; +$fa-var-minus: "\f068"; +$fa-var-minus-circle: "\f056"; +$fa-var-minus-square: "\f146"; +$fa-var-minus-square-o: "\f147"; +$fa-var-mixcloud: "\f289"; +$fa-var-mobile: "\f10b"; +$fa-var-mobile-phone: "\f10b"; +$fa-var-modx: "\f285"; +$fa-var-money: "\f0d6"; +$fa-var-moon: "\f328"; +$fa-var-moon-o: "\f186"; +$fa-var-mortar-board: "\f19d"; +$fa-var-motorcycle: "\f21c"; +$fa-var-mouse-pointer: "\f245"; +$fa-var-music: "\f001"; +$fa-var-navicon: "\f0c9"; +$fa-var-neuter: "\f22c"; +$fa-var-newspaper-o: "\f1ea"; +$fa-var-nextcloud: "\f306"; +$fa-var-nextcloud-square: "\f307"; +$fa-var-nodejs: "\f308"; +$fa-var-object-group: "\f247"; +$fa-var-object-ungroup: "\f248"; +$fa-var-odnoklassniki: "\f263"; +$fa-var-odnoklassniki-square: "\f264"; +$fa-var-opencart: "\f23d"; +$fa-var-openid: "\f19b"; +$fa-var-opera: "\f26a"; +$fa-var-optin-monster: "\f23c"; +$fa-var-outdent: "\f03b"; +$fa-var-pagelines: "\f18c"; +$fa-var-paint-brush: "\f1fc"; +$fa-var-paper-plane: "\f1d8"; +$fa-var-paper-plane-o: "\f1d9"; +$fa-var-paperclip: "\f0c6"; +$fa-var-paragraph: "\f1dd"; +$fa-var-paste: "\f0ea"; +$fa-var-patreon: "\f2f0"; +$fa-var-pause: "\f04c"; +$fa-var-pause-circle: "\f28b"; +$fa-var-pause-circle-o: "\f28c"; +$fa-var-paw: "\f1b0"; +$fa-var-paypal: "\f1ed"; +$fa-var-peertube: "\f2e4"; +$fa-var-pencil: "\f040"; +$fa-var-pencil-square: "\f14b"; +$fa-var-pencil-square-o: "\f044"; +$fa-var-percent: "\f295"; +$fa-var-phone: "\f095"; +$fa-var-phone-square: "\f098"; +$fa-var-phone-volume: "\f2a0"; +$fa-var-photo: "\f03e"; +$fa-var-php: "\f30e"; +$fa-var-picture-o: "\f03e"; +$fa-var-pie-chart: "\f200"; +$fa-var-pinterest: "\f0d2"; +$fa-var-pinterest-p: "\f231"; +$fa-var-pinterest-square: "\f0d3"; +$fa-var-pixelfed: "\f314"; +$fa-var-plane: "\f072"; +$fa-var-play: "\f04b"; +$fa-var-play-circle: "\f144"; +$fa-var-play-circle-o: "\f01d"; +$fa-var-pleroma: "\f324"; +$fa-var-plug: "\f1e6"; +$fa-var-plus: "\f067"; +$fa-var-plus-circle: "\f055"; +$fa-var-plus-square: "\f0fe"; +$fa-var-plus-square-o: "\f196"; +$fa-var-podcast: "\f2ce"; +$fa-var-pound: "\f154"; +$fa-var-power-off: "\f011"; +$fa-var-print: "\f02f"; +$fa-var-product-hunt: "\f288"; +$fa-var-puzzle-piece: "\f12e"; +$fa-var-python: "\f322"; +$fa-var-qq: "\f1d6"; +$fa-var-qrcode: "\f029"; +$fa-var-question: "\f128"; +$fa-var-question-circle: "\f059"; +$fa-var-question-circle-o: "\f29c"; +$fa-var-quora: "\f2c4"; +$fa-var-quote-left: "\f10d"; +$fa-var-quote-right: "\f10e"; +$fa-var-ra: "\f1d0"; +$fa-var-random: "\f074"; +$fa-var-ravelry: "\f2d9"; +$fa-var-react: "\f302"; +$fa-var-rebel: "\f1d0"; +$fa-var-recycle: "\f1b8"; +$fa-var-reddit: "\f1a1"; +$fa-var-reddit-alien: "\f281"; +$fa-var-reddit-square: "\f1a2"; +$fa-var-refresh: "\f021"; +$fa-var-registered: "\f25d"; +$fa-var-remove: "\f00d"; +$fa-var-renren: "\f18b"; +$fa-var-reorder: "\f0c9"; +$fa-var-repeat: "\f01e"; +$fa-var-reply: "\f112"; +$fa-var-reply-all: "\f122"; +$fa-var-resistance: "\f1d0"; +$fa-var-retweet: "\f079"; +$fa-var-rmb: "\f157"; +$fa-var-road: "\f018"; +$fa-var-rocket: "\f135"; +$fa-var-rotate-left: "\f0e2"; +$fa-var-rotate-right: "\f01e"; +$fa-var-rouble: "\f158"; +$fa-var-rss: "\f09e"; +$fa-var-rss-square: "\f143"; +$fa-var-rub: "\f158"; +$fa-var-ruble: "\f158"; +$fa-var-rupee: "\f156"; +$fa-var-s15: "\f2cd"; +$fa-var-safari: "\f267"; +$fa-var-save: "\f0c7"; +$fa-var-scissors: "\f0c4"; +$fa-var-scribd: "\f28a"; +$fa-var-scuttlebutt: "\f2ea"; +$fa-var-search: "\f002"; +$fa-var-search-minus: "\f010"; +$fa-var-search-plus: "\f00e"; +$fa-var-sellsy: "\f213"; +$fa-var-send: "\f1d8"; +$fa-var-send-o: "\f1d9"; +$fa-var-server: "\f233"; +$fa-var-shaarli: "\f2f5"; +$fa-var-shaarli-o: "\f2f6"; +$fa-var-share: "\f064"; +$fa-var-share-alt: "\f1e0"; +$fa-var-share-alt-square: "\f1e1"; +$fa-var-share-square: "\f14d"; +$fa-var-share-square-o: "\f045"; +$fa-var-shekel: "\f20b"; +$fa-var-sheqel: "\f20b"; +$fa-var-shield: "\f132"; +$fa-var-ship: "\f21a"; +$fa-var-shirtsinbulk: "\f214"; +$fa-var-shopping-bag: "\f290"; +$fa-var-shopping-basket: "\f291"; +$fa-var-shopping-cart: "\f07a"; +$fa-var-shower: "\f2cc"; +$fa-var-sign-in: "\f090"; +$fa-var-sign-language: "\f2a7"; +$fa-var-sign-out: "\f08b"; +$fa-var-signal: "\f012"; +$fa-var-signalapp: "\f30c"; +$fa-var-signing: "\f2a7"; +$fa-var-simplybuilt: "\f215"; +$fa-var-sitemap: "\f0e8"; +$fa-var-skyatlas: "\f216"; +$fa-var-skype: "\f17e"; +$fa-var-slack: "\f198"; +$fa-var-sliders: "\f1de"; +$fa-var-slideshare: "\f1e7"; +$fa-var-smile-o: "\f118"; +$fa-var-snapchat: "\f2ab"; +$fa-var-snapchat-ghost: "\f2ac"; +$fa-var-snapchat-square: "\f2ad"; +$fa-var-snowdrift: "\f2f1"; +$fa-var-snowflake-o: "\f2dc"; +$fa-var-soccer-ball-o: "\f1e3"; +$fa-var-social-home: "\f2ec"; +$fa-var-sort: "\f0dc"; +$fa-var-sort-alpha-asc: "\f15d"; +$fa-var-sort-alpha-desc: "\f15e"; +$fa-var-sort-alpha-down: "\f15d"; +$fa-var-sort-alpha-up: "\f15e"; +$fa-var-sort-amount-asc: "\f160"; +$fa-var-sort-amount-desc: "\f161"; +$fa-var-sort-amount-down: "\f160"; +$fa-var-sort-amount-up: "\f161"; +$fa-var-sort-asc: "\f0de"; +$fa-var-sort-desc: "\f0dd"; +$fa-var-sort-down: "\f0dd"; +$fa-var-sort-numeric-asc: "\f162"; +$fa-var-sort-numeric-desc: "\f163"; +$fa-var-sort-numeric-down: "\f162"; +$fa-var-sort-numeric-up: "\f163"; +$fa-var-sort-up: "\f0de"; +$fa-var-soundcloud: "\f1be"; +$fa-var-space-shuttle: "\f197"; +$fa-var-spell-check: "\f327"; +$fa-var-spinner: "\f110"; +$fa-var-spoon: "\f1b1"; +$fa-var-spotify: "\f1bc"; +$fa-var-square: "\f0c8"; +$fa-var-square-o: "\f096"; +$fa-var-ssb: "\f2ea"; +$fa-var-stack-exchange: "\f18d"; +$fa-var-stack-overflow: "\f16c"; +$fa-var-star: "\f005"; +$fa-var-star-half: "\f089"; +$fa-var-star-half-empty: "\f123"; +$fa-var-star-half-full: "\f123"; +$fa-var-star-half-o: "\f123"; +$fa-var-star-o: "\f006"; +$fa-var-steam: "\f1b6"; +$fa-var-steam-square: "\f1b7"; +$fa-var-step-backward: "\f048"; +$fa-var-step-forward: "\f051"; +$fa-var-stethoscope: "\f0f1"; +$fa-var-sticky-note: "\f249"; +$fa-var-sticky-note-o: "\f24a"; +$fa-var-stop: "\f04d"; +$fa-var-stop-circle: "\f28d"; +$fa-var-stop-circle-o: "\f28e"; +$fa-var-street-view: "\f21d"; +$fa-var-strikethrough: "\f0cc"; +$fa-var-stumbleupon: "\f1a4"; +$fa-var-stumbleupon-circle: "\f1a3"; +$fa-var-subscript: "\f12c"; +$fa-var-subway: "\f239"; +$fa-var-suitcase: "\f0f2"; +$fa-var-sun: "\f329"; +$fa-var-sun-o: "\f185"; +$fa-var-superpowers: "\f2dd"; +$fa-var-superscript: "\f12b"; +$fa-var-support: "\f1cd"; +$fa-var-sync: "\f021"; +$fa-var-syncthing: "\f311"; +$fa-var-table: "\f0ce"; +$fa-var-tablet: "\f10a"; +$fa-var-tachometer: "\f0e4"; +$fa-var-tag: "\f02b"; +$fa-var-tags: "\f02c"; +$fa-var-tasks: "\f0ae"; +$fa-var-taxi: "\f1ba"; +$fa-var-telegram: "\f2c6"; +$fa-var-television: "\f26c"; +$fa-var-tencent-weibo: "\f1d5"; +$fa-var-terminal: "\f120"; +$fa-var-text-height: "\f034"; +$fa-var-text-width: "\f035"; +$fa-var-th: "\f00a"; +$fa-var-th-large: "\f009"; +$fa-var-th-list: "\f00b"; +$fa-var-themeisle: "\f2b2"; +$fa-var-thermometer: "\f2c7"; +$fa-var-thermometer-0: "\f2cb"; +$fa-var-thermometer-1: "\f2ca"; +$fa-var-thermometer-2: "\f2c9"; +$fa-var-thermometer-3: "\f2c8"; +$fa-var-thermometer-4: "\f2c7"; +$fa-var-thermometer-empty: "\f2cb"; +$fa-var-thermometer-full: "\f2c7"; +$fa-var-thermometer-half: "\f2c9"; +$fa-var-thermometer-quarter: "\f2ca"; +$fa-var-thermometer-three-quarters: "\f2c8"; +$fa-var-thumb-tack: "\f08d"; +$fa-var-thumbs-down: "\f165"; +$fa-var-thumbs-o-down: "\f088"; +$fa-var-thumbs-o-up: "\f087"; +$fa-var-thumbs-up: "\f164"; +$fa-var-ticket: "\f145"; +$fa-var-times: "\f00d"; +$fa-var-times-circle: "\f057"; +$fa-var-times-circle-o: "\f05c"; +$fa-var-times-rectangle: "\f2d3"; +$fa-var-times-rectangle-o: "\f2d4"; +$fa-var-tint: "\f043"; +$fa-var-tipeee: "\f301"; +$fa-var-toggle-down: "\f150"; +$fa-var-toggle-left: "\f191"; +$fa-var-toggle-off: "\f204"; +$fa-var-toggle-on: "\f205"; +$fa-var-toggle-right: "\f152"; +$fa-var-toggle-up: "\f151"; +$fa-var-trademark: "\f25c"; +$fa-var-train: "\f238"; +$fa-var-transgender: "\f224"; +$fa-var-transgender-alt: "\f225"; +$fa-var-trash: "\f1f8"; +$fa-var-trash-o: "\f014"; +$fa-var-tree: "\f1bb"; +$fa-var-trello: "\f181"; +$fa-var-tripadvisor: "\f262"; +$fa-var-trophy: "\f091"; +$fa-var-truck: "\f0d1"; +$fa-var-try: "\f195"; +$fa-var-tty: "\f1e4"; +$fa-var-tumblr: "\f173"; +$fa-var-tumblr-square: "\f174"; +$fa-var-turkish-lira: "\f195"; +$fa-var-tv: "\f26c"; +$fa-var-twitch: "\f1e8"; +$fa-var-twitter: "\f099"; +$fa-var-twitter-square: "\f081"; +$fa-var-umbrella: "\f0e9"; +$fa-var-underline: "\f0cd"; +$fa-var-undo: "\f0e2"; +$fa-var-universal-access: "\f29a"; +$fa-var-university: "\f19c"; +$fa-var-unlink: "\f127"; +$fa-var-unlock: "\f09c"; +$fa-var-unlock-alt: "\f13e"; +$fa-var-unsorted: "\f0dc"; +$fa-var-unsplash: "\f325"; +$fa-var-upload: "\f093"; +$fa-var-usb: "\f287"; +$fa-var-usd: "\f155"; +$fa-var-user: "\f007"; +$fa-var-user-circle: "\f2bd"; +$fa-var-user-circle-o: "\f2be"; +$fa-var-user-md: "\f0f0"; +$fa-var-user-o: "\f2c0"; +$fa-var-user-plus: "\f234"; +$fa-var-user-secret: "\f21b"; +$fa-var-user-times: "\f235"; +$fa-var-users: "\f0c0"; +$fa-var-utensil-spoon: "\f1b1"; +$fa-var-utensils: "\f0f5"; +$fa-var-vcard: "\f2bb"; +$fa-var-vcard-o: "\f2bc"; +$fa-var-venus: "\f221"; +$fa-var-venus-double: "\f226"; +$fa-var-venus-mars: "\f228"; +$fa-var-viacoin: "\f237"; +$fa-var-viadeo: "\f2a9"; +$fa-var-viadeo-square: "\f2aa"; +$fa-var-video: "\f03d"; +$fa-var-video-camera: "\f03d"; +$fa-var-vimeo: "\f27d"; +$fa-var-vimeo-square: "\f194"; +$fa-var-vimeo-v: "\f27d"; +$fa-var-vine: "\f1ca"; +$fa-var-vk: "\f189"; +$fa-var-volume-control-phone: "\f2a0"; +$fa-var-volume-down: "\f027"; +$fa-var-volume-off: "\f026"; +$fa-var-volume-up: "\f028"; +$fa-var-warning: "\f071"; +$fa-var-wechat: "\f1d7"; +$fa-var-weibo: "\f18a"; +$fa-var-weixin: "\f1d7"; +$fa-var-whatsapp: "\f232"; +$fa-var-wheelchair: "\f193"; +$fa-var-wheelchair-alt: "\f29b"; +$fa-var-wifi: "\f1eb"; +$fa-var-wikidata: "\f31a"; +$fa-var-wikipedia-w: "\f266"; +$fa-var-window-close: "\f2d3"; +$fa-var-window-close-o: "\f2d4"; +$fa-var-window-maximize: "\f2d0"; +$fa-var-window-minimize: "\f2d1"; +$fa-var-window-restore: "\f2d2"; +$fa-var-windows: "\f17a"; +$fa-var-won: "\f159"; +$fa-var-wordpress: "\f19a"; +$fa-var-wpbeginner: "\f297"; +$fa-var-wpexplorer: "\f2de"; +$fa-var-wpforms: "\f298"; +$fa-var-wrench: "\f0ad"; +$fa-var-xing: "\f168"; +$fa-var-xing-square: "\f169"; +$fa-var-xmpp: "\f2f9"; +$fa-var-y-combinator: "\f23b"; +$fa-var-y-combinator-square: "\f1d4"; +$fa-var-yahoo: "\f19e"; +$fa-var-yc: "\f23b"; +$fa-var-yc-square: "\f1d4"; +$fa-var-yelp: "\f1e9"; +$fa-var-yen: "\f157"; +$fa-var-yoast: "\f2b1"; +$fa-var-youtube: "\f167"; +$fa-var-youtube-play: "\f16a"; +$fa-var-youtube-square: "\f166"; +$fa-var-zotero: "\f309"; + diff --git a/old/themes/varia/static/css/fork-awesome/scss/fork-awesome.scss b/old/themes/varia/static/css/fork-awesome/scss/fork-awesome.scss new file mode 100644 index 0000000..7128d6d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/scss/fork-awesome.scss @@ -0,0 +1,28 @@ +/*! +Fork Awesome 1.1.7 +License - https://forkaweso.me/Fork-Awesome/license + +Copyright 2018 Dave Gandy & Fork Awesome + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ + + +@import "variables"; +@import "mixins"; +@import "functions"; +@import "path"; +@import "core"; +@import "larger"; +@import "fixed-width"; +@import "list"; +@import "bordered-pulled"; +@import "animated"; +@import "rotated-flipped"; +@import "stacked"; +@import "icons"; +@import "screen-reader"; diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/Makefile b/old/themes/varia/static/css/fork-awesome/src/doc/Makefile new file mode 100644 index 0000000..e54ad2a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/Makefile @@ -0,0 +1,70 @@ +--- +--- +PATH := ../node_modules/.bin:$(PATH) + +FA_ROOT_DIRECTORY = assets/fork-awesome +FA_LESS_DIRECTORY = assets/fork-awesome/less +FA_SCSS_DIRECTORY = assets/fork-awesome/scss +FA_CSS_DIRECTORY = assets/fork-awesome/css + +FA_LESS_MODERN = ${FA_LESS_DIRECTORY}/fork-awesome.less +FA_LESS_COMPAT = ${FA_LESS_DIRECTORY}/v5-compat.less +FA_SCSS_MODERN = ${FA_SCSS_DIRECTORY}/fork-awesome.scss + +FA_CSS_MODERN = ${FA_CSS_DIRECTORY}/fork-awesome.css +FA_CSS_MODERN_MIN = ${FA_CSS_DIRECTORY}/fork-awesome.min.css +FA_CSS_COMPAT = ${FA_CSS_DIRECTORY}/v5-compat.css +FA_CSS_COMPAT_MIN = ${FA_CSS_DIRECTORY}/v5-compat.min.css + +SITE_LESS_DIRECTORY = assets/less +SITE_CSS_DIRECTORY = assets/css + +SITE_LESS = ${SITE_LESS_DIRECTORY}/site.less +SITE_CSS = ${SITE_CSS_DIRECTORY}/site.css + +build: + @echo "Cleaning build dirs" + rm -rf ./less/ + rm -rf ./scss/ + + @echo "Compiling Less files" + @mkdir -p ${FA_CSS_DIRECTORY} + + lessc ${FA_LESS_MODERN} ${FA_CSS_MODERN} + lessc --clean-css="--compatibility=ie8" --source-map ${FA_CSS_MODERN} ${FA_CSS_MODERN_MIN} + + lessc ${FA_LESS_COMPAT} ${FA_CSS_COMPAT} + lessc --clean-css="--compatibility=ie8" --source-map ${FA_CSS_COMPAT} ${FA_CSS_COMPAT_MIN} + + lessc --clean-css="--compatibility=ie8" --source-map ${SITE_LESS} ${SITE_CSS} + + @echo "Moving CSS, LESS & SASS to /" + mv ${FA_SCSS_DIRECTORY}/fork-awesome.scss.txt ${FA_SCSS_DIRECTORY}/fork-awesome.scss + + mv ${FA_SCSS_DIRECTORY}/animated.scss.txt ${FA_SCSS_DIRECTORY}/_animated.scss + mv ${FA_SCSS_DIRECTORY}/bordered-pulled.scss.txt ${FA_SCSS_DIRECTORY}/_bordered-pulled.scss + mv ${FA_SCSS_DIRECTORY}/core.scss.txt ${FA_SCSS_DIRECTORY}/_core.scss + mv ${FA_SCSS_DIRECTORY}/fixed-width.scss.txt ${FA_SCSS_DIRECTORY}/_fixed-width.scss + mv ${FA_SCSS_DIRECTORY}/functions.scss.txt ${FA_SCSS_DIRECTORY}/_functions.scss + mv ${FA_SCSS_DIRECTORY}/icons.scss.txt ${FA_SCSS_DIRECTORY}/_icons.scss + mv ${FA_SCSS_DIRECTORY}/larger.scss.txt ${FA_SCSS_DIRECTORY}/_larger.scss + mv ${FA_SCSS_DIRECTORY}/list.scss.txt ${FA_SCSS_DIRECTORY}/_list.scss + mv ${FA_SCSS_DIRECTORY}/mixins.scss.txt ${FA_SCSS_DIRECTORY}/_mixins.scss + mv ${FA_SCSS_DIRECTORY}/path.scss.txt ${FA_SCSS_DIRECTORY}/_path.scss + mv ${FA_SCSS_DIRECTORY}/rotated-flipped.scss.txt ${FA_SCSS_DIRECTORY}/_rotated-flipped.scss + mv ${FA_SCSS_DIRECTORY}/screen-reader.scss.txt ${FA_SCSS_DIRECTORY}/_screen-reader.scss + mv ${FA_SCSS_DIRECTORY}/stacked.scss.txt ${FA_SCSS_DIRECTORY}/_stacked.scss + mv ${FA_SCSS_DIRECTORY}/variables.scss.txt ${FA_SCSS_DIRECTORY}/_variables.scss + + cp -r ${FA_ROOT_DIRECTORY}/* ../ + + @echo "Moving font files to assets" + cp -r "../fonts" ${FA_ROOT_DIRECTORY}/ + + @echo "Updating Readme" + mv "README.md-nobuild" "../README.md" + +default: build + + +.PHONY: build diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/README.md-nobuild b/old/themes/varia/static/css/fork-awesome/src/doc/README.md-nobuild new file mode 100644 index 0000000..9ba6e51 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/README.md-nobuild @@ -0,0 +1,95 @@ +--- +--- +# {{ site.forkawesome.name }} +### {{ site.forkawesome.tagline }} + +[![npm](https://img.shields.io/npm/v/fork-awesome.svg?style=flat&colorB=CB3837)](https://www.npmjs.com/package/fork-awesome) +[![All Contributors](https://img.shields.io/badge/all_contributors-{{ page.total_contributors }}-orange.svg?style=flat-square)](CONTRIBUTORS.md) +[![JSDeliver](https://data.jsdelivr.com/v1/package/npm/fork-awesome/badge)](https://www.jsdelivr.com/package/npm/fork-awesome) +[![CDNJS](https://img.shields.io/cdnjs/v/fork-awesome.svg?style=flat-square)](https://cdnjs.com/libraries/fork-awesome) +[![Build Status](https://travis-ci.org/ForkAwesome/Fork-Awesome.svg?branch=master)](https://travis-ci.org/ForkAwesome/Fork-Awesome) + +{{ site.forkawesome.name }} is a full suite of {{ icons | size }} pictographic icons for easy scalable vector graphics on websites, originally created by [Dave Gandy](https://twitter.com/davegandy) and now maintained by a community. + +Following concerns regarding [the development of Font Awesome](https://github.com/FortAwesome/Font-Awesome/issues/12199#issuecomment-362919956), the PR Freeze since Oct 2016 and the direction [Fort Awesome](https://fortawesome.com/) is taking with the version 5.0 of their project, we are forking Font Awesome (4.7), in order to build on this amazing tool Dave Gandy has given us, while at the same time allowing this project to be run by a distributed community of contributors. + +A tremendous gratitude is given to the whole team behind [Font Awesome](https://fontawesome.com), and you are encouraged to support them and buy Font Awesome Pro for your project. + +Though If you believe in distributed open source design and wish to be part of this new adventure, please start submitting patches and suggestions of improvement. + +Also, if you care about owning the build process of your icon font, this project will give you that. The whole pipeline is shared and free to use for any purpose. You could be spinning your own icon font with your clever name by just forking this project and changing a few settings. + +## How to use +There is a full page in our documentation website that explains [how to use {{ site.forkawesome.name }} in your web project]({{ site.forkawesome.url}}get-started/). It ranges from just pointing to a CSS file on a CDN, hosting it on your own server or even adapting the LESS and SCSS files to your own liking. + +## License +- The {{ site.forkawesome.name }} font is licensed under the SIL OFL 1.1: + - http://scripts.sil.org/OFL +- {{ site.forkawesome.name }} CSS, LESS, and Sass files are licensed under the MIT License: + - https://opensource.org/licenses/mit-license.html +- The {{ site.forkawesome.name }} documentation is licensed under the CC BY 3.0 License: + - https://creativecommons.org/licenses/by/3.0/ + +## Contributing + +Please read through our [contributing guidelines](https://github.com/ForkAwesome/Fork-Awesome/blob/master/CONTRIBUTING.md). +Included are directions for opening issues, coding standards, and notes on development. + +We also take great pride in recognizing any contributions made to this project. Whether you've written a blogpost about it, fixed a typo in the documentation or submitted new icons or code patches, we will happily list you in our [contributors list](CONTRIBUTORS.md). + +## Versioning + +{{ site.forkawesome.name }} will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered +with the following format: + +`..` + +And constructed with the following guidelines: + +* Breaking backward compatibility bumps the major (and resets the minor and patch) +* Big changes, without breaking backward compatibility, bumps the minor (and resets the patch) +* Bug fixes, small adaptations, adding a few icons and misc changes bumps the patch +* The fork started from FontAwesome 4.7 (last commit by Dave is [bdfa9823](https://github.com/ForkAwesome/Fork-Awesome/commits/master?after=b0bc8f6fb74e05c987ef7ce1525cd3ab8390a1c3+69)). +* The project starts at version 1.0.0. All references to versions before the fork are named 0.4.7 + +For more information on SemVer, please visit http://semver.org. + +## Component +To include as a [component](https://github.com/componentjs/component), just run + + $ component install ForkAwesome/Fork-Awesome + +Or add + + "ForkAwesome/Fork-Awesome": "*" + +to the `dependencies` in your `component.json`. + +## Building {{ site.forkawesome.name }} + +**Before you can build the project**, you must first have the following installed: + +- [Ruby](https://www.ruby-lang.org/en/) +- Ruby Development Headers + - **Ubuntu:** `sudo apt-get install ruby-dev` *(Only if you're __NOT__ using `rbenv` or `rvm`)* + - **Windows:** [DevKit](http://rubyinstaller.org/) + - **macOS:** no extra step required +- [Bundler](http://bundler.io/) (Run `gem install bundler` to install). +- [Node Package Manager (aka. `npm`)](https://docs.npmjs.com/getting-started/installing-node) + +From the root of the repository, install the tools used to develop. + + $ bundle install + $ npm ci + +Build the font: + + $:/src/icons make + +Build the web documentation: + + $ npm run build + +Or serve it on a local server on http://localhost:7998: + + $ npm run dev diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/accessibility-manual.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/accessibility-manual.html new file mode 100644 index 0000000..1f68205 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/accessibility-manual.html @@ -0,0 +1,121 @@ +
                + +

                + + Manually make your icons accessible +

                + +

                When using icons in your UI, there are manual techniques and ways to help assistive technology either ignore or better understand {{ site.forkawesome.name }}.

                + +

                Icons used for pure decoration or visual styling

                +

                If you're using an icon to add some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Additionally, if you're using an icon to visually re-emphasize or add styling to content already present in your HTML, it does not need to be repeated to an assistive technology-using user. You can make sure this is not read by adding the aria-hidden="true" to your {{ site.forkawesome.name }} markup.

                + +
                +{% highlight html %} + +{% endhighlight %} +an icon being used as pure decoration +
                + +
                +{% highlight html %} +

                + + Pied Piper, A Middle-Out Compression Solution Making Data Storage Problems Smaller +

                +{% endhighlight %} +an icon being used as a logo +
                + +
                +{% highlight html %} + View this project's code on Github +{% endhighlight %} +an icon being used in front of link text +
                + +

                Icons with semantic or interactive purpose

                +

                + If you're using an icon to convey meaning (rather than only as a decorative element), ensure that this meaning is also conveyed to assistive technologies. This goes for content you're abbreviating via icons as well as interactive controls (buttons, form elements, toggles, etc.). There are a few techniques to accomplish this: +

                + +

                If an icon is not an interactive element

                +

                + The simplest way to provide a text alternative is to use the aria-hidden="true" attribute on the icon and to include the text with an additional element, such as a <span>, with appropriate CSS to visually hide the element while keeping it accessible to assistive technologies. In addition, you can add a title attribute on the icon to provide a tooltip for sighted mouse users. +

                + +
                +{% highlight html %} +
                +
                + + Time to destination by car: +
                +
                4 minutes
                + +
                + + Time to destination by bike: +
                +
                12 minutes
                +
                +{% endhighlight %} + an icon being used to communicate travel methods +
                + +
                +{% highlight html %} + +60 minutes remain in your exam + + +30 minutes remain in your exam + + +0 minutes remain in your exam +{% endhighlight %} + an icon being used to denote time remaining +
                + +

                If an icon represents an interactive element

                +

                + In the case of focusable interactive elements, there are various options to include an alternative text or label to the element, without the need for any visually hidden <span> or similar. For instance, simply adding the aria-label attribute with a text description to the interactive element itself will be sufficient to provide an accessible alternative name for the element. If you need to provide a visual tooltip on mouseover/focus, we recommend additionally using the title attribute or a custom tooltip solution. +

                + +
                +{% highlight html %} + + + +{% endhighlight %} + an icon being used to communicate shopping cart state +
                + +
                +{% highlight html %} + + + +{% endhighlight %} + an icon being used as a link to a navigation menu +
                + +
                +{% highlight html %} + + + +{% endhighlight %} + an icon being used as a delete button's symbol with a title attribute to provide a native mouse tooltip +
                + + + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/background.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/background.html new file mode 100644 index 0000000..ac26a4a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/background.html @@ -0,0 +1,15 @@ +
                +

                About Icon Fonts & Accessibility

                +

                + Modern versions of assistive technology, like screen readers, will read CSS generated content (how {{ site.forkawesome.name }} icons are rendered), as well as specific Unicode characters. When reading our default markup for rendering icons, assisistive technology may have the following problems. +

                + +
                  +
                • + The assistive technology may not find any content to read out to a user +
                • +
                • + The assistive technology may read the unicode equivalent, which could not match up to what the icon means in context, or worse is just plain confusing +
                • +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/other.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/other.html new file mode 100644 index 0000000..d3054ba --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/accessibility/other.html @@ -0,0 +1,17 @@ +
                + +

                + While the scenarios and techniques here help avoid some serious issues and confusion, they are not exhaustive. There are many complex contexts and use cases when it comes to accessibility, such as users with low vision who need a high color contrast ratio to see UI. There are some great tools and resources to learn from and work on these issues out there. Here are a few reads we recommend. +

                + + + +

                + We'll continue to work on these under the larger topic of accessibility, but in the meantime, let us know if any bugs or issues. +

                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-adblock-warning.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-adblock-warning.html new file mode 100644 index 0000000..1f7e1d6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-adblock-warning.html @@ -0,0 +1,5 @@ +

                Warning!

                +Apparently, Adblock Plus can remove {{ site.forkawesome.name }} brand icons with their "Remove Social +Media Buttons" setting. We will not use hacks to force them to display. Please +report an issue with Adblock Plus if you believe this to be +an error. To work around this, you'll need to modify the social icon class names. diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-license.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-license.html new file mode 100644 index 0000000..475aa7e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/brand-license.html @@ -0,0 +1,6 @@ +
                  +
                • All brand icons are trademarks of their respective owners.
                • +
                • The use of these trademarks does not indicate endorsement of the trademark holder by {{ site.forkawesome.name }}, nor vice versa.
                • +
                • Brand icons should only be used to represent the company or product to which they refer.
                • +
                • Please do not use brand logos for any purpose except to represent that particular brand or service.
                • +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.less b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.less new file mode 100644 index 0000000..7ca5f74 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.less @@ -0,0 +1,6 @@ + display: inline-block; + font: normal normal normal @fa-font-size-base/@fa-line-height-base @fa-font-family; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.scss b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.scss new file mode 100644 index 0000000..4114bc8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/core.scss @@ -0,0 +1,6 @@ + display: inline-block; + font: normal normal normal #{$fa-font-size-base}/#{$fa-line-height-base} #{$fa-font-family}; // shortening font declaration + font-size: inherit; // can't have font-size inherit on line above, so need to override + text-rendering: auto; // optimizelegibility throws things off #1094 + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/license.css b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/license.css new file mode 100644 index 0000000..43068be --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/code/license.css @@ -0,0 +1,12 @@ +/*! +{{ site.forkawesome.name }} {{ site.forkawesome.version }} +License - {{ site.forkawesome.url }}license + +Copyright 2018 {{ site.fontawesome.author.name }} & {{ site.forkawesome.name }} + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + */ diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/getting-support.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/getting-support.html new file mode 100644 index 0000000..c51cfcf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/getting-support.html @@ -0,0 +1,19 @@ +
                + +

                + Having trouble getting {{ site.forkawesome.name }} up and running? Something not working the way you think it should? +

                +
                  +
                1. + Make sure you've read the latest version of how to get started. +
                2. +
                3. + Since {{ site.forkawesome.name }} is based on {{ site.fontawesome.name }}, check out the existing questions tagged as + Font Awesome over on Stack Overflow. Other folks might have had the same question you've had. +
                4. +
                5. + Can't find the answer to your question on Stack Overflow? + Ask a new question, then. +
                6. +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/project-milestones.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/project-milestones.html new file mode 100644 index 0000000..62a7b8c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/project-milestones.html @@ -0,0 +1,8 @@ +
                + +

                + Want to keep up with what's planned for {{ site.forkawesome.name }}? Check out our + projects on the GitHub repo. + And come help us achieve those goals. +

                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/reporting-bugs.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/reporting-bugs.html new file mode 100644 index 0000000..1ad5994 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/reporting-bugs.html @@ -0,0 +1,18 @@ +
                + +

                + Found a problem with {{ site.forkawesome.name }}? Feel free to submit an issue on the GitHub project. But please keep the following in mind: +

                +
                  +
                1. Please be nice. {{ site.forkawesome.name }} is a happy place.
                2. +
                3. Please search to see if your bug was already reported.
                4. +
                5. + Before opening any issue, please read the generic issue + guidelines, by Nicolas Gallagher. +
                6. +
                7. + After doing everything above, feel free to + submit an issue. +
                8. +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/requesting-new-icons.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/requesting-new-icons.html new file mode 100644 index 0000000..6865e95 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/requesting-new-icons.html @@ -0,0 +1,29 @@ +
                + +

                + New icons mostly start as requests by the + {{ site.forkawesome.name }} community on GitHub. Want to request a new + icon? Here are some things to keep in mind: +

                +
                  +
                1. Please be nice. {{ site.forkawesome.name }} is a happy place.
                2. +
                3. Please search to see if your icon request already exists. If a request is found, please add a 👍 reaction to that one.
                4. +
                5. + Please make requests for single icons, unless you are requesting a couple of strictly related icons (e.g., thumbs-up/thumbs-down). +
                6. +
                7. + Please and thank you if you include the following: +
                    +
                  • + Title your new issue + Icon request: icon-name (e.g., Icon request: icon-car). +
                  • +
                  • Include a few use cases for your requested icon. How do you plan on using it?
                  • +
                  • Attach a single color image or two that represent the idea you're going for.
                  • +
                  +
                8. +
                9. + Request concrete objects: it's harder to make an icon to represent happiness, it's easier to make a smiley face. +
                10. +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html new file mode 100644 index 0000000..83f3313 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/community/submitting-pull-requests.html @@ -0,0 +1,18 @@ +
                + + Found a way to solve a bug in {{ site.forkawesome.name }}? Want to contribute new features or a new icon? +
                  +
                1. + Clone the repository and work on your proposal. +
                2. +
                3. + Then, when you think it's ready or when you want feedback, + submit a pull + request. +
                4. +
                5. + Discuss with rest of the community and follow up on conversations until + your pull request is merged. +
                6. +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/accessible.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/accessible.html new file mode 100644 index 0000000..0360a46 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/accessible.html @@ -0,0 +1,101 @@ +
                + +
                +
                +

                + + + + + + + + + + + +

                + +

                + + Refreshing... + + + Saving. Hang tight! +

                + +

                +

                + + +
                +
                + + +
                +

                + +

                + + + +

                + +

                + + Battery level: 50% +

                +
                +
                +

                + With our thoughts on icon accessibility in mind, If an icon only adds some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Alternatively, if an icon conveys meaning in your content or interface, ensure that this meaning is also conveyed to assistive technologies through alternative displays or text. +

                + +{% highlight html %} + + + + + + + + + + + +{% endhighlight %} + +{% highlight html %} + +Refreshing... + + +Saving. Hang tight! +{% endhighlight %} + +{% highlight html %} +
                + + +
                +
                + + +
                +{% endhighlight %} + +{% highlight html %} + + + +{% endhighlight %} + +{% highlight html %} + +Battery level: 50% +{% endhighlight %} +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/animated.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/animated.html new file mode 100644 index 0000000..595bff9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/animated.html @@ -0,0 +1,60 @@ +
                + +
                +
                +

                + + Loading example (with fa-spinner icon) + + + Loading (with fa-circle-o-notch icon) + + + Loading example (with fa-refresh icon) + + + Loading example (with fa-cog icon) + + + Loading example (with fa-spinner icon) +

                +
                +
                +

                + Use the fa-spin class to get any icon to rotate, and use fa-pulse to have it rotate + with 8 steps. Works well with fa-spinner, fa-refresh, and fa-cog. +

                +{% highlight html %} + +Loading... + + +Loading... + + +Loading... + + +Loading... + + +Loading... +{% endhighlight %} +

                + Note: + Some browsers on some platforms have issues with animated icons resulting in a jittery wobbling effect. See + issue #671 + for examples and possible workarounds. +

                +

                + Note: CSS3 animations aren't supported in IE8 - IE9. +

                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/basic.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/basic.html new file mode 100644 index 0000000..dbccc71 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/basic.html @@ -0,0 +1,39 @@ +
                + + +
                +
                +

                + + Example: basic icon + fa-camera-retro +

                +
                +
                +

                + You can place {{ site.forkawesome.name }} icons just about anywhere using the CSS Prefix fa and the icon's + name. Fork Awesome is designed to be used with inline elements (we like the <i> tag for + brevity, but using a <span> is more semantically correct). +

                +{% highlight html %} + fa-camera-retro +{% endhighlight %} +
                +
                  +
                • + + Example: basic icon + If you change the font-size of the icon's container, the icon gets bigger. Same things goes for color, + drop shadow, and anything else that gets inherited using CSS. +
                • +
                +
                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bootstrap.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bootstrap.html new file mode 100644 index 0000000..2ec5273 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bootstrap.html @@ -0,0 +1,111 @@ +
                + +
                + +
                +

                + {{ site.forkawesome.name }} works great with the full range of Bootstrap components. +

                +{% highlight html %} + + Delete + + Settings + + + {{ site.forkawesome.name }}
                Version {{ site.fontawesome.version }}
                + + + +
                + + +
                +
                + + +
                + + +{% endhighlight %} +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bordered-pulled.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bordered-pulled.html new file mode 100644 index 0000000..78928fc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/bordered-pulled.html @@ -0,0 +1,30 @@ +
                + +
                +
                +

                + + …tomorrow we will run faster, stretch out our arms farther… And then one fine morning— + So we beat on, boats against the current, borne back ceaselessly into the past. +

                +
                +
                +

                + Use fa-border and fa-pull-right or fa-pull-left for easy pull quotes or + article icons. +

                +{% highlight html %} + +...tomorrow we will run faster, stretch out our arms farther... +And then one fine morning— So we beat on, boats against the +current, borne back ceaselessly into the past. +{% endhighlight %} +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/custom.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/custom.html new file mode 100644 index 0000000..2de7ad7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/custom.html @@ -0,0 +1,16 @@ +
                + +
                +
                +

                Anything you can do with CSS font styles, you can do with Font Awesome.

                +
                +
                +

                Star Ratings (inspired by CSS Tricks)

                +
                + + + +
                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/fixed-width.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/fixed-width.html new file mode 100644 index 0000000..0ba0610 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/fixed-width.html @@ -0,0 +1,33 @@ +
                + +
                + +
                +

                + Use fa-fw to set icons at a fixed width. Great to use when different icon widths throw off alignment. + Especially useful in things like nav lists & list groups. +

                +{% highlight html %} + +{% endhighlight %} +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/larger.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/larger.html new file mode 100644 index 0000000..7b9a250 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/larger.html @@ -0,0 +1,40 @@ +
                + +
                +
                +

                fa-lg

                +

                fa-2x

                +

                fa-3x

                +

                fa-4x

                +

                fa-5x

                +
                +
                +

                + To increase icon sizes relative to their container, use the fa-lg (33% increase), fa-2x, + fa-3x, fa-4x, or fa-5x classes. +

                +{% highlight html %} + fa-lg + fa-2x + fa-3x + fa-4x + fa-5x +{% endhighlight %} +
                +
                  +
                • + + If your icons are getting chopped off on top and bottom, make sure you have + sufficient line-height. +
                • +
                +
                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/list.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/list.html new file mode 100644 index 0000000..c164356 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/list.html @@ -0,0 +1,30 @@ +
                + +
                +
                +
                  +
                • List icons
                • +
                • can be used
                • +
                • as bullets
                • +
                • in lists
                • +
                +
                +
                +

                Use fa-ul and fa-li to easily replace default bullets in unordered lists.

                +{% highlight html %} +
                  +
                • List icons
                • +
                • can be used
                • +
                • as bullets
                • +
                • in lists
                • +
                +{% endhighlight %} +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/rotated-flipped.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/rotated-flipped.html new file mode 100644 index 0000000..a649962 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/rotated-flipped.html @@ -0,0 +1,34 @@ +
                + +
                +
                +

                +   normal
                +   fa-rotate-90
                +   fa-rotate-180
                +   fa-rotate-270
                +   fa-flip-horizontal
                +   fa-flip-vertical +

                +
                +
                +

                + To arbitrarily rotate and flip icons, use the fa-rotate-* and fa-flip-* classes. +

                +{% highlight html %} + normal
                + fa-rotate-90
                + fa-rotate-180
                + fa-rotate-270
                + fa-flip-horizontal
                + fa-flip-vertical +{% endhighlight %} +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/stacked.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/stacked.html new file mode 100644 index 0000000..65b3603 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/examples/stacked.html @@ -0,0 +1,65 @@ +
                + +
                +
                +
                + + fa-twitter on fa-square-o
                + + fa-flag on fa-circle
                + + fa-terminal on fa-square
                + + fa-ban on fa-camera +
                +
                +
                +

                + To stack multiple icons, use the fa-stack class on the parent, the fa-stack-1x + for the regularly sized icon, and fa-stack-2x for the larger icon. fa-inverse + can be used as an alternative icon color. You can even throw larger icon classes on the parent + to get further control of sizing. +

                +{% highlight html %} + + + + +fa-twitter on fa-square-o
                + + + + +fa-flag on fa-circle
                + + + + +fa-terminal on fa-square
                + + + + +fa-ban on fa-camera +{% endhighlight %} +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/footer.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/footer.html new file mode 100644 index 0000000..325b41c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/footer.html @@ -0,0 +1,20 @@ + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/accessibility.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/accessibility.html new file mode 100644 index 0000000..c9f6202 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/accessibility.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_currency = icons | expand_aliases | where:"categories", "Accessibility Icons" | sort_by:'class' %} + + {% for icon in icons_currency %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/brand.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/brand.html new file mode 100644 index 0000000..6a740d6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/brand.html @@ -0,0 +1,19 @@ +
                + + +
                + {% assign icons_brand = icons | expand_aliases | where:"categories", "Brand Icons" | sort_by:'class' %} + + {% for icon in icons_brand %} + + {% endfor %} +
                + +
                + {% include brand-adblock-warning.html %} +
                + +
                + {% include brand-license.html %} +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/chart.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/chart.html new file mode 100644 index 0000000..e0be4ab --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/chart.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_chart = icons | expand_aliases | where:"categories", "Chart Icons" | sort_by:'class' %} + + {% for icon in icons_chart %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/currency.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/currency.html new file mode 100644 index 0000000..b8de574 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/currency.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_currency = icons | expand_aliases | where:"categories", "Currency Icons" | sort_by:'class' %} + + {% for icon in icons_currency %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/directional.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/directional.html new file mode 100644 index 0000000..3257dcc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/directional.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_directional = icons | expand_aliases | where:"categories", "Directional Icons" | sort_by:'class' %} + + {% for icon in icons_directional %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/file-type.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/file-type.html new file mode 100644 index 0000000..b1713bf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/file-type.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_file_type = icons | expand_aliases | where:"categories", "File Type Icons" | sort_by:'class' %} + + {% for icon in icons_file_type %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/form-control.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/form-control.html new file mode 100644 index 0000000..dd43d90 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/form-control.html @@ -0,0 +1,11 @@ +
                + + +
                + {% assign icons_form_control = icons | expand_aliases | where:"categories", "Form Control Icons" | sort_by:'class' %} + + {% for icon in icons_form_control %} + + {% endfor %} +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/gender.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/gender.html new file mode 100644 index 0000000..091cdff --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/gender.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_gender = icons | expand_aliases | where:"categories", "Gender Icons" | sort_by:'class' %} + + {% for icon in icons_gender %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/hand.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/hand.html new file mode 100644 index 0000000..3f21f91 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/hand.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_hand = icons | expand_aliases | where:"categories", "Hand Icons" | sort_by:'class' %} + + {% for icon in icons_hand %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/medical.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/medical.html new file mode 100644 index 0000000..e27ca33 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/medical.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_medical = icons | expand_aliases | where:"categories", "Medical Icons" | sort_by:'class' %} + + {% for icon in icons_medical %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/new.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/new.html new file mode 100644 index 0000000..8cdd2b7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/new.html @@ -0,0 +1,19 @@ +
                + {% assign version = 1.0 %} + {% assign icons_new = icons | where_exp:"icon", "icon.created >= version" | sort_by:'class' %} + + + {% if page.navbar_active != "icons" %} +
                + You asked, {{ site.forkawesome.name }} delivers with {{ icons_new | size }} shiny new icons in version {{ version }}. + Want to request new icons? Here's how. +
                + {% endif %} + +
                + {% for icon in icons_new %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/payment.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/payment.html new file mode 100644 index 0000000..051cf50 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/payment.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_payment = icons | expand_aliases | where:"categories", "Payment Icons" | sort_by:'class' %} + + {% for icon in icons_payment %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/spinner.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/spinner.html new file mode 100644 index 0000000..c4bca75 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/spinner.html @@ -0,0 +1,22 @@ +
                + + +
                + +
                + +
                + {% assign icons_spinner = icons | expand_aliases | where:"categories", "Spinner Icons" | sort_by:'class' %} + + {% for icon in icons_spinner %} + + {% endfor %} +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/text-editor.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/text-editor.html new file mode 100644 index 0000000..20ac360 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/text-editor.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_text_editor = icons | expand_aliases | where:"categories", "Text Editor Icons" | sort_by:'class' %} + + {% for icon in icons_text_editor %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/transportation.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/transportation.html new file mode 100644 index 0000000..bf67ee4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/transportation.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_transportation = icons | expand_aliases | where:"categories", "Transportation Icons" | sort_by:'class' %} + + {% for icon in icons_transportation %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/video-player.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/video-player.html new file mode 100644 index 0000000..cb39c03 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/video-player.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_video_player = icons | expand_aliases | where:"categories", "Video Player Icons" | sort_by:'class' %} + + {% for icon in icons_video_player %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/web-application.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/web-application.html new file mode 100644 index 0000000..453b875 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/icons/web-application.html @@ -0,0 +1,12 @@ +
                + + +
                + {% assign icons_web_application = icons | expand_aliases | where:"categories", "Web Application Icons" | sort_by:'class' %} + + {% for icon in icons_web_application %} + + {% endfor %} +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron-carousel.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron-carousel.html new file mode 100644 index 0000000..1d5b74c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron-carousel.html @@ -0,0 +1,51 @@ + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron.html new file mode 100644 index 0000000..84b5a51 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/jumbotron.html @@ -0,0 +1,17 @@ +
                +
                + {% if page.in_page_nav %} +
                +

                {{ jumbotron_h1 }}

                +

                {{ jumbotron_p }}

                +
                + +
                + {{ jumbotron_nav }} +
                + {% else %} +

                {{ jumbotron_h1 }}

                +

                {{ jumbotron_p }}

                + {% endif %} +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/modals/download.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/modals/download.html new file mode 100644 index 0000000..a329f6b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/modals/download.html @@ -0,0 +1,25 @@ + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/navbar.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/navbar.html new file mode 100644 index 0000000..57b956a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/navbar.html @@ -0,0 +1,85 @@ + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-features.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-features.html new file mode 100644 index 0000000..7f18999 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-features.html @@ -0,0 +1,29 @@ + +
                +
                +
                +

                Completely Rewritten

                + Everything re-written from the ground up for speed and simplicity. +
                +
                +

                CSS Best Practices

                + New icon base class allows simpler CSS, faster rendering, and easier control. +
                +
                +

                New Icon Names

                + Icons have been renamed to improve consistency and predictability. +
                +
                +

                Bootstrap 3

                + {{ site.forkawesome.name }} {{ site.forkawesome.minor_version }} is fully tested and compatible with Bootstrap 3. +
                +
                +

                Better Compatibility

                + {{ site.forkawesome.name }}is now more compatible with all web frameworks, including Foundation. +
                +
                +

                {{ icons | version:site.forkawesome.minor_version | size }} New Icons in {{ site.fontawesome.minor_version }}

                + Requested by the active community on the {{ site.forkawesome.name }} GitHub project. +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-naming.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-naming.html new file mode 100644 index 0000000..0a0a481 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-naming.html @@ -0,0 +1,157 @@ +
                + +

                fa-[name]-[shape]-[o]-[direction]

                +

                + A desire for better icon naming consistency and predictability are at the heart + of the changes in naming conventions. Once you know the name of the base icon shape, you should be able to predict + the names of variants. +

                +
                +
                +

                fa-*

                +

                Solid icons as the base variant

                +
                  +
                • + + fa-bookmark +
                • +
                • + + fa-comment +
                • +
                • + + fa-folder +
                • +
                +
                +
                +

                *-o

                +

                Outlined version of previous modifier

                +
                  +
                • + + fa-bookmark-o +
                • +
                • + + fa-comment-o +
                • +
                • + + fa-folder-o +
                • +
                +
                +
                +

                *-circle

                +

                Circle under previous modifier

                +
                  +
                • + + fa-check-circle +
                • +
                • + + fa-exclamation-circle +
                • +
                • + + fa-plus-circle +
                • +
                +
                +
                +

                *-square

                +

                Square under previous modifier

                +
                  +
                • + + fa-check-square +
                • +
                • + + fa-twitter-square +
                • +
                • + + fa-plus-square +
                • +
                +
                +
                +

                *-right, *-up, etc.

                +

                Directional modifier always at the end

                +
                  +
                • + + fa-arrow-right +
                • +
                • + + fa-arrow-circle-right +
                • +
                • + + fa-angle-double-right +
                • +
                +
                +
                +

                *-alt

                +

                Alternative to the original

                +
                  +
                • + + fa-unlock-alt +
                • +
                • + + fa-list-alt +
                • +
                • + + fa-github-alt +
                • +
                +
                +
                +

                *-h, *-v

                +

                Horizontal & vertical modifiers

                +
                  +
                • + + fa-arrows-v +
                • +
                • + + fa-arrows-h +
                • +
                • + + fa-ellipsis-v +
                • +
                +
                +
                +

                Combine 'em up&helip;

                +

                Consistent when strung together

                +
                  +
                • + + fa-arrow-circle-o-right +
                • +
                • + + fa-caret-square-o-right +
                • +
                • + + fa-hand-o-right +
                • +
                +
                + +
                + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-upgrading.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-upgrading.html new file mode 100644 index 0000000..0bcabc3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/new-upgrading.html @@ -0,0 +1,13 @@ +
                + +

                + If you were using {{ site.fontawesome.name }} {{ site.fontawesome.minor_version }}, you should be able to just switch to {{ site.forkawesome.name }} {{ site.forkawesome.minor_version }} and get all the benefits from it. + If you were using npm or composer packages, replace the ones you were using by this {{ site.forkawesome.name }} ones. Or if you downloaded a static copy of {{ site.fontawesome.name }}, download the latest version of {{ site.forkawesome.name }} and + replace CSS and font files in your project and you should be good to go. +

                +

                + We paid special attention not to change unicode codepoints for the existing icons, nor changed the CSS class names or icon names from {{ site.fontawesome.name }} {{ site.fontawesome.minor_version }}. + Though we added a few more icons and made the process of contributing to this project much easier. + Though, if you see a mistake, please don't hesitate to file a bug. +

                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/camera-retro-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/camera-retro-tee.html new file mode 100644 index 0000000..4f6ff4d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/camera-retro-tee.html @@ -0,0 +1,31 @@ + +
                + Available in the following sizes: + + + +
                +
                +
                + +
                +
                + +
                +
                + +
                  +
                • Asphalt
                • +
                • Kelly Green
                • +
                + +
                + +
                +

                Camera Retro Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/classics-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/classics-tee.html new file mode 100644 index 0000000..458f34a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/classics-tee.html @@ -0,0 +1,31 @@ + +
                + Available in the following sizes: + + + +
                +
                +
                + +
                +
                + +
                +
                + +
                  +
                • Kelly Green
                • +
                • Navy
                • +
                + +
                + +
                +

                Classics Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/cta-suggestions.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/cta-suggestions.html new file mode 100644 index 0000000..09f703c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/cta-suggestions.html @@ -0,0 +1,20 @@ +
                +

                Have Ideas or Requests?

                + +
                +

                + Got a great idea for a Font Awesome goodie or shirt? Don't see your favorite icon in a wear-able or share-able format? +

                + +

                + We're all ears! Spend a few minutes and let us know what you'd want. If we end up using your idea, we'll send you a free copy. +

                +
                + + Make a Store Suggestion! + + +

                + Please note: While we appreciate all suggestions, not every idea might be right for Font Awesome nor could we physically make every idea. +

                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/fa-ther-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/fa-ther-tee.html new file mode 100644 index 0000000..7699d6b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/fa-ther-tee.html @@ -0,0 +1,29 @@ + +
                + Available in the following sizes: + +
                +
                +
                + +
                +
                + +
                +
                + +
                  +
                • Kelly Green
                • +
                • Navy
                • +
                + +
                + +
                +

                Fa-ther Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/green-logo-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/green-logo-tee.html new file mode 100644 index 0000000..9226a54 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/green-logo-tee.html @@ -0,0 +1,31 @@ + +
                + Available in the following sizes: + + + +
                +
                +
                + +
                +
                + +
                +
                + +
                  +
                • Navy
                • +
                • Kelly Green
                • +
                + +
                + +
                +

                Green Logo Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/old-skool-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/old-skool-tee.html new file mode 100644 index 0000000..4fff5b9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/old-skool-tee.html @@ -0,0 +1,31 @@ + +
                + Available in the following sizes: + + + +
                +
                +
                + +
                +
                + +
                +
                + +
                  +
                • Kelly Green
                • +
                • Navy
                • +
                + +
                + +
                +

                Old Skool Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/rock-paper-scissors-lizard-spock-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/rock-paper-scissors-lizard-spock-tee.html new file mode 100644 index 0000000..2941231 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/rock-paper-scissors-lizard-spock-tee.html @@ -0,0 +1,27 @@ + +
                + Available in the following sizes: + + + +
                +
                +
                + +
                +
                + +
                  +
                • Royal Blue
                • +
                + +
                + +
                +

                Rock Paper Scissors Lizard Spock Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/space-shuttle-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/space-shuttle-tee.html new file mode 100644 index 0000000..ddac553 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/space-shuttle-tee.html @@ -0,0 +1,31 @@ + +
                + Available in the following sizes: + + + +
                +
                +
                + +
                +
                + +
                +
                + +
                  +
                • Black
                • +
                • Navy
                • +
                + +
                + +
                +

                Space Shuttle Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/white-logo-tee.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/white-logo-tee.html new file mode 100644 index 0000000..bd4ac26 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/products/white-logo-tee.html @@ -0,0 +1,35 @@ + +
                + Available in the following sizes: + + + +
                +
                +
                + +
                +
                + +
                +
                + +
                +
                + +
                  +
                • Kelly Green
                • +
                • Navy
                • +
                • Silver
                • +
                + +
                + +
                +

                White Logo Tee

                +

                $28

                +
                +
                + American Apparel Fine Jersey Short Sleeve T-Shirt +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/stripe-social.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/stripe-social.html new file mode 100644 index 0000000..6bd9d51 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/stripe-social.html @@ -0,0 +1,46 @@ +
                +
                +
                  +
                • + + +
                • +
                • + + +
                • +
                • + +
                • +
                • + +
                • +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-anchor.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-anchor.html new file mode 100644 index 0000000..2c48c0e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-anchor.html @@ -0,0 +1,6 @@ +  normal
                +  fa-rotate-90
                +  fa-rotate-180
                +  fa-rotate-270
                +  fa-flip-horizontal
                +  fa-flip-vertical diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-btn.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-btn.html new file mode 100644 index 0000000..9399fc3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped-inside-btn.html @@ -0,0 +1,6 @@ +  normal
                +  fa-rotate-90
                +  fa-rotate-180
                +  fa-rotate-270
                +  fa-flip-horizontal
                +  fa-flip-vertical diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped.html new file mode 100644 index 0000000..7f12a77 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/rotated-flipped.html @@ -0,0 +1,6 @@ +  normal
                +  fa-rotate-90
                +  fa-rotate-180
                +  fa-rotate-270
                +  fa-flip-horizontal
                +  fa-flip-vertical diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-inside-anchor.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-inside-anchor.html new file mode 100644 index 0000000..04a6b31 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-inside-anchor.html @@ -0,0 +1,69 @@ +

                + + + Twitter Icon + + + + Facebook Icon + + + + GitHub Icon + +

                +

                + + + Twitter Icon + + + + Facebook Icon + + + + GitHub Icon + +

                +

                + + + Twitter Icon + + + + Facebook Icon + + + + GitHub Icon + +

                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-with-text.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-with-text.html new file mode 100644 index 0000000..28a7500 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked-with-text.html @@ -0,0 +1,4 @@ + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked.html new file mode 100644 index 0000000..4d00407 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/tests/stacked.html @@ -0,0 +1,58 @@ + +
                Center +
                +
                +

                + + Twitter Icon + + Facebook Icon + + GitHub Icon +

                +

                + + Twitter Icon + + Facebook Icon + + GitHub Icon +

                +

                + + Twitter Icon + + Facebook Icon + + GitHub Icon +

                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/thanks-to.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/thanks-to.html new file mode 100644 index 0000000..fe2232b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/thanks-to.html @@ -0,0 +1,19 @@ +
                + +
                +
                +

                + Thanks to @davegandy for his + original work on {{ site.fontawesome.name }} and to + @gtagliala for managing pull + requests and issues on the Font Awesome Github repo. +

                +
                +
                +

                + Thanks to the still growing community of {{ page.total_contributors }} contributors who've carried this project from the early days of {{ site.fontawesome.name }} and who have joined this project since the fork. + If you feel your contribution has not been recognized. Please file an issue, we'll happily add you to the list. +

                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_includes/why.html b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/why.html new file mode 100644 index 0000000..e95b514 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_includes/why.html @@ -0,0 +1,42 @@ +
                +
                +
                +

                One Font, {{ icons | size }} Icons

                + In a single collection, {{ site.forkawesome.name }} is a pictographic language of web-related actions. +
                +
                +

                No JavaScript Required

                + Fewer compatibility concerns because {{ site.forkawesome.name }} doesn't require JavaScript. +
                +
                +

                Infinite Scalability

                + Scalable vector graphics means every icon looks awesome at any size. +
                +
                +

                Free, as in Speech

                + {{ site.forkawesome.name }} is completely free for commercial use. Check out the license. +
                +
                +

                CSS Control

                + Easily style icon color, size, shadow, and anything that's possible with CSS. +
                +
                +

                Perfect on Retina Displays

                + {{ site.forkawesome.name }} icons are vectors, which mean they're gorgeous on high-resolution displays. +
                +
                +

                Plays Well with Others

                + Originally designed for Bootstrap, {{ site.forkawesome.name }} works great with all frameworks. +
                +
                +

                Desktop Friendly

                + To use on the desktop or for a complete set of vectors, + check out the cheatsheet. +
                +
                +

                Accessibility-minded

                + {{ site.forkawesome.name }} loves screen readers and +helps make your icons accessible on the web. +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_layouts/base.html b/old/themes/varia/static/css/fork-awesome/src/doc/_layouts/base.html new file mode 100644 index 0000000..62ee184 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_layouts/base.html @@ -0,0 +1,56 @@ + + + + + + + + + + + + {% if page.title %}{{ page.title }}{% endif %} + + + + + + + + + + + + + + + + + + + + + + + +
                + {% include navbar.html %} + + {{ content }} +
                + {% include footer.html %} + + + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_layouts/icon.html b/old/themes/varia/static/css/fork-awesome/src/doc/_layouts/icon.html new file mode 100644 index 0000000..30c4340 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_layouts/icon.html @@ -0,0 +1,76 @@ +--- +layout: base +title_suffix: Fork Awesome Icons +relative_path: ../../ +--- +
                +
                +
                + + Example of {{ page.icon.id }} at 6x   + + + Example of {{ page.icon.id }} at 5x +    + + + Example of {{ page.icon.id }} at 4x +    + + + Example of {{ page.icon.id }} at 3x +    + + Example of {{ page.icon.id }} at 2x +   + + + Example of {{ page.icon.id }} +
                +

                + fa-{{ page.icon.id }} + + · + Unicode: {{ page.icon.unicode }} · + Created: v{{ page.icon.created }} · + Categories: + {% for category in page.icon.categories %} + {{ category }}{% unless forloop.last %},{% endunless %} + {% endfor %} + {% assign icon_alias_count = page.icon.aliases | size %} + {% if icon_alias_count > 0 %} + · Aliases: + {% for alias in page.icon.aliases %} + fa-{{ alias }}{% unless forloop.last %},{% endunless %} + {% endfor %} + {% endif %} + {% if page.icon.url %}· {{ page.icon.url }}{% endif %} + +

                +
                +
                + +
                +
                +
                +
                +

                After you get up and running, you can place {{ site.forkawesome.name }} icons just about anywhere with the <i> tag:

                +
                +
                + Example of {{ page.icon.id }} fa-{{ page.icon.id }} +
                +
                +{% highlight html %} + +{% endhighlight %} +

                + Note: to improve web accessibility, we recommend using aria-hidden="true" to hide icons used purely for decoration. +

                + +
                + Looking for more? Check out the examples. +
                +
                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/all-contributors-generator.rb b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/all-contributors-generator.rb new file mode 100644 index 0000000..85d0328 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/all-contributors-generator.rb @@ -0,0 +1,17 @@ +## +# Generate an all-contributors badge with the number of contributors + +require "json" + +module Jekyll + class AllContributors < Generator + def generate(site) + all_contributors_rc = File.read(File.join(Dir.pwd, '.all-contributorsrc')) + all_contributors = JSON.parse(all_contributors_rc) + total_contributors = all_contributors['contributors'].length + site.pages.each do |page| + page.data['total_contributors'] = total_contributors + end + end + end +end diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/flatten_icon_filters.rb b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/flatten_icon_filters.rb new file mode 100644 index 0000000..1e3daff --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/flatten_icon_filters.rb @@ -0,0 +1,38 @@ +## +# Flattens the icons object to a one-dimensional array of possible search terms. + +require 'set' + +module Jekyll + module FlattenArray + def flattenIconFilters(icons) + flattened = Set.new + icons.each do |icon| + toAdd = [] + + toAdd.push(icon["class"].downcase) # Add class as a filter value + + # Add any existing aliases as a filter value + if not icon["aliases"].nil? + icon["aliases"].each do |iconAlias| + toAdd.push(iconAlias.downcase) + end + end + + # Add any existing filters as a filter value + if not icon["filter"].nil? + icon["filter"].each do |iconFilter| + toAdd.push(iconFilter.downcase) + end + end + flattened.merge(toAdd) + + print toAdd if toAdd.include? true + print toAdd if toAdd.include? false + end + return flattened.to_a # .to_a because we can't jsonify a + end + end +end + +Liquid::Template.register_filter(Jekyll::FlattenArray) diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/icon_page_generator.rb b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/icon_page_generator.rb new file mode 100644 index 0000000..0daadf3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/icon_page_generator.rb @@ -0,0 +1,45 @@ +## +# Create individual pages for each icon in the FontAwesome set + +require 'yaml' + +module Jekyll + + class IconPage < Page + + ## + # Take a single icon and render a page for it. + + def initialize(site, base, dir, icon) + @site = site + @base = base + @dir = dir + @name = "#{icon.id}.html" + @icon = icon + + self.process(@name) + + self.read_yaml(File.join(base, site.config['layouts_dir']), site.config['icon_layout']) + + self.data['icon'] = icon + self.data['title'] = "fa-#{icon.id}: " + self.data['title_suffix'] + end + + end + + class IconGenerator < Generator + + ## + # Iterate over every described icon in a YAML file and create a page for it + + safe true + + def generate(site) + site.icons.each do |icon| + site.pages << IconPage.new(site, site.source, site.config['icon_destination'], icon) + end + end + + end + +end diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/site.rb b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/site.rb new file mode 100644 index 0000000..0784d0d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/site.rb @@ -0,0 +1,142 @@ +## +# Provide an icons attribute on the site object + +require 'yaml' +require 'forwardable' + +module Jekyll + + class Icon + + attr_reader :name, :id, :unicode, :created, :categories + + def initialize(icon_object) + @icon_object = icon_object + + # Class name used in CSS and HTML + @icon_object['class'] = icon_object['id'] + # Normalize the aliases + @icon_object['aliases'] ||= [] + + @name = icon_object['name'] + @id = icon_object['id'] + @class = icon_object['class'] + @aliases = icon_object['aliases'] + @unicode = icon_object['unicode'] + @created = icon_object['created'] + @categories = icon_object['categories'] + end + + def to_liquid + return @icon_object + end + + end + + class IconList + ## + # A list of icons + # + include Enumerable + extend Forwardable + + def_delegators :@icon_array, :each, :<< + + def initialize(icon_array) + @original_icon_array = icon_array + @icon_array = [] + + icon_array.each { |icon_object| + @icon_array << Icon.new(icon_object) + } + end + + def [](k) + @icon_array[k] + end + + def to_liquid + @original_icon_array + end + + end + + module IconFilters + def expand_aliases(icons) + expanded = [] + + icons.each { |icon| + # Remove the aliases since we are expanding them + expanded << icon.reject{ |k| k == 'aliases'} + + icon['aliases'].each { |alias_id| + alias_icon = expanded[-1].dup + alias_icon['class'] = alias_id + alias_icon['alias_of'] = icon + + expanded << alias_icon + } + } + + return expanded + end + + def category(icons, cat) + icons.select { |icon| icon['categories'].include?(cat) } + end + + def version(icons, version) + icons.select { |icon| icon['created'] == version } + end + + def sort_by(icons, sort_key) + icons.sort_by! { |icon| icon[sort_key] } + end + end + + Liquid::Template.register_filter(IconFilters) + + class Site + + attr_reader :icons + + def process + self.reset_icons + self.reset + self.read + self.generate + self.render + self.cleanup + self.write + + self.build + end + + ## + # Reads the YAML file that stores all data about icons + def reset_icons + @icons = IconList.new(YAML.load_file(self.config['icon_meta'])['icons']) + end + + ## + # After generation, runs a build of Font-Awesome + def build + system("make build", :chdir => self.config['destination'], :out => :err) + end + + def site_payload + { + "site" => self.config.merge({ + "time" => self.time, + "posts" => self.posts.docs.sort { |a, b| b <=> a }, + "pages" => self.pages, + "html_pages" => self.pages.reject { |page| !page.html? }, + "categories" => post_attr_hash('categories'), + "tags" => post_attr_hash('tags')}), + "icons" => @icons, + } + end + + end + +end diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/sri_hash.rb b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/sri_hash.rb new file mode 100644 index 0000000..63e0242 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/_plugins/sri_hash.rb @@ -0,0 +1,20 @@ +## +# Generate an SRI hash for a given file + +require 'digest' + +module Jekyll + class GetSriHash < Liquid::Tag + def initialize(tag_name, text, tokens) + super + @filename = text.strip + end + + def render(context) + sha256 = Digest::SHA256.file(@filename) + "sha256-#{sha256.base64digest}" + end + end +end + +Liquid::Template.register_tag('sri_hash', Jekyll::GetSriHash) diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/accessibility.html b/old/themes/varia/static/css/fork-awesome/src/doc/accessibility.html new file mode 100644 index 0000000..74fdffc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/accessibility.html @@ -0,0 +1,36 @@ +--- +layout: base +title: Fork Awesome & Accessibility +navbar_active: accessibility +view_class: v-accessibility +relative_path: ../ +--- +{% capture jumbotron_h1 %}  Accessibility{% endcapture %} +{% capture jumbotron_p %}Make your icons awesome for all of your users{% endcapture %} + +{% include jumbotron.html %} + +
                +
                +
                +
                +

                + Icons are symbols that can convey a ton of information and really help + people comprehend directions, signs, and interfaces. It's important + that we create and use them so that they can reach the largest amount + of people possible. +

                +
                +
                + {% include accessibility/background.html %} +
                +
                +
                + + + + {% include accessibility/accessibility-manual.html %} + {% include accessibility/other.html %} +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/prettify.css b/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/prettify.css new file mode 100644 index 0000000..aedd8d1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/prettify.css @@ -0,0 +1,30 @@ +.com { color: #93a1a1; } +.lit { color: #195f91; } +.pun, .opn, .clo { color: #93a1a1; } +.fun { color: #dc322f; } +.str, .atv { color: #D14; } +.kwd, .linenums .tag { color: #1e347b; } +.typ, .atn, .dec, .var { color: teal; } +.pln { color: #48484c; } + +.prettyprint { + padding: 8px; + background-color: #f7f7f9; + border: 1px solid #e1e1e8; +} +.prettyprint.linenums { + -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; + box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0; +} + +/* Specify class=linenums on a pre to get line numbering */ +ol.linenums { + margin: 0 0 0 33px; /* IE indents via margin-left */ +} +ol.linenums li { + padding-left: 12px; + color: #bebec5; + line-height: 18px; + text-shadow: 0 1px 0 #fff; +} \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/pygments.css b/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/pygments.css new file mode 100644 index 0000000..5af20ee --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/pygments.css @@ -0,0 +1,71 @@ +.hll { background-color: #ffffcc } +/*{ background: #f0f3f3; }*/ +.c { color: #999; } /* Comment */ +.err { color: #AA0000; background-color: #FFAAAA } /* Error */ +.k { color: #006699; } /* Keyword */ +.o { color: #555555 } /* Operator */ +.cm { color: #0099FF; font-style: italic } /* Comment.Multiline */ +.cp { color: #009999 } /* Comment.Preproc */ +.c1 { color: #999; } /* Comment.Single */ +.cs { color: #999; } /* Comment.Special */ +.gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */ +.ge { font-style: italic } /* Generic.Emph */ +.gr { color: #FF0000 } /* Generic.Error */ +.gh { color: #003300; } /* Generic.Heading */ +.gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */ +.go { color: #AAAAAA } /* Generic.Output */ +.gp { color: #000099; } /* Generic.Prompt */ +.gs { } /* Generic.Strong */ +.gu { color: #003300; } /* Generic.Subheading */ +.gt { color: #99CC66 } /* Generic.Traceback */ +.kc { color: #006699; } /* Keyword.Constant */ +.kd { color: #006699; } /* Keyword.Declaration */ +.kn { color: #006699; } /* Keyword.Namespace */ +.kp { color: #006699 } /* Keyword.Pseudo */ +.kr { color: #006699; } /* Keyword.Reserved */ +.kt { color: #007788; } /* Keyword.Type */ +.m { color: #FF6600 } /* Literal.Number */ +.s { color: #d44950 } /* Literal.String */ +.na { color: #4f9fcf } /* Name.Attribute */ +.nb { color: #336666 } /* Name.Builtin */ +.nc { color: #00AA88; } /* Name.Class */ +.no { color: #336600 } /* Name.Constant */ +.nd { color: #9999FF } /* Name.Decorator */ +.ni { color: #999999; } /* Name.Entity */ +.ne { color: #CC0000; } /* Name.Exception */ +.nf { color: #CC00FF } /* Name.Function */ +.nl { color: #9999FF } /* Name.Label */ +.nn { color: #00CCFF; } /* Name.Namespace */ +.nt { color: #2f6f9f; } /* Name.Tag */ +.nv { color: #003333 } /* Name.Variable */ +.ow { color: #000000; } /* Operator.Word */ +.w { color: #bbbbbb } /* Text.Whitespace */ +.mf { color: #FF6600 } /* Literal.Number.Float */ +.mh { color: #FF6600 } /* Literal.Number.Hex */ +.mi { color: #FF6600 } /* Literal.Number.Integer */ +.mo { color: #FF6600 } /* Literal.Number.Oct */ +.sb { color: #CC3300 } /* Literal.String.Backtick */ +.sc { color: #CC3300 } /* Literal.String.Char */ +.sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */ +.s2 { color: #CC3300 } /* Literal.String.Double */ +.se { color: #CC3300; } /* Literal.String.Escape */ +.sh { color: #CC3300 } /* Literal.String.Heredoc */ +.si { color: #AA0000 } /* Literal.String.Interpol */ +.sx { color: #CC3300 } /* Literal.String.Other */ +.sr { color: #33AAAA } /* Literal.String.Regex */ +.s1 { color: #CC3300 } /* Literal.String.Single */ +.ss { color: #FFCC33 } /* Literal.String.Symbol */ +.bp { color: #336666 } /* Name.Builtin.Pseudo */ +.vc { color: #003333 } /* Name.Variable.Class */ +.vg { color: #003333 } /* Name.Variable.Global */ +.vi { color: #003333 } /* Name.Variable.Instance */ +.il { color: #FF6600 } /* Literal.Number.Integer.Long */ + +.css .o, +.css .o + .nt, +.css .nt + .nt { color: #999; } + +pre { + background-color: #fafafa; + padding: 8px 15px; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/share.min.css b/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/share.min.css new file mode 100644 index 0000000..0e38b21 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/css/share.min.css @@ -0,0 +1 @@ +.rounded{border-radius:6px}.oval{border-radius:15px}.circle{border-radius:50%}.wo-text{width:34px}.dex-btn,.popup button{cursor:pointer}.dex-btn{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Helvetica Neue,Open Sans,Cantarell,sans-serif;display:inline-block;height:34px;line-height:1.6;color:#fff;text-align:center;text-decoration:none;font-size:.85rem;margin:0 .2em;border:none;padding-top:4px;box-sizing:border-box}.dex-btn span,.dex-icon{vertical-align:middle}.dex-btn,.dex-btn span{font-weight:700}.share{display:inline-block;max-height:40px}.share .dex-btn:not(.wo-text),.support:not(.wo-text){padding:4px 12px 4px 10px}.share .dex-btn:not(.wo-text) .dex-icon,.support:not(.wo-text) .dex-icon{margin-right:8px}.dex-icon{fill:#fff}.hidden,.hidden+.popup,.overlay{display:none}.hidden:checked+.popup{position:absolute;min-width:255px;margin-top:.8em;padding:.5em;z-index:3;background-color:#333;border-radius:.5em;display:inline-block}.hidden:checked+.popup:before{content:"";position:absolute;top:-.7em;height:0;width:0;border-bottom:.8em solid #141414;border-left:.8em solid transparent;border-right:.8em solid transparent;z-index:3}.popup input{min-width:190px;height:25px}.popup button{margin:2.5px 0 2.5px 5px;height:28px;width:44px}.popup label{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;background-color:rgba(0,0,0,.5)}.diaspora{background-color:#222}.diaspora:hover{background-color:#000}.mastodon{background-color:#3088d4}.mastodon:hover{background-color:#1074cb}.hubzilla{background-color:#43488a}.hubzilla:hover{background-color:#363b7d}.gnusocial{background-color:#a22430}.gnusocial:hover{background-color:#900d19}.friendica{background-color:#ffb900}.friendica:hover{background-color:#ebaa00}.socialhome{background-color:#4c4c4c}.socialhome:hover{background-color:#423c3c}.postactiv{background-color:#ad68d5}.postactiv:hover{background-color:#a44fd5}.pumpio{background-color:#000}.pumpio:hover{background-color:#333}.diaspora-bright{background-color:#141414}.diaspora-bright:hover{background-color:#000}.mastodon-bright{background-color:#054dff}.mastodon-bright:hover{background-color:#003cd1}.hubzilla-bright{background-color:#311b92}.hubzilla-bright:hover{background-color:#231367}.gnusocial-bright{background-color:#b90d1e}.gnusocial-bright:hover{background-color:#890a16}.friendica-bright{background-color:#ff8f00}.friendica-bright:hover{background-color:#ff7a00}.socialhome-bright{background-color:#303636}.socialhome-bright:hover{background-color:#212727}.postactiv-bright{background-color:#b030f9}.postactiv-bright:hover{background-color:#a20af7}.support-liberapay{background-color:#f6c915;color:#0e0e0e}.support-liberapay:hover{background-color:#ffb900}.support-snowdrift{background-color:#13628e}.support-snowdrift:hover{background-color:#024d76}.support-ocollective{background-color:#7fadf2}.support-ocollective:hover{background-color:#4992ff}.support-gratipay{background-color:#630}.support-gratipay:hover{background-color:#4d2600}.support-liberapay .dex-icon{fill:#0e0e0e}@media screen and (max-width:64em){.dex-btn{margin:.5em .2em}}@media screen and (max-width:47.938em){.share{display:inline-block}} \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/animated.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/animated.less new file mode 100644 index 0000000..63e8e3c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/animated.less @@ -0,0 +1,36 @@ +--- +--- +// Animated Icons +// -------------------------- + +.@{fa-css-prefix}-spin { + -webkit-animation: ~'@{fa-css-prefix}-spin' 2s infinite linear; + animation: ~'@{fa-css-prefix}-spin' 2s infinite linear; +} + +.@{fa-css-prefix}-pulse { + -webkit-animation: ~'@{fa-css-prefix}-spin' 1s infinite steps(8); + animation: ~'@{fa-css-prefix}-spin' 1s infinite steps(8); +} + +@-webkit-keyframes ~'@{fa-css-prefix}-spin' { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes ~'@{fa-css-prefix}-spin' { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/bordered-pulled.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/bordered-pulled.less new file mode 100644 index 0000000..cd14a68 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/bordered-pulled.less @@ -0,0 +1,28 @@ +--- +--- + +// Bordered & Pulled +// ------------------------- + +.@{fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em @fa-border-color; + border-radius: .1em; +} + +.@{fa-css-prefix}-pull-left { float: left; } +.@{fa-css-prefix}-pull-right { float: right; } + +.@{fa-css-prefix} { + &.@{fa-css-prefix}-pull-left { margin-right: .3em; } + &.@{fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ +.pull-right { float: right; } +.pull-left { float: left; } + +.@{fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/core.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/core.less new file mode 100644 index 0000000..d299d0d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/core.less @@ -0,0 +1,9 @@ +--- +--- + +// Base Class Definition +// ------------------------- + +.@{fa-css-prefix} { +{% include code/core.less %} +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fixed-width.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fixed-width.less new file mode 100644 index 0000000..f3b657b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fixed-width.less @@ -0,0 +1,9 @@ +--- +--- + +// Fixed Width Icons +// ------------------------- +.@{fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fork-awesome.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fork-awesome.less new file mode 100644 index 0000000..3fb656e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/fork-awesome.less @@ -0,0 +1,17 @@ +--- +--- +{% include code/license.css %} + +@import "variables.less"; +@import "mixins.less"; +@import "path.less"; +@import "core.less"; +@import "larger.less"; +@import "fixed-width.less"; +@import "list.less"; +@import "bordered-pulled.less"; +@import "animated.less"; +@import "rotated-flipped.less"; +@import "stacked.less"; +@import "icons.less"; +@import "screen-reader.less"; diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/icons.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/icons.less new file mode 100644 index 0000000..38cdb7b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/icons.less @@ -0,0 +1,7 @@ +--- +--- +/* {{ site.forkawesome.name }} uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +{% for icon in icons %}{% for alias in icon.aliases %} +.@{fa-css-prefix}-{{ alias }}:before,{% endfor %} +.@{fa-css-prefix}-{{ icon.id }}:before { content: @fa-var-{{ icon.id }}; }{% endfor %} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/larger.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/larger.less new file mode 100644 index 0000000..472643e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/larger.less @@ -0,0 +1,16 @@ +--- +--- + +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.@{fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.@{fa-css-prefix}-2x { font-size: 2em; } +.@{fa-css-prefix}-3x { font-size: 3em; } +.@{fa-css-prefix}-4x { font-size: 4em; } +.@{fa-css-prefix}-5x { font-size: 5em; } diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/list.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/list.less new file mode 100644 index 0000000..e32bc0d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/list.less @@ -0,0 +1,22 @@ +--- +--- + +// List Icons +// ------------------------- + +.@{fa-css-prefix}-ul { + padding-left: 0; + margin-left: @fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.@{fa-css-prefix}-li { + position: absolute; + left: -@fa-li-width; + width: @fa-li-width; + top: (2em / 14); + text-align: center; + &.@{fa-css-prefix}-lg { + left: (-@fa-li-width + (4em / 14)); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/mixins.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/mixins.less new file mode 100644 index 0000000..5889739 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/mixins.less @@ -0,0 +1,56 @@ +--- +--- +// Mixins +// -------------------------- + +.fa-icon() { +{% include code/core.less %} +} + +.fa-icon-rotate(@degrees, @rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation})"; + -webkit-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); + transform: rotate(@degrees); +} + +.fa-icon-flip(@horiz, @vert, @rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=@{rotation}, mirror=1)"; + -webkit-transform: scale(@horiz, @vert); + -ms-transform: scale(@horiz, @vert); + transform: scale(@horiz, @vert); +} + + +// Only display content to screen readers. A la Bootstrap 4. +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +.sr-only() { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// +// Credit: HTML5 Boilerplate + +.sr-only-focusable() { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/path.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/path.less new file mode 100644 index 0000000..cd1544f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/path.less @@ -0,0 +1,15 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: '@{fa-font-family}'; + src: url('@{fa-font-path}/forkawesome-webfont.eot?v=@{fa-version}'); + src: url('@{fa-font-path}/forkawesome-webfont.eot?#iefix&v=@{fa-version}') format('embedded-opentype'), + url('@{fa-font-path}/forkawesome-webfont.woff2?v=@{fa-version}') format('woff2'), + url('@{fa-font-path}/forkawesome-webfont.woff?v=@{fa-version}') format('woff'), + url('@{fa-font-path}/forkawesome-webfont.ttf?v=@{fa-version}') format('truetype'), + url('@{fa-font-path}/forkawesome-webfont.svg?v=@{fa-version}#forkawesomeregular') format('svg'); + // src: url('@{fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/rotated-flipped.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/rotated-flipped.less new file mode 100644 index 0000000..bf7a0b4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/rotated-flipped.less @@ -0,0 +1,23 @@ +--- +--- + +// Rotated & Flipped Icons +// ------------------------- + +.@{fa-css-prefix}-rotate-90 { .fa-icon-rotate(90deg, 1); } +.@{fa-css-prefix}-rotate-180 { .fa-icon-rotate(180deg, 2); } +.@{fa-css-prefix}-rotate-270 { .fa-icon-rotate(270deg, 3); } + +.@{fa-css-prefix}-flip-horizontal { .fa-icon-flip(-1, 1, 0); } +.@{fa-css-prefix}-flip-vertical { .fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .@{fa-css-prefix}-rotate-90, +:root .@{fa-css-prefix}-rotate-180, +:root .@{fa-css-prefix}-rotate-270, +:root .@{fa-css-prefix}-flip-horizontal, +:root .@{fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/screen-reader.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/screen-reader.less new file mode 100644 index 0000000..11c1881 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/screen-reader.less @@ -0,0 +1,5 @@ +// Screen Readers +// ------------------------- + +.sr-only { .sr-only(); } +.sr-only-focusable { .sr-only-focusable(); } diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/stacked.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/stacked.less new file mode 100644 index 0000000..2a1e418 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/stacked.less @@ -0,0 +1,23 @@ +--- +--- + +// Stacked Icons +// ------------------------- + +.@{fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.@{fa-css-prefix}-stack-1x, .@{fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.@{fa-css-prefix}-stack-1x { line-height: inherit; } +.@{fa-css-prefix}-stack-2x { font-size: 2em; } +.@{fa-css-prefix}-inverse { color: @fa-inverse; } diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/v5-compat.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/v5-compat.less new file mode 100644 index 0000000..ddedea9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/v5-compat.less @@ -0,0 +1,160 @@ +--- +--- +{% include code/license.css %} + +@import "variables.less"; + +.fas, .fab, .far { +{% include code/core.less %} +} + +.fas { + &.fa-chart-area:before { content: "\f1fe"; } // area-chart + &.fa-arrows-alt:before { content: "\f047"; } // arrows + &.fa-expand-arrows-alt:before { content: "\f0b2"; } // arrows-alt + &.fa-arrows-alt-h:before { content: "\f07e"; } // arrows-h + &.fa-arrows-alt-v:before { content: "\f07d"; } // arrows-v + &.fa-calendar-alt:before { content: "\f073"; } // calendar + &.fa-circle-notch:before { content: "\f1ce"; } // circle-o-notch + &.fa-cloud-download-alt:before { content: "\f0ed"; } // cloud-download + &.fa-cloud-upload-alt:before { content: "\f0ee"; } // cloud-upload + &.fa-credit-card:before { content: "\f283"; } // credit-card-alt + &.fa-dollar-sign:before { content: "\f155"; } // dollar + &.fa-euro-sign:before { content: "\f153"; } // eur, euro + &.fa-exchange-alt:before { content: "\f0ec"; } // exchange + &.fa-external-link-alt:before { content: "\f08e"; } // external-link + &.fa-external-link-square-alt:before { content: "\f14c"; } // external-link-square + &.fa-eye-dropper:before { content: "\f1fb"; } // eyedropper + &.fa-pound-sign:before { content: "\f154"; } // gbp + &.fa-glass-martini:before { content: "\f000"; } // glass + &.fa-shekel-sign:before { content: "\f20b"; } // shekel + &.fa-rupee-sign:before { content: "\f156"; } // rupee + &.fa-won-sign:before { content: "\f159"; } // krw + &.fa-level-down-alt:before { content: "\f149"; } // level-down + &.fa-level-up-alt:before { content: "\f148"; } // level-up + &.fa-chart-line:before { content: "\f201"; } // line-chart + &.fa-long-arrow-alt-down:before { content: "\f175"; } // long-arrow-down + &.fa-long-arrow-alt-left:before { content: "\f177"; } // long-arrow-left + &.fa-long-arrow-alt-right:before { content: "\f178"; } // long-arrow-right + &.fa-long-arrow-alt-up:before { content: "\f176"; } // long-arrow-up + &.fa-map-marker-alt:before { content: "\f041"; } // map-marker + &.fa-mobile-alt:before { content: "\f10b"; } // mobile + &.fa-pencil-alt:before { content: "\f040"; } // pencil + &.fa-pen-square:before { content: "\f14b"; } // pencil-square + &.fa-chart-pie:before { content: "\f200"; } // pie-chart + &.fa-yen-sign:before { content: "\f157"; } // yen + &.fa-ruble-sign:before { content: "\f158"; } // ruble + &.fa-shield-alt:before { content: "\f132"; } // shield + &.fa-sign-in-alt:before { content: "\f090"; } // sign-in + &.fa-sign-out-alt:before { content: "\f08b"; } // sign-out + &.fa-sliders-h:before { content: "\f1de"; } // sliders + &.fa-tablet-alt:before { content: "\f10a"; } // tablet + &.fa-tachometer-alt:before { content: "\f0e4"; } // tachometer + &.fa-thumbtack:before { content: "\f08d"; } // thumb-tack + &.fa-ticket-alt:before { content: "\f145"; } // ticket + &.fa-trash-alt:before { content: "\f1f8"; } // trash + &.fa-lira-sign:before { content: "\f195"; } // turkish-lira +} + +.fab { + &.fa-linkedin-in:before { content: "\fe01"; } // linkedin + &.fa-linkedin:before { content: "\f08c"; } // linkedin-square +} + +.far { + &.fa-address-book:before { content: "\f2ba"; } // address-book-o + &.fa-address-card:before { content: "\f2bc"; } // address-card-o + &.fa-arrow-alt-circle-down:before { content: "\f01a"; } // arrow-circle-o-down + &.fa-arrow-alt-circle-left:before { content: "\f190"; } // arrow-circle-o-left + &.fa-arrow-alt-circle-right:before { content: "\f18e"; } // arrow-circle-o-right + &.fa-arrow-alt-circle-up:before { content: "\f01b"; } // arrow-circle-o-up + &.fa-bell:before { content: "\f0f3"; } // bell-o + &.fa-bell-slash:before { content: "\f1f7"; } // bell-slash-o + &.fa-bookmark:before { content: "\f097"; } // bookmark-o + &.fa-building:before { content: "\f0f7"; } // building-o + &.fa-calendar-check:before { content: "\f274"; } // calendar-check-o + &.fa-calendar-minus:before { content: "\f272"; } // calendar-minus-o + &.fa-calendar:before { content: "\f133"; } // calendar-o + &.fa-calendar-plus:before { content: "\f271"; } // calendar-plus-o + &.fa-calendar-times:before { content: "\f273"; } // calendar-times-o + &.fa-caret-square-down:before { content: "\f150"; } // caret-square-o-down + &.fa-caret-square-left:before { content: "\f191"; } // caret-square-o-left + &.fa-caret-square-right:before { content: "\f152"; } // caret-square-o-right + &.fa-caret-square-up:before { content: "\f151"; } // caret-square-o-up + &.fa-check-circle:before { content: "\f05d"; } // check-circle-o + &.fa-check-square:before { content: "\f046"; } // check-square-o + &.fa-circle:before { content: "\f10c"; } // circle-o + &.fa-clock:before { content: "\f017"; } // clock-o + &.fa-comment:before { content: "\f0e5"; } // comment-o + &.fa-comment-dots:before { content: "\f27b"; } // commenting-o + &.fa-comments:before { content: "\f0e6"; } // comments-o + &.fa-dot-circle:before { content: "\f192"; } // dot-circle-o + &.fa-id-card:before { content: "\f2c3"; } // drivers-license-o + &.fa-envelope:before { content: "\f003"; } // envelope-o + &.fa-envelope-open:before { content: "\f2b7"; } // envelope-open-o + &.fa-file-archive:before { content: "\f1c6"; } // file-archive-o + &.fa-file-audio:before { content: "\f1c7"; } // file-audio-o + &.fa-file-code:before { content: "\f1c9"; } // file-code-o + &.fa-file-excel:before { content: "\f1c3"; } // file-excel-o + &.fa-file-image:before { content: "\f1c5"; } // file-image-o + &.fa-file-video:before { content: "\f1c8"; } // file-video-o + &.fa-copy:before, + &.fa-file:before { content: "\f016"; } // file-o + &.fa-file-pdf:before { content: "\f1c1"; } // file-pdf-o + &.fa-file-powerpoint:before { content: "\f1c4"; } // file-powerpoint-o + &.fa-file-alt:before { content: "\f0f6"; } // file-text-o + &.fa-file-word:before { content: "\f1c2"; } // file-word-o + &.fa-flag:before { content: "\f11d"; } // flag-o + &.fa-save:before { content: "\f0c7"; } // foppy-o + &.fa-folder:before { content: "\f114"; } // folder-o + &.fa-folder-open:before { content: "\f115"; } // folder-open-o + &.fa-frown:before { content: "\f119"; } // frown-o + &.fa-futbol:before { content: "\f1e3"; } // futbol-o + &.fa-hand-rock:before { content: "\f255"; } // hand-grab-o + &.fa-hand-lizard:before { content: "\f258"; } // hand-lizard-o + &.fa-hand-point-down:before { content: "\f0a7"; } // hand-o-down + &.fa-hand-point-left:before { content: "\f0a5"; } // hand-o-left + &.fa-hand-point-right:before { content: "\f0a4"; } // hand-o-right + &.fa-hand-point-up:before { content: "\f0a6"; } // hand-o-up + &.fa-hand-paper:before { content: "\256"; } // hand-paper-o + &.fa-hand-pointer:before { content: "\f25a"; } // hand-pointer-o + &.fa-hand-scissors:before { content: "\f257"; } // hand-scissors-o + &.fa-hand-spock:before { content: "\f259"; } // hand-spock-o + &.fa-handshake:before { content: "\f2b5"; } // handshake-o + &.fa-hdd:before { content: "\f0a0"; } // hdd-o + &.fa-heart:before { content: "\f08a"; } // heart-o + &.fa-hospital:before { content: "\f0f8"; } // hospital-o + &.fa-hourglass:before { content: "\f250"; } // hourglass-o + &.fa-id-card:before { content: "\f2c3"; } // id-card-o + &.fa-keyboard:before { content: "\f11c"; } // keyboard-o + &.fa-lemon:before { content: "\f094"; } // lemon-o + &.fa-lightbulb:before { content: "\f0eb"; } // lightbulb-o + &.fa-meh:before { content: "\f11a"; } // meh-o + &.fa-minus-square:before { content: "\f147"; } // minus-square-o + &.fa-money-bill-alt:before { content: "\f0d6"; } // money + &.fa-moon:before { content: "\f186"; } // moon-o + &.fa-newspaper:before { content: "\f1ea"; } // newspaper-o + &.fa-paper-plane:before { content: "\f1d9"; } // paper-plane-o + &.fa-pause-circle:before { content: "\f28c"; } // pause-circle-o + &.fa-edit:before { content: "\f044"; } // pencil-square-o + &.fa-image:before { content: "\f03e"; } // picture-o + &.fa-play-circle:before { content: "\f01d"; } // play-circle-o + &.fa-plus-square:before { content: "\f196"; } // plus-square-o + &.fa-question-circle:before { content: "\f92c"; } // question-circle-o + &.fa-share-square:before { content: "\f045"; } // share-square-o + &.fa-smile:before { content: "\f118"; } // smile-o + &.fa-snowflake:before { content: "\f2dc"; } // snowflake-o + &.fa-futbol:before { content: "\f1e3"; } // soccer-ball-o + &.fa-star-half:before { content: "\f089"; } // star-half-o + &.fa-star:before { content: "\f006"; } // star-o + &.fa-sticky-note:before { content: "\f24a"; } // sticky-note-o + &.fa-stop-circle:before { content: "\f28e"; } // stop-circle-o + &.fa-sun:before { content: "\f185"; } // sun-o + &.fa-thumbs-down:before { content: "\f088"; } // thumbs-o-down + &.fa-thumbs-up:before { content: "\f087"; } // thumbs-o-up + &.fa-times-circle:before { content: "\f05c"; } // times-circle-o + &.fa-window-close:before { content: "\f2d4"; } // times-rectangle-o + &.fa-trash-alt:before { content: "\f014"; } // trash-o + &.fa-user-circle:before { content: "\f2be"; } // user-circle-o + &.fa-user:before { content: "\f2c0"; } // user-o +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/variables.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/variables.less new file mode 100644 index 0000000..9b3ed2f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/less/variables.less @@ -0,0 +1,17 @@ +--- +--- +// Variables +// -------------------------- + +@fa-font-path: "../fonts"; +@fa-font-size-base: 14px; +@fa-line-height-base: 1; +@fa-css-prefix: {{ site.forkawesome.css_prefix }}; +@fa-font-family: {{ site.forkawesome.font_family }}; +@fa-version: "{{ site.forkawesome.version }}"; +@fa-border-color: #eee; +@fa-inverse: #fff; +@fa-li-width: (30em / 14); + +{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}{% for icon in sorted_icons %}@fa-var-{{ icon.class }}: "\{{ icon.unicode }}"; +{% endfor %} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/animated.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/animated.scss.txt new file mode 100644 index 0000000..b37f0f3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/animated.scss.txt @@ -0,0 +1,36 @@ +--- +--- +// Spinning Icons +// -------------------------- + +.#{$fa-css-prefix}-spin { + -webkit-animation: #{$fa-css-prefix}-spin 2s infinite linear; + animation: #{$fa-css-prefix}-spin 2s infinite linear; +} + +.#{$fa-css-prefix}-pulse { + -webkit-animation: #{$fa-css-prefix}-spin 1s infinite steps(8); + animation: #{$fa-css-prefix}-spin 1s infinite steps(8); +} + +@-webkit-keyframes #{$fa-css-prefix}-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} + +@keyframes #{$fa-css-prefix}-spin { + 0% { + -webkit-transform: rotate(0deg); + transform: rotate(0deg); + } + 100% { + -webkit-transform: rotate(359deg); + transform: rotate(359deg); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/bordered-pulled.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/bordered-pulled.scss.txt new file mode 100644 index 0000000..40bafcb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/bordered-pulled.scss.txt @@ -0,0 +1,28 @@ +--- +--- + +// Bordered & Pulled +// ------------------------- + +.#{$fa-css-prefix}-border { + padding: .2em .25em .15em; + border: solid .08em $fa-border-color; + border-radius: .1em; +} + +.#{$fa-css-prefix}-pull-left { float: left; } +.#{$fa-css-prefix}-pull-right { float: right; } + +.#{$fa-css-prefix} { + &.#{$fa-css-prefix}-pull-left { margin-right: .3em; } + &.#{$fa-css-prefix}-pull-right { margin-left: .3em; } +} + +/* Deprecated as of 4.4.0 */ +.pull-right { float: right; } +.pull-left { float: left; } + +.#{$fa-css-prefix} { + &.pull-left { margin-right: .3em; } + &.pull-right { margin-left: .3em; } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/core.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/core.scss.txt new file mode 100644 index 0000000..45e548b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/core.scss.txt @@ -0,0 +1,9 @@ +--- +--- + +// Base Class Definition +// ------------------------- + +.#{$fa-css-prefix} { +{% include code/core.scss %} +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fixed-width.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fixed-width.scss.txt new file mode 100644 index 0000000..cfb1454 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fixed-width.scss.txt @@ -0,0 +1,9 @@ +--- +--- + +// Fixed Width Icons +// ------------------------- +.#{$fa-css-prefix}-fw { + width: (18em / 14); + text-align: center; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt new file mode 100644 index 0000000..effcf2f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/fork-awesome.scss.txt @@ -0,0 +1,18 @@ +--- +--- +{% include code/license.css %} + +@import "variables"; +@import "mixins"; +@import "functions"; +@import "path"; +@import "core"; +@import "larger"; +@import "fixed-width"; +@import "list"; +@import "bordered-pulled"; +@import "animated"; +@import "rotated-flipped"; +@import "stacked"; +@import "icons"; +@import "screen-reader"; diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/functions.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/functions.scss.txt new file mode 100644 index 0000000..3215091 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/functions.scss.txt @@ -0,0 +1,13 @@ +--- +--- +// Functions +// -------------------------- + +// Helper function which adds quotes to preserve unicode values in CSS output. +// +// See: https://github.com/sass/sass/issues/1395 +// See: https://stackoverflow.com/questions/30421570/sass-unicode-escape-is-not-preserved-in-css-file + +@function fa-content($fa-var) { + @return unquote("\"#{$fa-var}\""); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/icons.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/icons.scss.txt new file mode 100644 index 0000000..23128aa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/icons.scss.txt @@ -0,0 +1,7 @@ +--- +--- +/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen + readers do not read off random characters that represent icons */ +{% for icon in icons %}{% for alias in icon.aliases %} +.#{$fa-css-prefix}-{{ alias }}:before,{% endfor %} +.#{$fa-css-prefix}-{{ icon.id }}:before { content: $fa-var-{{ icon.id }}; }{% endfor %} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/larger.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/larger.scss.txt new file mode 100644 index 0000000..4035723 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/larger.scss.txt @@ -0,0 +1,16 @@ +--- +--- + +// Icon Sizes +// ------------------------- + +/* makes the font 33% larger relative to the icon container */ +.#{$fa-css-prefix}-lg { + font-size: (4em / 3); + line-height: (3em / 4); + vertical-align: -15%; +} +.#{$fa-css-prefix}-2x { font-size: 2em; } +.#{$fa-css-prefix}-3x { font-size: 3em; } +.#{$fa-css-prefix}-4x { font-size: 4em; } +.#{$fa-css-prefix}-5x { font-size: 5em; } diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/list.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/list.scss.txt new file mode 100644 index 0000000..1c64982 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/list.scss.txt @@ -0,0 +1,22 @@ +--- +--- + +// List Icons +// ------------------------- + +.#{$fa-css-prefix}-ul { + padding-left: 0; + margin-left: $fa-li-width; + list-style-type: none; + > li { position: relative; } +} +.#{$fa-css-prefix}-li { + position: absolute; + left: -$fa-li-width; + width: $fa-li-width; + top: (2em / 14); + text-align: center; + &.#{$fa-css-prefix}-lg { + left: -$fa-li-width + (4em / 14); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/mixins.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/mixins.scss.txt new file mode 100644 index 0000000..2411661 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/mixins.scss.txt @@ -0,0 +1,56 @@ +--- +--- +// Mixins +// -------------------------- + +@mixin fa-icon() { +{% include code/core.scss %} +} + +@mixin fa-icon-rotate($degrees, $rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})"; + -webkit-transform: rotate($degrees); + -ms-transform: rotate($degrees); + transform: rotate($degrees); +} + +@mixin fa-icon-flip($horiz, $vert, $rotation) { + -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)"; + -webkit-transform: scale($horiz, $vert); + -ms-transform: scale($horiz, $vert); + transform: scale($horiz, $vert); +} + + +// Only display content to screen readers. A la Bootstrap 4. +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +@mixin sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// +// Credit: HTML5 Boilerplate + +@mixin sr-only-focusable { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/path.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/path.scss.txt new file mode 100644 index 0000000..5480425 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/path.scss.txt @@ -0,0 +1,15 @@ +/* FONT PATH + * -------------------------- */ + +@font-face { + font-family: '#{$fa-font-family}'; + src: url('#{$fa-font-path}/forkawesome-webfont.eot?v=#{$fa-version}'); + src: url('#{$fa-font-path}/forkawesome-webfont.eot?#iefix&v=#{$fa-version}') format('embedded-opentype'), + url('#{$fa-font-path}/forkawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), + url('#{$fa-font-path}/forkawesome-webfont.woff?v=#{$fa-version}') format('woff'), + url('#{$fa-font-path}/forkawesome-webfont.ttf?v=#{$fa-version}') format('truetype'), + url('#{$fa-font-path}/forkawesome-webfont.svg?v=#{$fa-version}#forkawesomeregular') format('svg'); +// src: url('#{$fa-font-path}/ForkAwesome.otf') format('opentype'); // used when developing fonts + font-weight: normal; + font-style: normal; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/rotated-flipped.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/rotated-flipped.scss.txt new file mode 100644 index 0000000..6e95eb4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/rotated-flipped.scss.txt @@ -0,0 +1,23 @@ +--- +--- + +// Rotated & Flipped Icons +// ------------------------- + +.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); } +.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); } +.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); } + +.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); } +.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); } + +// Hook for IE8-9 +// ------------------------- + +:root .#{$fa-css-prefix}-rotate-90, +:root .#{$fa-css-prefix}-rotate-180, +:root .#{$fa-css-prefix}-rotate-270, +:root .#{$fa-css-prefix}-flip-horizontal, +:root .#{$fa-css-prefix}-flip-vertical { + filter: none; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/screen-reader.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/screen-reader.scss.txt new file mode 100644 index 0000000..637426f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/screen-reader.scss.txt @@ -0,0 +1,5 @@ +// Screen Readers +// ------------------------- + +.sr-only { @include sr-only(); } +.sr-only-focusable { @include sr-only-focusable(); } diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/stacked.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/stacked.scss.txt new file mode 100644 index 0000000..01c9443 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/stacked.scss.txt @@ -0,0 +1,23 @@ +--- +--- + +// Stacked Icons +// ------------------------- + +.#{$fa-css-prefix}-stack { + position: relative; + display: inline-block; + width: 2em; + height: 2em; + line-height: 2em; + vertical-align: middle; +} +.#{$fa-css-prefix}-stack-1x, .#{$fa-css-prefix}-stack-2x { + position: absolute; + left: 0; + width: 100%; + text-align: center; +} +.#{$fa-css-prefix}-stack-1x { line-height: inherit; } +.#{$fa-css-prefix}-stack-2x { font-size: 2em; } +.#{$fa-css-prefix}-inverse { color: $fa-inverse; } diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/variables.scss.txt b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/variables.scss.txt new file mode 100644 index 0000000..0ecf359 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/fork-awesome/scss/variables.scss.txt @@ -0,0 +1,17 @@ +--- +--- +// Variables +// -------------------------- + +$fa-font-path: "../fonts" !default; +$fa-font-size-base: 14px !default; +$fa-line-height-base: 1 !default; +$fa-css-prefix: "{{ site.forkawesome.css_prefix }}" !default; +$fa-font-family: "{{ site.forkawesome.font_family }}" !default; +$fa-version: "{{ site.forkawesome.version }}" !default; +$fa-border-color: #eee !default; +$fa-inverse: #fff !default; +$fa-li-width: (30em / 14) !default; + +{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}{% for icon in sorted_icons %}$fa-var-{{ icon.class }}: "\{{ icon.unicode }}"; +{% endfor %} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/ico/favicon.ico b/old/themes/varia/static/css/fork-awesome/src/doc/assets/ico/favicon.ico new file mode 100644 index 0000000..cec00e6 Binary files /dev/null and b/old/themes/varia/static/css/fork-awesome/src/doc/assets/ico/favicon.ico differ diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/images/banner.jpg b/old/themes/varia/static/css/fork-awesome/src/doc/assets/images/banner.jpg new file mode 100644 index 0000000..8b2fd3a Binary files /dev/null and b/old/themes/varia/static/css/fork-awesome/src/doc/assets/images/banner.jpg differ diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.min.js b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.min.js new file mode 100644 index 0000000..32535fd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/ZeroClipboard-1.1.7.min.js @@ -0,0 +1,8 @@ +/*! + * zeroclipboard + * The Zero Clipboard library provides an easy way to copy text to the clipboard using an invisible Adobe Flash movie, and a JavaScript interface. + * Copyright 2012 Jon Rohan, James M. Greene, . + * Released under the MIT license + * http://jonrohan.github.com/ZeroClipboard/ + * v1.1.7 + */(function(){"use strict";var a=function(a,b){var c=a.style[b];a.currentStyle?c=a.currentStyle[b]:window.getComputedStyle&&(c=document.defaultView.getComputedStyle(a,null).getPropertyValue(b));if(c=="auto"&&b=="cursor"){var d=["a"];for(var e=0;e=0?"&":"?")+"nocache="+(new Date).getTime()},i=function(a){var b=[];return a.trustedDomains&&(typeof a.trustedDomains=="string"?b.push("trustedDomain="+a.trustedDomains):b.push("trustedDomain="+a.trustedDomains.join(","))),b.join("&")},j=function(a,b){if(b.indexOf)return b.indexOf(a);for(var c=0,d=b.length;c ';b=document.createElement("div"),b.id="global-zeroclipboard-html-bridge",b.setAttribute("class","global-zeroclipboard-container"),b.setAttribute("data-clipboard-ready",!1),b.style.position="absolute",b.style.left="-9999px",b.style.top="-9999px",b.style.width="15px",b.style.height="15px",b.style.zIndex="9999",b.innerHTML=c,document.body.appendChild(b)}a.htmlBridge=b,a.flashBridge=document["global-zeroclipboard-flash-bridge"]||b.children[0].lastElementChild};l.prototype.resetBridge=function(){this.htmlBridge.style.left="-9999px",this.htmlBridge.style.top="-9999px",this.htmlBridge.removeAttribute("title"),this.htmlBridge.removeAttribute("data-clipboard-text"),f(m,this.options.activeClass),m=null,this.options.text=null},l.prototype.ready=function(){var a=this.htmlBridge.getAttribute("data-clipboard-ready");return a==="true"||a===!0},l.prototype.reposition=function(){if(!m)return!1;var a=g(m);this.htmlBridge.style.top=a.top+"px",this.htmlBridge.style.left=a.left+"px",this.htmlBridge.style.width=a.width+"px",this.htmlBridge.style.height=a.height+"px",this.htmlBridge.style.zIndex=a.zIndex+1,this.setSize(a.width,a.height)},l.dispatch=function(a,b){l.prototype._singleton.receiveEvent(a,b)},l.prototype.on=function(a,b){var c=a.toString().split(/\s/g);for(var d=0;darticle,aside,figcaption,figure,footer,header,hgroup,nav,section{display:block}mark{background:#FF0;color:#000}"; +c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode|| +"undefined"==typeof c.createDocumentFragment||"undefined"==typeof c.createElement}g=b}catch(d){g=j=!0}})();var e={elements:k.elements||"abbr article aside audio bdi canvas data datalist details figcaption figure footer header hgroup mark meter nav output progress section summary time video",version:"3.6.2pre",shivCSS:!1!==k.shivCSS,supportsUnknownElements:g,shivMethods:!1!==k.shivMethods,type:"default",shivDocument:q,createElement:p,createDocumentFragment:function(a,b){a||(a=f);if(g)return a.createDocumentFragment(); +for(var b=b||i(a),c=b.frag.cloneNode(),d=0,e=m(),h=e.length;d0)fulllink=l[0]+'?segment='+window['_bsa_queue'][2]+';';else fulllink=l[0];fulllink=fulllink.replace('[publisher]',window['_bsa_queue'][2]);fulllink=fulllink.replace('[timestamp]',time);return fulllink},drop:function(output,target,elType,idName){var div=document.createElement(elType);div.id=idName;div.innerHTML=output;if(!this.isset(target))where='body';for(i=0;i0)return true;if(obj.length===0)return false;for(var key in obj)if(hasOwnProperty.call(obj,key))return true;return false},getAttr:function(v,id){return document.getElementById(id).getAttribute('data-'+v)},getUrlVar:function(el,name){name=name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");var regexS="[\\?&]"+name+"=([^&#]*)",regex=new RegExp(regexS),results=regex.exec(el.src);if(results==null)return'';else return results[1]}};var _bsa_go=function(json){if(window['_bsa_queue'][0])if((window['_bsa_queue'][0][3]&&window['_bsa_queue'][0][3].platforms.indexOf('mobile')>-1&&_bsa.isMobile())||(window['_bsa_queue'][0][3]&&window['_bsa_queue'][0][3].platforms.indexOf('desktop')>-1&&!_bsa.isMobile()))for(i=json['ads'].length-1;i>=0;i--)if(json['ads'][i].statlink==null)json['ads'].splice(i,1);if(_bsa.isset(json['ads'][0].statlink)){for(var i=0;i=0?c.substring(i+w.length+1).split(';')[0]+',':'',d=new Date();d.setTime(days*3600000+d);data=existing+data;data=data.substring(0,2048);document.cookie=w+'='+data+'; expires='+d.toGMTString()+'; path=\/'};if(freqcap){append('_bsap_daycap',banner,1);append('_bsap_lifecap',banner,365)}};_bsa.default=function(zoneKey,segment,options,ads){var disable_css=_bsa.isset(options)&&_bsa.isset(options.disable_css)?options.disable_css:false;_bsa.default.elID=function(options){return(options&&options.id)?options.id:'_default_'};_bsa.default.align=function(options){return(options&&options.align)?options.align:'vertical'};function css(colors){var c='';return c}function template(ads){var c='ad';for(var i=0;i'+ads[i].title+''+ads[i].description+''+(_bsa.isset(ads[i].pixel)?'':'')+'';return c}if(ads){_bsa.drop((disable_css?'':css(ads))+template(ads),options.target,'div',_bsa.default.elID(options));_bsa.clearQueue()}};_bsa.default.readyToInit=true;_bsa.default.testData={ads:[{barcolor:'#1a1b1c',barcolorHover:'rgba(0,0,0,.8)',callToActionTextColor:'#ffffff',callToActionColor:'#06c',callToActionColorHover:'#06c',callToActionTextColorHover:'#ffffff',textcolor:'#ffffff',textcolorHover:'#ffffff',barcolorHover:'#1a1b1c',statlink:'//demo.com/',image:'//dummyimage.com/80x80/000/1a1b1c',title:'This is a title',description:'Hi, please try my fancy new product over here!',calltoaction:'Learn More',base64:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAFVBMVEUAAAAaGxwJCgoDAwMNDQ4GBgcQEBGUR2suAAAAb0lEQVR4Ae3RMYoGMQxDYeEnz/2PvIGw05gpXP6grwoPVATrJ0VERERERBWSur/7jsHogee7b1BSH/cldDD7grut0mFJWDKjb1SV5XeIzegbhYSLd2jPvnEn1P89DR59xVXmfvBoJJh9ioiIiIiIPyBgActqvt8OAAAAAElFTkSuQmCC'}]};_bsa.imageonly=function(zoneKey,segment,options,ads){var disable_css=_bsa.isset(options)&&_bsa.isset(options.disable_css)?options.disable_css:false;_bsa.default.elID=function(options){return(options&&options.id)?options.id:zoneKey};_bsa.default.align=function(options){return(options&&options.align)?options.align:'vertical'};function css(colors){var c='';return c}function template(ads){var c='';for(var i=0;i'+ads[i].alt+''+(_bsa.isset(ads[i].pixel)?'':'')+'';return c}if(ads){_bsa.drop((disable_css?'':css(ads))+template(ads),options.target,'div',_bsa.default.elID(options));_bsa.clearQueue()}};_bsa.imageonly.readyToInit=true;_bsa.imageonly.testData={ads:[{barcolor:'#1a1b1c',barcolorHover:'rgba(0,0,0,.8)',callToActionTextColor:'#ffffff',callToActionColor:'#06c',callToActionColorHover:'#06c',callToActionTextColorHover:'#ffffff',textcolor:'#ffffff',textcolorHover:'#ffffff',barcolorHover:'#1a1b1c',statlink:'//demo.com/',image:'//dummyimage.com/80x80/000/1a1b1c',title:'This is a title',description:'Hi, please try my fancy new product over here!',calltoaction:'Learn More',base64:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAFVBMVEUAAAAaGxwJCgoDAwMNDQ4GBgcQEBGUR2suAAAAb0lEQVR4Ae3RMYoGMQxDYeEnz/2PvIGw05gpXP6grwoPVATrJ0VERERERBWSur/7jsHogee7b1BSH/cldDD7grut0mFJWDKjb1SV5XeIzegbhYSLd2jPvnEn1P89DR59xVXmfvBoJJh9ioiIiIiIPyBgActqvt8OAAAAAElFTkSuQmCC'}]};_bsa.fancybar=function(zoneKey,segment,options,ads){var disable_css=_bsa.isset(options)&&_bsa.isset(options.disable_css)?options.disable_css:false;_bsa.fancybar.elID=function(options){return(options&&options.id)?options.id:'_fbn_'};function css(colors){var c=colors[0],barcolor=_bsa.isset(c)&&_bsa.isHex(c.barcolor)?c.barcolor:_bsa.fancybar.testData.ads[0].barcolor,barcolorHover=_bsa.isset(c)&&_bsa.isHex(c.barcolorHover)?c.barcolorHover:_bsa.fancybar.testData.ads[0].barcolorHover,callToActionTextColor=_bsa.isset(c)&&_bsa.isHex(c.callToActionTextColor)?c.callToActionTextColor:_bsa.fancybar.testData.ads[0].callToActionTextColor,callToActionColor=_bsa.isset(c)&&_bsa.isHex(c.callToActionColor)?c.callToActionColor:_bsa.fancybar.testData.ads[0].callToActionColor,callToActionColorHover=_bsa.isset(c)&&_bsa.isHex(c.callToActionColorHover)?c.callToActionColorHover:_bsa.fancybar.testData.ads[0].callToActionColorHover,callToActionTextColorHover=_bsa.isset(c)&&_bsa.isHex(c.callToActionTextColorHover)?c.callToActionTextColorHover:_bsa.fancybar.testData.ads[0].callToActionTextColorHover,textcolor=_bsa.isset(c)&&_bsa.isHex(c.textcolor)?c.textcolor:_bsa.fancybar.testData.ads[0].textcolor,textcolorHover=_bsa.isset(c)&&_bsa.isHex(c.textcolorHover)?c.textcolorHover:_bsa.fancybar.testData.ads[0].textcolorHover,barcolorHover=_bsa.isset(c)&&_bsa.isHex(c.barcolorHover)?c.barcolorHover:_bsa.fancybar.testData.ads[0].barcolorHover;return''}function template(ads){var a=ads[0],link=_bsa.isset(a)&&_bsa.isset(a.statlink)?_bsa.link(a.statlink):_bsa.fancybar.testData.ads[0].statlink,image=_bsa.isset(a)&&_bsa.isset(a.image)?a.image:_bsa.fancybar.testData.ads[0].image,base64=_bsa.isset(a)&&_bsa.isset(a.base64)?a.base64:_bsa.fancybar.testData.ads[0].base64,text=_bsa.isset(a)&&_bsa.isset(a.text)?a.text:_bsa.fancybar.testData.ads[0].text,calltoaction=_bsa.isset(a)&&_bsa.isset(a.calltoaction)?a.calltoaction:_bsa.fancybar.testData.ads[0].calltoaction,pixel=_bsa.isset(a)&&_bsa.isset(a.pixel)?a.pixel:null,time=Date.now()/1000|0;return'
                x'+calltoaction+''+text+''+(_bsa.isset(pixel)?'':'')+'
                '}if(!_bsa.getCookie(_bsa.fancybar.elID(options))){var _fancybar_didScroll;var _fancybar_didDrop=false;window.onscroll=function(){_fancybar_didScroll=true};var _fancybar_scrollInterval=setInterval(function(){if(_fancybar_didScroll&&!_bsa.getCookie(_bsa.fancybar.elID(options))){_fancybar_didScroll=false;var scrollTop=(window.pageYOffset!==undefined)?window.pageYOffset:(document.documentElement||document.body.parentNode||document.body).scrollTop;if(scrollTop>=100&&!document.getElementById(_bsa.fancybar.elID(options))){_bsa.fancybar.readyToInit=true;_bsa.init('fancybar',zoneKey,segment,options)}else if(scrollTop>=100){_bsa.show(_bsa.fancybar.elID(options))}if(scrollTop<100){_bsa.hide(_bsa.fancybar.elID(options))}}},500)}if(ads){_bsa.drop((disable_css?'':css(ads))+template(ads),'body','div',_bsa.fancybar.elID(options));_bsa.clearQueue()}};_bsa.fancybar.readyToInit=false;_bsa.fancybar.testData={ads:[{barcolor:'#1a1b1c',barcolorHover:'rgba(0,0,0,.8)',callToActionTextColor:'#ffffff',callToActionColor:'#06c',callToActionColorHover:'#06c',callToActionTextColorHover:'#ffffff',textcolor:'#ffffff',textcolorHover:'#ffffff',barcolorHover:'#1a1b1c',statlink:'//demo.com/',image:'//dummyimage.com/125x50/000/1a1b1c',text:'Hi, please try my fancy new product over here!',calltoaction:'Learn More',base64:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH0AAAAyBAMAAACDoMmvAAAAG1BMVEUAAAAaGxwGBgcNDQ4QEBEWFxgJCgoDAwMTFBUu0R9eAAABlElEQVRIie2TsVLCQBCGjyQkluIIUh6jqKWoKGVmEGqQMVIeM2AsAQdtkQjDY7ubDclxSbSwsLl/JrfH7X67e5vAmJaWltZfdYqLM9520d6ArpQAEw8xpvUl0rhZwrURvDSfwR5n8IU28aPu+Xqa4jsjXH14tlDiJKPBGUHGEWNWT3Uu3JoU5xxm8WSK2NdA8TkDFvNFwYwsviaZieKzxT4f92cKzO7itk4nLekuGelhTpzZy90PowLLIhzlK520wxo8n4fe7FVneB8dC7xcyJ89BVB2g/sDkc970HXVf+/wXQNUnjU2H+PH0A28+nIT3oS7O5xseO5Hw57D0/ydr+1G45ExSlIszHbzM4+fB+mBjNMXSZDlsiDKk8PXY88tmcV1JQkyXUpb4Dm84cUHVB+/rKQY1J9IxdK8FEuZYPhG0gD0PeNx7jRvx7dndi8qLyeF4tZSHpLCN3m4N33mNMKtiYM2lri9m7I35IZTNkmPn/gSCjr+HPZXasBleV3FnFa576m+lObpPwhzLvatlpbW/+obifk8WyshfY8AAAAASUVORK5CYII='}]}; \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/prettify.min.js b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/prettify.min.js new file mode 100644 index 0000000..eef5ad7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/prettify.min.js @@ -0,0 +1,28 @@ +var q=null;window.PR_SHOULD_USE_CONTINUATION=!0; +(function(){function L(a){function m(a){var f=a.charCodeAt(0);if(f!==92)return f;var b=a.charAt(1);return(f=r[b])?f:"0"<=b&&b<="7"?parseInt(a.substring(1),8):b==="u"||b==="x"?parseInt(a.substring(2),16):a.charCodeAt(1)}function e(a){if(a<32)return(a<16?"\\x0":"\\x")+a.toString(16);a=String.fromCharCode(a);if(a==="\\"||a==="-"||a==="["||a==="]")a="\\"+a;return a}function h(a){for(var f=a.substring(1,a.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),a= +[],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c122||(d<65||j>90||b.push([Math.max(65,j)|32,Math.min(d,90)|32]),d<97||j>122||b.push([Math.max(97,j)&-33,Math.min(d,122)&-33]))}}b.sort(function(a,f){return a[0]-f[0]||f[1]-a[1]});f=[];j=[NaN,NaN];for(c=0;ci[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(e(i[1])));b.push("]");return b.join("")}function y(a){for(var f=a.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),b=f.length,d=[],c=0,i=0;c=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c]=j.replace(/[A-Za-z]/g,function(a){a=a.charCodeAt(0);return"["+String.fromCharCode(a&-33,a|32)+"]"}));return f.join("")}for(var t=0,s=!1,l=!1,p=0,d=a.length;p=5&&"lang-"===b.substring(0,5))&&!(o&&typeof o[1]==="string"))c=!1,b="src";c||(r[f]=b)}i=d;d+=f.length;if(c){c=o[1];var j=f.indexOf(c),k=j+c.length;o[2]&&(k=f.length-o[2].length,j=k-c.length);b=b.substring(5);B(l+i,f.substring(0,j),e,p);B(l+i+j,c,C(b,c),p);B(l+i+k,f.substring(k),e,p)}else p.push(l+i,b)}a.e=p}var h={},y;(function(){for(var e=a.concat(m), +l=[],p={},d=0,g=e.length;d=0;)h[n.charAt(k)]=r;r=r[1];n=""+r;p.hasOwnProperty(n)||(l.push(r),p[n]=q)}l.push(/[\S\s]/);y=L(l)})();var t=m.length;return e}function u(a){var m=[],e=[];a.tripleQuotedStrings?m.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):a.multiLineStrings?m.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/, +q,"'\"`"]):m.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&e.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var h=a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):m.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),e.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):m.push(["com",/^#[^\n\r]*/, +q,"#"]));a.cStyleComments&&(e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""+a.keywords).replace(/^ | $/g, +"");a.length&&e.push(["kwd",RegExp("^(?:"+a.replace(/[\s,]+/g,"|")+")\\b"),q]);m.push(["pln",/^\s+/,q," \r\n\t\xa0"]);e.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]);return x(m,e)}function D(a,m){function e(a){switch(a.nodeType){case 1:if(k.test(a.className))break;if("BR"===a.nodeName)h(a), +a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)e(a);break;case 3:case 4:if(p){var b=a.nodeValue,d=b.match(t);if(d){var c=b.substring(0,d.index);a.nodeValue=c;(b=b.substring(d.index+d[0].length))&&a.parentNode.insertBefore(s.createTextNode(b),a.nextSibling);h(a);c||a.parentNode.removeChild(a)}}}}function h(a){function b(a,d){var e=d?a.cloneNode(!1):a,f=a.parentNode;if(f){var f=b(f,1),g=a.nextSibling;f.appendChild(e);for(var h=g;h;h=g)g=h.nextSibling,f.appendChild(h)}return e} +for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g=0;){var h=m[e];A.hasOwnProperty(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function C(a,m){if(!a||!A.hasOwnProperty(a))a=/^\s*=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"], +"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"], +H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"], +J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+ +I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]), +["default-markup","htm","html","mxml","xhtml","xml","xsl"]);k(x([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css", +/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}), +["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes", +hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p=0){var k=k.match(g),f,b;if(b= +!k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p #mq-test-1 { width: 42px; }',d.insertBefore(f,e),c=42===g.offsetWidth,d.removeChild(f),{matches:c,media:a}}}(document); + +/*! Respond.js v1.1.0: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs */ +(function(a){"use strict";function x(){u(!0)}var b={};a.respond=b,b.update=function(){},b.mediaQueriesSupported=a.matchMedia&&a.matchMedia("only all").matches,b.mediaQueriesSupported;var q,r,t,c=a.document,d=c.documentElement,e=[],f=[],g=[],h={},i=30,j=c.getElementsByTagName("head")[0]||d,k=c.getElementsByTagName("base")[0],l=j.getElementsByTagName("link"),m=[],n=function(){for(var b=0;l.length>b;b++){var c=l[b],d=c.href,e=c.media,f=c.rel&&"stylesheet"===c.rel.toLowerCase();d&&f&&!h[d]&&(c.styleSheet&&c.styleSheet.rawCssText?(p(c.styleSheet.rawCssText,d,e),h[d]=!0):(!/^([a-zA-Z:]*\/\/)/.test(d)&&!k||d.replace(RegExp.$1,"").split("/")[0]===a.location.host)&&m.push({href:d,media:e}))}o()},o=function(){if(m.length){var a=m.shift();v(a.href,function(b){p(b,a.href,a.media),h[a.href]=!0,setTimeout(function(){o()},0)})}},p=function(a,b,c){var d=a.match(/@media[^\{]+\{([^\{\}]*\{[^\}\{]*\})+/gi),g=d&&d.length||0;b=b.substring(0,b.lastIndexOf("/"));var h=function(a){return a.replace(/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,"$1"+b+"$2$3")},i=!g&&c;b.length&&(b+="/"),i&&(g=1);for(var j=0;g>j;j++){var k,l,m,n;i?(k=c,f.push(h(a))):(k=d[j].match(/@media *([^\{]+)\{([\S\s]+?)$/)&&RegExp.$1,f.push(RegExp.$2&&h(RegExp.$2))),m=k.split(","),n=m.length;for(var o=0;n>o;o++)l=m[o],e.push({media:l.split("(")[0].match(/(only\s+)?([a-zA-Z]+)\s?/)&&RegExp.$2||"all",rules:f.length-1,hasquery:l.indexOf("(")>-1,minw:l.match(/\(min\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||""),maxw:l.match(/\(max\-width:[\s]*([\s]*[0-9\.]+)(px|em)[\s]*\)/)&&parseFloat(RegExp.$1)+(RegExp.$2||"")})}u()},s=function(){var a,b=c.createElement("div"),e=c.body,f=!1;return b.style.cssText="position:absolute;font-size:1em;width:1em",e||(e=f=c.createElement("body"),e.style.background="none"),e.appendChild(b),d.insertBefore(e,d.firstChild),a=b.offsetWidth,f?d.removeChild(e):e.removeChild(b),a=t=parseFloat(a)},u=function(a){var b="clientWidth",h=d[b],k="CSS1Compat"===c.compatMode&&h||c.body[b]||h,m={},n=l[l.length-1],o=(new Date).getTime();if(a&&q&&i>o-q)return clearTimeout(r),r=setTimeout(u,i),void 0;q=o;for(var p in e)if(e.hasOwnProperty(p)){var v=e[p],w=v.minw,x=v.maxw,y=null===w,z=null===x,A="em";w&&(w=parseFloat(w)*(w.indexOf(A)>-1?t||s():1)),x&&(x=parseFloat(x)*(x.indexOf(A)>-1?t||s():1)),v.hasquery&&(y&&z||!(y||k>=w)||!(z||x>=k))||(m[v.media]||(m[v.media]=[]),m[v.media].push(f[v.rules]))}for(var B in g)g.hasOwnProperty(B)&&g[B]&&g[B].parentNode===j&&j.removeChild(g[B]);for(var C in m)if(m.hasOwnProperty(C)){var D=c.createElement("style"),E=m[C].join("\n");D.type="text/css",D.media=C,j.insertBefore(D,n.nextSibling),D.styleSheet?D.styleSheet.cssText=E:D.appendChild(c.createTextNode(E)),g.push(D)}},v=function(a,b){var c=w();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))},w=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}();n(),b.update=n,a.addEventListener?a.addEventListener("resize",x,!1):a.attachEvent&&a.attachEvent("onresize",x)})(this); diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/search.js b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/search.js new file mode 100644 index 0000000..1c4d447 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/search.js @@ -0,0 +1,92 @@ +$(function() { + var SearchView = Backbone.View.extend({ + events: { + "click #search-clear": "clear" + }, + + initialize: function() { + this.algolia = algoliasearch("M19DXW5X0Q", "c79b2e61519372a99fa5890db070064c"); + this.algoliaHelper = algoliasearchHelper(this.algolia, "font_awesome"); + this.template = _.template($("#results-template").html()); + + this.$searchInput = this.$("#search-input"); + this.$searchResultsSection = this.$("#search-results"); + this.$searchInputClear = this.$("#search-clear"); + this.$iconsSection = this.$("#icons"); + + this.$searchInput.on("keyup", _.debounce(_.bind(this.search, this), 200)); + this.algoliaHelper.on("result", _.bind(this.showResults, this)); + }, + + search: function(event) { + var query = this.$searchInput.val(); + + if (query !== "") { + this. algoliaHelper.setQuery(query).search(); + } else { + this.clearResults(); + } + }, + + clear: function(event) { + event.preventDefault(); + + this.clearResults(); + }, + + showResults: function(content, state) { + this.$searchResultsSection.html(""); + this.$searchResultsSection.removeClass("hide"); + this.$searchInputClear.removeClass("hide"); + this.$iconsSection.addClass("hide"); + + var results = []; + + _.each(content.hits, function(result) { + results.push(new SearchResultView({ result: result }).render()) + }); + + this.$searchResultsSection.html(this.template({ content: content, results: results.join("") })); + }, + + clearResults: function() { + this.$searchInput.val("").focus(); + this.$searchResultsSection.addClass("hide"); + this.$searchResultsSection.html(""); + this.$searchInputClear.addClass("hide"); + this.$iconsSection.removeClass("hide"); + } + }); + + var SearchResultView = Backbone.View.extend({ + initialize: function(options) { + this.template = _.template($("#result-template").html()); + this.result = options.result + }, + + render: function() { + var matches = []; + + this.pullMatches(matches, this.result._highlightResult.aliases); + this.pullMatches(matches, this.result._highlightResult.synonyms); + + return this.template({ result: this.result, matches: matches }); + }, + + pullMatches: function(matches, list) { + if (list !== undefined) { + _.each(list, function(highlight) { + if (highlight.matchLevel !== "none") { + matches.push(highlight.value) + } + }) + } + } + }); + + var $searchViewElement = $("[data-view=search]"); + + if ($searchViewElement.length > 0) { + new SearchView({ el: $searchViewElement }); + } +}); diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/share.min.js b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/share.min.js new file mode 100644 index 0000000..d3588e9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/js/share.min.js @@ -0,0 +1 @@ +"use strict";document.addEventListener("DOMContentLoaded",function(){function e(e){if(e.match(/^https:\/\//i))return e;var t=e.split("/").filter(function(e){return e.indexOf(".")>-1});return"https://"+encodeURIComponent(t)}for(var t=document.querySelector("h1"),n=document.querySelector("head").querySelector("title"),o=document.querySelector('meta[property="og:title"]'),r=null===n?"":n.textContent,i=null===o?"":o.content,l=null===t?"":t.textContent,u=r||i||l,a=encodeURIComponent(window.location.href),c=document.querySelectorAll(".share-btn"),d=[],s=0;sALL KS rewards for just $60!", + class: "fa5", + url: "https://fontawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_campaign=fa5_released&utm_content=banner", + btn_text: "Check out FA Pro  ", + }, + ]; + + // selectAd(); + + // start the icon carousel + $('#icon-carousel').carousel({ + interval: 5000 + }); + + $('[data-toggle="tooltip"]').tooltip(); + $('[data-toggle="popover"]').popover(); + + if (storageAvailable('localStorage') && !localStorage.seenFA5ReleasedModal) { + $('#modal-fa5') + .modal('toggle') + .on('hidden.bs.modal', function (e) { + $('#fa5-iframe').remove(); + }); + ; + } + + if (storageAvailable('localStorage')) { + localStorage.seenFA5ReleasedModal = true; + // Yippee! We can use localStorage awesomeness + } + + function storageAvailable(type) { + try { + var storage = window[type], + x = '__storage_test__'; + storage.setItem(x, x); + storage.removeItem(x); + return true; + } + catch(e) { + return false; + } + } + + function selectAd() { + random_number = Math.floor(Math.random() * ads.length); + random_ad = ads[random_number]; + + $('#banner').addClass(random_ad.class); + $('#rotating-message').html(random_ad.quote); + $('#rotating-url').attr("href", random_ad.url); + $('#rotating-url').html(random_ad.btn_text); + $('#banner').collapse('show'); + } +}); diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csscomb.json b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csscomb.json new file mode 100644 index 0000000..40695a4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csscomb.json @@ -0,0 +1,304 @@ +{ + "always-semicolon": true, + "block-indent": 2, + "color-case": "lower", + "color-shorthand": true, + "element-case": "lower", + "eof-newline": true, + "leading-zero": false, + "remove-empty-rulesets": true, + "space-after-colon": 1, + "space-after-combinator": 1, + "space-before-selector-delimiter": 0, + "space-between-declarations": "\n", + "space-after-opening-brace": "\n", + "space-before-closing-brace": "\n", + "space-before-colon": 0, + "space-before-combinator": 1, + "space-before-opening-brace": 1, + "strip-spaces": true, + "unitless-zero": true, + "vendor-prefix-align": true, + "sort-order": [ + [ + "position", + "top", + "right", + "bottom", + "left", + "z-index", + "display", + "float", + "width", + "min-width", + "max-width", + "height", + "min-height", + "max-height", + "-webkit-box-sizing", + "-moz-box-sizing", + "box-sizing", + "-webkit-appearance", + "padding", + "padding-top", + "padding-right", + "padding-bottom", + "padding-left", + "margin", + "margin-top", + "margin-right", + "margin-bottom", + "margin-left", + "overflow", + "overflow-x", + "overflow-y", + "-webkit-overflow-scrolling", + "-ms-overflow-x", + "-ms-overflow-y", + "-ms-overflow-style", + "clip", + "clear", + "font", + "font-family", + "font-size", + "font-style", + "font-weight", + "font-variant", + "font-size-adjust", + "font-stretch", + "font-effect", + "font-emphasize", + "font-emphasize-position", + "font-emphasize-style", + "font-smooth", + "-webkit-hyphens", + "-moz-hyphens", + "hyphens", + "line-height", + "color", + "text-align", + "-webkit-text-align-last", + "-moz-text-align-last", + "-ms-text-align-last", + "text-align-last", + "text-emphasis", + "text-emphasis-color", + "text-emphasis-style", + "text-emphasis-position", + "text-decoration", + "text-indent", + "text-justify", + "text-outline", + "-ms-text-overflow", + "text-overflow", + "text-overflow-ellipsis", + "text-overflow-mode", + "text-shadow", + "text-transform", + "text-wrap", + "-webkit-text-size-adjust", + "-ms-text-size-adjust", + "letter-spacing", + "-ms-word-break", + "word-break", + "word-spacing", + "-ms-word-wrap", + "word-wrap", + "-moz-tab-size", + "-o-tab-size", + "tab-size", + "white-space", + "vertical-align", + "list-style", + "list-style-position", + "list-style-type", + "list-style-image", + "pointer-events", + "-ms-touch-action", + "touch-action", + "cursor", + "visibility", + "zoom", + "flex-direction", + "flex-order", + "flex-pack", + "flex-align", + "table-layout", + "empty-cells", + "caption-side", + "border-spacing", + "border-collapse", + "content", + "quotes", + "counter-reset", + "counter-increment", + "resize", + "-webkit-user-select", + "-moz-user-select", + "-ms-user-select", + "-o-user-select", + "user-select", + "nav-index", + "nav-up", + "nav-right", + "nav-down", + "nav-left", + "background", + "background-color", + "background-image", + "-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient", + "filter:progid:DXImageTransform.Microsoft.gradient", + "filter:progid:DXImageTransform.Microsoft.AlphaImageLoader", + "filter", + "background-repeat", + "background-attachment", + "background-position", + "background-position-x", + "background-position-y", + "-webkit-background-clip", + "-moz-background-clip", + "background-clip", + "background-origin", + "-webkit-background-size", + "-moz-background-size", + "-o-background-size", + "background-size", + "border", + "border-color", + "border-style", + "border-width", + "border-top", + "border-top-color", + "border-top-style", + "border-top-width", + "border-right", + "border-right-color", + "border-right-style", + "border-right-width", + "border-bottom", + "border-bottom-color", + "border-bottom-style", + "border-bottom-width", + "border-left", + "border-left-color", + "border-left-style", + "border-left-width", + "border-radius", + "border-top-left-radius", + "border-top-right-radius", + "border-bottom-right-radius", + "border-bottom-left-radius", + "-webkit-border-image", + "-moz-border-image", + "-o-border-image", + "border-image", + "-webkit-border-image-source", + "-moz-border-image-source", + "-o-border-image-source", + "border-image-source", + "-webkit-border-image-slice", + "-moz-border-image-slice", + "-o-border-image-slice", + "border-image-slice", + "-webkit-border-image-width", + "-moz-border-image-width", + "-o-border-image-width", + "border-image-width", + "-webkit-border-image-outset", + "-moz-border-image-outset", + "-o-border-image-outset", + "border-image-outset", + "-webkit-border-image-repeat", + "-moz-border-image-repeat", + "-o-border-image-repeat", + "border-image-repeat", + "outline", + "outline-width", + "outline-style", + "outline-color", + "outline-offset", + "-webkit-box-shadow", + "-moz-box-shadow", + "box-shadow", + "filter:progid:DXImageTransform.Microsoft.Alpha(Opacity", + "-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha", + "opacity", + "-ms-interpolation-mode", + "-webkit-transition", + "-moz-transition", + "-ms-transition", + "-o-transition", + "transition", + "-webkit-transition-delay", + "-moz-transition-delay", + "-ms-transition-delay", + "-o-transition-delay", + "transition-delay", + "-webkit-transition-timing-function", + "-moz-transition-timing-function", + "-ms-transition-timing-function", + "-o-transition-timing-function", + "transition-timing-function", + "-webkit-transition-duration", + "-moz-transition-duration", + "-ms-transition-duration", + "-o-transition-duration", + "transition-duration", + "-webkit-transition-property", + "-moz-transition-property", + "-ms-transition-property", + "-o-transition-property", + "transition-property", + "-webkit-transform", + "-moz-transform", + "-ms-transform", + "-o-transform", + "transform", + "-webkit-transform-origin", + "-moz-transform-origin", + "-ms-transform-origin", + "-o-transform-origin", + "transform-origin", + "-webkit-animation", + "-moz-animation", + "-ms-animation", + "-o-animation", + "animation", + "-webkit-animation-name", + "-moz-animation-name", + "-ms-animation-name", + "-o-animation-name", + "animation-name", + "-webkit-animation-duration", + "-moz-animation-duration", + "-ms-animation-duration", + "-o-animation-duration", + "animation-duration", + "-webkit-animation-play-state", + "-moz-animation-play-state", + "-ms-animation-play-state", + "-o-animation-play-state", + "animation-play-state", + "-webkit-animation-timing-function", + "-moz-animation-timing-function", + "-ms-animation-timing-function", + "-o-animation-timing-function", + "animation-timing-function", + "-webkit-animation-delay", + "-moz-animation-delay", + "-ms-animation-delay", + "-o-animation-delay", + "animation-delay", + "-webkit-animation-iteration-count", + "-moz-animation-iteration-count", + "-ms-animation-iteration-count", + "-o-animation-iteration-count", + "animation-iteration-count", + "-webkit-animation-direction", + "-moz-animation-direction", + "-ms-animation-direction", + "-o-animation-direction", + "animation-direction" + ] + ] +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csslintrc b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csslintrc new file mode 100644 index 0000000..005b862 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/.csslintrc @@ -0,0 +1,19 @@ +{ + "adjoining-classes": false, + "box-sizing": false, + "box-model": false, + "compatible-vendor-prefixes": false, + "floats": false, + "font-sizes": false, + "gradients": false, + "important": false, + "known-properties": false, + "outline-none": false, + "qualified-headings": false, + "regex-selectors": false, + "shorthand": false, + "text-indent": false, + "unique-headings": false, + "universal-selector": false, + "unqualified-attributes": false +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/alerts.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/alerts.less new file mode 100644 index 0000000..c4199db --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/alerts.less @@ -0,0 +1,73 @@ +// +// Alerts +// -------------------------------------------------- + + +// Base styles +// ------------------------- + +.alert { + padding: @alert-padding; + margin-bottom: @line-height-computed; + border: 1px solid transparent; + border-radius: @alert-border-radius; + + // Headings for larger alerts + h4 { + margin-top: 0; + // Specified for the h4 to prevent conflicts of changing @headings-color + color: inherit; + } + + // Provide class for links that match alerts + .alert-link { + font-weight: @alert-link-font-weight; + } + + // Improve alignment and spacing of inner content + > p, + > ul { + margin-bottom: 0; + } + + > p + p { + margin-top: 5px; + } +} + +// Dismissible alerts +// +// Expand the right padding and account for the close button's positioning. + +.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0. +.alert-dismissible { + padding-right: (@alert-padding + 20); + + // Adjust close link position + .close { + position: relative; + top: -2px; + right: -21px; + color: inherit; + } +} + +// Alternate styles +// +// Generate contextual modifier classes for colorizing the alert. + +.alert-success { + .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text); +} + +.alert-info { + .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text); +} + +.alert-warning { + .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text); +} + +.alert-danger { + .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less new file mode 100644 index 0000000..6ee16dc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/badges.less @@ -0,0 +1,66 @@ +// +// Badges +// -------------------------------------------------- + + +// Base class +.badge { + display: inline-block; + min-width: 10px; + padding: 3px 7px; + font-size: @font-size-small; + font-weight: @badge-font-weight; + color: @badge-color; + line-height: @badge-line-height; + vertical-align: middle; + white-space: nowrap; + text-align: center; + background-color: @badge-bg; + border-radius: @badge-border-radius; + + // Empty badges collapse automatically (not available in IE8) + &:empty { + display: none; + } + + // Quick fix for badges in buttons + .btn & { + position: relative; + top: -1px; + } + + .btn-xs &, + .btn-group-xs > .btn & { + top: 0; + padding: 1px 5px; + } + + // Hover state, but only for links + a& { + &:hover, + &:focus { + color: @badge-link-hover-color; + text-decoration: none; + cursor: pointer; + } + } + + // Account for badges in navs + .list-group-item.active > &, + .nav-pills > .active > a > & { + color: @badge-active-color; + background-color: @badge-active-bg; + } + + .list-group-item > & { + float: right; + } + + .list-group-item > & + & { + margin-right: 5px; + } + + .nav-pills > li > a > & { + margin-left: 3px; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/bootstrap.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/bootstrap.less new file mode 100644 index 0000000..4b9916e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/bootstrap.less @@ -0,0 +1,56 @@ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +// Core variables and mixins +@import "variables.less"; +@import "mixins.less"; + +// Reset and dependencies +@import "normalize.less"; +@import "print.less"; +@import "glyphicons.less"; + +// Core CSS +@import "scaffolding.less"; +@import "type.less"; +@import "code.less"; +@import "grid.less"; +@import "tables.less"; +@import "forms.less"; +@import "buttons.less"; + +// Components +@import "component-animations.less"; +@import "dropdowns.less"; +@import "button-groups.less"; +@import "input-groups.less"; +@import "navs.less"; +@import "navbar.less"; +@import "breadcrumbs.less"; +@import "pagination.less"; +@import "pager.less"; +@import "labels.less"; +@import "badges.less"; +@import "jumbotron.less"; +@import "thumbnails.less"; +@import "alerts.less"; +@import "progress-bars.less"; +@import "media.less"; +@import "list-group.less"; +@import "panels.less"; +@import "responsive-embed.less"; +@import "wells.less"; +@import "close.less"; + +// Components w/ JavaScript +@import "modals.less"; +@import "tooltip.less"; +@import "popovers.less"; +@import "carousel.less"; + +// Utility classes +@import "utilities.less"; +@import "responsive-utilities.less"; diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/breadcrumbs.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/breadcrumbs.less new file mode 100644 index 0000000..cb01d50 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/breadcrumbs.less @@ -0,0 +1,26 @@ +// +// Breadcrumbs +// -------------------------------------------------- + + +.breadcrumb { + padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal; + margin-bottom: @line-height-computed; + list-style: none; + background-color: @breadcrumb-bg; + border-radius: @border-radius-base; + + > li { + display: inline-block; + + + li:before { + content: "@{breadcrumb-separator}\00a0"; // Unicode space added since inline-block means non-collapsing white-space + padding: 0 5px; + color: @breadcrumb-color; + } + } + + > .active { + color: @breadcrumb-active-color; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/button-groups.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/button-groups.less new file mode 100644 index 0000000..6a0c5a8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/button-groups.less @@ -0,0 +1,244 @@ +// +// Button groups +// -------------------------------------------------- + +// Make the div behave like a button +.btn-group, +.btn-group-vertical { + position: relative; + display: inline-block; + vertical-align: middle; // match .btn alignment given font-size hack above + > .btn { + position: relative; + float: left; + // Bring the "active" button to the front + &:hover, + &:focus, + &:active, + &.active { + z-index: 2; + } + } +} + +// Prevent double borders when buttons are next to each other +.btn-group { + .btn + .btn, + .btn + .btn-group, + .btn-group + .btn, + .btn-group + .btn-group { + margin-left: -1px; + } +} + +// Optional: Group multiple button groups together for a toolbar +.btn-toolbar { + margin-left: -5px; // Offset the first child's margin + &:extend(.clearfix all); + + .btn, + .btn-group, + .input-group { + float: left; + } + > .btn, + > .btn-group, + > .input-group { + margin-left: 5px; + } +} + +.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { + border-radius: 0; +} + +// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match +.btn-group > .btn:first-child { + margin-left: 0; + &:not(:last-child):not(.dropdown-toggle) { + .border-right-radius(0); + } +} +// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it +.btn-group > .btn:last-child:not(:first-child), +.btn-group > .dropdown-toggle:not(:first-child) { + .border-left-radius(0); +} + +// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group) +.btn-group > .btn-group { + float: left; +} +.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group > .btn-group:first-child:not(:last-child) { + > .btn:last-child, + > .dropdown-toggle { + .border-right-radius(0); + } +} +.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { + .border-left-radius(0); +} + +// On active and open, don't show outline +.btn-group .dropdown-toggle:active, +.btn-group.open .dropdown-toggle { + outline: 0; +} + + +// Sizing +// +// Remix the default button sizing classes into new ones for easier manipulation. + +.btn-group-xs > .btn { &:extend(.btn-xs); } +.btn-group-sm > .btn { &:extend(.btn-sm); } +.btn-group-lg > .btn { &:extend(.btn-lg); } + + +// Split button dropdowns +// ---------------------- + +// Give the line between buttons some depth +.btn-group > .btn + .dropdown-toggle { + padding-left: 8px; + padding-right: 8px; +} +.btn-group > .btn-lg + .dropdown-toggle { + padding-left: 12px; + padding-right: 12px; +} + +// The clickable button for toggling the menu +// Remove the gradient and set the same inset shadow as the :active state +.btn-group.open .dropdown-toggle { + .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); + + // Show no shadow for `.btn-link` since it has no other button styles. + &.btn-link { + .box-shadow(none); + } +} + + +// Reposition the caret +.btn .caret { + margin-left: 0; +} +// Carets in other button sizes +.btn-lg .caret { + border-width: @caret-width-large @caret-width-large 0; + border-bottom-width: 0; +} +// Upside down carets for .dropup +.dropup .btn-lg .caret { + border-width: 0 @caret-width-large @caret-width-large; +} + + +// Vertical button groups +// ---------------------- + +.btn-group-vertical { + > .btn, + > .btn-group, + > .btn-group > .btn { + display: block; + float: none; + width: 100%; + max-width: 100%; + } + + // Clear floats so dropdown menus can be properly placed + > .btn-group { + &:extend(.clearfix all); + > .btn { + float: none; + } + } + + > .btn + .btn, + > .btn + .btn-group, + > .btn-group + .btn, + > .btn-group + .btn-group { + margin-top: -1px; + margin-left: 0; + } +} + +.btn-group-vertical > .btn { + &:not(:first-child):not(:last-child) { + border-radius: 0; + } + &:first-child:not(:last-child) { + border-top-right-radius: @btn-border-radius-base; + .border-bottom-radius(0); + } + &:last-child:not(:first-child) { + border-bottom-left-radius: @btn-border-radius-base; + .border-top-radius(0); + } +} +.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { + border-radius: 0; +} +.btn-group-vertical > .btn-group:first-child:not(:last-child) { + > .btn:last-child, + > .dropdown-toggle { + .border-bottom-radius(0); + } +} +.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { + .border-top-radius(0); +} + + +// Justified button groups +// ---------------------- + +.btn-group-justified { + display: table; + width: 100%; + table-layout: fixed; + border-collapse: separate; + > .btn, + > .btn-group { + float: none; + display: table-cell; + width: 1%; + } + > .btn-group .btn { + width: 100%; + } + + > .btn-group .dropdown-menu { + left: auto; + } +} + + +// Checkbox and radio options +// +// In order to support the browser's form validation feedback, powered by the +// `required` attribute, we have to "hide" the inputs via `clip`. We cannot use +// `display: none;` or `visibility: hidden;` as that also hides the popover. +// Simply visually hiding the inputs via `opacity` would leave them clickable in +// certain cases which is prevented by using `clip` and `pointer-events`. +// This way, we ensure a DOM element is visible to position the popover from. +// +// See https://github.com/twbs/bootstrap/pull/12794 and +// https://github.com/twbs/bootstrap/pull/14559 for more information. + +[data-toggle="buttons"] { + > .btn, + > .btn-group > .btn { + input[type="radio"], + input[type="checkbox"] { + position: absolute; + clip: rect(0,0,0,0); + pointer-events: none; + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/buttons.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/buttons.less new file mode 100644 index 0000000..9cbb8f4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/buttons.less @@ -0,0 +1,166 @@ +// +// Buttons +// -------------------------------------------------- + + +// Base styles +// -------------------------------------------------- + +.btn { + display: inline-block; + margin-bottom: 0; // For input.btn + font-weight: @btn-font-weight; + text-align: center; + vertical-align: middle; + touch-action: manipulation; + cursor: pointer; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 + border: 1px solid transparent; + white-space: nowrap; + .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @btn-border-radius-base); + .user-select(none); + + &, + &:active, + &.active { + &:focus, + &.focus { + .tab-focus(); + } + } + + &:hover, + &:focus, + &.focus { + color: @btn-default-color; + text-decoration: none; + } + + &:active, + &.active { + outline: 0; + background-image: none; + .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); + } + + &.disabled, + &[disabled], + fieldset[disabled] & { + cursor: @cursor-disabled; + .opacity(.65); + .box-shadow(none); + } + + a& { + &.disabled, + fieldset[disabled] & { + pointer-events: none; // Future-proof disabling of clicks on `` elements + } + } +} + + +// Alternate buttons +// -------------------------------------------------- + +.btn-default { + .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border); +} +.btn-primary { + .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border); +} +// Success appears as green +.btn-success { + .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border); +} +// Info appears as blue-green +.btn-info { + .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border); +} +// Warning appears as orange +.btn-warning { + .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border); +} +// Danger and error appear as red +.btn-danger { + .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border); +} + + +// Link buttons +// ------------------------- + +// Make a button look and behave like a link +.btn-link { + color: @link-color; + font-weight: normal; + border-radius: 0; + + &, + &:active, + &.active, + &[disabled], + fieldset[disabled] & { + background-color: transparent; + .box-shadow(none); + } + &, + &:hover, + &:focus, + &:active { + border-color: transparent; + } + &:hover, + &:focus { + color: @link-hover-color; + text-decoration: @link-hover-decoration; + background-color: transparent; + } + &[disabled], + fieldset[disabled] & { + &:hover, + &:focus { + color: @btn-link-disabled-color; + text-decoration: none; + } + } +} + + +// Button Sizes +// -------------------------------------------------- + +.btn-lg { + // line-height: ensure even-numbered height of button next to large input + .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @btn-border-radius-large); +} +.btn-sm { + // line-height: ensure proper height of button next to small input + .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small); +} +.btn-xs { + .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @btn-border-radius-small); +} + + +// Block button +// -------------------------------------------------- + +.btn-block { + display: block; + width: 100%; +} + +// Vertically space out multiple block buttons +.btn-block + .btn-block { + margin-top: 5px; +} + +// Specificity overrides +input[type="submit"], +input[type="reset"], +input[type="button"] { + &.btn-block { + width: 100%; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/carousel.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/carousel.less new file mode 100644 index 0000000..87ed696 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/carousel.less @@ -0,0 +1,269 @@ +// +// Carousel +// -------------------------------------------------- + + +// Wrapper for the slide container and indicators +.carousel { + position: relative; +} + +.carousel-inner { + position: relative; + overflow: hidden; + width: 100%; + + > .item { + display: none; + position: relative; + .transition(.6s ease-in-out left); + + // Account for jankitude on images + > img, + > a > img { + &:extend(.img-responsive); + line-height: 1; + } + + // WebKit CSS3 transforms for supported devices + @media all and (transform-3d), (-webkit-transform-3d) { + .transition-transform(~'0.6s ease-in-out'); + .backface-visibility(~'hidden'); + .perspective(1000px); + + &.next, + &.active.right { + .translate3d(100%, 0, 0); + left: 0; + } + &.prev, + &.active.left { + .translate3d(-100%, 0, 0); + left: 0; + } + &.next.left, + &.prev.right, + &.active { + .translate3d(0, 0, 0); + left: 0; + } + } + } + + > .active, + > .next, + > .prev { + display: block; + } + + > .active { + left: 0; + } + + > .next, + > .prev { + position: absolute; + top: 0; + width: 100%; + } + + > .next { + left: 100%; + } + > .prev { + left: -100%; + } + > .next.left, + > .prev.right { + left: 0; + } + + > .active.left { + left: -100%; + } + > .active.right { + left: 100%; + } + +} + +// Left/right controls for nav +// --------------------------- + +.carousel-control { + position: absolute; + top: 0; + left: 0; + bottom: 0; + width: @carousel-control-width; + .opacity(@carousel-control-opacity); + font-size: @carousel-control-font-size; + color: @carousel-control-color; + text-align: center; + text-shadow: @carousel-text-shadow; + // We can't have this transition here because WebKit cancels the carousel + // animation if you trip this while in the middle of another animation. + + // Set gradients for backgrounds + &.left { + #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001)); + } + &.right { + left: auto; + right: 0; + #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5)); + } + + // Hover/focus state + &:hover, + &:focus { + outline: 0; + color: @carousel-control-color; + text-decoration: none; + .opacity(.9); + } + + // Toggles + .icon-prev, + .icon-next, + .glyphicon-chevron-left, + .glyphicon-chevron-right { + position: absolute; + top: 50%; + margin-top: -10px; + z-index: 5; + display: inline-block; + } + .icon-prev, + .glyphicon-chevron-left { + left: 50%; + margin-left: -10px; + } + .icon-next, + .glyphicon-chevron-right { + right: 50%; + margin-right: -10px; + } + .icon-prev, + .icon-next { + width: 20px; + height: 20px; + line-height: 1; + font-family: serif; + } + + + .icon-prev { + &:before { + content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039) + } + } + .icon-next { + &:before { + content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A) + } + } +} + +// Optional indicator pips +// +// Add an unordered list with the following class and add a list item for each +// slide your carousel holds. + +.carousel-indicators { + position: absolute; + bottom: 10px; + left: 50%; + z-index: 15; + width: 60%; + margin-left: -30%; + padding-left: 0; + list-style: none; + text-align: center; + + li { + display: inline-block; + width: 10px; + height: 10px; + margin: 1px; + text-indent: -999px; + border: 1px solid @carousel-indicator-border-color; + border-radius: 10px; + cursor: pointer; + + // IE8-9 hack for event handling + // + // Internet Explorer 8-9 does not support clicks on elements without a set + // `background-color`. We cannot use `filter` since that's not viewed as a + // background color by the browser. Thus, a hack is needed. + // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Internet_Explorer + // + // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we + // set alpha transparency for the best results possible. + background-color: #000 \9; // IE8 + background-color: rgba(0,0,0,0); // IE9 + } + .active { + margin: 0; + width: 12px; + height: 12px; + background-color: @carousel-indicator-active-bg; + } +} + +// Optional captions +// ----------------------------- +// Hidden by default for smaller viewports +.carousel-caption { + position: absolute; + left: 15%; + right: 15%; + bottom: 20px; + z-index: 10; + padding-top: 20px; + padding-bottom: 20px; + color: @carousel-caption-color; + text-align: center; + text-shadow: @carousel-text-shadow; + & .btn { + text-shadow: none; // No shadow for button elements in carousel-caption + } +} + + +// Scale up controls for tablets and up +@media screen and (min-width: @screen-sm-min) { + + // Scale up the controls a smidge + .carousel-control { + .glyphicon-chevron-left, + .glyphicon-chevron-right, + .icon-prev, + .icon-next { + width: 30px; + height: 30px; + margin-top: -15px; + font-size: 30px; + } + .glyphicon-chevron-left, + .icon-prev { + margin-left: -15px; + } + .glyphicon-chevron-right, + .icon-next { + margin-right: -15px; + } + } + + // Show and left align the captions + .carousel-caption { + left: 20%; + right: 20%; + padding-bottom: 30px; + } + + // Move up the indicators + .carousel-indicators { + bottom: 20px; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/close.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/close.less new file mode 100644 index 0000000..6d5bfe0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/close.less @@ -0,0 +1,34 @@ +// +// Close icons +// -------------------------------------------------- + + +.close { + float: right; + font-size: (@font-size-base * 1.5); + font-weight: @close-font-weight; + line-height: 1; + color: @close-color; + text-shadow: @close-text-shadow; + .opacity(.2); + + &:hover, + &:focus { + color: @close-color; + text-decoration: none; + cursor: pointer; + .opacity(.5); + } + + // Additional properties for button version + // iOS requires the button element instead of an anchor tag. + // If you want the anchor version, it requires `href="#"`. + // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile + button& { + padding: 0; + cursor: pointer; + background: transparent; + border: 0; + -webkit-appearance: none; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/code.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/code.less new file mode 100644 index 0000000..a08b4d4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/code.less @@ -0,0 +1,69 @@ +// +// Code (inline and block) +// -------------------------------------------------- + + +// Inline and block code styles +code, +kbd, +pre, +samp { + font-family: @font-family-monospace; +} + +// Inline code +code { + padding: 2px 4px; + font-size: 90%; + color: @code-color; + background-color: @code-bg; + border-radius: @border-radius-base; +} + +// User input typically entered via keyboard +kbd { + padding: 2px 4px; + font-size: 90%; + color: @kbd-color; + background-color: @kbd-bg; + border-radius: @border-radius-small; + box-shadow: inset 0 -1px 0 rgba(0,0,0,.25); + + kbd { + padding: 0; + font-size: 100%; + font-weight: bold; + box-shadow: none; + } +} + +// Blocks of code +pre { + display: block; + padding: ((@line-height-computed - 1) / 2); + margin: 0 0 (@line-height-computed / 2); + font-size: (@font-size-base - 1); // 14px to 13px + line-height: @line-height-base; + word-break: break-all; + word-wrap: break-word; + color: @pre-color; + background-color: @pre-bg; + border: 1px solid @pre-border-color; + border-radius: @border-radius-base; + + // Account for some code outputs that place code tags in pre tags + code { + padding: 0; + font-size: inherit; + color: inherit; + white-space: pre-wrap; + background-color: transparent; + border-radius: 0; + } +} + +// Enable scrollable blocks of code +.pre-scrollable { + max-height: @pre-scrollable-max-height; + overflow-y: scroll; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/component-animations.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/component-animations.less new file mode 100644 index 0000000..0bcee91 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/component-animations.less @@ -0,0 +1,33 @@ +// +// Component animations +// -------------------------------------------------- + +// Heads up! +// +// We don't use the `.opacity()` mixin here since it causes a bug with text +// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552. + +.fade { + opacity: 0; + .transition(opacity .15s linear); + &.in { + opacity: 1; + } +} + +.collapse { + display: none; + + &.in { display: block; } + tr&.in { display: table-row; } + tbody&.in { display: table-row-group; } +} + +.collapsing { + position: relative; + height: 0; + overflow: hidden; + .transition-property(~"height, visibility"); + .transition-duration(.35s); + .transition-timing-function(ease); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/dropdowns.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/dropdowns.less new file mode 100644 index 0000000..f6876c1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/dropdowns.less @@ -0,0 +1,216 @@ +// +// Dropdown menus +// -------------------------------------------------- + + +// Dropdown arrow/caret +.caret { + display: inline-block; + width: 0; + height: 0; + margin-left: 2px; + vertical-align: middle; + border-top: @caret-width-base dashed; + border-top: @caret-width-base solid ~"\9"; // IE8 + border-right: @caret-width-base solid transparent; + border-left: @caret-width-base solid transparent; +} + +// The dropdown wrapper (div) +.dropup, +.dropdown { + position: relative; +} + +// Prevent the focus on the dropdown toggle when closing dropdowns +.dropdown-toggle:focus { + outline: 0; +} + +// The dropdown menu (ul) +.dropdown-menu { + position: absolute; + top: 100%; + left: 0; + z-index: @zindex-dropdown; + display: none; // none by default, but block on "open" of the menu + float: left; + min-width: 160px; + padding: 5px 0; + margin: 2px 0 0; // override default ul + list-style: none; + font-size: @font-size-base; + text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer) + background-color: @dropdown-bg; + border: 1px solid @dropdown-fallback-border; // IE8 fallback + border: 1px solid @dropdown-border; + border-radius: @border-radius-base; + .box-shadow(0 6px 12px rgba(0,0,0,.175)); + background-clip: padding-box; + + // Aligns the dropdown menu to right + // + // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]` + &.pull-right { + right: 0; + left: auto; + } + + // Dividers (basically an hr) within the dropdown + .divider { + .nav-divider(@dropdown-divider-bg); + } + + // Links within the dropdown menu + > li > a { + display: block; + padding: 3px 20px; + clear: both; + font-weight: normal; + line-height: @line-height-base; + color: @dropdown-link-color; + white-space: nowrap; // prevent links from randomly breaking onto new lines + } +} + +// Hover/Focus state +.dropdown-menu > li > a { + &:hover, + &:focus { + text-decoration: none; + color: @dropdown-link-hover-color; + background-color: @dropdown-link-hover-bg; + } +} + +// Active state +.dropdown-menu > .active > a { + &, + &:hover, + &:focus { + color: @dropdown-link-active-color; + text-decoration: none; + outline: 0; + background-color: @dropdown-link-active-bg; + } +} + +// Disabled state +// +// Gray out text and ensure the hover/focus state remains gray + +.dropdown-menu > .disabled > a { + &, + &:hover, + &:focus { + color: @dropdown-link-disabled-color; + } + + // Nuke hover/focus effects + &:hover, + &:focus { + text-decoration: none; + background-color: transparent; + background-image: none; // Remove CSS gradient + .reset-filter(); + cursor: @cursor-disabled; + } +} + +// Open state for the dropdown +.open { + // Show the menu + > .dropdown-menu { + display: block; + } + + // Remove the outline when :focus is triggered + > a { + outline: 0; + } +} + +// Menu positioning +// +// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown +// menu with the parent. +.dropdown-menu-right { + left: auto; // Reset the default from `.dropdown-menu` + right: 0; +} +// With v3, we enabled auto-flipping if you have a dropdown within a right +// aligned nav component. To enable the undoing of that, we provide an override +// to restore the default dropdown menu alignment. +// +// This is only for left-aligning a dropdown menu within a `.navbar-right` or +// `.pull-right` nav component. +.dropdown-menu-left { + left: 0; + right: auto; +} + +// Dropdown section headers +.dropdown-header { + display: block; + padding: 3px 20px; + font-size: @font-size-small; + line-height: @line-height-base; + color: @dropdown-header-color; + white-space: nowrap; // as with > li > a +} + +// Backdrop to catch body clicks on mobile, etc. +.dropdown-backdrop { + position: fixed; + left: 0; + right: 0; + bottom: 0; + top: 0; + z-index: (@zindex-dropdown - 10); +} + +// Right aligned dropdowns +.pull-right > .dropdown-menu { + right: 0; + left: auto; +} + +// Allow for dropdowns to go bottom up (aka, dropup-menu) +// +// Just add .dropup after the standard .dropdown class and you're set, bro. +// TODO: abstract this so that the navbar fixed styles are not placed here? + +.dropup, +.navbar-fixed-bottom .dropdown { + // Reverse the caret + .caret { + border-top: 0; + border-bottom: @caret-width-base dashed; + border-bottom: @caret-width-base solid ~"\9"; // IE8 + content: ""; + } + // Different positioning for bottom up menu + .dropdown-menu { + top: auto; + bottom: 100%; + margin-bottom: 2px; + } +} + + +// Component alignment +// +// Reiterate per navbar.less and the modified component alignment there. + +@media (min-width: @grid-float-breakpoint) { + .navbar-right { + .dropdown-menu { + .dropdown-menu-right(); + } + // Necessary for overrides of the default right aligned menu. + // Will remove come v4 in all likelihood. + .dropdown-menu-left { + .dropdown-menu-left(); + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/forms.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/forms.less new file mode 100644 index 0000000..910c1e1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/forms.less @@ -0,0 +1,613 @@ +// +// Forms +// -------------------------------------------------- + + +// Normalize non-controls +// +// Restyle and baseline non-control form elements. + +fieldset { + padding: 0; + margin: 0; + border: 0; + // Chrome and Firefox set a `min-width: min-content;` on fieldsets, + // so we reset that to ensure it behaves more like a standard block element. + // See https://github.com/twbs/bootstrap/issues/12359. + min-width: 0; +} + +legend { + display: block; + width: 100%; + padding: 0; + margin-bottom: @line-height-computed; + font-size: (@font-size-base * 1.5); + line-height: inherit; + color: @legend-color; + border: 0; + border-bottom: 1px solid @legend-border-color; +} + +label { + display: inline-block; + max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) + margin-bottom: 5px; + font-weight: bold; +} + + +// Normalize form controls +// +// While most of our form styles require extra classes, some basic normalization +// is required to ensure optimum display with or without those classes to better +// address browser inconsistencies. + +// Override content-box in Normalize (* isn't specific enough) +input[type="search"] { + .box-sizing(border-box); +} + +// Position radios and checkboxes better +input[type="radio"], +input[type="checkbox"] { + margin: 4px 0 0; + margin-top: 1px \9; // IE8-9 + line-height: normal; +} + +input[type="file"] { + display: block; +} + +// Make range inputs behave like textual form controls +input[type="range"] { + display: block; + width: 100%; +} + +// Make multiple select elements height not fixed +select[multiple], +select[size] { + height: auto; +} + +// Focus for file, radio, and checkbox +input[type="file"]:focus, +input[type="radio"]:focus, +input[type="checkbox"]:focus { + .tab-focus(); +} + +// Adjust output element +output { + display: block; + padding-top: (@padding-base-vertical + 1); + font-size: @font-size-base; + line-height: @line-height-base; + color: @input-color; +} + + +// Common form controls +// +// Shared size and type resets for form controls. Apply `.form-control` to any +// of the following form controls: +// +// select +// textarea +// input[type="text"] +// input[type="password"] +// input[type="datetime"] +// input[type="datetime-local"] +// input[type="date"] +// input[type="month"] +// input[type="time"] +// input[type="week"] +// input[type="number"] +// input[type="email"] +// input[type="url"] +// input[type="search"] +// input[type="tel"] +// input[type="color"] + +.form-control { + display: block; + width: 100%; + height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border) + padding: @padding-base-vertical @padding-base-horizontal; + font-size: @font-size-base; + line-height: @line-height-base; + color: @input-color; + background-color: @input-bg; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 + border: 1px solid @input-border; + border-radius: @input-border-radius; // Note: This has no effect on s in CSS. + .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); + .transition(~"border-color ease-in-out .15s, box-shadow ease-in-out .15s"); + + // Customize the `:focus` state to imitate native WebKit styles. + .form-control-focus(); + + // Placeholder + .placeholder(); + + // Unstyle the caret on `` +// element gets special love because it's special, and that's a fact! +.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { + height: @input-height; + padding: @padding-vertical @padding-horizontal; + font-size: @font-size; + line-height: @line-height; + border-radius: @border-radius; + + select& { + height: @input-height; + line-height: @input-height; + } + + textarea&, + select[multiple]& { + height: auto; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/gradients.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/gradients.less new file mode 100644 index 0000000..0b88a89 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/gradients.less @@ -0,0 +1,59 @@ +// Gradients + +#gradient { + + // Horizontal gradient, from left to right + // + // Creates two color stops, start and end, by specifying a color and position for each color stop. + // Color stops are not available in IE9 and below. + .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { + background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+ + background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12 + background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ + background-repeat: repeat-x; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down + } + + // Vertical gradient, from top to bottom + // + // Creates two color stops, start and end, by specifying a color and position for each color stop. + // Color stops are not available in IE9 and below. + .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) { + background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+ + background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12 + background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ + background-repeat: repeat-x; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down + } + + .directional(@start-color: #555; @end-color: #333; @deg: 45deg) { + background-repeat: repeat-x; + background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+ + background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12 + background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+ + } + .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) { + background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color); + background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color); + background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color); + background-repeat: no-repeat; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback + } + .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) { + background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color); + background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color); + background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color); + background-repeat: no-repeat; + filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback + } + .radial(@inner-color: #555; @outer-color: #333) { + background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color); + background-image: radial-gradient(circle, @inner-color, @outer-color); + background-repeat: no-repeat; + } + .striped(@color: rgba(255,255,255,.15); @angle: 45deg) { + background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); + background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); + background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid-framework.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid-framework.less new file mode 100644 index 0000000..8c23eed --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid-framework.less @@ -0,0 +1,91 @@ +// Framework grid generation +// +// Used only by Bootstrap to generate the correct number of grid classes given +// any value of `@grid-columns`. + +.make-grid-columns() { + // Common styles for all sizes of grid columns, widths 1-12 + .col(@index) { // initial + @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; + .col((@index + 1), @item); + } + .col(@index, @list) when (@index =< @grid-columns) { // general; "=<" isn't a typo + @item: ~".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}"; + .col((@index + 1), ~"@{list}, @{item}"); + } + .col(@index, @list) when (@index > @grid-columns) { // terminal + @{list} { + position: relative; + // Prevent columns from collapsing when empty + min-height: 1px; + // Inner gutter via padding + padding-left: ceil((@grid-gutter-width / 2)); + padding-right: floor((@grid-gutter-width / 2)); + } + } + .col(1); // kickstart it +} + +.float-grid-columns(@class) { + .col(@index) { // initial + @item: ~".col-@{class}-@{index}"; + .col((@index + 1), @item); + } + .col(@index, @list) when (@index =< @grid-columns) { // general + @item: ~".col-@{class}-@{index}"; + .col((@index + 1), ~"@{list}, @{item}"); + } + .col(@index, @list) when (@index > @grid-columns) { // terminal + @{list} { + float: left; + } + } + .col(1); // kickstart it +} + +.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) { + .col-@{class}-@{index} { + width: percentage((@index / @grid-columns)); + } +} +.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) { + .col-@{class}-push-@{index} { + left: percentage((@index / @grid-columns)); + } +} +.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) { + .col-@{class}-push-0 { + left: auto; + } +} +.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) { + .col-@{class}-pull-@{index} { + right: percentage((@index / @grid-columns)); + } +} +.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) { + .col-@{class}-pull-0 { + right: auto; + } +} +.calc-grid-column(@index, @class, @type) when (@type = offset) { + .col-@{class}-offset-@{index} { + margin-left: percentage((@index / @grid-columns)); + } +} + +// Basic looping in LESS +.loop-grid-columns(@index, @class, @type) when (@index >= 0) { + .calc-grid-column(@index, @class, @type); + // next iteration + .loop-grid-columns((@index - 1), @class, @type); +} + +// Create grid for specific class +.make-grid(@class) { + .float-grid-columns(@class); + .loop-grid-columns(@grid-columns, @class, width); + .loop-grid-columns(@grid-columns, @class, pull); + .loop-grid-columns(@grid-columns, @class, push); + .loop-grid-columns(@grid-columns, @class, offset); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid.less new file mode 100644 index 0000000..f144c15 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/grid.less @@ -0,0 +1,122 @@ +// Grid system +// +// Generate semantic grid columns with these mixins. + +// Centered container element +.container-fixed(@gutter: @grid-gutter-width) { + margin-right: auto; + margin-left: auto; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + &:extend(.clearfix all); +} + +// Creates a wrapper for a series of columns +.make-row(@gutter: @grid-gutter-width) { + margin-left: ceil((@gutter / -2)); + margin-right: floor((@gutter / -2)); + &:extend(.clearfix all); +} + +// Generate the extra small columns +.make-xs-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + float: left; + width: percentage((@columns / @grid-columns)); + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); +} +.make-xs-column-offset(@columns) { + margin-left: percentage((@columns / @grid-columns)); +} +.make-xs-column-push(@columns) { + left: percentage((@columns / @grid-columns)); +} +.make-xs-column-pull(@columns) { + right: percentage((@columns / @grid-columns)); +} + +// Generate the small columns +.make-sm-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + + @media (min-width: @screen-sm-min) { + float: left; + width: percentage((@columns / @grid-columns)); + } +} +.make-sm-column-offset(@columns) { + @media (min-width: @screen-sm-min) { + margin-left: percentage((@columns / @grid-columns)); + } +} +.make-sm-column-push(@columns) { + @media (min-width: @screen-sm-min) { + left: percentage((@columns / @grid-columns)); + } +} +.make-sm-column-pull(@columns) { + @media (min-width: @screen-sm-min) { + right: percentage((@columns / @grid-columns)); + } +} + +// Generate the medium columns +.make-md-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + + @media (min-width: @screen-md-min) { + float: left; + width: percentage((@columns / @grid-columns)); + } +} +.make-md-column-offset(@columns) { + @media (min-width: @screen-md-min) { + margin-left: percentage((@columns / @grid-columns)); + } +} +.make-md-column-push(@columns) { + @media (min-width: @screen-md-min) { + left: percentage((@columns / @grid-columns)); + } +} +.make-md-column-pull(@columns) { + @media (min-width: @screen-md-min) { + right: percentage((@columns / @grid-columns)); + } +} + +// Generate the large columns +.make-lg-column(@columns; @gutter: @grid-gutter-width) { + position: relative; + min-height: 1px; + padding-left: (@gutter / 2); + padding-right: (@gutter / 2); + + @media (min-width: @screen-lg-min) { + float: left; + width: percentage((@columns / @grid-columns)); + } +} +.make-lg-column-offset(@columns) { + @media (min-width: @screen-lg-min) { + margin-left: percentage((@columns / @grid-columns)); + } +} +.make-lg-column-push(@columns) { + @media (min-width: @screen-lg-min) { + left: percentage((@columns / @grid-columns)); + } +} +.make-lg-column-pull(@columns) { + @media (min-width: @screen-lg-min) { + right: percentage((@columns / @grid-columns)); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/hide-text.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/hide-text.less new file mode 100644 index 0000000..bc70118 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/hide-text.less @@ -0,0 +1,21 @@ +// CSS image replacement +// +// Heads up! v3 launched with only `.hide-text()`, but per our pattern for +// mixins being reused as classes with the same name, this doesn't hold up. As +// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`. +// +// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 + +// Deprecated as of v3.0.1 (will be removed in v4) +.hide-text() { + font: ~"0/0" a; + color: transparent; + text-shadow: none; + background-color: transparent; + border: 0; +} + +// New mixin to use as of v3.0.1 +.text-hide() { + .hide-text(); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/image.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/image.less new file mode 100644 index 0000000..f233cb3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/image.less @@ -0,0 +1,33 @@ +// Image Mixins +// - Responsive image +// - Retina image + + +// Responsive image +// +// Keep images from scaling beyond the width of their parents. +.img-responsive(@display: block) { + display: @display; + max-width: 100%; // Part 1: Set a maximum relative to the parent + height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching +} + + +// Retina image +// +// Short retina mixin for setting background-image and -size. Note that the +// spelling of `min--moz-device-pixel-ratio` is intentional. +.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) { + background-image: url("@{file-1x}"); + + @media + only screen and (-webkit-min-device-pixel-ratio: 2), + only screen and ( min--moz-device-pixel-ratio: 2), + only screen and ( -o-min-device-pixel-ratio: 2/1), + only screen and ( min-device-pixel-ratio: 2), + only screen and ( min-resolution: 192dpi), + only screen and ( min-resolution: 2dppx) { + background-image: url("@{file-2x}"); + background-size: @width-1x @height-1x; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/labels.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/labels.less new file mode 100644 index 0000000..9f7a67e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/labels.less @@ -0,0 +1,12 @@ +// Labels + +.label-variant(@color) { + background-color: @color; + + &[href] { + &:hover, + &:focus { + background-color: darken(@color, 10%); + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/list-group.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/list-group.less new file mode 100644 index 0000000..03aa190 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/list-group.less @@ -0,0 +1,30 @@ +// List Groups + +.list-group-item-variant(@state; @background; @color) { + .list-group-item-@{state} { + color: @color; + background-color: @background; + + a&, + button& { + color: @color; + + .list-group-item-heading { + color: inherit; + } + + &:hover, + &:focus { + color: @color; + background-color: darken(@background, 5%); + } + &.active, + &.active:hover, + &.active:focus { + color: #fff; + background-color: @color; + border-color: @color; + } + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-divider.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-divider.less new file mode 100644 index 0000000..feb1e9e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-divider.less @@ -0,0 +1,10 @@ +// Horizontal dividers +// +// Dividers (basically an hr) within dropdowns and nav lists + +.nav-divider(@color: #e5e5e5) { + height: 1px; + margin: ((@line-height-computed / 2) - 1) 0; + overflow: hidden; + background-color: @color; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less new file mode 100644 index 0000000..d458c78 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/nav-vertical-align.less @@ -0,0 +1,9 @@ +// Navbar vertical align +// +// Vertically center elements in the navbar. +// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin. + +.navbar-vertical-align(@element-height) { + margin-top: ((@navbar-height - @element-height) / 2); + margin-bottom: ((@navbar-height - @element-height) / 2); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/opacity.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/opacity.less new file mode 100644 index 0000000..33ed25c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/opacity.less @@ -0,0 +1,8 @@ +// Opacity + +.opacity(@opacity) { + opacity: @opacity; + // IE8 filter + @opacity-ie: (@opacity * 100); + filter: ~"alpha(opacity=@{opacity-ie})"; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/pagination.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/pagination.less new file mode 100644 index 0000000..618804f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/pagination.less @@ -0,0 +1,24 @@ +// Pagination + +.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { + > li { + > a, + > span { + padding: @padding-vertical @padding-horizontal; + font-size: @font-size; + line-height: @line-height; + } + &:first-child { + > a, + > span { + .border-left-radius(@border-radius); + } + } + &:last-child { + > a, + > span { + .border-right-radius(@border-radius); + } + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/panels.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/panels.less new file mode 100644 index 0000000..49ee10d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/panels.less @@ -0,0 +1,24 @@ +// Panels + +.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) { + border-color: @border; + + & > .panel-heading { + color: @heading-text-color; + background-color: @heading-bg-color; + border-color: @heading-border; + + + .panel-collapse > .panel-body { + border-top-color: @border; + } + .badge { + color: @heading-bg-color; + background-color: @heading-text-color; + } + } + & > .panel-footer { + + .panel-collapse > .panel-body { + border-bottom-color: @border; + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/progress-bar.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/progress-bar.less new file mode 100644 index 0000000..f07996a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/progress-bar.less @@ -0,0 +1,10 @@ +// Progress bars + +.progress-bar-variant(@color) { + background-color: @color; + + // Deprecated parent class requirement as of v3.2.0 + .progress-striped & { + #gradient > .striped(); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-filter.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-filter.less new file mode 100644 index 0000000..68cdb5e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-filter.less @@ -0,0 +1,8 @@ +// Reset filters for IE +// +// When you need to remove a gradient background, do not forget to use this to reset +// the IE filter for IE9 and below. + +.reset-filter() { + filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)")); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-text.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-text.less new file mode 100644 index 0000000..58dd4d1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/reset-text.less @@ -0,0 +1,18 @@ +.reset-text() { + font-family: @font-family-base; + // We deliberately do NOT reset font-size. + font-style: normal; + font-weight: normal; + letter-spacing: normal; + line-break: auto; + line-height: @line-height-base; + text-align: left; // Fallback for where `start` is not supported + text-align: start; + text-decoration: none; + text-shadow: none; + text-transform: none; + white-space: normal; + word-break: normal; + word-spacing: normal; + word-wrap: normal; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/resize.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/resize.less new file mode 100644 index 0000000..3acd3af --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/resize.less @@ -0,0 +1,6 @@ +// Resize anything + +.resizable(@direction) { + resize: @direction; // Options: horizontal, vertical, both + overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible` +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less new file mode 100644 index 0000000..ecf1e97 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/responsive-visibility.less @@ -0,0 +1,15 @@ +// Responsive utilities + +// +// More easily include all the states for responsive-utilities.less. +.responsive-visibility() { + display: block !important; + table& { display: table !important; } + tr& { display: table-row !important; } + th&, + td& { display: table-cell !important; } +} + +.responsive-invisibility() { + display: none !important; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/size.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/size.less new file mode 100644 index 0000000..a8be650 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/size.less @@ -0,0 +1,10 @@ +// Sizing shortcuts + +.size(@width; @height) { + width: @width; + height: @height; +} + +.square(@size) { + .size(@size; @size); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/tab-focus.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/tab-focus.less new file mode 100644 index 0000000..1f1f05a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/tab-focus.less @@ -0,0 +1,9 @@ +// WebKit-style focus + +.tab-focus() { + // Default + outline: thin dotted; + // WebKit + outline: 5px auto -webkit-focus-ring-color; + outline-offset: -2px; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/table-row.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/table-row.less new file mode 100644 index 0000000..0f287f1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/table-row.less @@ -0,0 +1,28 @@ +// Tables + +.table-row-variant(@state; @background) { + // Exact selectors below required to override `.table-striped` and prevent + // inheritance to nested tables. + .table > thead > tr, + .table > tbody > tr, + .table > tfoot > tr { + > td.@{state}, + > th.@{state}, + &.@{state} > td, + &.@{state} > th { + background-color: @background; + } + } + + // Hover states for `.table-hover` + // Note: this is not available for cells or rows within `thead` or `tfoot`. + .table-hover > tbody > tr { + > td.@{state}:hover, + > th.@{state}:hover, + &.@{state}:hover > td, + &:hover > .@{state}, + &.@{state}:hover > th { + background-color: darken(@background, 5%); + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less new file mode 100644 index 0000000..9e8a77a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-emphasis.less @@ -0,0 +1,9 @@ +// Typography + +.text-emphasis-variant(@color) { + color: @color; + a&:hover, + a&:focus { + color: darken(@color, 10%); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-overflow.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-overflow.less new file mode 100644 index 0000000..c11ad2f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/text-overflow.less @@ -0,0 +1,8 @@ +// Text overflow +// Requires inline-block or block for proper styling + +.text-overflow() { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less new file mode 100644 index 0000000..afd3331 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/mixins/vendor-prefixes.less @@ -0,0 +1,227 @@ +// Vendor Prefixes +// +// All vendor mixins are deprecated as of v3.2.0 due to the introduction of +// Autoprefixer in our Gruntfile. They will be removed in v4. + +// - Animations +// - Backface visibility +// - Box shadow +// - Box sizing +// - Content columns +// - Hyphens +// - Placeholder text +// - Transformations +// - Transitions +// - User Select + + +// Animations +.animation(@animation) { + -webkit-animation: @animation; + -o-animation: @animation; + animation: @animation; +} +.animation-name(@name) { + -webkit-animation-name: @name; + animation-name: @name; +} +.animation-duration(@duration) { + -webkit-animation-duration: @duration; + animation-duration: @duration; +} +.animation-timing-function(@timing-function) { + -webkit-animation-timing-function: @timing-function; + animation-timing-function: @timing-function; +} +.animation-delay(@delay) { + -webkit-animation-delay: @delay; + animation-delay: @delay; +} +.animation-iteration-count(@iteration-count) { + -webkit-animation-iteration-count: @iteration-count; + animation-iteration-count: @iteration-count; +} +.animation-direction(@direction) { + -webkit-animation-direction: @direction; + animation-direction: @direction; +} +.animation-fill-mode(@fill-mode) { + -webkit-animation-fill-mode: @fill-mode; + animation-fill-mode: @fill-mode; +} + +// Backface visibility +// Prevent browsers from flickering when using CSS 3D transforms. +// Default value is `visible`, but can be changed to `hidden` + +.backface-visibility(@visibility){ + -webkit-backface-visibility: @visibility; + -moz-backface-visibility: @visibility; + backface-visibility: @visibility; +} + +// Drop shadows +// +// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's +// supported browsers that have box shadow capabilities now support it. + +.box-shadow(@shadow) { + -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1 + box-shadow: @shadow; +} + +// Box sizing +.box-sizing(@boxmodel) { + -webkit-box-sizing: @boxmodel; + -moz-box-sizing: @boxmodel; + box-sizing: @boxmodel; +} + +// CSS3 Content Columns +.content-columns(@column-count; @column-gap: @grid-gutter-width) { + -webkit-column-count: @column-count; + -moz-column-count: @column-count; + column-count: @column-count; + -webkit-column-gap: @column-gap; + -moz-column-gap: @column-gap; + column-gap: @column-gap; +} + +// Optional hyphenation +.hyphens(@mode: auto) { + word-wrap: break-word; + -webkit-hyphens: @mode; + -moz-hyphens: @mode; + -ms-hyphens: @mode; // IE10+ + -o-hyphens: @mode; + hyphens: @mode; +} + +// Placeholder text +.placeholder(@color: @input-color-placeholder) { + // Firefox + &::-moz-placeholder { + color: @color; + opacity: 1; // Override Firefox's unusual default opacity; see https://github.com/twbs/bootstrap/pull/11526 + } + &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+ + &::-webkit-input-placeholder { color: @color; } // Safari and Chrome +} + +// Transformations +.scale(@ratio) { + -webkit-transform: scale(@ratio); + -ms-transform: scale(@ratio); // IE9 only + -o-transform: scale(@ratio); + transform: scale(@ratio); +} +.scale(@ratioX; @ratioY) { + -webkit-transform: scale(@ratioX, @ratioY); + -ms-transform: scale(@ratioX, @ratioY); // IE9 only + -o-transform: scale(@ratioX, @ratioY); + transform: scale(@ratioX, @ratioY); +} +.scaleX(@ratio) { + -webkit-transform: scaleX(@ratio); + -ms-transform: scaleX(@ratio); // IE9 only + -o-transform: scaleX(@ratio); + transform: scaleX(@ratio); +} +.scaleY(@ratio) { + -webkit-transform: scaleY(@ratio); + -ms-transform: scaleY(@ratio); // IE9 only + -o-transform: scaleY(@ratio); + transform: scaleY(@ratio); +} +.skew(@x; @y) { + -webkit-transform: skewX(@x) skewY(@y); + -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+ + -o-transform: skewX(@x) skewY(@y); + transform: skewX(@x) skewY(@y); +} +.translate(@x; @y) { + -webkit-transform: translate(@x, @y); + -ms-transform: translate(@x, @y); // IE9 only + -o-transform: translate(@x, @y); + transform: translate(@x, @y); +} +.translate3d(@x; @y; @z) { + -webkit-transform: translate3d(@x, @y, @z); + transform: translate3d(@x, @y, @z); +} +.rotate(@degrees) { + -webkit-transform: rotate(@degrees); + -ms-transform: rotate(@degrees); // IE9 only + -o-transform: rotate(@degrees); + transform: rotate(@degrees); +} +.rotateX(@degrees) { + -webkit-transform: rotateX(@degrees); + -ms-transform: rotateX(@degrees); // IE9 only + -o-transform: rotateX(@degrees); + transform: rotateX(@degrees); +} +.rotateY(@degrees) { + -webkit-transform: rotateY(@degrees); + -ms-transform: rotateY(@degrees); // IE9 only + -o-transform: rotateY(@degrees); + transform: rotateY(@degrees); +} +.perspective(@perspective) { + -webkit-perspective: @perspective; + -moz-perspective: @perspective; + perspective: @perspective; +} +.perspective-origin(@perspective) { + -webkit-perspective-origin: @perspective; + -moz-perspective-origin: @perspective; + perspective-origin: @perspective; +} +.transform-origin(@origin) { + -webkit-transform-origin: @origin; + -moz-transform-origin: @origin; + -ms-transform-origin: @origin; // IE9 only + transform-origin: @origin; +} + + +// Transitions + +.transition(@transition) { + -webkit-transition: @transition; + -o-transition: @transition; + transition: @transition; +} +.transition-property(@transition-property) { + -webkit-transition-property: @transition-property; + transition-property: @transition-property; +} +.transition-delay(@transition-delay) { + -webkit-transition-delay: @transition-delay; + transition-delay: @transition-delay; +} +.transition-duration(@transition-duration) { + -webkit-transition-duration: @transition-duration; + transition-duration: @transition-duration; +} +.transition-timing-function(@timing-function) { + -webkit-transition-timing-function: @timing-function; + transition-timing-function: @timing-function; +} +.transition-transform(@transition) { + -webkit-transition: -webkit-transform @transition; + -moz-transition: -moz-transform @transition; + -o-transition: -o-transform @transition; + transition: transform @transition; +} + + +// User select +// For selecting text on the page + +.user-select(@select) { + -webkit-user-select: @select; + -moz-user-select: @select; + -ms-user-select: @select; // IE10+ + user-select: @select; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/modals.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/modals.less new file mode 100644 index 0000000..1de6220 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/modals.less @@ -0,0 +1,150 @@ +// +// Modals +// -------------------------------------------------- + +// .modal-open - body class for killing the scroll +// .modal - container to scroll within +// .modal-dialog - positioning shell for the actual modal +// .modal-content - actual modal w/ bg and corners and shit + +// Kill the scroll on the body +.modal-open { + overflow: hidden; +} + +// Container that the modal scrolls within +.modal { + display: none; + overflow: hidden; + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: @zindex-modal; + -webkit-overflow-scrolling: touch; + + // Prevent Chrome on Windows from adding a focus outline. For details, see + // https://github.com/twbs/bootstrap/pull/10951. + outline: 0; + + // When fading in the modal, animate it to slide down + &.fade .modal-dialog { + .translate(0, -25%); + .transition-transform(~"0.3s ease-out"); + } + &.in .modal-dialog { .translate(0, 0) } +} +.modal-open .modal { + overflow-x: hidden; + overflow-y: auto; +} + +// Shell div to position the modal with bottom padding +.modal-dialog { + position: relative; + width: auto; + margin: 10px; +} + +// Actual modal +.modal-content { + position: relative; + background-color: @modal-content-bg; + border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc) + border: 1px solid @modal-content-border-color; + border-radius: @border-radius-large; + .box-shadow(0 3px 9px rgba(0,0,0,.5)); + background-clip: padding-box; + // Remove focus outline from opened modal + outline: 0; +} + +// Modal background +.modal-backdrop { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: @zindex-modal-background; + background-color: @modal-backdrop-bg; + // Fade for backdrop + &.fade { .opacity(0); } + &.in { .opacity(@modal-backdrop-opacity); } +} + +// Modal header +// Top section of the modal w/ title and dismiss +.modal-header { + padding: @modal-title-padding; + border-bottom: 1px solid @modal-header-border-color; + min-height: (@modal-title-padding + @modal-title-line-height); +} +// Close icon +.modal-header .close { + margin-top: -2px; +} + +// Title text within header +.modal-title { + margin: 0; + line-height: @modal-title-line-height; +} + +// Modal body +// Where all modal content resides (sibling of .modal-header and .modal-footer) +.modal-body { + position: relative; + padding: @modal-inner-padding; +} + +// Footer (for actions) +.modal-footer { + padding: @modal-inner-padding; + text-align: right; // right align buttons + border-top: 1px solid @modal-footer-border-color; + &:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons + + // Properly space out buttons + .btn + .btn { + margin-left: 5px; + margin-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs + } + // but override that for button groups + .btn-group .btn + .btn { + margin-left: -1px; + } + // and override it for block buttons as well + .btn-block + .btn-block { + margin-left: 0; + } +} + +// Measure scrollbar width for padding body during modal show/hide +.modal-scrollbar-measure { + position: absolute; + top: -9999px; + width: 50px; + height: 50px; + overflow: scroll; +} + +// Scale up the modal +@media (min-width: @screen-sm-min) { + // Automatically set modal's width for larger viewports + .modal-dialog { + width: @modal-md; + margin: 30px auto; + } + .modal-content { + .box-shadow(0 5px 15px rgba(0,0,0,.5)); + } + + // Modal sizes + .modal-sm { width: @modal-sm; } +} + +@media (min-width: @screen-md-min) { + .modal-lg { width: @modal-lg; } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navbar.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navbar.less new file mode 100644 index 0000000..6d751bb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navbar.less @@ -0,0 +1,660 @@ +// +// Navbars +// -------------------------------------------------- + + +// Wrapper and base class +// +// Provide a static navbar from which we expand to create full-width, fixed, and +// other navbar variations. + +.navbar { + position: relative; + min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode) + margin-bottom: @navbar-margin-bottom; + border: 1px solid transparent; + + // Prevent floats from breaking the navbar + &:extend(.clearfix all); + + @media (min-width: @grid-float-breakpoint) { + border-radius: @navbar-border-radius; + } +} + + +// Navbar heading +// +// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy +// styling of responsive aspects. + +.navbar-header { + &:extend(.clearfix all); + + @media (min-width: @grid-float-breakpoint) { + float: left; + } +} + + +// Navbar collapse (body) +// +// Group your navbar content into this for easy collapsing and expanding across +// various device sizes. By default, this content is collapsed when <768px, but +// will expand past that for a horizontal display. +// +// To start (on mobile devices) the navbar links, forms, and buttons are stacked +// vertically and include a `max-height` to overflow in case you have too much +// content for the user's viewport. + +.navbar-collapse { + overflow-x: visible; + padding-right: @navbar-padding-horizontal; + padding-left: @navbar-padding-horizontal; + border-top: 1px solid transparent; + box-shadow: inset 0 1px 0 rgba(255,255,255,.1); + &:extend(.clearfix all); + -webkit-overflow-scrolling: touch; + + &.in { + overflow-y: auto; + } + + @media (min-width: @grid-float-breakpoint) { + width: auto; + border-top: 0; + box-shadow: none; + + &.collapse { + display: block !important; + height: auto !important; + padding-bottom: 0; // Override default setting + overflow: visible !important; + } + + &.in { + overflow-y: visible; + } + + // Undo the collapse side padding for navbars with containers to ensure + // alignment of right-aligned contents. + .navbar-fixed-top &, + .navbar-static-top &, + .navbar-fixed-bottom & { + padding-left: 0; + padding-right: 0; + } + } +} + +.navbar-fixed-top, +.navbar-fixed-bottom { + .navbar-collapse { + max-height: @navbar-collapse-max-height; + + @media (max-device-width: @screen-xs-min) and (orientation: landscape) { + max-height: 200px; + } + } +} + + +// Both navbar header and collapse +// +// When a container is present, change the behavior of the header and collapse. + +.container, +.container-fluid { + > .navbar-header, + > .navbar-collapse { + margin-right: -@navbar-padding-horizontal; + margin-left: -@navbar-padding-horizontal; + + @media (min-width: @grid-float-breakpoint) { + margin-right: 0; + margin-left: 0; + } + } +} + + +// +// Navbar alignment options +// +// Display the navbar across the entirety of the page or fixed it to the top or +// bottom of the page. + +// Static top (unfixed, but 100% wide) navbar +.navbar-static-top { + z-index: @zindex-navbar; + border-width: 0 0 1px; + + @media (min-width: @grid-float-breakpoint) { + border-radius: 0; + } +} + +// Fix the top/bottom navbars when screen real estate supports it +.navbar-fixed-top, +.navbar-fixed-bottom { + position: fixed; + right: 0; + left: 0; + z-index: @zindex-navbar-fixed; + + // Undo the rounded corners + @media (min-width: @grid-float-breakpoint) { + border-radius: 0; + } +} +.navbar-fixed-top { + top: 0; + border-width: 0 0 1px; +} +.navbar-fixed-bottom { + bottom: 0; + margin-bottom: 0; // override .navbar defaults + border-width: 1px 0 0; +} + + +// Brand/project name + +.navbar-brand { + float: left; + padding: @navbar-padding-vertical @navbar-padding-horizontal; + font-size: @font-size-large; + line-height: @line-height-computed; + height: @navbar-height; + + &:hover, + &:focus { + text-decoration: none; + } + + > img { + display: block; + } + + @media (min-width: @grid-float-breakpoint) { + .navbar > .container &, + .navbar > .container-fluid & { + margin-left: -@navbar-padding-horizontal; + } + } +} + + +// Navbar toggle +// +// Custom button for toggling the `.navbar-collapse`, powered by the collapse +// JavaScript plugin. + +.navbar-toggle { + position: relative; + float: right; + margin-right: @navbar-padding-horizontal; + padding: 9px 10px; + .navbar-vertical-align(34px); + background-color: transparent; + background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214 + border: 1px solid transparent; + border-radius: @border-radius-base; + + // We remove the `outline` here, but later compensate by attaching `:hover` + // styles to `:focus`. + &:focus { + outline: 0; + } + + // Bars + .icon-bar { + display: block; + width: 22px; + height: 2px; + border-radius: 1px; + } + .icon-bar + .icon-bar { + margin-top: 4px; + } + + @media (min-width: @grid-float-breakpoint) { + display: none; + } +} + + +// Navbar nav links +// +// Builds on top of the `.nav` components with its own modifier class to make +// the nav the full height of the horizontal nav (above 768px). + +.navbar-nav { + margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal; + + > li > a { + padding-top: 10px; + padding-bottom: 10px; + line-height: @line-height-computed; + } + + @media (max-width: @grid-float-breakpoint-max) { + // Dropdowns get custom display when collapsed + .open .dropdown-menu { + position: static; + float: none; + width: auto; + margin-top: 0; + background-color: transparent; + border: 0; + box-shadow: none; + > li > a, + .dropdown-header { + padding: 5px 15px 5px 25px; + } + > li > a { + line-height: @line-height-computed; + &:hover, + &:focus { + background-image: none; + } + } + } + } + + // Uncollapse the nav + @media (min-width: @grid-float-breakpoint) { + float: left; + margin: 0; + + > li { + float: left; + > a { + padding-top: @navbar-padding-vertical; + padding-bottom: @navbar-padding-vertical; + } + } + } +} + + +// Navbar form +// +// Extension of the `.form-inline` with some extra flavor for optimum display in +// our navbars. + +.navbar-form { + margin-left: -@navbar-padding-horizontal; + margin-right: -@navbar-padding-horizontal; + padding: 10px @navbar-padding-horizontal; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); + .box-shadow(@shadow); + + // Mixin behavior for optimum display + .form-inline(); + + .form-group { + @media (max-width: @grid-float-breakpoint-max) { + margin-bottom: 5px; + + &:last-child { + margin-bottom: 0; + } + } + } + + // Vertically center in expanded, horizontal navbar + .navbar-vertical-align(@input-height-base); + + // Undo 100% width for pull classes + @media (min-width: @grid-float-breakpoint) { + width: auto; + border: 0; + margin-left: 0; + margin-right: 0; + padding-top: 0; + padding-bottom: 0; + .box-shadow(none); + } +} + + +// Dropdown menus + +// Menu position and menu carets +.navbar-nav > li > .dropdown-menu { + margin-top: 0; + .border-top-radius(0); +} +// Menu position and menu caret support for dropups via extra dropup class +.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + margin-bottom: 0; + .border-top-radius(@navbar-border-radius); + .border-bottom-radius(0); +} + + +// Buttons in navbars +// +// Vertically center a button within a navbar (when *not* in a form). + +.navbar-btn { + .navbar-vertical-align(@input-height-base); + + &.btn-sm { + .navbar-vertical-align(@input-height-small); + } + &.btn-xs { + .navbar-vertical-align(22); + } +} + + +// Text in navbars +// +// Add a class to make any element properly align itself vertically within the navbars. + +.navbar-text { + .navbar-vertical-align(@line-height-computed); + + @media (min-width: @grid-float-breakpoint) { + float: left; + margin-left: @navbar-padding-horizontal; + margin-right: @navbar-padding-horizontal; + } +} + + +// Component alignment +// +// Repurpose the pull utilities as their own navbar utilities to avoid specificity +// issues with parents and chaining. Only do this when the navbar is uncollapsed +// though so that navbar contents properly stack and align in mobile. +// +// Declared after the navbar components to ensure more specificity on the margins. + +@media (min-width: @grid-float-breakpoint) { + .navbar-left { .pull-left(); } + .navbar-right { + .pull-right(); + margin-right: -@navbar-padding-horizontal; + + ~ .navbar-right { + margin-right: 0; + } + } +} + + +// Alternate navbars +// -------------------------------------------------- + +// Default navbar +.navbar-default { + background-color: @navbar-default-bg; + border-color: @navbar-default-border; + + .navbar-brand { + color: @navbar-default-brand-color; + &:hover, + &:focus { + color: @navbar-default-brand-hover-color; + background-color: @navbar-default-brand-hover-bg; + } + } + + .navbar-text { + color: @navbar-default-color; + } + + .navbar-nav { + > li > a { + color: @navbar-default-link-color; + + &:hover, + &:focus { + color: @navbar-default-link-hover-color; + background-color: @navbar-default-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-active-color; + background-color: @navbar-default-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-disabled-color; + background-color: @navbar-default-link-disabled-bg; + } + } + } + + .navbar-toggle { + border-color: @navbar-default-toggle-border-color; + &:hover, + &:focus { + background-color: @navbar-default-toggle-hover-bg; + } + .icon-bar { + background-color: @navbar-default-toggle-icon-bar-bg; + } + } + + .navbar-collapse, + .navbar-form { + border-color: @navbar-default-border; + } + + // Dropdown menu items + .navbar-nav { + // Remove background color from open dropdown + > .open > a { + &, + &:hover, + &:focus { + background-color: @navbar-default-link-active-bg; + color: @navbar-default-link-active-color; + } + } + + @media (max-width: @grid-float-breakpoint-max) { + // Dropdowns get custom display when collapsed + .open .dropdown-menu { + > li > a { + color: @navbar-default-link-color; + &:hover, + &:focus { + color: @navbar-default-link-hover-color; + background-color: @navbar-default-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-active-color; + background-color: @navbar-default-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-default-link-disabled-color; + background-color: @navbar-default-link-disabled-bg; + } + } + } + } + } + + + // Links in navbars + // + // Add a class to ensure links outside the navbar nav are colored correctly. + + .navbar-link { + color: @navbar-default-link-color; + &:hover { + color: @navbar-default-link-hover-color; + } + } + + .btn-link { + color: @navbar-default-link-color; + &:hover, + &:focus { + color: @navbar-default-link-hover-color; + } + &[disabled], + fieldset[disabled] & { + &:hover, + &:focus { + color: @navbar-default-link-disabled-color; + } + } + } +} + +// Inverse navbar + +.navbar-inverse { + background-color: @navbar-inverse-bg; + border-color: @navbar-inverse-border; + + .navbar-brand { + color: @navbar-inverse-brand-color; + &:hover, + &:focus { + color: @navbar-inverse-brand-hover-color; + background-color: @navbar-inverse-brand-hover-bg; + } + } + + .navbar-text { + color: @navbar-inverse-color; + } + + .navbar-nav { + > li > a { + color: @navbar-inverse-link-color; + + &:hover, + &:focus { + color: @navbar-inverse-link-hover-color; + background-color: @navbar-inverse-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-active-color; + background-color: @navbar-inverse-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-disabled-color; + background-color: @navbar-inverse-link-disabled-bg; + } + } + } + + // Darken the responsive nav toggle + .navbar-toggle { + border-color: @navbar-inverse-toggle-border-color; + &:hover, + &:focus { + background-color: @navbar-inverse-toggle-hover-bg; + } + .icon-bar { + background-color: @navbar-inverse-toggle-icon-bar-bg; + } + } + + .navbar-collapse, + .navbar-form { + border-color: darken(@navbar-inverse-bg, 7%); + } + + // Dropdowns + .navbar-nav { + > .open > a { + &, + &:hover, + &:focus { + background-color: @navbar-inverse-link-active-bg; + color: @navbar-inverse-link-active-color; + } + } + + @media (max-width: @grid-float-breakpoint-max) { + // Dropdowns get custom display + .open .dropdown-menu { + > .dropdown-header { + border-color: @navbar-inverse-border; + } + .divider { + background-color: @navbar-inverse-border; + } + > li > a { + color: @navbar-inverse-link-color; + &:hover, + &:focus { + color: @navbar-inverse-link-hover-color; + background-color: @navbar-inverse-link-hover-bg; + } + } + > .active > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-active-color; + background-color: @navbar-inverse-link-active-bg; + } + } + > .disabled > a { + &, + &:hover, + &:focus { + color: @navbar-inverse-link-disabled-color; + background-color: @navbar-inverse-link-disabled-bg; + } + } + } + } + } + + .navbar-link { + color: @navbar-inverse-link-color; + &:hover { + color: @navbar-inverse-link-hover-color; + } + } + + .btn-link { + color: @navbar-inverse-link-color; + &:hover, + &:focus { + color: @navbar-inverse-link-hover-color; + } + &[disabled], + fieldset[disabled] & { + &:hover, + &:focus { + color: @navbar-inverse-link-disabled-color; + } + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navs.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navs.less new file mode 100644 index 0000000..a3d11b1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/navs.less @@ -0,0 +1,242 @@ +// +// Navs +// -------------------------------------------------- + + +// Base class +// -------------------------------------------------- + +.nav { + margin-bottom: 0; + padding-left: 0; // Override default ul/ol + list-style: none; + &:extend(.clearfix all); + + > li { + position: relative; + display: block; + + > a { + position: relative; + display: block; + padding: @nav-link-padding; + &:hover, + &:focus { + text-decoration: none; + background-color: @nav-link-hover-bg; + } + } + + // Disabled state sets text to gray and nukes hover/tab effects + &.disabled > a { + color: @nav-disabled-link-color; + + &:hover, + &:focus { + color: @nav-disabled-link-hover-color; + text-decoration: none; + background-color: transparent; + cursor: @cursor-disabled; + } + } + } + + // Open dropdowns + .open > a { + &, + &:hover, + &:focus { + background-color: @nav-link-hover-bg; + border-color: @link-color; + } + } + + // Nav dividers (deprecated with v3.0.1) + // + // This should have been removed in v3 with the dropping of `.nav-list`, but + // we missed it. We don't currently support this anywhere, but in the interest + // of maintaining backward compatibility in case you use it, it's deprecated. + .nav-divider { + .nav-divider(); + } + + // Prevent IE8 from misplacing imgs + // + // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 + > li > a > img { + max-width: none; + } +} + + +// Tabs +// ------------------------- + +// Give the tabs something to sit on +.nav-tabs { + border-bottom: 1px solid @nav-tabs-border-color; + > li { + float: left; + // Make the list-items overlay the bottom border + margin-bottom: -1px; + + // Actual tabs (as links) + > a { + margin-right: 2px; + line-height: @line-height-base; + border: 1px solid transparent; + border-radius: @border-radius-base @border-radius-base 0 0; + &:hover { + border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color; + } + } + + // Active state, and its :hover to override normal :hover + &.active > a { + &, + &:hover, + &:focus { + color: @nav-tabs-active-link-hover-color; + background-color: @nav-tabs-active-link-hover-bg; + border: 1px solid @nav-tabs-active-link-hover-border-color; + border-bottom-color: transparent; + cursor: default; + } + } + } + // pulling this in mainly for less shorthand + &.nav-justified { + .nav-justified(); + .nav-tabs-justified(); + } +} + + +// Pills +// ------------------------- +.nav-pills { + > li { + float: left; + + // Links rendered as pills + > a { + border-radius: @nav-pills-border-radius; + } + + li { + margin-left: 2px; + } + + // Active state + &.active > a { + &, + &:hover, + &:focus { + color: @nav-pills-active-link-hover-color; + background-color: @nav-pills-active-link-hover-bg; + } + } + } +} + + +// Stacked pills +.nav-stacked { + > li { + float: none; + + li { + margin-top: 2px; + margin-left: 0; // no need for this gap between nav items + } + } +} + + +// Nav variations +// -------------------------------------------------- + +// Justified nav links +// ------------------------- + +.nav-justified { + width: 100%; + + > li { + float: none; + > a { + text-align: center; + margin-bottom: 5px; + } + } + + > .dropdown .dropdown-menu { + top: auto; + left: auto; + } + + @media (min-width: @screen-sm-min) { + > li { + display: table-cell; + width: 1%; + > a { + margin-bottom: 0; + } + } + } +} + +// Move borders to anchors instead of bottom of list +// +// Mixin for adding on top the shared `.nav-justified` styles for our tabs +.nav-tabs-justified { + border-bottom: 0; + + > li > a { + // Override margin from .nav-tabs + margin-right: 0; + border-radius: @border-radius-base; + } + + > .active > a, + > .active > a:hover, + > .active > a:focus { + border: 1px solid @nav-tabs-justified-link-border-color; + } + + @media (min-width: @screen-sm-min) { + > li > a { + border-bottom: 1px solid @nav-tabs-justified-link-border-color; + border-radius: @border-radius-base @border-radius-base 0 0; + } + > .active > a, + > .active > a:hover, + > .active > a:focus { + border-bottom-color: @nav-tabs-justified-active-link-border-color; + } + } +} + + +// Tabbable tabs +// ------------------------- + +// Hide tabbable panes to start, show them when `.active` +.tab-content { + > .tab-pane { + display: none; + } + > .active { + display: block; + } +} + + +// Dropdowns +// ------------------------- + +// Specific dropdowns +.nav-tabs .dropdown-menu { + // make dropdown border overlap tab border + margin-top: -1px; + // Remove the top rounded corners here since there is a hard edge above the menu + .border-top-radius(0); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/normalize.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/normalize.less new file mode 100644 index 0000000..9dddf73 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/normalize.less @@ -0,0 +1,424 @@ +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ + +// +// 1. Set default font family to sans-serif. +// 2. Prevent iOS and IE text size adjust after device orientation change, +// without disabling user zoom. +// + +html { + font-family: sans-serif; // 1 + -ms-text-size-adjust: 100%; // 2 + -webkit-text-size-adjust: 100%; // 2 +} + +// +// Remove default margin. +// + +body { + margin: 0; +} + +// HTML5 display definitions +// ========================================================================== + +// +// Correct `block` display not defined for any HTML5 element in IE 8/9. +// Correct `block` display not defined for `details` or `summary` in IE 10/11 +// and Firefox. +// Correct `block` display not defined for `main` in IE 11. +// + +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +main, +menu, +nav, +section, +summary { + display: block; +} + +// +// 1. Correct `inline-block` display not defined in IE 8/9. +// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. +// + +audio, +canvas, +progress, +video { + display: inline-block; // 1 + vertical-align: baseline; // 2 +} + +// +// Prevent modern browsers from displaying `audio` without controls. +// Remove excess height in iOS 5 devices. +// + +audio:not([controls]) { + display: none; + height: 0; +} + +// +// Address `[hidden]` styling not present in IE 8/9/10. +// Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. +// + +[hidden], +template { + display: none; +} + +// Links +// ========================================================================== + +// +// Remove the gray background color from active links in IE 10. +// + +a { + background-color: transparent; +} + +// +// Improve readability of focused elements when they are also in an +// active/hover state. +// + +a:active, +a:hover { + outline: 0; +} + +// Text-level semantics +// ========================================================================== + +// +// Address styling not present in IE 8/9/10/11, Safari, and Chrome. +// + +abbr[title] { + border-bottom: 1px dotted; +} + +// +// Address style set to `bolder` in Firefox 4+, Safari, and Chrome. +// + +b, +strong { + font-weight: bold; +} + +// +// Address styling not present in Safari and Chrome. +// + +dfn { + font-style: italic; +} + +// +// Address variable `h1` font-size and margin within `section` and `article` +// contexts in Firefox 4+, Safari, and Chrome. +// + +h1 { + font-size: 2em; + margin: 0.67em 0; +} + +// +// Address styling not present in IE 8/9. +// + +mark { + background: #ff0; + color: #000; +} + +// +// Address inconsistent and variable font size in all browsers. +// + +small { + font-size: 80%; +} + +// +// Prevent `sub` and `sup` affecting `line-height` in all browsers. +// + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sup { + top: -0.5em; +} + +sub { + bottom: -0.25em; +} + +// Embedded content +// ========================================================================== + +// +// Remove border when inside `a` element in IE 8/9/10. +// + +img { + border: 0; +} + +// +// Correct overflow not hidden in IE 9/10/11. +// + +svg:not(:root) { + overflow: hidden; +} + +// Grouping content +// ========================================================================== + +// +// Address margin not present in IE 8/9 and Safari. +// + +figure { + margin: 1em 40px; +} + +// +// Address differences between Firefox and other browsers. +// + +hr { + box-sizing: content-box; + height: 0; +} + +// +// Contain overflow in all browsers. +// + +pre { + overflow: auto; +} + +// +// Address odd `em`-unit font size rendering in all browsers. +// + +code, +kbd, +pre, +samp { + font-family: monospace, monospace; + font-size: 1em; +} + +// Forms +// ========================================================================== + +// +// Known limitation: by default, Chrome and Safari on OS X allow very limited +// styling of `select`, unless a `border` property is set. +// + +// +// 1. Correct color not being inherited. +// Known issue: affects color of disabled elements. +// 2. Correct font properties not being inherited. +// 3. Address margins set differently in Firefox 4+, Safari, and Chrome. +// + +button, +input, +optgroup, +select, +textarea { + color: inherit; // 1 + font: inherit; // 2 + margin: 0; // 3 +} + +// +// Address `overflow` set to `hidden` in IE 8/9/10/11. +// + +button { + overflow: visible; +} + +// +// Address inconsistent `text-transform` inheritance for `button` and `select`. +// All other form control elements do not inherit `text-transform` values. +// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. +// Correct `select` style inheritance in Firefox. +// + +button, +select { + text-transform: none; +} + +// +// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` +// and `video` controls. +// 2. Correct inability to style clickable `input` types in iOS. +// 3. Improve usability and consistency of cursor style between image-type +// `input` and others. +// + +button, +html input[type="button"], // 1 +input[type="reset"], +input[type="submit"] { + -webkit-appearance: button; // 2 + cursor: pointer; // 3 +} + +// +// Re-set default cursor for disabled elements. +// + +button[disabled], +html input[disabled] { + cursor: default; +} + +// +// Remove inner padding and border in Firefox 4+. +// + +button::-moz-focus-inner, +input::-moz-focus-inner { + border: 0; + padding: 0; +} + +// +// Address Firefox 4+ setting `line-height` on `input` using `!important` in +// the UA stylesheet. +// + +input { + line-height: normal; +} + +// +// It's recommended that you don't attempt to style these elements. +// Firefox's implementation doesn't respect box-sizing, padding, or width. +// +// 1. Address box sizing set to `content-box` in IE 8/9/10. +// 2. Remove excess padding in IE 8/9/10. +// + +input[type="checkbox"], +input[type="radio"] { + box-sizing: border-box; // 1 + padding: 0; // 2 +} + +// +// Fix the cursor style for Chrome's increment/decrement buttons. For certain +// `font-size` values of the `input`, it causes the cursor style of the +// decrement button to change from `default` to `text`. +// + +input[type="number"]::-webkit-inner-spin-button, +input[type="number"]::-webkit-outer-spin-button { + height: auto; +} + +// +// 1. Address `appearance` set to `searchfield` in Safari and Chrome. +// 2. Address `box-sizing` set to `border-box` in Safari and Chrome. +// + +input[type="search"] { + -webkit-appearance: textfield; // 1 + box-sizing: content-box; //2 +} + +// +// Remove inner padding and search cancel button in Safari and Chrome on OS X. +// Safari (but not Chrome) clips the cancel button when the search input has +// padding (and `textfield` appearance). +// + +input[type="search"]::-webkit-search-cancel-button, +input[type="search"]::-webkit-search-decoration { + -webkit-appearance: none; +} + +// +// Define consistent border, margin, and padding. +// + +fieldset { + border: 1px solid #c0c0c0; + margin: 0 2px; + padding: 0.35em 0.625em 0.75em; +} + +// +// 1. Correct `color` not being inherited in IE 8/9/10/11. +// 2. Remove padding so people aren't caught out if they zero out fieldsets. +// + +legend { + border: 0; // 1 + padding: 0; // 2 +} + +// +// Remove default vertical scrollbar in IE 8/9/10/11. +// + +textarea { + overflow: auto; +} + +// +// Don't inherit the `font-weight` (applied by a rule above). +// NOTE: the default cannot safely be changed in Chrome and Safari on OS X. +// + +optgroup { + font-weight: bold; +} + +// Tables +// ========================================================================== + +// +// Remove most spacing between table cells. +// + +table { + border-collapse: collapse; + border-spacing: 0; +} + +td, +th { + padding: 0; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pager.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pager.less new file mode 100644 index 0000000..41abaaa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pager.less @@ -0,0 +1,54 @@ +// +// Pager pagination +// -------------------------------------------------- + + +.pager { + padding-left: 0; + margin: @line-height-computed 0; + list-style: none; + text-align: center; + &:extend(.clearfix all); + li { + display: inline; + > a, + > span { + display: inline-block; + padding: 5px 14px; + background-color: @pager-bg; + border: 1px solid @pager-border; + border-radius: @pager-border-radius; + } + + > a:hover, + > a:focus { + text-decoration: none; + background-color: @pager-hover-bg; + } + } + + .next { + > a, + > span { + float: right; + } + } + + .previous { + > a, + > span { + float: left; + } + } + + .disabled { + > a, + > a:hover, + > a:focus, + > span { + color: @pager-disabled-color; + background-color: @pager-bg; + cursor: @cursor-disabled; + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pagination.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pagination.less new file mode 100644 index 0000000..31f77aa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/pagination.less @@ -0,0 +1,89 @@ +// +// Pagination (multiple pages) +// -------------------------------------------------- +.pagination { + display: inline-block; + padding-left: 0; + margin: @line-height-computed 0; + border-radius: @border-radius-base; + + > li { + display: inline; // Remove list-style and block-level defaults + > a, + > span { + position: relative; + float: left; // Collapse white-space + padding: @padding-base-vertical @padding-base-horizontal; + line-height: @line-height-base; + text-decoration: none; + color: @pagination-color; + background-color: @pagination-bg; + border: 1px solid @pagination-border; + margin-left: -1px; + } + &:first-child { + > a, + > span { + margin-left: 0; + .border-left-radius(@border-radius-base); + } + } + &:last-child { + > a, + > span { + .border-right-radius(@border-radius-base); + } + } + } + + > li > a, + > li > span { + &:hover, + &:focus { + z-index: 2; + color: @pagination-hover-color; + background-color: @pagination-hover-bg; + border-color: @pagination-hover-border; + } + } + + > .active > a, + > .active > span { + &, + &:hover, + &:focus { + z-index: 3; + color: @pagination-active-color; + background-color: @pagination-active-bg; + border-color: @pagination-active-border; + cursor: default; + } + } + + > .disabled { + > span, + > span:hover, + > span:focus, + > a, + > a:hover, + > a:focus { + color: @pagination-disabled-color; + background-color: @pagination-disabled-bg; + border-color: @pagination-disabled-border; + cursor: @cursor-disabled; + } + } +} + +// Sizing +// -------------------------------------------------- + +// Large +.pagination-lg { + .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large); +} + +// Small +.pagination-sm { + .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/panels.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/panels.less new file mode 100644 index 0000000..425eb5e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/panels.less @@ -0,0 +1,271 @@ +// +// Panels +// -------------------------------------------------- + + +// Base class +.panel { + margin-bottom: @line-height-computed; + background-color: @panel-bg; + border: 1px solid transparent; + border-radius: @panel-border-radius; + .box-shadow(0 1px 1px rgba(0,0,0,.05)); +} + +// Panel contents +.panel-body { + padding: @panel-body-padding; + &:extend(.clearfix all); +} + +// Optional heading +.panel-heading { + padding: @panel-heading-padding; + border-bottom: 1px solid transparent; + .border-top-radius((@panel-border-radius - 1)); + + > .dropdown .dropdown-toggle { + color: inherit; + } +} + +// Within heading, strip any `h*` tag of its default margins for spacing. +.panel-title { + margin-top: 0; + margin-bottom: 0; + font-size: ceil((@font-size-base * 1.125)); + color: inherit; + + > a, + > small, + > .small, + > small > a, + > .small > a { + color: inherit; + } +} + +// Optional footer (stays gray in every modifier class) +.panel-footer { + padding: @panel-footer-padding; + background-color: @panel-footer-bg; + border-top: 1px solid @panel-inner-border; + .border-bottom-radius((@panel-border-radius - 1)); +} + + +// List groups in panels +// +// By default, space out list group content from panel headings to account for +// any kind of custom content between the two. + +.panel { + > .list-group, + > .panel-collapse > .list-group { + margin-bottom: 0; + + .list-group-item { + border-width: 1px 0; + border-radius: 0; + } + + // Add border top radius for first one + &:first-child { + .list-group-item:first-child { + border-top: 0; + .border-top-radius((@panel-border-radius - 1)); + } + } + + // Add border bottom radius for last one + &:last-child { + .list-group-item:last-child { + border-bottom: 0; + .border-bottom-radius((@panel-border-radius - 1)); + } + } + } + > .panel-heading + .panel-collapse > .list-group { + .list-group-item:first-child { + .border-top-radius(0); + } + } +} +// Collapse space between when there's no additional content. +.panel-heading + .list-group { + .list-group-item:first-child { + border-top-width: 0; + } +} +.list-group + .panel-footer { + border-top-width: 0; +} + +// Tables in panels +// +// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and +// watch it go full width. + +.panel { + > .table, + > .table-responsive > .table, + > .panel-collapse > .table { + margin-bottom: 0; + + caption { + padding-left: @panel-body-padding; + padding-right: @panel-body-padding; + } + } + // Add border top radius for first one + > .table:first-child, + > .table-responsive:first-child > .table:first-child { + .border-top-radius((@panel-border-radius - 1)); + + > thead:first-child, + > tbody:first-child { + > tr:first-child { + border-top-left-radius: (@panel-border-radius - 1); + border-top-right-radius: (@panel-border-radius - 1); + + td:first-child, + th:first-child { + border-top-left-radius: (@panel-border-radius - 1); + } + td:last-child, + th:last-child { + border-top-right-radius: (@panel-border-radius - 1); + } + } + } + } + // Add border bottom radius for last one + > .table:last-child, + > .table-responsive:last-child > .table:last-child { + .border-bottom-radius((@panel-border-radius - 1)); + + > tbody:last-child, + > tfoot:last-child { + > tr:last-child { + border-bottom-left-radius: (@panel-border-radius - 1); + border-bottom-right-radius: (@panel-border-radius - 1); + + td:first-child, + th:first-child { + border-bottom-left-radius: (@panel-border-radius - 1); + } + td:last-child, + th:last-child { + border-bottom-right-radius: (@panel-border-radius - 1); + } + } + } + } + > .panel-body + .table, + > .panel-body + .table-responsive, + > .table + .panel-body, + > .table-responsive + .panel-body { + border-top: 1px solid @table-border-color; + } + > .table > tbody:first-child > tr:first-child th, + > .table > tbody:first-child > tr:first-child td { + border-top: 0; + } + > .table-bordered, + > .table-responsive > .table-bordered { + border: 0; + > thead, + > tbody, + > tfoot { + > tr { + > th:first-child, + > td:first-child { + border-left: 0; + } + > th:last-child, + > td:last-child { + border-right: 0; + } + } + } + > thead, + > tbody { + > tr:first-child { + > td, + > th { + border-bottom: 0; + } + } + } + > tbody, + > tfoot { + > tr:last-child { + > td, + > th { + border-bottom: 0; + } + } + } + } + > .table-responsive { + border: 0; + margin-bottom: 0; + } +} + + +// Collapsable panels (aka, accordion) +// +// Wrap a series of panels in `.panel-group` to turn them into an accordion with +// the help of our collapse JavaScript plugin. + +.panel-group { + margin-bottom: @line-height-computed; + + // Tighten up margin so it's only between panels + .panel { + margin-bottom: 0; + border-radius: @panel-border-radius; + + + .panel { + margin-top: 5px; + } + } + + .panel-heading { + border-bottom: 0; + + + .panel-collapse > .panel-body, + + .panel-collapse > .list-group { + border-top: 1px solid @panel-inner-border; + } + } + + .panel-footer { + border-top: 0; + + .panel-collapse .panel-body { + border-bottom: 1px solid @panel-inner-border; + } + } +} + + +// Contextual variations +.panel-default { + .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border); +} +.panel-primary { + .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border); +} +.panel-success { + .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border); +} +.panel-info { + .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border); +} +.panel-warning { + .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border); +} +.panel-danger { + .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/popovers.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/popovers.less new file mode 100644 index 0000000..3a62a64 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/popovers.less @@ -0,0 +1,131 @@ +// +// Popovers +// -------------------------------------------------- + + +.popover { + position: absolute; + top: 0; + left: 0; + z-index: @zindex-popover; + display: none; + max-width: @popover-max-width; + padding: 1px; + // Our parent element can be arbitrary since popovers are by default inserted as a sibling of their target element. + // So reset our font and text properties to avoid inheriting weird values. + .reset-text(); + font-size: @font-size-base; + + background-color: @popover-bg; + background-clip: padding-box; + border: 1px solid @popover-fallback-border-color; + border: 1px solid @popover-border-color; + border-radius: @border-radius-large; + .box-shadow(0 5px 10px rgba(0,0,0,.2)); + + // Offset the popover to account for the popover arrow + &.top { margin-top: -@popover-arrow-width; } + &.right { margin-left: @popover-arrow-width; } + &.bottom { margin-top: @popover-arrow-width; } + &.left { margin-left: -@popover-arrow-width; } +} + +.popover-title { + margin: 0; // reset heading margin + padding: 8px 14px; + font-size: @font-size-base; + background-color: @popover-title-bg; + border-bottom: 1px solid darken(@popover-title-bg, 5%); + border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0; +} + +.popover-content { + padding: 9px 14px; +} + +// Arrows +// +// .arrow is outer, .arrow:after is inner + +.popover > .arrow { + &, + &:after { + position: absolute; + display: block; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; + } +} +.popover > .arrow { + border-width: @popover-arrow-outer-width; +} +.popover > .arrow:after { + border-width: @popover-arrow-width; + content: ""; +} + +.popover { + &.top > .arrow { + left: 50%; + margin-left: -@popover-arrow-outer-width; + border-bottom-width: 0; + border-top-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-top-color: @popover-arrow-outer-color; + bottom: -@popover-arrow-outer-width; + &:after { + content: " "; + bottom: 1px; + margin-left: -@popover-arrow-width; + border-bottom-width: 0; + border-top-color: @popover-arrow-color; + } + } + &.right > .arrow { + top: 50%; + left: -@popover-arrow-outer-width; + margin-top: -@popover-arrow-outer-width; + border-left-width: 0; + border-right-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-right-color: @popover-arrow-outer-color; + &:after { + content: " "; + left: 1px; + bottom: -@popover-arrow-width; + border-left-width: 0; + border-right-color: @popover-arrow-color; + } + } + &.bottom > .arrow { + left: 50%; + margin-left: -@popover-arrow-outer-width; + border-top-width: 0; + border-bottom-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-bottom-color: @popover-arrow-outer-color; + top: -@popover-arrow-outer-width; + &:after { + content: " "; + top: 1px; + margin-left: -@popover-arrow-width; + border-top-width: 0; + border-bottom-color: @popover-arrow-color; + } + } + + &.left > .arrow { + top: 50%; + right: -@popover-arrow-outer-width; + margin-top: -@popover-arrow-outer-width; + border-right-width: 0; + border-left-color: @popover-arrow-outer-fallback-color; // IE8 fallback + border-left-color: @popover-arrow-outer-color; + &:after { + content: " "; + right: 1px; + border-right-width: 0; + border-left-color: @popover-arrow-color; + bottom: -@popover-arrow-width; + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/print.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/print.less new file mode 100644 index 0000000..66e54ab --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/print.less @@ -0,0 +1,101 @@ +/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ + +// ========================================================================== +// Print styles. +// Inlined to avoid the additional HTTP request: h5bp.com/r +// ========================================================================== + +@media print { + *, + *:before, + *:after { + background: transparent !important; + color: #000 !important; // Black prints faster: h5bp.com/s + box-shadow: none !important; + text-shadow: none !important; + } + + a, + a:visited { + text-decoration: underline; + } + + a[href]:after { + content: " (" attr(href) ")"; + } + + abbr[title]:after { + content: " (" attr(title) ")"; + } + + // Don't show links that are fragment identifiers, + // or use the `javascript:` pseudo protocol + a[href^="#"]:after, + a[href^="javascript:"]:after { + content: ""; + } + + pre, + blockquote { + border: 1px solid #999; + page-break-inside: avoid; + } + + thead { + display: table-header-group; // h5bp.com/t + } + + tr, + img { + page-break-inside: avoid; + } + + img { + max-width: 100% !important; + } + + p, + h2, + h3 { + orphans: 3; + widows: 3; + } + + h2, + h3 { + page-break-after: avoid; + } + + // Bootstrap specific changes start + + // Bootstrap components + .navbar { + display: none; + } + .btn, + .dropup > .btn { + > .caret { + border-top-color: #000 !important; + } + } + .label { + border: 1px solid #000; + } + + .table { + border-collapse: collapse !important; + + td, + th { + background-color: #fff !important; + } + } + .table-bordered { + th, + td { + border: 1px solid #ddd !important; + } + } + + // Bootstrap specific changes end +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/progress-bars.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/progress-bars.less new file mode 100644 index 0000000..8868a1f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/progress-bars.less @@ -0,0 +1,87 @@ +// +// Progress bars +// -------------------------------------------------- + + +// Bar animations +// ------------------------- + +// WebKit +@-webkit-keyframes progress-bar-stripes { + from { background-position: 40px 0; } + to { background-position: 0 0; } +} + +// Spec and IE10+ +@keyframes progress-bar-stripes { + from { background-position: 40px 0; } + to { background-position: 0 0; } +} + + +// Bar itself +// ------------------------- + +// Outer container +.progress { + overflow: hidden; + height: @line-height-computed; + margin-bottom: @line-height-computed; + background-color: @progress-bg; + border-radius: @progress-border-radius; + .box-shadow(inset 0 1px 2px rgba(0,0,0,.1)); +} + +// Bar of progress +.progress-bar { + float: left; + width: 0%; + height: 100%; + font-size: @font-size-small; + line-height: @line-height-computed; + color: @progress-bar-color; + text-align: center; + background-color: @progress-bar-bg; + .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15)); + .transition(width .6s ease); +} + +// Striped bars +// +// `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the +// `.progress-bar-striped` class, which you just add to an existing +// `.progress-bar`. +.progress-striped .progress-bar, +.progress-bar-striped { + #gradient > .striped(); + background-size: 40px 40px; +} + +// Call animation for the active one +// +// `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the +// `.progress-bar.active` approach. +.progress.active .progress-bar, +.progress-bar.active { + .animation(progress-bar-stripes 2s linear infinite); +} + + +// Variations +// ------------------------- + +.progress-bar-success { + .progress-bar-variant(@progress-bar-success-bg); +} + +.progress-bar-info { + .progress-bar-variant(@progress-bar-info-bg); +} + +.progress-bar-warning { + .progress-bar-variant(@progress-bar-warning-bg); +} + +.progress-bar-danger { + .progress-bar-variant(@progress-bar-danger-bg); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-embed.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-embed.less new file mode 100644 index 0000000..080a511 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-embed.less @@ -0,0 +1,35 @@ +// Embeds responsive +// +// Credit: Nicolas Gallagher and SUIT CSS. + +.embed-responsive { + position: relative; + display: block; + height: 0; + padding: 0; + overflow: hidden; + + .embed-responsive-item, + iframe, + embed, + object, + video { + position: absolute; + top: 0; + left: 0; + bottom: 0; + height: 100%; + width: 100%; + border: 0; + } +} + +// Modifier class for 16:9 aspect ratio +.embed-responsive-16by9 { + padding-bottom: 56.25%; +} + +// Modifier class for 4:3 aspect ratio +.embed-responsive-4by3 { + padding-bottom: 75%; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-utilities.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-utilities.less new file mode 100644 index 0000000..b1db31d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/responsive-utilities.less @@ -0,0 +1,194 @@ +// +// Responsive: Utility classes +// -------------------------------------------------- + + +// IE10 in Windows (Phone) 8 +// +// Support for responsive views via media queries is kind of borked in IE10, for +// Surface/desktop in split view and for Windows Phone 8. This particular fix +// must be accompanied by a snippet of JavaScript to sniff the user agent and +// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at +// our Getting Started page for more information on this bug. +// +// For more information, see the following: +// +// Issue: https://github.com/twbs/bootstrap/issues/10497 +// Docs: http://getbootstrap.com/getting-started/#support-ie10-width +// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ +// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ + +@-ms-viewport { + width: device-width; +} + + +// Visibility utilities +// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0 +.visible-xs, +.visible-sm, +.visible-md, +.visible-lg { + .responsive-invisibility(); +} + +.visible-xs-block, +.visible-xs-inline, +.visible-xs-inline-block, +.visible-sm-block, +.visible-sm-inline, +.visible-sm-inline-block, +.visible-md-block, +.visible-md-inline, +.visible-md-inline-block, +.visible-lg-block, +.visible-lg-inline, +.visible-lg-inline-block { + display: none !important; +} + +.visible-xs { + @media (max-width: @screen-xs-max) { + .responsive-visibility(); + } +} +.visible-xs-block { + @media (max-width: @screen-xs-max) { + display: block !important; + } +} +.visible-xs-inline { + @media (max-width: @screen-xs-max) { + display: inline !important; + } +} +.visible-xs-inline-block { + @media (max-width: @screen-xs-max) { + display: inline-block !important; + } +} + +.visible-sm { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + .responsive-visibility(); + } +} +.visible-sm-block { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + display: block !important; + } +} +.visible-sm-inline { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + display: inline !important; + } +} +.visible-sm-inline-block { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + display: inline-block !important; + } +} + +.visible-md { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + .responsive-visibility(); + } +} +.visible-md-block { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + display: block !important; + } +} +.visible-md-inline { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + display: inline !important; + } +} +.visible-md-inline-block { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + display: inline-block !important; + } +} + +.visible-lg { + @media (min-width: @screen-lg-min) { + .responsive-visibility(); + } +} +.visible-lg-block { + @media (min-width: @screen-lg-min) { + display: block !important; + } +} +.visible-lg-inline { + @media (min-width: @screen-lg-min) { + display: inline !important; + } +} +.visible-lg-inline-block { + @media (min-width: @screen-lg-min) { + display: inline-block !important; + } +} + +.hidden-xs { + @media (max-width: @screen-xs-max) { + .responsive-invisibility(); + } +} +.hidden-sm { + @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) { + .responsive-invisibility(); + } +} +.hidden-md { + @media (min-width: @screen-md-min) and (max-width: @screen-md-max) { + .responsive-invisibility(); + } +} +.hidden-lg { + @media (min-width: @screen-lg-min) { + .responsive-invisibility(); + } +} + + +// Print utilities +// +// Media queries are placed on the inside to be mixin-friendly. + +// Note: Deprecated .visible-print as of v3.2.0 +.visible-print { + .responsive-invisibility(); + + @media print { + .responsive-visibility(); + } +} +.visible-print-block { + display: none !important; + + @media print { + display: block !important; + } +} +.visible-print-inline { + display: none !important; + + @media print { + display: inline !important; + } +} +.visible-print-inline-block { + display: none !important; + + @media print { + display: inline-block !important; + } +} + +.hidden-print { + @media print { + .responsive-invisibility(); + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/scaffolding.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/scaffolding.less new file mode 100644 index 0000000..1929bfc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/scaffolding.less @@ -0,0 +1,161 @@ +// +// Scaffolding +// -------------------------------------------------- + + +// Reset the box-sizing +// +// Heads up! This reset may cause conflicts with some third-party widgets. +// For recommendations on resolving such conflicts, see +// http://getbootstrap.com/getting-started/#third-box-sizing +* { + .box-sizing(border-box); +} +*:before, +*:after { + .box-sizing(border-box); +} + + +// Body reset + +html { + font-size: 10px; + -webkit-tap-highlight-color: rgba(0,0,0,0); +} + +body { + font-family: @font-family-base; + font-size: @font-size-base; + line-height: @line-height-base; + color: @text-color; + background-color: @body-bg; +} + +// Reset fonts for relevant elements +input, +button, +select, +textarea { + font-family: inherit; + font-size: inherit; + line-height: inherit; +} + + +// Links + +a { + color: @link-color; + text-decoration: none; + + &:hover, + &:focus { + color: @link-hover-color; + text-decoration: @link-hover-decoration; + } + + &:focus { + .tab-focus(); + } +} + + +// Figures +// +// We reset this here because previously Normalize had no `figure` margins. This +// ensures we don't break anyone's use of the element. + +figure { + margin: 0; +} + + +// Images + +img { + vertical-align: middle; +} + +// Responsive images (ensure images don't scale beyond their parents) +.img-responsive { + .img-responsive(); +} + +// Rounded corners +.img-rounded { + border-radius: @border-radius-large; +} + +// Image thumbnails +// +// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`. +.img-thumbnail { + padding: @thumbnail-padding; + line-height: @line-height-base; + background-color: @thumbnail-bg; + border: 1px solid @thumbnail-border; + border-radius: @thumbnail-border-radius; + .transition(all .2s ease-in-out); + + // Keep them at most 100% wide + .img-responsive(inline-block); +} + +// Perfect circle +.img-circle { + border-radius: 50%; // set radius in percents +} + + +// Horizontal rules + +hr { + margin-top: @line-height-computed; + margin-bottom: @line-height-computed; + border: 0; + border-top: 1px solid @hr-border; +} + + +// Only display content to screen readers +// +// See: http://a11yproject.com/posts/how-to-hide-content/ + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + margin: -1px; + padding: 0; + overflow: hidden; + clip: rect(0,0,0,0); + border: 0; +} + +// Use in conjunction with .sr-only to only display content when it's focused. +// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1 +// Credit: HTML5 Boilerplate + +.sr-only-focusable { + &:active, + &:focus { + position: static; + width: auto; + height: auto; + margin: 0; + overflow: visible; + clip: auto; + } +} + + +// iOS "clickable elements" fix for role="button" +// +// Fixes "clickability" issue (and more generally, the firing of events such as focus as well) +// for traditionally non-focusable elements with role="button" +// see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile + +[role="button"] { + cursor: pointer; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tables.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tables.less new file mode 100644 index 0000000..2242c03 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tables.less @@ -0,0 +1,234 @@ +// +// Tables +// -------------------------------------------------- + + +table { + background-color: @table-bg; +} +caption { + padding-top: @table-cell-padding; + padding-bottom: @table-cell-padding; + color: @text-muted; + text-align: left; +} +th { + text-align: left; +} + + +// Baseline styles + +.table { + width: 100%; + max-width: 100%; + margin-bottom: @line-height-computed; + // Cells + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + padding: @table-cell-padding; + line-height: @line-height-base; + vertical-align: top; + border-top: 1px solid @table-border-color; + } + } + } + // Bottom align for column headings + > thead > tr > th { + vertical-align: bottom; + border-bottom: 2px solid @table-border-color; + } + // Remove top border from thead by default + > caption + thead, + > colgroup + thead, + > thead:first-child { + > tr:first-child { + > th, + > td { + border-top: 0; + } + } + } + // Account for multiple tbody instances + > tbody + tbody { + border-top: 2px solid @table-border-color; + } + + // Nesting + .table { + background-color: @body-bg; + } +} + + +// Condensed table w/ half padding + +.table-condensed { + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + padding: @table-condensed-cell-padding; + } + } + } +} + + +// Bordered version +// +// Add borders all around the table and between all the columns. + +.table-bordered { + border: 1px solid @table-border-color; + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + border: 1px solid @table-border-color; + } + } + } + > thead > tr { + > th, + > td { + border-bottom-width: 2px; + } + } +} + + +// Zebra-striping +// +// Default zebra-stripe styles (alternating gray and transparent backgrounds) + +.table-striped { + > tbody > tr:nth-of-type(odd) { + background-color: @table-bg-accent; + } +} + + +// Hover effect +// +// Placed here since it has to come after the potential zebra striping + +.table-hover { + > tbody > tr:hover { + background-color: @table-bg-hover; + } +} + + +// Table cell sizing +// +// Reset default table behavior + +table col[class*="col-"] { + position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) + float: none; + display: table-column; +} +table { + td, + th { + &[class*="col-"] { + position: static; // Prevent border hiding in Firefox and IE9-11 (see https://github.com/twbs/bootstrap/issues/11623) + float: none; + display: table-cell; + } + } +} + + +// Table backgrounds +// +// Exact selectors below required to override `.table-striped` and prevent +// inheritance to nested tables. + +// Generate the contextual variants +.table-row-variant(active; @table-bg-active); +.table-row-variant(success; @state-success-bg); +.table-row-variant(info; @state-info-bg); +.table-row-variant(warning; @state-warning-bg); +.table-row-variant(danger; @state-danger-bg); + + +// Responsive tables +// +// Wrap your tables in `.table-responsive` and we'll make them mobile friendly +// by enabling horizontal scrolling. Only applies <768px. Everything above that +// will display normally. + +.table-responsive { + overflow-x: auto; + min-height: 0.01%; // Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) + + @media screen and (max-width: @screen-xs-max) { + width: 100%; + margin-bottom: (@line-height-computed * 0.75); + overflow-y: hidden; + -ms-overflow-style: -ms-autohiding-scrollbar; + border: 1px solid @table-border-color; + + // Tighten up spacing + > .table { + margin-bottom: 0; + + // Ensure the content doesn't wrap + > thead, + > tbody, + > tfoot { + > tr { + > th, + > td { + white-space: nowrap; + } + } + } + } + + // Special overrides for the bordered tables + > .table-bordered { + border: 0; + + // Nuke the appropriate borders so that the parent can handle them + > thead, + > tbody, + > tfoot { + > tr { + > th:first-child, + > td:first-child { + border-left: 0; + } + > th:last-child, + > td:last-child { + border-right: 0; + } + } + } + + // Only nuke the last row's bottom-border in `tbody` and `tfoot` since + // chances are there will be only one `tr` in a `thead` and that would + // remove the border altogether. + > tbody, + > tfoot { + > tr:last-child { + > th, + > td { + border-bottom: 0; + } + } + } + + } + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/theme.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/theme.less new file mode 100644 index 0000000..8371872 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/theme.less @@ -0,0 +1,291 @@ +/*! + * Bootstrap v3.3.5 (http://getbootstrap.com) + * Copyright 2011-2015 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +// +// Load core variables and mixins +// -------------------------------------------------- + +@import "variables.less"; +@import "mixins.less"; + + +// +// Buttons +// -------------------------------------------------- + +// Common styles +.btn-default, +.btn-primary, +.btn-success, +.btn-info, +.btn-warning, +.btn-danger { + text-shadow: 0 -1px 0 rgba(0,0,0,.2); + @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075); + .box-shadow(@shadow); + + // Reset the shadow + &:active, + &.active { + .box-shadow(inset 0 3px 5px rgba(0,0,0,.125)); + } + + &.disabled, + &[disabled], + fieldset[disabled] & { + .box-shadow(none); + } + + .badge { + text-shadow: none; + } +} + +// Mixin for generating new styles +.btn-styles(@btn-color: #555) { + #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%)); + .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners; see https://github.com/twbs/bootstrap/issues/10620 + background-repeat: repeat-x; + border-color: darken(@btn-color, 14%); + + &:hover, + &:focus { + background-color: darken(@btn-color, 12%); + background-position: 0 -15px; + } + + &:active, + &.active { + background-color: darken(@btn-color, 12%); + border-color: darken(@btn-color, 14%); + } + + &.disabled, + &[disabled], + fieldset[disabled] & { + &, + &:hover, + &:focus, + &.focus, + &:active, + &.active { + background-color: darken(@btn-color, 12%); + background-image: none; + } + } +} + +// Common styles +.btn { + // Remove the gradient for the pressed/active state + &:active, + &.active { + background-image: none; + } +} + +// Apply the mixin to the buttons +.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; } +.btn-primary { .btn-styles(@btn-primary-bg); } +.btn-success { .btn-styles(@btn-success-bg); } +.btn-info { .btn-styles(@btn-info-bg); } +.btn-warning { .btn-styles(@btn-warning-bg); } +.btn-danger { .btn-styles(@btn-danger-bg); } + + +// +// Images +// -------------------------------------------------- + +.thumbnail, +.img-thumbnail { + .box-shadow(0 1px 2px rgba(0,0,0,.075)); +} + + +// +// Dropdowns +// -------------------------------------------------- + +.dropdown-menu > li > a:hover, +.dropdown-menu > li > a:focus { + #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%)); + background-color: darken(@dropdown-link-hover-bg, 5%); +} +.dropdown-menu > .active > a, +.dropdown-menu > .active > a:hover, +.dropdown-menu > .active > a:focus { + #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%)); + background-color: darken(@dropdown-link-active-bg, 5%); +} + + +// +// Navbar +// -------------------------------------------------- + +// Default navbar +.navbar-default { + #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg); + .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered + border-radius: @navbar-border-radius; + @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075); + .box-shadow(@shadow); + + .navbar-nav > .open > a, + .navbar-nav > .active > a { + #gradient > .vertical(@start-color: darken(@navbar-default-link-active-bg, 5%); @end-color: darken(@navbar-default-link-active-bg, 2%)); + .box-shadow(inset 0 3px 9px rgba(0,0,0,.075)); + } +} +.navbar-brand, +.navbar-nav > li > a { + text-shadow: 0 1px 0 rgba(255,255,255,.25); +} + +// Inverted navbar +.navbar-inverse { + #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg); + .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257 + border-radius: @navbar-border-radius; + .navbar-nav > .open > a, + .navbar-nav > .active > a { + #gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%)); + .box-shadow(inset 0 3px 9px rgba(0,0,0,.25)); + } + + .navbar-brand, + .navbar-nav > li > a { + text-shadow: 0 -1px 0 rgba(0,0,0,.25); + } +} + +// Undo rounded corners in static and fixed navbars +.navbar-static-top, +.navbar-fixed-top, +.navbar-fixed-bottom { + border-radius: 0; +} + +// Fix active state of dropdown items in collapsed mode +@media (max-width: @grid-float-breakpoint-max) { + .navbar .navbar-nav .open .dropdown-menu > .active > a { + &, + &:hover, + &:focus { + color: #fff; + #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%)); + } + } +} + + +// +// Alerts +// -------------------------------------------------- + +// Common styles +.alert { + text-shadow: 0 1px 0 rgba(255,255,255,.2); + @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05); + .box-shadow(@shadow); +} + +// Mixin for generating new styles +.alert-styles(@color) { + #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%)); + border-color: darken(@color, 15%); +} + +// Apply the mixin to the alerts +.alert-success { .alert-styles(@alert-success-bg); } +.alert-info { .alert-styles(@alert-info-bg); } +.alert-warning { .alert-styles(@alert-warning-bg); } +.alert-danger { .alert-styles(@alert-danger-bg); } + + +// +// Progress bars +// -------------------------------------------------- + +// Give the progress background some depth +.progress { + #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg) +} + +// Mixin for generating new styles +.progress-bar-styles(@color) { + #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%)); +} + +// Apply the mixin to the progress bars +.progress-bar { .progress-bar-styles(@progress-bar-bg); } +.progress-bar-success { .progress-bar-styles(@progress-bar-success-bg); } +.progress-bar-info { .progress-bar-styles(@progress-bar-info-bg); } +.progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); } +.progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); } + +// Reset the striped class because our mixins don't do multiple gradients and +// the above custom styles override the new `.progress-bar-striped` in v3.2.0. +.progress-bar-striped { + #gradient > .striped(); +} + + +// +// List groups +// -------------------------------------------------- + +.list-group { + border-radius: @border-radius-base; + .box-shadow(0 1px 2px rgba(0,0,0,.075)); +} +.list-group-item.active, +.list-group-item.active:hover, +.list-group-item.active:focus { + text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%); + #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%)); + border-color: darken(@list-group-active-border, 7.5%); + + .badge { + text-shadow: none; + } +} + + +// +// Panels +// -------------------------------------------------- + +// Common styles +.panel { + .box-shadow(0 1px 2px rgba(0,0,0,.05)); +} + +// Mixin for generating new styles +.panel-heading-styles(@color) { + #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%)); +} + +// Apply the mixin to the panel headings only +.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); } +.panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); } +.panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); } +.panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); } +.panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); } +.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); } + + +// +// Wells +// -------------------------------------------------- + +.well { + #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg); + border-color: darken(@well-bg, 10%); + @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1); + .box-shadow(@shadow); +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/thumbnails.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/thumbnails.less new file mode 100644 index 0000000..0713e67 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/thumbnails.less @@ -0,0 +1,36 @@ +// +// Thumbnails +// -------------------------------------------------- + + +// Mixin and adjust the regular image class +.thumbnail { + display: block; + padding: @thumbnail-padding; + margin-bottom: @line-height-computed; + line-height: @line-height-base; + background-color: @thumbnail-bg; + border: 1px solid @thumbnail-border; + border-radius: @thumbnail-border-radius; + .transition(border .2s ease-in-out); + + > img, + a > img { + &:extend(.img-responsive); + margin-left: auto; + margin-right: auto; + } + + // Add a hover state for linked versions only + a&:hover, + a&:focus, + a&.active { + border-color: @link-color; + } + + // Image captions + .caption { + padding: @thumbnail-caption-padding; + color: @thumbnail-caption-color; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tooltip.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tooltip.less new file mode 100644 index 0000000..b48d63e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/tooltip.less @@ -0,0 +1,101 @@ +// +// Tooltips +// -------------------------------------------------- + + +// Base class +.tooltip { + position: absolute; + z-index: @zindex-tooltip; + display: block; + // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element. + // So reset our font and text properties to avoid inheriting weird values. + .reset-text(); + font-size: @font-size-small; + + .opacity(0); + + &.in { .opacity(@tooltip-opacity); } + &.top { margin-top: -3px; padding: @tooltip-arrow-width 0; } + &.right { margin-left: 3px; padding: 0 @tooltip-arrow-width; } + &.bottom { margin-top: 3px; padding: @tooltip-arrow-width 0; } + &.left { margin-left: -3px; padding: 0 @tooltip-arrow-width; } +} + +// Wrapper for the tooltip content +.tooltip-inner { + max-width: @tooltip-max-width; + padding: 3px 8px; + color: @tooltip-color; + text-align: center; + background-color: @tooltip-bg; + border-radius: @border-radius-base; +} + +// Arrows +.tooltip-arrow { + position: absolute; + width: 0; + height: 0; + border-color: transparent; + border-style: solid; +} +// Note: Deprecated .top-left, .top-right, .bottom-left, and .bottom-right as of v3.3.1 +.tooltip { + &.top .tooltip-arrow { + bottom: 0; + left: 50%; + margin-left: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width 0; + border-top-color: @tooltip-arrow-color; + } + &.top-left .tooltip-arrow { + bottom: 0; + right: @tooltip-arrow-width; + margin-bottom: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width 0; + border-top-color: @tooltip-arrow-color; + } + &.top-right .tooltip-arrow { + bottom: 0; + left: @tooltip-arrow-width; + margin-bottom: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width 0; + border-top-color: @tooltip-arrow-color; + } + &.right .tooltip-arrow { + top: 50%; + left: 0; + margin-top: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0; + border-right-color: @tooltip-arrow-color; + } + &.left .tooltip-arrow { + top: 50%; + right: 0; + margin-top: -@tooltip-arrow-width; + border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width; + border-left-color: @tooltip-arrow-color; + } + &.bottom .tooltip-arrow { + top: 0; + left: 50%; + margin-left: -@tooltip-arrow-width; + border-width: 0 @tooltip-arrow-width @tooltip-arrow-width; + border-bottom-color: @tooltip-arrow-color; + } + &.bottom-left .tooltip-arrow { + top: 0; + right: @tooltip-arrow-width; + margin-top: -@tooltip-arrow-width; + border-width: 0 @tooltip-arrow-width @tooltip-arrow-width; + border-bottom-color: @tooltip-arrow-color; + } + &.bottom-right .tooltip-arrow { + top: 0; + left: @tooltip-arrow-width; + margin-top: -@tooltip-arrow-width; + border-width: 0 @tooltip-arrow-width @tooltip-arrow-width; + border-bottom-color: @tooltip-arrow-color; + } +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/type.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/type.less new file mode 100644 index 0000000..0d4fee4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/type.less @@ -0,0 +1,302 @@ +// +// Typography +// -------------------------------------------------- + + +// Headings +// ------------------------- + +h1, h2, h3, h4, h5, h6, +.h1, .h2, .h3, .h4, .h5, .h6 { + font-family: @headings-font-family; + font-weight: @headings-font-weight; + line-height: @headings-line-height; + color: @headings-color; + + small, + .small { + font-weight: normal; + line-height: 1; + color: @headings-small-color; + } +} + +h1, .h1, +h2, .h2, +h3, .h3 { + margin-top: @line-height-computed; + margin-bottom: (@line-height-computed / 2); + + small, + .small { + font-size: 65%; + } +} +h4, .h4, +h5, .h5, +h6, .h6 { + margin-top: (@line-height-computed / 2); + margin-bottom: (@line-height-computed / 2); + + small, + .small { + font-size: 75%; + } +} + +h1, .h1 { font-size: @font-size-h1; } +h2, .h2 { font-size: @font-size-h2; } +h3, .h3 { font-size: @font-size-h3; } +h4, .h4 { font-size: @font-size-h4; } +h5, .h5 { font-size: @font-size-h5; } +h6, .h6 { font-size: @font-size-h6; } + + +// Body text +// ------------------------- + +p { + margin: 0 0 (@line-height-computed / 2); +} + +.lead { + margin-bottom: @line-height-computed; + font-size: floor((@font-size-base * 1.15)); + font-weight: 300; + line-height: 1.4; + + @media (min-width: @screen-sm-min) { + font-size: (@font-size-base * 1.5); + } +} + + +// Emphasis & misc +// ------------------------- + +// Ex: (12px small font / 14px base font) * 100% = about 85% +small, +.small { + font-size: floor((100% * @font-size-small / @font-size-base)); +} + +mark, +.mark { + background-color: @state-warning-bg; + padding: .2em; +} + +// Alignment +.text-left { text-align: left; } +.text-right { text-align: right; } +.text-center { text-align: center; } +.text-justify { text-align: justify; } +.text-nowrap { white-space: nowrap; } + +// Transformation +.text-lowercase { text-transform: lowercase; } +.text-uppercase { text-transform: uppercase; } +.text-capitalize { text-transform: capitalize; } + +// Contextual colors +.text-muted { + color: @text-muted; +} +.text-primary { + .text-emphasis-variant(@brand-primary); +} +.text-success { + .text-emphasis-variant(@state-success-text); +} +.text-info { + .text-emphasis-variant(@state-info-text); +} +.text-warning { + .text-emphasis-variant(@state-warning-text); +} +.text-danger { + .text-emphasis-variant(@state-danger-text); +} + +// Contextual backgrounds +// For now we'll leave these alongside the text classes until v4 when we can +// safely shift things around (per SemVer rules). +.bg-primary { + // Given the contrast here, this is the only class to have its color inverted + // automatically. + color: #fff; + .bg-variant(@brand-primary); +} +.bg-success { + .bg-variant(@state-success-bg); +} +.bg-info { + .bg-variant(@state-info-bg); +} +.bg-warning { + .bg-variant(@state-warning-bg); +} +.bg-danger { + .bg-variant(@state-danger-bg); +} + + +// Page header +// ------------------------- + +.page-header { + padding-bottom: ((@line-height-computed / 2) - 1); + margin: (@line-height-computed * 2) 0 @line-height-computed; + border-bottom: 1px solid @page-header-border-color; +} + + +// Lists +// ------------------------- + +// Unordered and Ordered lists +ul, +ol { + margin-top: 0; + margin-bottom: (@line-height-computed / 2); + ul, + ol { + margin-bottom: 0; + } +} + +// List options + +// Unstyled keeps list items block level, just removes default browser padding and list-style +.list-unstyled { + padding-left: 0; + list-style: none; +} + +// Inline turns list items into inline-block +.list-inline { + .list-unstyled(); + margin-left: -5px; + + > li { + display: inline-block; + padding-left: 5px; + padding-right: 5px; + } +} + +// Description Lists +dl { + margin-top: 0; // Remove browser default + margin-bottom: @line-height-computed; +} +dt, +dd { + line-height: @line-height-base; +} +dt { + font-weight: bold; +} +dd { + margin-left: 0; // Undo browser default +} + +// Horizontal description lists +// +// Defaults to being stacked without any of the below styles applied, until the +// grid breakpoint is reached (default of ~768px). + +.dl-horizontal { + dd { + &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present + } + + @media (min-width: @dl-horizontal-breakpoint) { + dt { + float: left; + width: (@dl-horizontal-offset - 20); + clear: left; + text-align: right; + .text-overflow(); + } + dd { + margin-left: @dl-horizontal-offset; + } + } +} + + +// Misc +// ------------------------- + +// Abbreviations and acronyms +abbr[title], +// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257 +abbr[data-original-title] { + cursor: help; + border-bottom: 1px dotted @abbr-border-color; +} +.initialism { + font-size: 90%; + .text-uppercase(); +} + +// Blockquotes +blockquote { + padding: (@line-height-computed / 2) @line-height-computed; + margin: 0 0 @line-height-computed; + font-size: @blockquote-font-size; + border-left: 5px solid @blockquote-border-color; + + p, + ul, + ol { + &:last-child { + margin-bottom: 0; + } + } + + // Note: Deprecated small and .small as of v3.1.0 + // Context: https://github.com/twbs/bootstrap/issues/11660 + footer, + small, + .small { + display: block; + font-size: 80%; // back to default font-size + line-height: @line-height-base; + color: @blockquote-small-color; + + &:before { + content: '\2014 \00A0'; // em dash, nbsp + } + } +} + +// Opposite alignment of blockquote +// +// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0. +.blockquote-reverse, +blockquote.pull-right { + padding-right: 15px; + padding-left: 0; + border-right: 5px solid @blockquote-border-color; + border-left: 0; + text-align: right; + + // Account for citation + footer, + small, + .small { + &:before { content: ''; } + &:after { + content: '\00A0 \2014'; // nbsp, em dash + } + } +} + +// Addresses +address { + margin-bottom: @line-height-computed; + font-style: normal; + line-height: @line-height-base; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less new file mode 100644 index 0000000..7a8ca27 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/utilities.less @@ -0,0 +1,55 @@ +// +// Utility classes +// -------------------------------------------------- + + +// Floats +// ------------------------- + +.clearfix { + .clearfix(); +} +.center-block { + .center-block(); +} +.pull-right { + float: right !important; +} +.pull-left { + float: left !important; +} + + +// Toggling content +// ------------------------- + +// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1 +.hide { + display: none !important; +} +.show { + display: block !important; +} +.invisible { + visibility: hidden; +} +.text-hide { + .text-hide(); +} + + +// Hide from screenreaders and browsers +// +// Credit: HTML5 Boilerplate + +.hidden { + display: none !important; +} + + +// For Affix plugin +// ------------------------- + +.affix { + position: fixed; +} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/variables.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/variables.less new file mode 100644 index 0000000..b057ef5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/variables.less @@ -0,0 +1,869 @@ +// +// Variables +// -------------------------------------------------- + + +//== Colors +// +//## Gray and brand colors for use across Bootstrap. + +@gray-base: #000; +@gray-darker: lighten(@gray-base, 13.5%); // #222 +@gray-dark: lighten(@gray-base, 20%); // #333 +@gray: lighten(@gray-base, 33.5%); // #555 +@gray-light: lighten(@gray-base, 46.7%); // #777 +@gray-lighter: lighten(@gray-base, 93.5%); // #eee + +@brand-primary: darken(#428bca, 6.5%); // #337ab7 +@brand-success: #5cb85c; +@brand-info: #5bc0de; +@brand-warning: #f0ad4e; +@brand-danger: #d9534f; + + +//== Scaffolding +// +//## Settings for some of the most global styles. + +//** Background color for ``. +@body-bg: #fff; +//** Global text color on ``. +@text-color: @gray-dark; + +//** Global textual link color. +@link-color: @brand-primary; +//** Link hover color set via `darken()` function. +@link-hover-color: darken(@link-color, 15%); +//** Link hover decoration. +@link-hover-decoration: underline; + + +//== Typography +// +//## Font, line-height, and color for body text, headings, and more. + +@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif; +@font-family-serif: Georgia, "Times New Roman", Times, serif; +//** Default monospace fonts for ``, ``, and `
                `.
                +@font-family-monospace:   Menlo, Monaco, Consolas, "Courier New", monospace;
                +@font-family-base:        @font-family-sans-serif;
                +
                +@font-size-base:          14px;
                +@font-size-large:         ceil((@font-size-base * 1.25)); // ~18px
                +@font-size-small:         ceil((@font-size-base * 0.85)); // ~12px
                +
                +@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px
                +@font-size-h2:            floor((@font-size-base * 2.15)); // ~30px
                +@font-size-h3:            ceil((@font-size-base * 1.7)); // ~24px
                +@font-size-h4:            ceil((@font-size-base * 1.25)); // ~18px
                +@font-size-h5:            @font-size-base;
                +@font-size-h6:            ceil((@font-size-base * 0.85)); // ~12px
                +
                +//** Unit-less `line-height` for use in components like buttons.
                +@line-height-base:        1.428571429; // 20/14
                +//** Computed "line-height" (`font-size` * `line-height`) for use with `margin`, `padding`, etc.
                +@line-height-computed:    floor((@font-size-base * @line-height-base)); // ~20px
                +
                +//** By default, this inherits from the ``.
                +@headings-font-family:    inherit;
                +@headings-font-weight:    500;
                +@headings-line-height:    1.1;
                +@headings-color:          inherit;
                +
                +
                +//== Iconography
                +//
                +//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
                +
                +//** Load fonts from this directory.
                +@icon-font-path:          "../fonts/";
                +//** File name for all font files.
                +@icon-font-name:          "glyphicons-halflings-regular";
                +//** Element ID within SVG icon file.
                +@icon-font-svg-id:        "glyphicons_halflingsregular";
                +
                +
                +//== Components
                +//
                +//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
                +
                +@padding-base-vertical:     6px;
                +@padding-base-horizontal:   12px;
                +
                +@padding-large-vertical:    10px;
                +@padding-large-horizontal:  16px;
                +
                +@padding-small-vertical:    5px;
                +@padding-small-horizontal:  10px;
                +
                +@padding-xs-vertical:       1px;
                +@padding-xs-horizontal:     5px;
                +
                +@line-height-large:         1.3333333; // extra decimals for Win 8.1 Chrome
                +@line-height-small:         1.5;
                +
                +@border-radius-base:        4px;
                +@border-radius-large:       6px;
                +@border-radius-small:       3px;
                +
                +//** Global color for active items (e.g., navs or dropdowns).
                +@component-active-color:    #fff;
                +//** Global background color for active items (e.g., navs or dropdowns).
                +@component-active-bg:       @brand-primary;
                +
                +//** Width of the `border` for generating carets that indicator dropdowns.
                +@caret-width-base:          4px;
                +//** Carets increase slightly in size for larger components.
                +@caret-width-large:         5px;
                +
                +
                +//== Tables
                +//
                +//## Customizes the `.table` component with basic values, each used across all table variations.
                +
                +//** Padding for ``s and ``s.
                +@table-cell-padding:            8px;
                +//** Padding for cells in `.table-condensed`.
                +@table-condensed-cell-padding:  5px;
                +
                +//** Default background color used for all tables.
                +@table-bg:                      transparent;
                +//** Background color used for `.table-striped`.
                +@table-bg-accent:               #f9f9f9;
                +//** Background color used for `.table-hover`.
                +@table-bg-hover:                #f5f5f5;
                +@table-bg-active:               @table-bg-hover;
                +
                +//** Border color for table and cell borders.
                +@table-border-color:            #ddd;
                +
                +
                +//== Buttons
                +//
                +//## For each of Bootstrap's buttons, define text, background and border color.
                +
                +@btn-font-weight:                normal;
                +
                +@btn-default-color:              #333;
                +@btn-default-bg:                 #fff;
                +@btn-default-border:             #ccc;
                +
                +@btn-primary-color:              #fff;
                +@btn-primary-bg:                 @brand-primary;
                +@btn-primary-border:             darken(@btn-primary-bg, 5%);
                +
                +@btn-success-color:              #fff;
                +@btn-success-bg:                 @brand-success;
                +@btn-success-border:             darken(@btn-success-bg, 5%);
                +
                +@btn-info-color:                 #fff;
                +@btn-info-bg:                    @brand-info;
                +@btn-info-border:                darken(@btn-info-bg, 5%);
                +
                +@btn-warning-color:              #fff;
                +@btn-warning-bg:                 @brand-warning;
                +@btn-warning-border:             darken(@btn-warning-bg, 5%);
                +
                +@btn-danger-color:               #fff;
                +@btn-danger-bg:                  @brand-danger;
                +@btn-danger-border:              darken(@btn-danger-bg, 5%);
                +
                +@btn-link-disabled-color:        @gray-light;
                +
                +// Allows for customizing button radius independently from global border radius
                +@btn-border-radius-base:         @border-radius-base;
                +@btn-border-radius-large:        @border-radius-large;
                +@btn-border-radius-small:        @border-radius-small;
                +
                +
                +//== Forms
                +//
                +//##
                +
                +//** `` background color
                +@input-bg:                       #fff;
                +//** `` background color
                +@input-bg-disabled:              @gray-lighter;
                +
                +//** Text color for ``s
                +@input-color:                    @gray;
                +//** `` border color
                +@input-border:                   #ccc;
                +
                +// TODO: Rename `@input-border-radius` to `@input-border-radius-base` in v4
                +//** Default `.form-control` border radius
                +// This has no effect on ``s in CSS.
                +@input-border-radius:            @border-radius-base;
                +//** Large `.form-control` border radius
                +@input-border-radius-large:      @border-radius-large;
                +//** Small `.form-control` border radius
                +@input-border-radius-small:      @border-radius-small;
                +
                +//** Border color for inputs on focus
                +@input-border-focus:             #66afe9;
                +
                +//** Placeholder text color
                +@input-color-placeholder:        #999;
                +
                +//** Default `.form-control` height
                +@input-height-base:              (@line-height-computed + (@padding-base-vertical * 2) + 2);
                +//** Large `.form-control` height
                +@input-height-large:             (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
                +//** Small `.form-control` height
                +@input-height-small:             (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);
                +
                +//** `.form-group` margin
                +@form-group-margin-bottom:       15px;
                +
                +@legend-color:                   @gray-dark;
                +@legend-border-color:            #e5e5e5;
                +
                +//** Background color for textual input addons
                +@input-group-addon-bg:           @gray-lighter;
                +//** Border color for textual input addons
                +@input-group-addon-border-color: @input-border;
                +
                +//** Disabled cursor for form controls and buttons.
                +@cursor-disabled:                not-allowed;
                +
                +
                +//== Dropdowns
                +//
                +//## Dropdown menu container and contents.
                +
                +//** Background for the dropdown menu.
                +@dropdown-bg:                    #fff;
                +//** Dropdown menu `border-color`.
                +@dropdown-border:                rgba(0,0,0,.15);
                +//** Dropdown menu `border-color` **for IE8**.
                +@dropdown-fallback-border:       #ccc;
                +//** Divider color for between dropdown items.
                +@dropdown-divider-bg:            #e5e5e5;
                +
                +//** Dropdown link text color.
                +@dropdown-link-color:            @gray-dark;
                +//** Hover color for dropdown links.
                +@dropdown-link-hover-color:      darken(@gray-dark, 5%);
                +//** Hover background for dropdown links.
                +@dropdown-link-hover-bg:         #f5f5f5;
                +
                +//** Active dropdown menu item text color.
                +@dropdown-link-active-color:     @component-active-color;
                +//** Active dropdown menu item background color.
                +@dropdown-link-active-bg:        @component-active-bg;
                +
                +//** Disabled dropdown menu item background color.
                +@dropdown-link-disabled-color:   @gray-light;
                +
                +//** Text color for headers within dropdown menus.
                +@dropdown-header-color:          @gray-light;
                +
                +//** Deprecated `@dropdown-caret-color` as of v3.1.0
                +@dropdown-caret-color:           #000;
                +
                +
                +//-- Z-index master list
                +//
                +// Warning: Avoid customizing these values. They're used for a bird's eye view
                +// of components dependent on the z-axis and are designed to all work together.
                +//
                +// Note: These variables are not generated into the Customizer.
                +
                +@zindex-navbar:            1000;
                +@zindex-dropdown:          1000;
                +@zindex-popover:           1060;
                +@zindex-tooltip:           1070;
                +@zindex-navbar-fixed:      1030;
                +@zindex-modal-background:  1040;
                +@zindex-modal:             1050;
                +
                +
                +//== Media queries breakpoints
                +//
                +//## Define the breakpoints at which your layout will change, adapting to different screen sizes.
                +
                +// Extra small screen / phone
                +//** Deprecated `@screen-xs` as of v3.0.1
                +@screen-xs:                  480px;
                +//** Deprecated `@screen-xs-min` as of v3.2.0
                +@screen-xs-min:              @screen-xs;
                +//** Deprecated `@screen-phone` as of v3.0.1
                +@screen-phone:               @screen-xs-min;
                +
                +// Small screen / tablet
                +//** Deprecated `@screen-sm` as of v3.0.1
                +@screen-sm:                  768px;
                +@screen-sm-min:              @screen-sm;
                +//** Deprecated `@screen-tablet` as of v3.0.1
                +@screen-tablet:              @screen-sm-min;
                +
                +// Medium screen / desktop
                +//** Deprecated `@screen-md` as of v3.0.1
                +@screen-md:                  992px;
                +@screen-md-min:              @screen-md;
                +//** Deprecated `@screen-desktop` as of v3.0.1
                +@screen-desktop:             @screen-md-min;
                +
                +// Large screen / wide desktop
                +//** Deprecated `@screen-lg` as of v3.0.1
                +@screen-lg:                  1200px;
                +@screen-lg-min:              @screen-lg;
                +//** Deprecated `@screen-lg-desktop` as of v3.0.1
                +@screen-lg-desktop:          @screen-lg-min;
                +
                +// So media queries don't overlap when required, provide a maximum
                +@screen-xs-max:              (@screen-sm-min - 1);
                +@screen-sm-max:              (@screen-md-min - 1);
                +@screen-md-max:              (@screen-lg-min - 1);
                +
                +
                +//== Grid system
                +//
                +//## Define your custom responsive grid.
                +
                +//** Number of columns in the grid.
                +@grid-columns:              12;
                +//** Padding between columns. Gets divided in half for the left and right.
                +@grid-gutter-width:         30px;
                +// Navbar collapse
                +//** Point at which the navbar becomes uncollapsed.
                +@grid-float-breakpoint:     @screen-sm-min;
                +//** Point at which the navbar begins collapsing.
                +@grid-float-breakpoint-max: (@grid-float-breakpoint - 1);
                +
                +
                +//== Container sizes
                +//
                +//## Define the maximum width of `.container` for different screen sizes.
                +
                +// Small screen / tablet
                +@container-tablet:             (720px + @grid-gutter-width);
                +//** For `@screen-sm-min` and up.
                +@container-sm:                 @container-tablet;
                +
                +// Medium screen / desktop
                +@container-desktop:            (940px + @grid-gutter-width);
                +//** For `@screen-md-min` and up.
                +@container-md:                 @container-desktop;
                +
                +// Large screen / wide desktop
                +@container-large-desktop:      (1140px + @grid-gutter-width);
                +//** For `@screen-lg-min` and up.
                +@container-lg:                 @container-large-desktop;
                +
                +
                +//== Navbar
                +//
                +//##
                +
                +// Basics of a navbar
                +@navbar-height:                    50px;
                +@navbar-margin-bottom:             @line-height-computed;
                +@navbar-border-radius:             @border-radius-base;
                +@navbar-padding-horizontal:        floor((@grid-gutter-width / 2));
                +@navbar-padding-vertical:          ((@navbar-height - @line-height-computed) / 2);
                +@navbar-collapse-max-height:       340px;
                +
                +@navbar-default-color:             #777;
                +@navbar-default-bg:                #f8f8f8;
                +@navbar-default-border:            darken(@navbar-default-bg, 6.5%);
                +
                +// Navbar links
                +@navbar-default-link-color:                #777;
                +@navbar-default-link-hover-color:          #333;
                +@navbar-default-link-hover-bg:             transparent;
                +@navbar-default-link-active-color:         #555;
                +@navbar-default-link-active-bg:            darken(@navbar-default-bg, 6.5%);
                +@navbar-default-link-disabled-color:       #ccc;
                +@navbar-default-link-disabled-bg:          transparent;
                +
                +// Navbar brand label
                +@navbar-default-brand-color:               @navbar-default-link-color;
                +@navbar-default-brand-hover-color:         darken(@navbar-default-brand-color, 10%);
                +@navbar-default-brand-hover-bg:            transparent;
                +
                +// Navbar toggle
                +@navbar-default-toggle-hover-bg:           #ddd;
                +@navbar-default-toggle-icon-bar-bg:        #888;
                +@navbar-default-toggle-border-color:       #ddd;
                +
                +
                +//=== Inverted navbar
                +// Reset inverted navbar basics
                +@navbar-inverse-color:                      lighten(@gray-light, 15%);
                +@navbar-inverse-bg:                         #222;
                +@navbar-inverse-border:                     darken(@navbar-inverse-bg, 10%);
                +
                +// Inverted navbar links
                +@navbar-inverse-link-color:                 lighten(@gray-light, 15%);
                +@navbar-inverse-link-hover-color:           #fff;
                +@navbar-inverse-link-hover-bg:              transparent;
                +@navbar-inverse-link-active-color:          @navbar-inverse-link-hover-color;
                +@navbar-inverse-link-active-bg:             darken(@navbar-inverse-bg, 10%);
                +@navbar-inverse-link-disabled-color:        #444;
                +@navbar-inverse-link-disabled-bg:           transparent;
                +
                +// Inverted navbar brand label
                +@navbar-inverse-brand-color:                @navbar-inverse-link-color;
                +@navbar-inverse-brand-hover-color:          #fff;
                +@navbar-inverse-brand-hover-bg:             transparent;
                +
                +// Inverted navbar toggle
                +@navbar-inverse-toggle-hover-bg:            #333;
                +@navbar-inverse-toggle-icon-bar-bg:         #fff;
                +@navbar-inverse-toggle-border-color:        #333;
                +
                +
                +//== Navs
                +//
                +//##
                +
                +//=== Shared nav styles
                +@nav-link-padding:                          10px 15px;
                +@nav-link-hover-bg:                         @gray-lighter;
                +
                +@nav-disabled-link-color:                   @gray-light;
                +@nav-disabled-link-hover-color:             @gray-light;
                +
                +//== Tabs
                +@nav-tabs-border-color:                     #ddd;
                +
                +@nav-tabs-link-hover-border-color:          @gray-lighter;
                +
                +@nav-tabs-active-link-hover-bg:             @body-bg;
                +@nav-tabs-active-link-hover-color:          @gray;
                +@nav-tabs-active-link-hover-border-color:   #ddd;
                +
                +@nav-tabs-justified-link-border-color:            #ddd;
                +@nav-tabs-justified-active-link-border-color:     @body-bg;
                +
                +//== Pills
                +@nav-pills-border-radius:                   @border-radius-base;
                +@nav-pills-active-link-hover-bg:            @component-active-bg;
                +@nav-pills-active-link-hover-color:         @component-active-color;
                +
                +
                +//== Pagination
                +//
                +//##
                +
                +@pagination-color:                     @link-color;
                +@pagination-bg:                        #fff;
                +@pagination-border:                    #ddd;
                +
                +@pagination-hover-color:               @link-hover-color;
                +@pagination-hover-bg:                  @gray-lighter;
                +@pagination-hover-border:              #ddd;
                +
                +@pagination-active-color:              #fff;
                +@pagination-active-bg:                 @brand-primary;
                +@pagination-active-border:             @brand-primary;
                +
                +@pagination-disabled-color:            @gray-light;
                +@pagination-disabled-bg:               #fff;
                +@pagination-disabled-border:           #ddd;
                +
                +
                +//== Pager
                +//
                +//##
                +
                +@pager-bg:                             @pagination-bg;
                +@pager-border:                         @pagination-border;
                +@pager-border-radius:                  15px;
                +
                +@pager-hover-bg:                       @pagination-hover-bg;
                +
                +@pager-active-bg:                      @pagination-active-bg;
                +@pager-active-color:                   @pagination-active-color;
                +
                +@pager-disabled-color:                 @pagination-disabled-color;
                +
                +
                +//== Jumbotron
                +//
                +//##
                +
                +@jumbotron-padding:              30px;
                +@jumbotron-color:                inherit;
                +@jumbotron-bg:                   @gray-lighter;
                +@jumbotron-heading-color:        inherit;
                +@jumbotron-font-size:            ceil((@font-size-base * 1.5));
                +@jumbotron-heading-font-size:    ceil((@font-size-base * 4.5));
                +
                +
                +//== Form states and alerts
                +//
                +//## Define colors for form feedback states and, by default, alerts.
                +
                +@state-success-text:             #3c763d;
                +@state-success-bg:               #dff0d8;
                +@state-success-border:           darken(spin(@state-success-bg, -10), 5%);
                +
                +@state-info-text:                #31708f;
                +@state-info-bg:                  #d9edf7;
                +@state-info-border:              darken(spin(@state-info-bg, -10), 7%);
                +
                +@state-warning-text:             #8a6d3b;
                +@state-warning-bg:               #fcf8e3;
                +@state-warning-border:           darken(spin(@state-warning-bg, -10), 5%);
                +
                +@state-danger-text:              #a94442;
                +@state-danger-bg:                #f2dede;
                +@state-danger-border:            darken(spin(@state-danger-bg, -10), 5%);
                +
                +
                +//== Tooltips
                +//
                +//##
                +
                +//** Tooltip max width
                +@tooltip-max-width:           200px;
                +//** Tooltip text color
                +@tooltip-color:               #fff;
                +//** Tooltip background color
                +@tooltip-bg:                  #000;
                +@tooltip-opacity:             .9;
                +
                +//** Tooltip arrow width
                +@tooltip-arrow-width:         5px;
                +//** Tooltip arrow color
                +@tooltip-arrow-color:         @tooltip-bg;
                +
                +
                +//== Popovers
                +//
                +//##
                +
                +//** Popover body background color
                +@popover-bg:                          #fff;
                +//** Popover maximum width
                +@popover-max-width:                   276px;
                +//** Popover border color
                +@popover-border-color:                rgba(0,0,0,.2);
                +//** Popover fallback border color
                +@popover-fallback-border-color:       #ccc;
                +
                +//** Popover title background color
                +@popover-title-bg:                    darken(@popover-bg, 3%);
                +
                +//** Popover arrow width
                +@popover-arrow-width:                 10px;
                +//** Popover arrow color
                +@popover-arrow-color:                 @popover-bg;
                +
                +//** Popover outer arrow width
                +@popover-arrow-outer-width:           (@popover-arrow-width + 1);
                +//** Popover outer arrow color
                +@popover-arrow-outer-color:           fadein(@popover-border-color, 5%);
                +//** Popover outer arrow fallback color
                +@popover-arrow-outer-fallback-color:  darken(@popover-fallback-border-color, 20%);
                +
                +
                +//== Labels
                +//
                +//##
                +
                +//** Default label background color
                +@label-default-bg:            @gray-light;
                +//** Primary label background color
                +@label-primary-bg:            @brand-primary;
                +//** Success label background color
                +@label-success-bg:            @brand-success;
                +//** Info label background color
                +@label-info-bg:               @brand-info;
                +//** Warning label background color
                +@label-warning-bg:            @brand-warning;
                +//** Danger label background color
                +@label-danger-bg:             @brand-danger;
                +
                +//** Default label text color
                +@label-color:                 #fff;
                +//** Default text color of a linked label
                +@label-link-hover-color:      #fff;
                +
                +
                +//== Modals
                +//
                +//##
                +
                +//** Padding applied to the modal body
                +@modal-inner-padding:         15px;
                +
                +//** Padding applied to the modal title
                +@modal-title-padding:         15px;
                +//** Modal title line-height
                +@modal-title-line-height:     @line-height-base;
                +
                +//** Background color of modal content area
                +@modal-content-bg:                             #fff;
                +//** Modal content border color
                +@modal-content-border-color:                   rgba(0,0,0,.2);
                +//** Modal content border color **for IE8**
                +@modal-content-fallback-border-color:          #999;
                +
                +//** Modal backdrop background color
                +@modal-backdrop-bg:           #000;
                +//** Modal backdrop opacity
                +@modal-backdrop-opacity:      .5;
                +//** Modal header border color
                +@modal-header-border-color:   #e5e5e5;
                +//** Modal footer border color
                +@modal-footer-border-color:   @modal-header-border-color;
                +
                +@modal-lg:                    900px;
                +@modal-md:                    600px;
                +@modal-sm:                    300px;
                +
                +
                +//== Alerts
                +//
                +//## Define alert colors, border radius, and padding.
                +
                +@alert-padding:               15px;
                +@alert-border-radius:         @border-radius-base;
                +@alert-link-font-weight:      bold;
                +
                +@alert-success-bg:            @state-success-bg;
                +@alert-success-text:          @state-success-text;
                +@alert-success-border:        @state-success-border;
                +
                +@alert-info-bg:               @state-info-bg;
                +@alert-info-text:             @state-info-text;
                +@alert-info-border:           @state-info-border;
                +
                +@alert-warning-bg:            @state-warning-bg;
                +@alert-warning-text:          @state-warning-text;
                +@alert-warning-border:        @state-warning-border;
                +
                +@alert-danger-bg:             @state-danger-bg;
                +@alert-danger-text:           @state-danger-text;
                +@alert-danger-border:         @state-danger-border;
                +
                +
                +//== Progress bars
                +//
                +//##
                +
                +//** Background color of the whole progress component
                +@progress-bg:                 #f5f5f5;
                +//** Progress bar text color
                +@progress-bar-color:          #fff;
                +//** Variable for setting rounded corners on progress bar.
                +@progress-border-radius:      @border-radius-base;
                +
                +//** Default progress bar color
                +@progress-bar-bg:             @brand-primary;
                +//** Success progress bar color
                +@progress-bar-success-bg:     @brand-success;
                +//** Warning progress bar color
                +@progress-bar-warning-bg:     @brand-warning;
                +//** Danger progress bar color
                +@progress-bar-danger-bg:      @brand-danger;
                +//** Info progress bar color
                +@progress-bar-info-bg:        @brand-info;
                +
                +
                +//== List group
                +//
                +//##
                +
                +//** Background color on `.list-group-item`
                +@list-group-bg:                 #fff;
                +//** `.list-group-item` border color
                +@list-group-border:             #ddd;
                +//** List group border radius
                +@list-group-border-radius:      @border-radius-base;
                +
                +//** Background color of single list items on hover
                +@list-group-hover-bg:           #f5f5f5;
                +//** Text color of active list items
                +@list-group-active-color:       @component-active-color;
                +//** Background color of active list items
                +@list-group-active-bg:          @component-active-bg;
                +//** Border color of active list elements
                +@list-group-active-border:      @list-group-active-bg;
                +//** Text color for content within active list items
                +@list-group-active-text-color:  lighten(@list-group-active-bg, 40%);
                +
                +//** Text color of disabled list items
                +@list-group-disabled-color:      @gray-light;
                +//** Background color of disabled list items
                +@list-group-disabled-bg:         @gray-lighter;
                +//** Text color for content within disabled list items
                +@list-group-disabled-text-color: @list-group-disabled-color;
                +
                +@list-group-link-color:         #555;
                +@list-group-link-hover-color:   @list-group-link-color;
                +@list-group-link-heading-color: #333;
                +
                +
                +//== Panels
                +//
                +//##
                +
                +@panel-bg:                    #fff;
                +@panel-body-padding:          15px;
                +@panel-heading-padding:       10px 15px;
                +@panel-footer-padding:        @panel-heading-padding;
                +@panel-border-radius:         @border-radius-base;
                +
                +//** Border color for elements within panels
                +@panel-inner-border:          #ddd;
                +@panel-footer-bg:             #f5f5f5;
                +
                +@panel-default-text:          @gray-dark;
                +@panel-default-border:        #ddd;
                +@panel-default-heading-bg:    #f5f5f5;
                +
                +@panel-primary-text:          #fff;
                +@panel-primary-border:        @brand-primary;
                +@panel-primary-heading-bg:    @brand-primary;
                +
                +@panel-success-text:          @state-success-text;
                +@panel-success-border:        @state-success-border;
                +@panel-success-heading-bg:    @state-success-bg;
                +
                +@panel-info-text:             @state-info-text;
                +@panel-info-border:           @state-info-border;
                +@panel-info-heading-bg:       @state-info-bg;
                +
                +@panel-warning-text:          @state-warning-text;
                +@panel-warning-border:        @state-warning-border;
                +@panel-warning-heading-bg:    @state-warning-bg;
                +
                +@panel-danger-text:           @state-danger-text;
                +@panel-danger-border:         @state-danger-border;
                +@panel-danger-heading-bg:     @state-danger-bg;
                +
                +
                +//== Thumbnails
                +//
                +//##
                +
                +//** Padding around the thumbnail image
                +@thumbnail-padding:           4px;
                +//** Thumbnail background color
                +@thumbnail-bg:                @body-bg;
                +//** Thumbnail border color
                +@thumbnail-border:            #ddd;
                +//** Thumbnail border radius
                +@thumbnail-border-radius:     @border-radius-base;
                +
                +//** Custom text color for thumbnail captions
                +@thumbnail-caption-color:     @text-color;
                +//** Padding around the thumbnail caption
                +@thumbnail-caption-padding:   9px;
                +
                +
                +//== Wells
                +//
                +//##
                +
                +@well-bg:                     #f5f5f5;
                +@well-border:                 darken(@well-bg, 7%);
                +
                +
                +//== Badges
                +//
                +//##
                +
                +@badge-color:                 #fff;
                +//** Linked badge text color on hover
                +@badge-link-hover-color:      #fff;
                +@badge-bg:                    @gray-light;
                +
                +//** Badge text color in active nav link
                +@badge-active-color:          @link-color;
                +//** Badge background color in active nav link
                +@badge-active-bg:             #fff;
                +
                +@badge-font-weight:           bold;
                +@badge-line-height:           1;
                +@badge-border-radius:         10px;
                +
                +
                +//== Breadcrumbs
                +//
                +//##
                +
                +@breadcrumb-padding-vertical:   8px;
                +@breadcrumb-padding-horizontal: 15px;
                +//** Breadcrumb background color
                +@breadcrumb-bg:                 #f5f5f5;
                +//** Breadcrumb text color
                +@breadcrumb-color:              #ccc;
                +//** Text color of current page in the breadcrumb
                +@breadcrumb-active-color:       @gray-light;
                +//** Textual separator for between breadcrumb elements
                +@breadcrumb-separator:          "/";
                +
                +
                +//== Carousel
                +//
                +//##
                +
                +@carousel-text-shadow:                        0 1px 2px rgba(0,0,0,.6);
                +
                +@carousel-control-color:                      #fff;
                +@carousel-control-width:                      15%;
                +@carousel-control-opacity:                    .5;
                +@carousel-control-font-size:                  20px;
                +
                +@carousel-indicator-active-bg:                #fff;
                +@carousel-indicator-border-color:             #fff;
                +
                +@carousel-caption-color:                      #fff;
                +
                +
                +//== Close
                +//
                +//##
                +
                +@close-font-weight:           bold;
                +@close-color:                 #000;
                +@close-text-shadow:           0 1px 0 #fff;
                +
                +
                +//== Code
                +//
                +//##
                +
                +@code-color:                  #c7254e;
                +@code-bg:                     #f9f2f4;
                +
                +@kbd-color:                   #fff;
                +@kbd-bg:                      #333;
                +
                +@pre-bg:                      #f5f5f5;
                +@pre-color:                   @gray-dark;
                +@pre-border-color:            #ccc;
                +@pre-scrollable-max-height:   340px;
                +
                +
                +//== Type
                +//
                +//##
                +
                +//** Horizontal offset for forms and lists.
                +@component-offset-horizontal: 180px;
                +//** Text muted color
                +@text-muted:                  @gray-light;
                +//** Abbreviations and acronyms border color
                +@abbr-border-color:           @gray-light;
                +//** Headings small color
                +@headings-small-color:        @gray-light;
                +//** Blockquote small color
                +@blockquote-small-color:      @gray-light;
                +//** Blockquote font size
                +@blockquote-font-size:        (@font-size-base * 1.25);
                +//** Blockquote border color
                +@blockquote-border-color:     @gray-lighter;
                +//** Page header border color
                +@page-header-border-color:    @gray-lighter;
                +//** Width of horizontal description list titles
                +@dl-horizontal-offset:        @component-offset-horizontal;
                +//** Point at which .dl-horizontal becomes horizontal
                +@dl-horizontal-breakpoint:    @grid-float-breakpoint;
                +//** Horizontal line color.
                +@hr-border:                   @gray-lighter;
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/wells.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/wells.less
                new file mode 100644
                index 0000000..15d072b
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/bootstrap-3.3.5/wells.less
                @@ -0,0 +1,29 @@
                +//
                +// Wells
                +// --------------------------------------------------
                +
                +
                +// Base class
                +.well {
                +  min-height: 20px;
                +  padding: 19px;
                +  margin-bottom: 20px;
                +  background-color: @well-bg;
                +  border: 1px solid @well-border;
                +  border-radius: @border-radius-base;
                +  .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));
                +  blockquote {
                +    border-color: #ddd;
                +    border-color: rgba(0,0,0,.15);
                +  }
                +}
                +
                +// Sizes
                +.well-lg {
                +  padding: 24px;
                +  border-radius: @border-radius-large;
                +}
                +.well-sm {
                +  padding: 9px;
                +  border-radius: @border-radius-small;
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/grid.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/grid.less
                new file mode 100644
                index 0000000..7aca7db
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/grid.less
                @@ -0,0 +1,43 @@
                +.gg { .gg(); }
                +.gg-fixed { table-layout: fixed; }
                +.gg-col { .gg-col(); }
                +.gg-row { display: table-row; }
                +.gg-min-width { width: 1%; }
                +
                +.gg-top    { vertical-align: top; }
                +.gg-middle { vertical-align: middle; }
                +.gg-bottom { vertical-align: bottom; }
                +
                +.gg-padded {
                +  margin-left: -1rem;
                +  margin-right: -1rem;
                +  .gg { border-spacing: 1rem 0; }
                +}
                +
                +.gg-col-1,
                +.gg-col-2,
                +.gg-col-3,
                +.gg-col-4,
                +.gg-col-5,
                +.gg-col-6,
                +.gg-col-7,
                +.gg-col-8,
                +.gg-col-9,
                +.gg-col-10,
                +.gg-col-11,
                +.gg-col-12 {
                +  .gg-col();
                +}
                +
                +.gg-col-1  { .gg-make-col(1,12); }
                +.gg-col-2  { .gg-make-col(2,12); }
                +.gg-col-3  { .gg-make-col(3,12); }
                +.gg-col-4  { .gg-make-col(4,12); }
                +.gg-col-5  { .gg-make-col(5,12); }
                +.gg-col-6  { .gg-make-col(6,12); }
                +.gg-col-7  { .gg-make-col(7,12); }
                +.gg-col-8  { .gg-make-col(8,12); }
                +.gg-col-9  { .gg-make-col(9,12); }
                +.gg-col-10 { .gg-make-col(10,12); }
                +.gg-col-11 { .gg-make-col(11,12); }
                +.gg-col-12 { .gg-make-col(12,12); }
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/mixins.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/mixins.less
                new file mode 100644
                index 0000000..49c7749
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/gandy-grid/mixins.less
                @@ -0,0 +1,18 @@
                +.gg {
                +  display: table;
                +  width: 100%;
                +  vertical-align: middle;
                +}
                +
                +.gg-col {
                +  display: table-cell;
                +  vertical-align: inherit;
                +}
                +
                +.gg-vertical-align(@align) {
                +  vertical-align: @align;
                +}
                +
                +.gg-make-col(@column-width, @total-columns) {
                +  width: (100% / @total-columns * @column-width);
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site.less
                new file mode 100644
                index 0000000..c3cbb13
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site.less
                @@ -0,0 +1,37 @@
                +---
                +---
                +@import "bootstrap-{{ site.bootstrap.version }}/bootstrap";
                +
                +@import "gandy-grid/mixins";
                +@import "gandy-grid/grid";
                +
                +@import "site/bootstrap/variables";
                +@import "site/bootstrap/navbar";
                +@import "site/bootstrap/buttons";
                +@import "site/bootstrap/jumbotron";
                +@import "site/bootstrap/wells";
                +@import "site/bootstrap/labels";
                +@import "site/bootstrap/type";
                +@import "site/bootstrap/alerts";
                +@import "site/bootstrap/tooltip";
                +@import "site/bootstrap/panels";
                +@import "site/bootstrap/modals";
                +
                +@import "site/layout";
                +@import "site/print";
                +@import "site/social-buttons";
                +@import "site/jumbotron-carousel";
                +@import "site/fontawesome-icon-list";
                +@import "site/feature-list";
                +@import "site/example-rating";
                +@import "site/footer";
                +@import "site/lazy";
                +@import "site/textured-bg";
                +
                +@import "site/views";
                +
                +@import "site/responsive/screen-lg";
                +@import "site/responsive/screen-md";
                +@import "site/responsive/screen-sm";
                +@import "site/responsive/screen-sm-up";
                +@import "site/responsive/screen-xs";
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/alerts.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/alerts.less
                new file mode 100644
                index 0000000..db79469
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/alerts.less
                @@ -0,0 +1,5 @@
                +.alert-link { text-decoration: underline; }
                +
                +.alert-default  { .alert-variant(@alert-default-bg, @alert-default-border, @alert-default-text); }
                +.alert-well     { .alert-variant(@alert-well-bg, @alert-well-border, @alert-well-text); }
                +.alert-well-alt { .alert-variant(@well-bg, @table-border-color, mix(@text-muted,@text-color,50%)); }
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/buttons.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/buttons.less
                new file mode 100644
                index 0000000..b61fea7
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/buttons.less
                @@ -0,0 +1,3 @@
                +.btn { box-shadow: inset 0 1px 0 rgba(255,255,255,0.2); }
                +.btn-default { text-shadow: 0 1px 0 #fff; }
                +.btn-primary, .btn-success, .btn-warning, .btn-danger, .btn-info { text-shadow: 0 1px 0 rgba(0,0,0,0.2); }
                \ No newline at end of file
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/jumbotron.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/jumbotron.less
                new file mode 100644
                index 0000000..a04420b
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/jumbotron.less
                @@ -0,0 +1,87 @@
                +.jumbotron {
                +  background-color: lighten(@jumbotron-bg, 2%);
                +  border-top: 1px solid mix(@jumbotron-bg, @jumbotron-color, 90%);
                +  border-bottom: 1px solid @jumbotron-border;
                +  margin-bottom: 0;
                +  &, h1 { color: @jumbotron-color; }
                +  padding: 50px 0 40px;
                +
                +  h1 {
                +    font-size: 80px;
                +    letter-spacing: -2px;
                +    line-height: 1;
                +    margin: 0 0 15px;
                +  }
                +  p {
                +    font-family: @font-family-alt;
                +    margin-top: 15px;
                +    margin-bottom: 15px;
                +    font-size: 24px;
                +    line-height: 1.3;
                +    font-weight: lighter;
                +  }
                +
                +  .list-group-item {
                +    border-color: mix(@jumbotron-color, @fa-green, 15%);
                +    background: transparent;
                +  }
                +
                +  .text-muted {
                +    color: mix(@jumbotron-color, @fa-green, 45%);
                +  }
                +}
                +
                +.jumbotron-ad, .jumbotron-carousel {
                +  h1 {
                +    text-shadow: 4px 3px 0px @jumbotron-bg, 9px 8px 0px rgba(0,0,0,0.15); // double text shadow
                +  }
                +  p {
                +    color: mix(@jumbotron-color, @jumbotron-bg, 75%);
                +    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
                +  }
                +}
                +
                +.jumbotron-icon {
                +  padding: 30px 0 25px;
                +  background-color: @gray-lighter;
                +  color: @gray-darker;
                +  &, h1 { text-shadow: 0 1px 0 #fff; }
                +  border-bottom-color: mix(@gray-light, @gray-lighter, 25%);
                +  border-top-color: mix(#fff, @gray-lighter, 50%);
                +  h1 {
                +    color: @gray-darker;
                +    margin-top: @buffer-lg;
                +    small {
                +      letter-spacing: normal;
                +      font-family: @font-family-sans-serif;
                +      font-size: @font-size-base;
                +      margin-left: 20px;
                +    }
                +  }
                +
                +  .info-icons {
                +    font-size: @font-size-base;
                +  }
                +  .info-details {
                +    float: left;
                +    p {
                +      margin: 25px 0;
                +      font-weight: bold;
                +    }
                +    .dl-horizontal {
                +      dt { width: @component-offset-horizontal - 100; }
                +      dd { margin-left: @component-offset-horizontal - 85; }
                +    }
                +  }
                +  .fa-2 { font-size: 2em; }
                +  .fa-3 { font-size: 4em; }
                +  .fa-4 { font-size: 7em; }
                +  .fa-5 { font-size: 12em; }
                +  .fa-6 { font-size: 20em; }
                +
                +  .fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 { margin-right: 1/14em; }
                +}
                +
                +h1.info-class {
                +  font-size: 30px;
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/labels.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/labels.less
                new file mode 100644
                index 0000000..d0d12dc
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/labels.less
                @@ -0,0 +1,21 @@
                +// reset
                +.label {
                +  padding: .3em .6em;
                +}
                +
                +// new types of labels
                +.label-brand {
                +  .label-variant(@label-brand-bg);
                +}
                +
                +.label-dark {
                +  .label-variant(@label-dark-bg);
                +}
                +
                +// labels inside of headings
                +h1, h2, h3, h4, h5, h6 {
                +
                +  .label {
                +    font-family: @font-family-sans-serif;
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/modals.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/modals.less
                new file mode 100644
                index 0000000..275e40c
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/modals.less
                @@ -0,0 +1,6 @@
                +
                +// Scale up the modal
                +@media (min-width: @screen-sm-min) {
                +  // Modal sizes
                +  .modal-md { width: ((@modal-md + @modal-sm) / 2); }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/navbar.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/navbar.less
                new file mode 100644
                index 0000000..3216727
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/navbar.less
                @@ -0,0 +1,179 @@
                +// SITE SPECIFIC NAVBAR STYLES
                +
                +.navbar { margin-bottom: 0; }
                +.navbar-inverse { background-color: lighten(@fa-green, 2%); }
                +.navbar-brand {
                +  font-family: @font-family-serif;
                +  font-weight: 300;
                +  font-size: 20px;
                +  i {
                +    font-size: 23px;
                +    padding-right: 3px;
                +    line-height: .75;
                +  }
                +}
                +.navbar-nav > li > a { padding: 11px 10px 9px; }
                +
                +// makes dropdowns closer for split dropdown
                +.navbar-nav > li {
                +  &.dropdown-split-right > a { padding-left: 7px; }
                +  &.dropdown-split-left > a { padding-right: 0; }
                +}
                +
                +.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: @jumbotron-border; }
                +
                +.navbar-inverse .navbar-toggle {
                +  color: @jumbotron-color;
                +  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
                +  padding: 4px 10px;
                +  margin-top: 5px;
                +  margin-bottom: 5px;
                +  &:hover {
                +    background-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
                +    border-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
                +    color: @jumbotron-bg;
                +    text-shadow: 0 -1px 0 @jumbotron-color;
                +  }
                +}
                +
                +.navbar-nav.navbar-right:last-child { margin-right: -10px; }
                +
                +
                +//
                +// FORT AWESOME ORG NAVBAR
                +// --------------------
                +//
                +.navbar-org {
                +  background-color: @navbar-inverse-link-active-bg;
                +  border-color: mix(#000, @fa-green, 20%);
                +  padding: 0;
                +
                +  .ficon-logo-flag, .ficon-log-fort { vertical-align: baseline; }
                +
                +  .navbar-text {
                +    color: mix(#fff, @fa-green, 60%);
                +    margin-top: 12px;
                +    margin-right: 30px;
                +  }
                +
                +  .navbar-nav {
                +    margin-right: -10px;
                +
                +    > li + li { margin-left: 15px; }
                +    > li > a {
                +      color: mix(#fff, @navbar-inverse-bg, 75%);
                +
                +      &:hover,
                +      &:focus {
                +        color: mix(#fff, @fa-green, 100%);
                +        background-color: transparent;
                +        border-bottom: solid 2px mix(#fff, @fa-green, 90%);
                +      }
                +    }
                +    > .active > a {
                +      &,
                +      &:hover,
                +      &:focus {
                +        color: mix(#fff, @navbar-inverse-bg, 75%);
                +        background-color: transparent;
                +        border-radius: 0;
                +        border-bottom: solid 2px mix(#fff, @navbar-inverse-bg, 65%);
                +      }
                +    }
                +    > .disabled > a {
                +      &,
                +      &:hover,
                +      &:focus {
                +        color: @navbar-inverse-link-disabled-color;
                +        background-color: @navbar-inverse-link-disabled-bg;
                +      }
                +    }
                +  }
                +
                +  // Darken the responsive nav toggle
                +  .navbar-toggle {
                +    border-color: @navbar-inverse-toggle-border-color;
                +    &:hover,
                +    &:focus {
                +      background-color: @navbar-inverse-toggle-hover-bg;
                +    }
                +    .icon-bar {
                +      background-color: @navbar-inverse-toggle-icon-bar-bg;
                +    }
                +  }
                +
                +  .navbar-collapse,
                +  .navbar-form {
                +    border-color: darken(@navbar-inverse-bg, 7%);
                +  }
                +
                +  // Dropdowns
                +  .navbar-nav {
                +    > .open > a {
                +      &,
                +      &:hover,
                +      &:focus {
                +        background-color: @navbar-inverse-link-active-bg;
                +        color: @navbar-inverse-link-active-color;
                +      }
                +    }
                +
                +    @media (max-width: @grid-float-breakpoint-max) {
                +      // Dropdowns get custom display
                +      .open .dropdown-menu {
                +        > .dropdown-header {
                +          border-color: @navbar-inverse-border;
                +        }
                +        .divider {
                +          background-color: @navbar-inverse-border;
                +        }
                +        > li > a {
                +          color: @navbar-inverse-link-color;
                +          &:hover,
                +          &:focus {
                +            color: @navbar-inverse-link-hover-color;
                +            background-color: @navbar-inverse-link-hover-bg;
                +          }
                +        }
                +        > .active > a {
                +          &,
                +          &:hover,
                +          &:focus {
                +            color: @navbar-inverse-link-active-color;
                +            background-color: @navbar-inverse-link-active-bg;
                +          }
                +        }
                +        > .disabled > a {
                +          &,
                +          &:hover,
                +          &:focus {
                +            color: @navbar-inverse-link-disabled-color;
                +            background-color: @navbar-inverse-link-disabled-bg;
                +          }
                +        }
                +      }
                +    }
                +  }
                +
                +  .navbar-link {
                +    color: @navbar-inverse-link-color;
                +    &:hover {
                +      color: @navbar-inverse-link-hover-color;
                +    }
                +  }
                +
                +  .btn-link {
                +    color: @navbar-inverse-link-color;
                +    &:hover,
                +    &:focus {
                +      color: @navbar-inverse-link-hover-color;
                +    }
                +    &[disabled],
                +    fieldset[disabled] & {
                +      &:hover,
                +      &:focus {
                +        color: @navbar-inverse-link-disabled-color;
                +      }
                +    }
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/panels.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/panels.less
                new file mode 100644
                index 0000000..f2dc210
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/panels.less
                @@ -0,0 +1,15 @@
                +.panel {
                +  .box-shadow(none);
                +}
                +
                +.panel-heading {
                +  margin: -1px;
                +  border-bottom-width: 0;
                +  padding: 11px 15px;
                +}
                +
                +.panel-default .panel-heading {
                +  margin: 0;
                +  border-bottom-width: 1px;
                +  padding: 10px 15px;
                +}
                \ No newline at end of file
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/tooltip.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/tooltip.less
                new file mode 100644
                index 0000000..5a70871
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/tooltip.less
                @@ -0,0 +1,8 @@
                +.tooltip {
                +  font-size: @font-size-base;
                +}
                +
                +// Wrapper for the tooltip content
                +.tooltip-inner {
                +  padding: 5px 10px;
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/type.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/type.less
                new file mode 100644
                index 0000000..b7d5f9b
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/type.less
                @@ -0,0 +1,26 @@
                +.small-caps {
                +  font-family: @font-family-alt;
                +}
                +
                +.hr {
                +  position: relative;
                +  text-align: center;
                +  font-size: @font-size-base;
                +  z-index: 1;
                +  min-height: 20px;
                +
                +  &:after {
                +    content: " ";
                +    position: absolute;
                +    top: 50%;
                +    left: 0;
                +    right: 0;
                +    border-top: 2px solid @hr-border;
                +    z-index: -1;
                +  }
                +  .hr-text {
                +    display: inline-block;
                +    background-color: #fff;
                +    padding: 0 .5em;
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/variables.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/variables.less
                new file mode 100644
                index 0000000..98b7f1b
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/variables.less
                @@ -0,0 +1,171 @@
                +---
                +---
                +// SITE VARIABLES
                +// --------------
                +
                +// Blues
                +@blue-darker:           #003366;
                +@blue-dark:             #005f9b; // Pantone 3015 C
                +@blue:                  #009add; // Pantone 2925 C
                +@blue-light:            #b8dcf2;
                +@blue-lighter:          #f0f9ff;
                +
                +// Greens
                +@green-darker:          #41683b;
                +@green-dark:            #678943;
                +@green:                 #95bf52;
                +@green-light:           #ddefbd;
                +@green-lighter:         #f3f9e8;
                +
                +// Reds
                +@red-darker:            #702222;
                +@red-dark:              #ba4a4a;
                +@red:                   #dd7373;
                +@red-light:             #f2adb1;
                +@red-lighter:           #fff0f0;
                +
                +// Yellows
                +@yellow-darker:         #6f4215;
                +@yellow-dark:           #db8400;
                +@yellow:                #f9e27d;
                +@yellow-light:          #fff5bd;
                +@yellow-lighter:        #fffcee;
                +
                +// Oranges
                +@orange-darker:         #8c3900;
                +@orange-dark:           #cc5d11;
                +@orange:                #f4914e;
                +@orange-light:          #ffd0a6;
                +@orange-lighter:        #fff4e6;
                +
                +// Purples
                +@purple-darker:         #4a226d;
                +@purple-dark:           #7457ad;
                +@purple:                #9780d6;
                +@purple-light:          #c3b8f4;
                +@purple-lighter:        #fbf5ff;
                +
                +@fa-green:              #1616e5;
                +@fa-green-dark:         darken(@fa-green, 10%);
                +
                +@jumbotron-border:      mix(@fa-green, @fa-green-dark, 75%);
                +@font-family-alt:       proxima-nova-sc, "Helvetica Neue", Helvetica, Arial, sans-serif;
                +
                +
                +// BOOTSTRAP OVERRIDES
                +// -------------------
                +
                +// Brand colors
                +@brand-success:         @fa-green;
                +
                +
                +// Links
                +@link-color:            lighten(@fa-green, 5%);
                +@link-hover-color:      darken(@fa-green, 5%);
                +
                +
                +// Typography
                +@font-family-sans-serif:  proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
                +@font-family-serif:       museo-slab, Georgia, "Times New Roman", Times, serif;
                +@headings-font-family:    @font-family-serif;
                +
                +
                +// Components
                +@component-active-bg:            @fa-green;
                +
                +
                +// Labels
                +@label-brand-bg:                    @fa-green;
                +@label-dark-bg:                     @gray-dark;
                +
                +// Navbar
                +@navbar-height:                     40px;
                +@navbar-inverse-brand-color:        #fff;
                +
                +// Reset inverted navbar basics
                +@navbar-inverse-color:                      mix(@fa-green, #fff, 50%);
                +@navbar-inverse-bg:                         @fa-green;
                +@navbar-inverse-border:                     @jumbotron-border;
                +
                +// Inverted navbar links
                +@navbar-inverse-link-color:                 mix(@fa-green, #fff, 35%);
                +@navbar-inverse-link-hover-color:           #fff;
                +@navbar-inverse-link-active-bg:             @navbar-inverse-border;
                +
                +// Inverted navbar toggle
                +@navbar-inverse-toggle-hover-bg:            @jumbotron-color;
                +@navbar-inverse-toggle-border-color:        mix(@jumbotron-color, @fa-green, 75%);
                +
                +
                +// Jumbotron
                +@jumbotron-color:               #fff;
                +@jumbotron-bg:                  @fa-green;
                +
                +
                +// Form states and alerts
                +@state-success-text:            @fa-green;
                +@state-success-bg:              mix(@fa-green, #fff, 6%);
                +@state-success-border:          darken(spin(@state-success-bg, -10), 5%);
                +
                +@state-info-text:               mix(@blue-dark, @blue, 50%);
                +@state-info-bg:                 @blue-lighter;
                +@state-info-border:             darken(spin(@state-info-bg, -10), 7%);
                +
                +  @state-danger-text:              @brand-danger;
                +@state-danger-bg:                mix(@state-danger-text,#fff,10%);
                +@state-danger-border:            darken(spin(@state-danger-bg, -10), 5%);
                +
                +
                +// Carousel
                +@carousel-text-shadow:          0 1px 0 rgba(255,255,255,0.25);
                +
                +@carousel-control-color:        @fa-green-dark;
                +@carousel-control-font-size:    30px;
                +
                +
                +// Code
                +@pre-border-color:              #eee;
                +
                +
                +// Sections
                +@section-emphasized-bg:       #fff;
                +
                +//== Type
                +//** Text muted color
                +@text-muted:                  mix(@gray-light,@gray-lighter,50%);
                +
                +
                +@alert-well-bg:               @panel-default-heading-bg;
                +@alert-well-text:             @text-color;
                +@alert-well-border:           @panel-default-border;
                +
                +@alert-default-bg:            transparent;
                +@alert-default-text:          @text-color;
                +@alert-default-border:        mix(#fff,@panel-default-border,40%);
                +
                +
                +
                +
                +//@panel-default-text:          @gray-dark;
                +//@panel-default-border:        @panel-default-heading-bg;
                +//@panel-default-heading-bg:    #f5f5f5;
                +
                +@panel-primary-text:          #fff;
                +@panel-primary-border:        mix(#fff,@brand-primary,50%);
                +@panel-primary-heading-bg:    @brand-primary;
                +
                +@panel-success-text:          #fff;
                +@panel-success-border:        mix(#fff,@brand-success,50%);
                +@panel-success-heading-bg:    @brand-success;
                +
                +@panel-info-text:             #fff;
                +@panel-info-border:           mix(#fff,@brand-info,50%);
                +@panel-info-heading-bg:       @brand-info;
                +
                +@panel-warning-text:          #fff;
                +@panel-warning-border:        mix(#fff,@brand-warning,50%);
                +@panel-warning-heading-bg:    @brand-warning;
                +
                +@panel-danger-text:           #fff;
                +@panel-danger-border:         mix(#fff,@brand-danger,50%);
                +@panel-danger-heading-bg:     @brand-danger;
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/wells.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/wells.less
                new file mode 100644
                index 0000000..cd2b24e
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/bootstrap/wells.less
                @@ -0,0 +1,10 @@
                +.well-transparent { background-color: transparent; }
                +
                +.well-lg {
                +  padding: @buffer-xl;
                +  font-size: @font-size-large + 3;
                +  h1 { font-size: 3em; }
                +  h2 { font-size: 2em; }
                +  h1, h2 { margin-top: 0; }
                +  p { margin-bottom: 30px; }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/example-rating.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/example-rating.less
                new file mode 100644
                index 0000000..188b7da
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/example-rating.less
                @@ -0,0 +1,25 @@
                +.rating {
                +  unicode-bidi: bidi-override;
                +  direction: rtl;
                +
                +  font-size: 30px;
                +  span.star {
                +    font-family: ForkAwesome;
                +    font-weight: normal;
                +    font-style: normal;
                +    display: inline-block;
                +    &:hover {
                +      cursor: pointer;
                +    }
                +  }
                +  span.star:before {
                +    content: "\f006"; // empty star
                +    padding-right: 5px;
                +    color: @gray-light;
                +  }
                +
                +  span.star:hover:before, span.star:hover ~ span.star:before {
                +    content: "\f005"; // solid star
                +    color: #e3cf7a;
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/feature-list.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/feature-list.less
                new file mode 100644
                index 0000000..e8d4fef
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/feature-list.less
                @@ -0,0 +1,19 @@
                +.feature-list {
                +  .col-md-4 { margin-bottom: 22px; }
                +  h4 {
                +    .fa:before {
                +      vertical-align: -10%;
                +      font-size: 28px;
                +      display: inline-block;
                +      width: 30/28em;
                +      text-align: center;
                +      margin-right: 5px;
                +      //      color: mix(@grayLight, @grayLighter, 70%);
                +
                +      // Gradient on the icons
                +      //      background: -webkit-linear-gradient(mix(@grayLight, @grayLighter, 50%), mix(@gray, @grayLight, 50%));
                +      //      -webkit-background-clip: text;
                +      //      -webkit-text-fill-color: transparent;
                +    }
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/fontawesome-icon-list.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/fontawesome-icon-list.less
                new file mode 100644
                index 0000000..49dc1b0
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/fontawesome-icon-list.less
                @@ -0,0 +1,33 @@
                +.fontawesome-icon-list {
                +  margin-top: 22px;
                +  .fa-hover {
                +    a {
                +      .text-ellipsis;
                +      display: block;
                +      color: @gray-darker;
                +      line-height: 32px;
                +      height: 32px;
                +      padding-left: 10px;
                +      border-radius: @border-radius-base;
                +
                +      .fa {
                +        width: 32px;
                +        font-size: 14px;
                +        display: inline-block;
                +        text-align: right;
                +        margin-right: 10px;
                +      }
                +
                +      &:hover {
                +        background-color: @fa-green;
                +        color: @jumbotron-color;
                +        text-decoration: none;
                +        .fa {
                +          font-size: 28px;
                +          vertical-align: -6px;
                +        }
                +        .text-muted { color: mix(@jumbotron-color, @fa-green, 70%); }
                +      }
                +    }
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/footer.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/footer.less
                new file mode 100644
                index 0000000..bf895b3
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/footer.less
                @@ -0,0 +1,55 @@
                +#footer {
                +  background-color: lighten(@fa-green, 2%);
                +  border-top: 1px solid @jumbotron-border;
                +  color: mix(@jumbotron-color, @fa-green, 60%);
                +  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
                +  margin-top: 60px;
                +  a {
                +    color: mix(@jumbotron-color, @fa-green, 80%);
                +    border-bottom: dotted 1px mix(@jumbotron-color, @fa-green, 60%);
                +    &:hover {
                +      color: @jumbotron-color;
                +      text-decoration: none;
                +      border-bottom: solid 1px @jumbotron-color;
                +    }
                +  }
                +  .container {
                +    padding-top: 50px;
                +    padding-bottom: 55px;
                +  }
                +  .project { margin-top: 10px; }
                +
                +  #inventory {
                +    a {
                +      width: 220px;
                +      overflow: hidden;
                +      display: inline-block;
                +      border-bottom: inherit;
                +      margin: 0 15px 20px;
                +
                +    }
                +    #CVADP2Y { display: inline; }
                +  }
                +}
                +
                +
                +// Sticky Footer Styles
                +// --------------------
                +
                +//html, body { height: 100%; }
                +//
                +//#wrap {
                +//  min-height: 100%;
                +//  height: auto !important;
                +//  height: 100%;
                +//}
                +//
                +//.sticky-footer();
                +//
                +//.sticky-footer(@footer-height: 356px, @footer-margin: 60px) {
                +//  #wrap {
                +//    margin: 0 auto -(@footer-height);
                +//    padding: 0 0 (@footer-height + @footer-margin);
                +//  }
                +//  #footer { height: @footer-height; }
                +//}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/jumbotron-carousel.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/jumbotron-carousel.less
                new file mode 100644
                index 0000000..9bd2808
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/jumbotron-carousel.less
                @@ -0,0 +1,75 @@
                +@size: 220px;
                +#icon-carousel {
                +  margin-top: @buffer-sm;
                +  font-size: @size;
                +  text-align: center;
                +  line-height: @size + 30;
                +  text-shadow: 0 2px 0 rgba(0,0,0,0.15);
                +}
                +
                +.carousel-control {
                +  top: @size + 10px;
                +  .square(30px);
                +  border-width: 0;
                +  font-size: 30px;
                +  line-height: 25px;
                +  left: 300/2 - 36px;
                +  &.right {
                +    left: auto;
                +    right: 300/2 - 36px;
                +  }
                +  &.right, &.left {
                +    background-image: none;
                +    filter: none;
                +  }
                +}
                +
                +.jumbotron-carousel {
                +  padding-top: 40px;
                +  .btn {
                +    margin-top: @buffer-lg;
                +    font-family: @font-family-serif;
                +    font-size: 24px;
                +    padding: 17px 30px;
                +    color: @jumbotron-color;
                +    border-color: mix(@jumbotron-color, @jumbotron-bg, 75%);
                +    background-color: transparent;
                +    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
                +    &:hover {
                +      background-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
                +      border-color: mix(@jumbotron-color, @jumbotron-bg, 95%);
                +      color: @jumbotron-bg;
                +      text-shadow: 0 -1px 0 @jumbotron-color;
                +    }
                +  }
                +  .shameless-self-promotion {
                +    margin-top: @buffer-lg;
                +    font-size: @font-size-base;
                +    line-height: @line-height-base;
                +    color: mix(@jumbotron-color, @jumbotron-bg, 60%);
                +    text-shadow: 0 1px 0 rgba(0,0,0,0.15);
                +    a {
                +      color: mix(@jumbotron-color, @jumbotron-bg, 80%);
                +      border-bottom: dotted 1px mix(@jumbotron-color, @jumbotron-bg, 50%);
                +      &:hover {
                +        color: @jumbotron-color;
                +        text-decoration: none;
                +        border-bottom: solid 1px @jumbotron-color;
                +      }
                +    }
                +  }
                +  a {
                +    color: mix(@jumbotron-color, @fa-green, 70%);
                +
                +    // STATE: hover, focus, active
                +    &:hover, &:focus, &:active {
                +      border-color: @fa-green-dark;
                +      background: @fa-green-dark;
                +      color: @jumbotron-color;
                +    }
                +
                +    &.carousel-control:hover {
                +        background: none;
                +    }
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/layout.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/layout.less
                new file mode 100644
                index 0000000..69cc0b4
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/layout.less
                @@ -0,0 +1 @@
                +section { margin-top: 40px; }
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/lazy.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/lazy.less
                new file mode 100644
                index 0000000..5f6461d
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/lazy.less
                @@ -0,0 +1,113 @@
                +@buffer-none:         0px;
                +@buffer-sm:           5px;
                +@buffer-md:           10px;
                +@buffer-lg:           22px;
                +@buffer-xl:           40px;
                +
                +.padding-none         { padding: @buffer-none !important; }
                +.padding              { padding: @buffer-md !important; }
                +.padding-sm           { padding: @buffer-sm !important; }
                +.padding-lg           { padding: @buffer-lg !important; }
                +.padding-xl           { padding: @buffer-xl !important; }
                +
                +.padding-top-none     { padding-top: @buffer-none !important; }
                +.padding-top          { padding-top: @buffer-md !important; }
                +.padding-top-sm       { padding-top: @buffer-sm !important; }
                +.padding-top-lg       { padding-top: @buffer-lg !important; }
                +.padding-top-xl       { padding-top: @buffer-xl !important; }
                +
                +.padding-right-none   { padding-right: @buffer-none !important; }
                +.padding-right        { padding-right: @buffer-md !important; }
                +.padding-right-sm     { padding-right: @buffer-sm !important; }
                +.padding-right-lg     { padding-right: @buffer-lg !important; }
                +.padding-right-xl     { padding-right: @buffer-xl !important; }
                +
                +.padding-bottom-none  { padding-bottom: @buffer-none !important; }
                +.padding-bottom       { padding-bottom: @buffer-md !important; }
                +.padding-bottom-sm    { padding-bottom: @buffer-sm !important; }
                +.padding-bottom-lg    { padding-bottom: @buffer-lg !important; }
                +.padding-bottom-xl    { padding-bottom: @buffer-xl !important; }
                +
                +.padding-left-none    { padding-left: @buffer-none !important; }
                +.padding-left         { padding-left: @buffer-md !important; }
                +.padding-left-sm      { padding-left: @buffer-sm !important; }
                +.padding-left-lg      { padding-left: @buffer-lg !important; }
                +.padding-left-xl      { padding-left: @buffer-xl !important; }
                +
                +.margin-none          { margin: @buffer-none !important; }
                +.margin               { margin: @buffer-md !important; }
                +.margin-sm            { margin: @buffer-sm !important; }
                +.margin-lg            { margin: @buffer-lg !important; }
                +.margin-xl            { margin: @buffer-xl !important; }
                +
                +.margin-top-none      { margin-top: @buffer-none !important; }
                +.margin-top           { margin-top: @buffer-md !important; }
                +.margin-top-sm        { margin-top: @buffer-sm !important; }
                +.margin-top-lg        { margin-top: @buffer-lg !important; }
                +.margin-top-xl        { margin-top: @buffer-xl !important; }
                +
                +.margin-right-none    { margin-right: @buffer-none !important; }
                +.margin-right         { margin-right: @buffer-md !important; }
                +.margin-right-sm      { margin-right: @buffer-sm !important; }
                +.margin-right-lg      { margin-right: @buffer-lg !important; }
                +.margin-right-xl      { margin-right: @buffer-xl !important; }
                +
                +.margin-bottom-none   { margin-bottom: @buffer-none !important; }
                +.margin-bottom        { margin-bottom: @buffer-md !important; }
                +.margin-bottom-sm     { margin-bottom: @buffer-sm !important; }
                +.margin-bottom-lg     { margin-bottom: @buffer-lg !important; }
                +.margin-bottom-xl     { margin-bottom: @buffer-xl !important; }
                +
                +.margin-left-none     { margin-left: @buffer-none !important; }
                +.margin-left          { margin-left: @buffer-md !important; }
                +.margin-left-sm       { margin-left: @buffer-sm !important; }
                +.margin-left-lg       { margin-left: @buffer-lg !important; }
                +.margin-left-xl       { margin-left: @buffer-xl !important; }
                +
                +.border-left-none     { border-left: none !important; }
                +.border-right-none    { border-right: none !important; }
                +.border-bottom-none   { border-bottom: none !important; }
                +.border-top-none      { border-top: none !important; }
                +
                +.text-sm              { font-size: @font-size-small !important; }
                +.text-base            { font-size: @font-size-base !important; }
                +.text-md              { font-size: @font-size-base + 2 !important; }
                +.text-lg              { font-size: @font-size-large !important; }
                +
                +
                +.display-block { display: block; } // use to swap an anchor tag to span a whole row to make click target larger
                +.no-underline { text-decoration: none !important; }
                +.clickable { cursor: pointer; }
                +.strong { font-weight: bold; }
                +.em { font-style: italic; }
                +.small { font-size: 85%; } // Ex: 14px base font * 85% = about 12px
                +.no-link { color: @gray-dark; }
                +
                +.text-sans-serif { font-family: @font-family-sans-serif; }
                +.text-ellipsis { .text-overflow(); } // truncates text to a single line with an ellipsis at the end
                +.text-default {
                +  font-family: @font-family-base;
                +  font-size: @font-size-base;
                +  line-height: @line-height-base;
                +  font-weight: normal;
                +}
                +.text-color-default {
                +  color: @text-color;
                +}
                +.text-hilite {
                +  color: @link-color;
                +  &:hover {
                +    color: @link-hover-color;
                +    text-decoration: underline;
                +  }
                +}
                +.text-strike { text-decoration: line-through; }
                +.text-upper { text-transform: uppercase; }
                +.text-lower { text-transform: lowercase; }
                +
                +#no-search-results {
                +  display: none;
                +}
                +
                +.valign-baseline { vertical-align: baseline !important; }
                +.valign-middle { vertical-align: middle !important; }
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/print.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/print.less
                new file mode 100644
                index 0000000..5ebe6a8
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/print.less
                @@ -0,0 +1,5 @@
                +@media print {
                +  .col-print-4 {
                +    .make-xs-column(4);
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-lg.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-lg.less
                new file mode 100644
                index 0000000..ae404bb
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-lg.less
                @@ -0,0 +1,58 @@
                +@media (min-width: @screen-lg) {
                +  #icon-carousel {
                +    @size: 240px;
                +    font-size: @size;
                +    line-height: @size + 35;
                +    margin-top: @buffer-lg;
                +  }
                +
                +  .carousel-control {
                +    top: @size + 35px;
                +    .square(40px);
                +    font-size: 40px;
                +    line-height: 40px;
                +    left: 370/2 - 52px;
                +    &.right {
                +      right: 370/2 - 52px;
                +    }
                +  }
                +
                +  .jumbotron-ad {
                +    padding: 50px 0;
                +    h1 {
                +      margin-top: 25px;
                +      font-size: 90px;
                +    }
                +    p {
                +      font-size: 28px;
                +      margin: 35px 0 20px;
                +    }
                +  }
                +
                +  .jumbotron-carousel {
                +    padding: 50px 0;
                +    h1 { font-size: 100px; }
                +    p {
                +      font-size: 32px;
                +      margin: 20px 0;
                +    }
                +    .btn-large {
                +      font-size: 30px;
                +      padding: 21px 35px;
                +    }
                +  }
                +
                +  .stripe-ad .lead { padding-top: 0; }
                +
                +  .lead {
                +    font-size: 26px;
                +    line-height: 36px;
                +  }
                +
                +  .fort-awesome {
                +    .tagline {  }
                +    .action { width: 18%; }
                +  }
                +
                +  .hide-lg { display: none; }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-md.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-md.less
                new file mode 100644
                index 0000000..bc46917
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-md.less
                @@ -0,0 +1,3 @@
                +@media (min-width: @screen-md) and (max-width: @screen-md-max) {
                +  .hide-md { display: none; }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less
                new file mode 100644
                index 0000000..5bc078f
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm-up.less
                @@ -0,0 +1,17 @@
                +@media (min-width: @screen-sm) {
                +  .signup-input {
                +    padding-right: 0;
                +    input {
                +      border-top-right-radius: 0;
                +      border-bottom-right-radius: 0;
                +      border-right-width: 0;
                +    }
                +  }
                +  .signup-button {
                +    padding-left: 0;
                +    .btn {
                +      border-top-left-radius: 0;
                +      border-bottom-left-radius: 0;
                +    }
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm.less
                new file mode 100644
                index 0000000..676b2d6
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-sm.less
                @@ -0,0 +1,48 @@
                +@media (min-width: @screen-sm) and (max-width: @screen-sm-max) {
                +  #icon-carousel {
                +    @size: 200px;
                +    font-size: @size;
                +    line-height: @size + 30;
                +  }
                +  .carousel-control {
                +    top: @size - 10px;
                +    .square(30px);
                +    left: 228/2 - 36px;
                +    &.right {
                +      right: 228/2 - 36px;
                +    }
                +  }
                +
                +  .jumbotron-carousel {
                +    padding: 50px 0;
                +    h1 { font-size: 65px; }
                +    p { font-size: 23px; }
                +    .shameless-self-promotion { font-size: 12px; }
                +  }
                +
                +  .jumbotron-ad {
                +    p { font-size: 24px; }
                +  }
                +
                +  .jumbotron-icon {
                +    h1 small {
                +      display: block;
                +      margin-top: 15px;
                +      margin-left: 0;
                +      line-height: 20px;
                +    }
                +  }
                +
                +  .stripe-ad .lead {
                +    margin: 0;
                +    padding-top: 0;
                +    font-size: 19px;
                +  }
                +
                +  .fort-awesome {
                +    .action { width: 33%; }
                +  }
                +
                +  .hide-sm { display: none; }
                +  .v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-xs.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-xs.less
                new file mode 100644
                index 0000000..da5030d
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/responsive/screen-xs.less
                @@ -0,0 +1,94 @@
                +@media (max-width: @screen-xs-max) {
                +  #icon-carousel {
                +    @size: 180px;
                +    font-size: @size;
                +    line-height: @size + 30;
                +    width: 280px;
                +    margin: 30px auto 0;
                +  }
                +  .carousel-control {
                +    top: 40%;
                +    .square(44px);
                +    font-size: 44px;
                +    line-height: 44px;
                +    left: -7px;
                +    &.right { right: -7px; }
                +  }
                +
                +  .jumbotron-carousel {
                +    h1 { font-size: 58px; }
                +    p { font-size: 24px; }
                +    .btn-large {
                +      font-size: 20px;
                +      padding: 14px 26px;
                +    }
                +    .shameless-self-promotion { font-size: 12px; }
                +  }
                +
                +  .jumbotron-ad {
                +    h1 { font-size: 39px; }
                +    p {
                +      font-size: 20px;
                +      margin-bottom: 20px;
                +    }
                +  }
                +
                +  .jumbotron-icon {
                +    .fa-1, .fa-2, .fa-3, .fa-4, .fa-5, .fa-6 { margin-right: 0; }
                +    .fa-6 { font-size: 16em; }
                +    h1 small {
                +      display: block;
                +      margin-top: 15px;
                +      margin-left: 0;
                +      line-height: 20px;
                +    }
                +  }
                +
                +  .stripe-ad .lead {
                +    margin-top: @buffer-lg;
                +    padding: 0;
                +  }
                +
                +  #fusionads {
                +    float: none;
                +    display: block;
                +    margin-left: 0;
                +    .clearfix();
                +  }
                +
                +  .vertical-ad #fusionads {
                +    width: 300px;
                +    .fusion-img {
                +      float: left;
                +      padding-right: 10px;
                +    }
                +  }
                +
                +
                +  .fonticons {
                +    padding: 15px 0;
                +    .tagline, .action { display: block; }
                +    .tagline { margin-bottom: 10px; }
                +  }
                +
                +  .hide-xs { display: none; }
                +
                +  .block-xs { display: block; }
                +
                +  .modal-footer .block-xs + .block-xs {
                +    margin-left: 0;
                +    margin-top: 10px;
                +  }
                +
                +
                +  .navbar-org { display: none; }
                +  #banner {
                +    text-align: center;
                +    .message-container, .tagline, .action { display: block; }
                +    .tagline { padding-right: 0; }
                +    .btn-primary { margin-top: 10px; }
                +  }
                +
                +  .signup-button .btn { white-space: normal; }
                +  .v-get-started .get-started-cdn { padding: 5px 22px 22px 22px; }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/social-buttons.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/social-buttons.less
                new file mode 100644
                index 0000000..aaf2426
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/social-buttons.less
                @@ -0,0 +1,48 @@
                +#social-buttons {
                +  ul.list-inline { margin-bottom: 0; }
                +
                +  padding: 22px 0 17px;
                +  text-align: center;
                +  background-color: #f5f5f5;
                +  border-top: 1px solid #fff;
                +  border-bottom: 1px solid #eee;
                +}
                +
                +#subscribe {
                +  padding: 22px 0 17px;
                +  text-align: center;
                +}
                +
                +label.error {
                +  color: @state-danger-text;
                +  margin-top: 5px;
                +}
                +
                +/* Get those Github and Twitter Buttons to behave */
                +.list-inline li iframe {
                +  position: relative !important;
                +  display: inline;
                +  top: 6px;
                +}
                +
                +/* Federation Share buttons */
                +
                +.share {
                +  .btn-xs {
                +    line-height: 1.3;
                +    padding-left: 6px;
                +    padding-right: 6px;
                +  }
                +  label,
                +  label:hover {
                +    color: #fff;
                +  }
                +  .twitter {
                +    color: #fff;
                +    background-color: #1b95e0;
                +  }
                +  .twitter:hover {
                +    color: #fff;
                +    background-color: #0c7abf;
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/stripe-ad.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/stripe-ad.less
                new file mode 100644
                index 0000000..cef0aa0
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/stripe-ad.less
                @@ -0,0 +1,4 @@
                +.stripe-ad {
                +  margin-bottom: 22px;
                +  .lead { padding-top: 5px; }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/textured-bg.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/textured-bg.less
                new file mode 100644
                index 0000000..046b2db
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/textured-bg.less
                @@ -0,0 +1,20 @@
                +.jumbotron, .navbar-inverse, .navbar-inverse .navbar-nav > li.active > a, .navbar-org, #footer, .content-underlay {
                +  position: relative;
                +  &:after {
                +    content: '';
                +    display: block;
                +    position: absolute;
                +    top: 0;
                +    right: 0;
                +    bottom: 0;
                +    left: 0;
                +    opacity: .15;
                +    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAMAAABHPGVmAAAABGdBTUEAALGPC/xhBQAAAaRQTFRFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMalYaAAAAIx0Uk5TlhaTG6WwoBqyCx6sopscnacgq5cfmR2UkZwhlY4li5IjIiYpjYmQJ4iPJIyHhooog4WBfoSCKyx9gCotf3wuMjEwezN6L3l4NnI1dXd0djc4NHNwOXFvO2o8bjptPWw+aD9mQGtEZWlnQUJDRmNiZEVfYWBLXVxIV0lHTk9KXlJWWFlVVFtNTFpTUVCkyaWwAAAfsklEQVQYGQXBg6JsWYIg0Bh7WlVdVjrz5bN17Ygbto5t2977p3utXhseb5cOkcQlMSvlwcK1KN+kXuZFtaw8UKWGHiFOjR+F43DFHF/nyis8PMwvzc7QdS2qjnykhpWRQjtpLDpQTFUQhrP972J3uIwc3/WaHJF73IT3EHONyQqnTVQIxOGvt7JaF3K5XOM7dyDI1VQv1c0xv3T0lzAQ86iJX3cdkg41x1QCweVIKUGI1bm1XhO1cR+L/oaFys6joNLUSBbURm9bwK9yySmu+6MqCJ24VqSu5NofdmOlOGCp1ci5Ob8EObh89le18MLgAWbH/9ZUCR47kyJmcIUArlxGN2Ugzj/bN6fR9qJeC61niRtk516BTEF7QdOmB60uSSfTQ0TwrYLTiq/CFPBE+2AKf2eiGYkrWyQy44z/1CRs35oHxM4U8tBPNVTAGu4X0dq/5tcZs2TlDO7VVRolsSLyzO9t/aNh2FVvlJJQfLpVr0/qY6o37q0Yo3PxdGKWsibL6V8HxMcYGUev9C5qlrp/cDR1Llr8F8r4oToXReV3Rt8KA32bZwZ/4+38bTq5nqTPOmBjNJ8QK8KWQK8uxdyoNFxrle3Snen1ioqasN3qh+JNVdbGiid0Sbl2/TKfJQ+/cQuOMKw4mtKRN9TBhR1RtF67xTGJGQ8DnuKCq9mhpJgLJWqg9VfSb49kr3W0+DWjGaSSw0vQaapjdCyJoHEQykmbfVGDR90u41jAHpbuNfywT+mt6XpgJFeH4i4U0xRxm6Zu/rHSQv/+9+sG4rSnLJ2zrm75c33ohrzas+eJeBA8D2DBSWPsVGOIq5AsfEzUuNWD52wCbXh2XQyZENdvxrWzzCQk04N7slLfLyj+QZfCsixMS05gcNQwxfJZlkBiPZgC7zhVCjMOtV4weO994s/mVikag3ZnelFcdKVUb2kWMoJ1075OTiv4Wq/wlvvAnMFCN6Ic7MIujcr8b/NDQpaGbX78QR/GUFaTeQIK3OGkm9yxClW8FZvGsXs1Tpcz5WtNSdlDZbV6nglu6YZIfXoucMX99Me+/mYqMBEm4X2YhzRrhMbdL2i7YhttHXwOqWSb55ITmIXscoZzj76Kfa8rrZ0Ay/vhUKErGPfKlBRSyJfcWIidwlfoKnAevyxpUGpikcWZqnz6nDvZIxjGULjGmV+E5QscXHwX4I6MYHYsbEJgxPY6I3Y865Wwfl00a6TQHNPNF2d3k1Ztql4EciNK8/SVIf1+7sxkj5RM23h3nipnfF4U3X62c7VIVQk/twKoDTVwWB+nvlfLCa1bj3J+V3gn6SRqj4EqWOtwjYebhAph8NjHX+Db9mq75Hofkv9fsnrmLc+Cxthn1njneZNPdgfO4hnRGppVsqT/tAn2le397e3fN9E9ovzlL9e5DhdsFPACnKb5gYEZ7zDbrH5EufdFxxs/yxqX+DlXmmMq1HrLKs/z5H/pKj3NLfzhuHCCqg8liB0+vNGn7Sf+tChHoxPOP4cu/362qAtC0kNra8dVyzLP4Mgpf/Y3yAOeb5IyqSMRCXy3+mN2v9Flta4Yn1vBXimEZV/V1I3fRlU8Ed0q0/LQaNn2DOJlB45M5X0aajILyO0k9FJZA2o5ie+V1VwDGdgFebF1vrlT4ry4zQcedHIKBXkeVhsvkxsT8jW97S073GTf22Wm2yBN2TRDVaEldhl15MfHpDOllhIavGPJ+OB5Yje71SlEkGVz/6VEBT+fV9lFh9Od2xxK+a5ry0lU3yjQtcRPiCDSF0smi6c9ZDqbZso6afHA8L3Apl0LJJ7whAq3tY6+ZwkxYArATbCsYfe8U+9KNLtlW98Mbacuu7NR6NhOFzOcQKsA55FD15JuR7xsCCmuI7IO7qlDjxlLRmy02bpLxfoBncftvmGHUu6SYDOK+srqYwklx5dIjqUroTweFRrmQZZGiE5Z2eK2iXy/rD8d/+l5kcylD0Yht2mrdNmqDdgKURofrZWefrnJsVQsWnL48VGOY+AhZTf3qJpc6qhxYWyCNHrLCMnqPBgMulqj5CjaGH4/VajHzFIOK18eaVcu0XC/Cp148YVasVmi4zO9rTMjKhSAZmVvZ3l7bBVVvuQI0rP6XTudT24ZBVosD5PrR8nFMVEKPIJ/3K0qvq3TlG7ZFqkfWccRrGr7t5nGZleYH69t+yLaBKwEj7LtTHZRJkiDN9Kdt0J6BlOZeZh71maSHj4FikgDqcRmsUOsy3ZJhqFehZjNYgrd8utMC3KjYCOTICBQ7MQUILu3aDdxeVFOCNpVUcIX76jEKN9nSWYQ2PNTN3vdC8Qydo/dEWRi6OqW1ZxTNcYrgpeb09MHTZ3njxofDbBQtb6SDnL99QtwslhXy8jqLD8STMoTsbYdTxWwqSXJVmTAp0rZComyl7i6QY6a0iOaVIeBh0Zga4TzYmHN4hYY3Yw2jrNMdLya+rhdUHXkyJnXVfW+qQqbKCq7P8jbs82yX+OrVvKc31RBNPv6WNUiq32h13InyQrUcnlty4rTA3Z6N2nkK6NR+E91Q9tCtg19amUtZFPlF+GzJHj3Ew5TnswP6sFQNo0NK9aPNB1nBpGGRALr1PiN10oUIWfvVgXc1Mgd9ehTEh2MqiwtF1rvq9WMhZAeGx9okMJrWfPEkGkbpAuM6zRXEjcr/DY111+hvsdjXEawhkkcy6n0/z3urraN3gBE1+q2epXs+WTbTVMz44yqw/YZKBq8C2uT74W6H5MlaNZN6ibfZ8W+UCpSoaVl51TVo414nslTf5d3RC23QXov+keW33UzjztU0XFwjWAPrjZOQ1JrePpttq2T2AA89Yh+sVGtqmvPzoOm9+Adb2M1qAP0WHIcSPwkVkM+/pIqwZcWoI69l0UOo8LB2g7t9Tv3Vi3fMNdkZOWthWeVAe17/l9qUvWn60ZQm62fZtZLuVx+hCVRthL+Muadnt9VW91Zog+XeQXDQvNayj+JWgMDO1FMA104HNr7p4YZTs65g+PmYTMPSOMgWw44DVJF2qYv5WXfMCjj3WDXPSTC4rFsuyYfT3Y7Sl2YZaNoveCawhtnnR9MrfXS7GgTxLHrQvfndBk8GyTdKDDRZcYQiv1iL0nQ1tXtbUFxQdDySZRaEXYN+BtDeFt48raTnC6v7lrJqqyqTCuptqGjxv1el2eOOi/XUl6HVeXfyDZfJYVzWUbBIgpC6g1gaxgSIwqLpsJoYfnCGOyVg+ElTZfY98e7Tqq+P/DVpOqcZcIpbR5vfDLd3d5slkyodpDL7nuWrYcvdCOVeeXLg8n73rhuW+NaKOS4UjXHaaiSoW9e2RcL9fMnGvJck56aF3WAWOs8XWFVh3VQKBbG9PisEjmoWyy+ydXEtkmvwFu1nSFzuicrZbJT/1HCg5w3+MwWFFwyjbH26I0Tc6NJ20OXqEZKkeWjb2ceG7s0HTZ8Z0mLpEZhM9tZV5kEsM1macd4p47U9p1ppbLDpX57NPLlo5D0Bls7cNTPNpOgaxuD3cd/M0Mh0qrBFyPyqZd9o4FpHjQZpzhq0NXN3MtayO1duT3th/CC3ZY5cXnH7JWsKY15pFX4i8DeLuJ7PeJ3VhXtvKnS88Lvihto5BF0I2Dw2QF05HazFyxddvOH95draC9Ykfxr7uYyLKO62Yq//rYbCFYJjwJ3F7GHQiuOjAtJjbvk9ZQ1oiOKQCplBUtFjgodM07PqXd2/i6uujasmXTUNkE2NoESofFpdQxYC1Cla/hR0KjrrPqldoN8RJnjYvcQ3nmFATeVQ8c3L10K3u9RoVb2RbBCuIpLOe4Kb/xFdsSbtidaxfTO1O/L3Sqgp1HSiTHIVpKZZUX6hvnMXVSBV7hamutlu/VMikQ//HUi9+FWkpfJ8p6uxmJV1Cr/cJ5btknmghJbOTG35fUVXlgpzeyEpleuvU4/3iED30sCQ94PfrhPHSflunakZn2HKhh6HizLefn3ksOyCze6BfSwav6BgHi7AQtekhN2VGL+b09tw8jI+oqMcNDZTTxdPSd/qOafWHjS+9rmka+VpmC1rKOyCZwI9R/exB3NpeX/2XdjwY2ZQ7NuvrhXthcFxmfKlB+d6PiFVTcLfCmFo/jYDgKnDvYGaCYl49g1vCOHEPslDZJ4S30oux6cYQgox+mbtaaQsK2SomOSjYu0cGl2d1hQDmvNMy35ofp5SAQlS1Jd3XjWY+S/TKg2dD652JYjItaMg3m35fMdsSu7u01d123Z/kmxGTJlesmqCFxXn6n8bpcFEsE8EhwV2Yf7yjRqjC3moDUzr7yJVjnkE/vLgjJsKTPh1rltI75F72/xirBylLxyJS573DJZ6ThJQSuTokUK33+ItnXPCkoBVaJb3+FDw8OurIrjm5qbXq21n3zfRP3IOJJ3asbzU9/FVElp2KRUY4mCA5894qXzDj4qmXPgknUbcQcHzZmbom2ybBmqNZfav7Yw7RWGjFoRy4V1EYK2pXmE1pKUpokwPVCspoACXvIHRbtHNe2mbrCFvIOB437CUsaxk/ejf/2/mN9WtqfGfEWWgzQimpaDGsZXQl03cXTg6rL3zIy8K7FQaMOg0BjcA1H039QE5dJSLFV27t0XaDn9YX9QixC4puw9PEUTtpMf28y6DA3ol/xVQborN+2YnKxgg+Pawk+n/7ZOG7SCkyba5D0n5/Jnnk/HkV2wRWwfwYt3YTuxkn1pzvJMBGxM04w/3taOPYu9ff2DJZ7fBZXuHoO8DUCXJjtdeuDW8kqoxduypFa7MXAm1yPiUkrD1WB4HPaeJ7kp1Y5naGEgOKioLDM/IA19kxzSPPWkue8f9MYb8zfKzFKrKHSMhcQGAoQFMUyk9WvyYG6sBtzvw4EUnmPr2ze3bDztQONFUg0lO1LL3g80L0KtpPP4nK+xIo7q4NMozilxiwQGY1zc5T50ilRjMju+A1/r7N0wofxC2H1uMD11+L4hZyeP5/9u6nIjX20amyz05d2B2ueHcW757vJ3xHlv/D4z0AW4w99+VSop2VnZUtFAURmUMn0r4ofoHg+3bKoaKQlOK7rBfRavPwf17Gem8/ysQynXTvuQ2JdobPfnokPR/l1z/2Wf5PdiIMRJoMDeJfKNwMiU6JoKdHGzs9Qm1U34BbEx5GwUuXvmj5/CWu4gPB0xFyko4BhGVFtbfF12WKx+Bv/9mPhc48MA5Ll6jE72OVON6vFlxoXr268rtmB6MtprC39GGm6UdYcMCK6P4j/9mBKuY+60Yrs/0W/dztduFSdN932r3ej6dqG+uao23pd4kbIEGjsQfjPzn39k/VI2D/cL46Gv49v/mb8CuwwKftmT7rIQrXhXDmusMzvYlHGqz1wDg3/+aP0r5/kAWAvXPm4O0TJ4FcLZYkXYtrkOHXFDxSklG01Mj+rV0nqdQs7rAptbGcUg3Vd32tfQfp0Bmu9V7Gs8aUUxT8FwUeTV/kPu/dLJVVOzlO+Rqc18lknhD4NFHjasnIOpVobONhqTVRHV6p4efQDB9jYBlXZ9XBxfaYStOVhYFKoZFoeJ5yU8/rRXSQEGbQYWwgTGKvy4v072XqWo2ryFSudx8Of3J4sBmo8gP3fDhoClaNnATI9erIzx6h0H0gbbBxOc1fQs2DpwmPgF0RTxW4WKC5KzpVLrSedYV6rQvmqYWXIdMhH0z/LM9GOTAi0wvbKJLQJ7p4b3gUuzh3dpwG0s2GKH89Rso4NXRMmkfMRZbuRQQK0gDAt9G6TfZ+3Bp0lylA3Vspcw8syxSV+3qwSh6RUNbjxNkbiv/wyU1Y/JC/aPOv/4OL8gjarztqbD3dNTO0E5GUuCGiRSbl810vV1qt2I/FIUjxn2UTqdp0RNw1YH4mGeSGUvva6ZLsuiKm/2m4Of2nkHUSjM89JYXpEAOM/XElkoJIZFWHPVCfwTJPIgiremFnfDDp+YXfd4EO+PpbNZPhnV07oypat/Iiu7L9uauJoksdSrwq7RynZ9VhjA8qvaOR+X0n5d/+XsfNyyxy/7/xxfIlXjiPxV0t1IFLzcK12n4iu21d+JGX0kR+heWRNCVY2hQ1ZyYR4OyNmpXXzatE1zb4gF0fvVfoNVF9Z3lPOPT5KcVEFhbLTs5KEdoORurGYcYp+9O0Sv4peGU6MQT3lGk38+LDqyKeLSfD/5x2b/LxvWLnbQMk0sLHkGgtdh5we1knMAr1tJ7Xmry7uVyvWfLHA9hZ0WTwSf3aINPZp7TrN8y5tMUmxNxhRCPHDfJmI+H4fJDtRwWKAtKZNGE3pyEjNZ61NmmcqWhQtYsmKZutGyrXAJQ7uXFrv8A8Na47oObg0/216aUz0AwZ3i5vnj9nOOfTuXedNP9FVUrpsH82+2mIq/GiFU4jH4qaFxyTaVTACM2fongb/ErQE1tyNvtKtDO9U+h4nZw0JOrTdysbvDiLnHacLBrC+FV3mYvf1nGNYqBDjJJOaZZdWwZZUX2jVWKp05ttKzRs6Q/wJpsitdOTGsGrdvSQ3e1cqt081eSdeVjVLN4wUV9KQqEbISaTopru4VW8qlRhPPp/R0qtGqPsDl/gYkYodqgicd1Y2IG/jXx1hyvZuSX2htu1KtZkDe1XVDgQjuRPebUB/IqJUWTXcq8KHvAKtn+G3DtgilAZfNJl+tHDE1uXSeTPmohUluVGFf5FWnTty8+GnrRi7X5S7qLgrow2x+ZN8WMr2GlJh5XrKQbtYomRw/Y+a9+fGWd8QkeFr4jz1C3dsO0mqO7lnZgo04WGVpcXY3HPApZXmfrC8qt8iT5g128NLAjfXQgMKvbcMbfTQax0Q0WtUV75+Wvu5ELodhF2+7SyjyoRjFj2gfJCmm9KokrA4J08dqVLeEUdiVIzEczC8tRDzbe27Wr67tB0zRuwokD6n+lo0vjhpo9nYFuKX5QuILNjFor7zZ5lGHzhp42l/Y3b+7UDSjZBuUTZpJPcxS8qs1P1eZo0ZMAa8tj/IXvBPkxzpZa7Lg/oN5NFkt5j2zwaIms84KiohaPnKE49NWzLTTvXi3szrbiY3EPHn4c6ciJsqnljA4xldB39K9sBcFzyBC5BKIVxFE6/rRaWrWi4ykIjZuEajL68gw85TWyFZ9ilbvzuNCJ5QaIZ6nCfstuZ8d97umloSvnJFffD8zk1mq3afkh4GkjzwYfE3BEuvR3oUmX1S4HyStriBxrobRijsIJvMBeJau9P1a3YWaVQI0hg6o10CTO+TRl28syU/dkYd81f7chuBI3aJNSpTfyaNTUu7mqwVMim5yJ4B91os3hndehiP2C1HMwJufLt+a3ut8CoUZ9W350oljULvbX1SyYPg2FSDHsF5+ld8buR1ceDmHLfRdZBgdQLzXE/E+iZsTK5GCT1xXiIpINMXmp5jvpTdoOcxVrzCizDkX9aJTlgAhHXEoU0h5oTedbdEWb3nVh9IeP/0AC616ro5MZjDBPgNmWaM//qe0Fmv0kloLPk28i3+7XO36Yp1kGdPm+denVt7D6RHxBmlUU36IabbxluBRFktte0s7lvWV2pk3Z2GYelWbIsGfvL9zhEM0zt7lM9lcyEb4Y5zqUdRtPrdboKeub9KhECkje3rrnXN1wVCFdi71VnuwqaNcuLEsR5cwsYtosVHauaXUSaCYzr7grb9p4cv3wXP4Ak/q/Z8v/dQlrpXiO1oNJ9e8zrQfcDIXM81pXQdHMkPSBZCpnSq1yb1+ZeylXsPw/cPD6xvHWsNgCXERB0rafOt6bt7t7IHU1g5Lf5fk8QXNrXio6/9vGq9oHxQeEF2qXVbSt10EPKi82YYRY9LXYw2QqV+oyUI6dSFUKZj1DnbzRXG3hkSYHPQjKaOorUsdBw8tW+XMbg7uG8zxd3cW4NQsF3Ug7uNGL5jc+gN6HpqWeRy6WSdsVnt65uWAiwNlWDL7JPgZjcPkhf+r4B57qpmc3gnOzozM5k/TVTwL2tIS418X5eUmciP66sabjF6EPJp+b4kejrZVkp+0cYVIhE96dcJX0GNdTZbtJI8goUVh67KZ39WB1lVZBD9uHL/Xucfio79U7DDi5BPvF0SK40gvEG4+d4vB82CnWk08ccuYr6V2ls8RQ4Ac7hzfFSpa5daMZG8let59pIBSPNHuRkyp2sTZewClY9f9jym9AU/QXpW4dZqU2e1cR8LwEYndfWM2hV5P1tlcbn8+mQRFUpDZ96CV/6hK9J90Z6ElMzdfEnzV5LUTWEXWrUsAiOumitThkuAxC+77LOlkhkJpM9/rcRJi7GMOCeOBU4cdBp4FuSxbKZ6DzNaz+YPanyUuY8yDsu0sNoh16K44T0j7dHZxCysOds1J8M3qwNJ6mB0AJRBz5lUgji8b5/NBEym7aHpw2prPunQRckfDRvSY8VerSzZllUEXrA4BUk6DTG85VVAJvK22afONWEBlMFtBjHsO1DHFDYb+291tslhzU1IQxbasB8vIAI9MzCAX9Wo5vOipHaHWRtcQR/lAWsoafPINiFNEIhyTG5toHS3i0rY1FC9P61VnR9bV0G3dbplbV65cxSwC+bZtkyA3y5dv6PxtuymlhAlsd6vdcTVsi9TrVXI28pG9nZwsQXcs/WIa750ilhUxMkNm2XXs2Y8O2v+o51qiXQ8Vv+zjD3XmZfrdRs4kwuVXSCXTbver95vmOschGSrUhBnvAB/VuF6Rxa7ptXi5OBx00hflKonHi5RaPdDpJSzF7StHdcpnrDbtt9J4lww5VeECPhLsMBGq9+m95ASpFaMLNkTcxxQwqfq8VYLjeg3jwnY16YZORWRfN1bPK7SnsEmGESNQCrr7yJDEko7el9cgSMIgTUqhxFt3o95UWZiaWg1btxpFKEvqLQBoiIKcFnC3zczCbIagrlzX7fLURO2v6X4GA587rPDetvOLyCqHc6Yww2YcbG8X1aRYVCfVMdzTzM2aRqSZtnI4Lv6zdUKusbp9gf7h19TUZD/AC6JpJCaqSwF0H2roiTO0P/mWtiH/4L/rbj58rYnl9Gsv9H1vXia6XCd7sY0jzjtrKBCrH2aRSnDDsGMMfYcY7UN78avbBbqwS1IYgbij4IPq450Ud02hBFAeYVIFf/Q1Bc72B2LXn16OdipfhaXc9mItqdhEK0WxXZOVXzK+wYRPSMb1jLU10wVa10gPbIc6Owau5zKkr1e2GzZdB/+2VjJWV0PTYMIR7eL7YXuu1CEWsrFsDECmWYZbCshJ1JP0jmqobSRAcgDMHfJkOzZD95dq7ZQpS30XAImJ6qzslN1f/o7aHOrsWCaBSPjBnndHrK7f8hIfdHVk47rpfezvqrfOIyQ4HoXG0/tMrcVcjHsZOvHXnZ/V5XPQgDgMHoS0MKBbeC+MyVguwzkjy1XeDkT23uwOoTSrqpdKs2Nf/whUpvNKXrZnt5v3//UA6dPJCgtxOyrtD50ZfGfOoaEcpxTWO0lvX0zEzV2+n1i+GESda1iAZRuLgKCFVfckTh+9xi3T5g46wshk+iKR1Tre9pOFuQ8w72Q8qdj4L9ul5ePuljWHFw8qz8YM80cOorQlBLLWg8UBcMnP7Ndq9/Ug4kYWr2JzlO7atGkwbyGhSZU4QdMxydoa00Ze1MaVE2JadrtSJwGsfbrl7F0Y2YT3GdwMi3anTMMtD10ldys0b8Oovu1Fqi+Qj2yAOJaPRZrVepMVCBGVimkM8x6KArsu/Pd+ReLvS9df2OoJPffNwNaUB7Mfq7Etv9h3eZWiPjlAOSpaOBzn5KbuRZ3ZzqLQE42wZz6S3dr53KAOZtD5Cd/eLvpktUmePrphRxe2WuUL+62ySxKiWNQxAJHT5xXOU0eVDl2fHyoj0dV1nQn0l1EEKDH9cOs8z2bCA4w/n7EcleleT7aJTcV6jCmO8CO57r7fU/NJ6c8NM9WwMI8zstNVEuThtf0UcFVHiLKslx6uBcnkOHy2zLC4i+XyXOA/ez91G/M+W6f01br6VRU+/qWTIr1b7HsuXNnq2sBkpmnsA6EjYtGV6zrI6yxKyk3Ddqpbu447FTtDN0zrTE3B8L54PhXyB9aqTr3C52OtchdowMax3Uo2Q5370vt0vtCzojBTRwM9/eO0UGQRO5YHq1Nb2s9BlEHNRQ/oRtPKu/CiYBecIle1FAvZ8NUYkDy28ZHoEi/R9ZOGgvmju1FqX/M5P49uDWoPfJP6Js3uDX06qdeqZPaqzYPv73ztSe1eScFg9kCE4cMd+4WoYgTDQqPgExPNYqmSPLiKPn+LlnDT2V16zFKVDCBpzx+htzmWVhSXNTDJB9UHcmbYVqE8UFXwObMJvifnjDL9WOGaWeRsW4UEh0hHNvbvJm3/IKzF1WmWwsJMxer4kvnzWxBGmzkfzjIb/NDxCbcLuC6bujbJ41O0dVqhlY73zQoEjqHnsEQekqKzejcmAHEiEkHz7zsgatb0kH3pmoPgEk0St2AmKYip3MFk9V5Nm7q47sj8T8mIOTjTRt2LLBDp9UVFdI7Pa+p1ozeChH3WIQcar05/j8d2FhZqz1Q3kYMGQiHbLV2i1HEfw6qprmjfyGk+MI9Z3sjM2H+lg2a+q6V79RBx4qZeQi8xXOWnMsfu2tqxyqUuecL3+5ijd0F3Ff+14xx3RJSreZz2JOvYVjeyWLyCdnAp5AKRPLu/FWi9PgLhsQ9ja3bphs0nCimW6GkXEz6XFfbeFMTZxczcBwg4aQz7qDTLsv1s0VzZV+089PVDpMBF7LutaT32frEKnZSzEG40dq62Huqh8NyDBIXJv8tOa31DuRLhk7Byn+j9MByMC7Jd5EtzvXCksA0etm6TbcaQX2RzojFLZpiFebI8qMVyxaddkrvkzv4Pt7iFz9PXmP4AAAAASUVORK5CYII=);
                +    background-image: none\9;
                +  }
                +  .container {
                +    position: relative;
                +    z-index: 2;
                +  }
                +}
                +.jumbotron-icon:after { opacity: .1; }
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/views.less b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/views.less
                new file mode 100644
                index 0000000..f0cd3c9
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/assets/less/site/views.less
                @@ -0,0 +1,50 @@
                +// view-specific
                +
                +// reset background
                +.v-get-started,
                +.v-store,
                +.v-accessibility {
                +  background: @alert-well-bg; // resetting for depth
                +}
                +
                +// get started
                +.v-get-started {
                +
                +  .get-started-cdn {
                +    background: @section-emphasized-bg;
                +  }
                +
                +  .jumbotron {
                +    border-bottom: none;
                +  }
                +
                +  // sections
                +  .get-started-cdn {
                +    z-index: 2;
                +    position: relative;
                +    border-radius: @border-radius-base;
                +    padding: @buffer-sm @buffer-xl @buffer-lg @buffer-xl;
                +  }
                +
                +  .hr .hr-text {
                +    background:  @alert-well-bg;
                +    font-family: @font-family-serif;
                +    font-size: (@font-size-large*1.5);
                +  }
                +}
                +
                +// accessibility
                +.v-accessibility {
                +
                +  .accessibility-cdn {
                +    background: @section-emphasized-bg;
                +    border-radius: @border-radius-base;
                +    padding: @buffer-lg;
                +  }
                +
                +  .hr .hr-text {
                +    background:  @alert-well-bg;
                +    font-family: @font-family-serif;
                +    font-size: (@font-size-large*1.5);
                +  }
                +}
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/cheatsheet.html b/old/themes/varia/static/css/fork-awesome/src/doc/cheatsheet.html
                new file mode 100644
                index 0000000..56c3867
                --- /dev/null
                +++ b/old/themes/varia/static/css/fork-awesome/src/doc/cheatsheet.html
                @@ -0,0 +1,40 @@
                +---
                +layout: base
                +title: Font Awesome Cheatsheet
                +relative_path: ../
                +---
                +{% capture jumbotron_h1 %}  Cheatsheet{% endcapture %}
                +{% capture jumbotron_p %}The complete Font Awesome {{ site.fontawesome.version }} icon reference{% endcapture %}
                +
                +{% include jumbotron.html %}
                +{% include stripe-social.html %}
                +
                +
                + {% capture stripe_ad_content %} +

                + Print this page to PDF for the complete set of vectors. Or to use on the + desktop, install FontAwesome.otf, set it as the font in your application, + and copy and paste the icons (not the unicode) directly from this page into + your designs. +

                + {% endcapture %} + + + +
                + {% assign sorted_icons = icons | expand_aliases | sort_by:'class' %} + + {% for icon in sorted_icons %} +
                + {% if icon.created >= site.fontawesome.major_version %}{{ icon.created }}{% endif %} + + fa-{{ icon.class }} + {% if icon.alias_of %} (alias){% endif %} + [&#x{{ icon.unicode }};] +
                + {% endfor %} +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/community.html b/old/themes/varia/static/css/fork-awesome/src/doc/community.html new file mode 100644 index 0000000..236aa06 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/community.html @@ -0,0 +1,21 @@ +--- +layout: base +title: The Fork Awesome Community +navbar_active: community +relative_path: ../ +--- +{% capture jumbotron_h1 %}  Community{% endcapture %} +{% capture jumbotron_p %}Lots of ways to get involved with {{ site.forkawesome.name }}{% endcapture %} + +{% include jumbotron.html %} +{% include stripe-social.html %} + +
                + {% include community/getting-support.html %} + {% include community/requesting-new-icons.html %} + {% include community/reporting-bugs.html %} + {% include community/submitting-pull-requests.html %} + {% include community/project-milestones.html %} + + {% include thanks-to.html %} +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/design.html b/old/themes/varia/static/css/fork-awesome/src/doc/design.html new file mode 100644 index 0000000..9c5830d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/design.html @@ -0,0 +1 @@ + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/examples.html b/old/themes/varia/static/css/fork-awesome/src/doc/examples.html new file mode 100644 index 0000000..58a0f51 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/examples.html @@ -0,0 +1,40 @@ +--- +layout: base +title: Fork Awesome Examples +navbar_active: examples +relative_path: ../ +--- +{% capture jumbotron_h1 %}  Examples{% endcapture %} +{% capture jumbotron_p %}Lots of easy ways to use {{ site.forkawesome.name }}{% endcapture %} + +{% include jumbotron.html %} +{% include stripe-social.html %} + +
                +

                + After you get up and running, you can place {{ site.forkawesome.name }} icons just about + anywhere with the <i> tag. + Some examples appreciatively re-used from the Bootstrap documentation. +

                + +
                +
                + +
                +
                +

                The following examples are kept simple. So please be sure to visit the manual accessibility examples and read more about making your icons accessible for all users.

                +
                +
                + + {% include examples/basic.html %} + {% include examples/larger.html %} + {% include examples/fixed-width.html %} + {% include examples/list.html %} + {% include examples/bordered-pulled.html %} + {% include examples/animated.html %} + {% include examples/rotated-flipped.html %} + {% include examples/stacked.html %} + {% include examples/bootstrap.html %} + {% include examples/custom.html %} + {% include examples/accessible.html %} +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/get-started.html b/old/themes/varia/static/css/fork-awesome/src/doc/get-started.html new file mode 100644 index 0000000..59dc25c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/get-started.html @@ -0,0 +1,143 @@ +--- +layout: base +title: Get Started with Fork Awesome +navbar_active: get-started +view_class: v-get-started +relative_path: ../ +--- +{% capture jumbotron_h1 %}  Get Started{% endcapture %} +{% capture jumbotron_p %}Easy ways to get {{ site.forkawesome.name }} {{ site.forkawesome.version }} onto your website{% endcapture %} + +{% include jumbotron.html %} + +
                +
                + + +
                +
                +

                The simplest way to get {{ site.forkawesome.name }} in your project is to copy the line below in between the <head> tags of your HTML source files. Then check the examples to start displaying icons. +

                +{% highlight html %} + +{% endhighlight %} +

                +

                Thanks to jsDelivr for providing the CDN for {{ site.forkawesome.name }}

                +
                +
                +
                + +
                + or +
                + +
                + + +
                +
                +

                + Want to manage and host {{ site.forkawesome.name }} assets yourself? You can + download, + customize, and use the icons and default styling manually. Both CSS and CSS Preprocessor (Sass and Less) formats are included.

                +
                + + +
                + +
                +

                Using CSS

                + +
                  +
                1. Copy the entire fork-awesome directory into your project.
                2. +
                3. + In the <head> of your html, reference the location to your font-awesome.min.css. +{% highlight html %} + +{% endhighlight %} +
                4. +
                5. Check out the examples to start using {{ site.forkawesome.name }}!
                6. +
                +
                + +
                +

                Using Sass or Less

                + +

                Use this method to customize {{ site.forkawesome.name }} {{ site.forkawesome.version }} using Less or Sass.

                +
                  +
                1. Copy the fork-awesome/ directory into your project.
                2. +
                3. + Open your project's fork-awesome/less/variables.less or fork-awesome/scss/_variables.scss and edit the @fa-font-path or $fa-font-path + variable to point to your font directory. +{% highlight scss %} +@fa-font-path: "../font"; +{% endhighlight %} +

                  The font path is relative from your compiled CSS directory.

                  +
                4. +
                5. Re-compile your Less or Sass if using a static compiler. Otherwise, you should be good to go.
                6. +
                7. Check out the examples to start using {{ site.forkawesome.name }}!
                8. +
                +
                +
                + +
                + or +
                + +
                + + +
                +
                +

                Juliette Foucault has created a little library called IconFontCppHeaders to help use a few icon fonts in your C or C++ projects and {{ site.forkawesome.name }} is part of it.

                +{% highlight c %} +#include "IconsForkAwesome.h" +{% endhighlight %} +
                +
                +
                + +
                +
                + +
                + +
                + +
                +
                +

                Validators

                +

                In order to provide the best possible experience to old and buggy browsers, {{ site.forkawesome.name }} uses CSS browser hacks in several places to target special CSS to certain browser versions in order to work around bugs in the browsers themselves. These hacks understandably cause CSS validators to complain that they are invalid. In a couple places, we also use bleeding-edge CSS features that aren't yet fully standardized, but these are used purely for progressive enhancement.

                +

                These validation warnings don't matter in practice since the non-hacky portion of our CSS does fully validate and the hacky portions don't interfere with the proper functioning of the non-hacky portion, hence why we deliberately ignore these particular warnings.

                +

                Getting started - Validators by Bootstrap Team is licensed under CC BY 3.0

                +
                + +
                +

                Internet Explorer 8 and @font-face

                +

                IE8 has some issues with @font-face when combined with :before. + {{ site.forkawesome.name }} uses that combination. If a page is cached, and loaded without the mouse over the window + (i.e. hit the refresh button or load something in an iframe) then the page gets rendered before the font loads. + Hovering over the page (body) will show some of the icons and hovering over the remaining icons will show those as well. + See issue #954 for details.

                +

                Getting started - Internet Explorer 8 and @font-face by Bootstrap Team is licensed under CC BY 3.0

                + +

                Need IE7 Support?

                +

                + Sorry, {{ site.forkawesome.name }} {{ site.forkawesome.version }} + doesn't support IE7, but an older version of {{ site.fontawesome.name }} does (v3.2.1, if you can still find it). +

                +
                +
                + +{% include modals/download.html %} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/icons.html b/old/themes/varia/static/css/fork-awesome/src/doc/icons.html new file mode 100644 index 0000000..73fc8fb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/icons.html @@ -0,0 +1,32 @@ +--- +layout: base +title: Fork Awesome Icons +navbar_active: icons +relative_path: ../ +--- +{% capture jumbotron_h1 %}  The Icons{% endcapture %} +{% capture jumbotron_p %}The complete set of {{ icons | size }} icons in {{ site.forkawesome.name }} {{ site.forkawesome.version }}{% endcapture %} + +{% include jumbotron.html %} + +
                +
                + {% include icons/new.html %} + {% include icons/web-application.html %} + {% include icons/accessibility.html %} + {% include icons/hand.html %} + {% include icons/transportation.html %} + {% include icons/gender.html %} + {% include icons/file-type.html %} + {% include icons/spinner.html %} + {% include icons/form-control.html %} + {% include icons/payment.html %} + {% include icons/chart.html %} + {% include icons/currency.html %} + {% include icons/text-editor.html %} + {% include icons/directional.html %} + {% include icons/video-player.html %} + {% include icons/brand.html %} + {% include icons/medical.html %} +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/index.html b/old/themes/varia/static/css/fork-awesome/src/doc/index.html new file mode 100644 index 0000000..dc44995 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/index.html @@ -0,0 +1,16 @@ +--- +layout: base +title: Fork Awesome, a fork of the iconic font and CSS toolkit +navbar_active: home +relative_path: ./ +--- + +{% include jumbotron-carousel.html %} +{% include stripe-social.html %} + +
                + {% include why.html %} + {% include thanks-to.html %} +
                + +{% include modals/download.html %} diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/license.html b/old/themes/varia/static/css/fork-awesome/src/doc/license.html new file mode 100644 index 0000000..88ac92d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/license.html @@ -0,0 +1,75 @@ +--- +layout: base +title: Fork Awesome License +navbar_active: license +relative_path: ../ +--- +{% capture jumbotron_h1 %}  License{% endcapture %} +{% capture jumbotron_p %}The full details of how {{ site.forkawesome.name }} is licensed{% endcapture %} + +{% include jumbotron.html %} +{% include stripe-social.html %} + +
                +

                + {{ site.forkawesome.name }} is fully open source and is GPL friendly. You + can use it for commercial projects, open source projects, or really just + about whatever you want. +

                + +
                + +
                  +
                • + Applies to all desktop and webfont files in the following directory: + fonts/. +
                • +
                • + Applies to all glyphs and SVG files in the following directory: + src/icons/svg/. +
                • +
                • License: {{ site.forkawesome.license.font.version }}
                • +
                • + URL: + {{ site.forkawesome.license.font.url }} +
                • +
                +
                + +
                + +
                  +
                • + Applies to all CSS and LESS files in the following directories: + fork-awesome/css/, + fork-awesome/less/, and + fork-awesome/scss/. +
                • +
                • License: {{ site.forkawesome.license.code.version }}
                • +
                • + URL: + {{ site.forkawesome.license.code.url }} +
                • +
                +
                + +
                + + +
                + +
                + + {% include brand-license.html %} +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/store.html b/old/themes/varia/static/css/fork-awesome/src/doc/store.html new file mode 100644 index 0000000..325b3c2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/store.html @@ -0,0 +1,63 @@ +--- +layout: base +title: Official Merchandise +navbar_active: store +view_class: v-store +relative_path: ../ +--- +{% capture jumbotron_h1 %}  Awesome Swag{% endcapture %} +{% capture jumbotron_p %}Show your love & support of Font Awesome with official merchandise!{% endcapture %} + +{% include jumbotron.html %} + +
                + +
                +
                +
                + {% include products/fa-ther-tee.html %} +
                +
                + {% include products/space-shuttle-tee.html %} +
                +
                + {% include products/rock-paper-scissors-lizard-spock-tee.html %} +
                +
                + {% include products/white-logo-tee.html %} +
                +
                + {% include products/camera-retro-tee.html %} +
                +
                + {% include products/old-skool-tee.html %} +
                +
                + {% include products/classics-tee.html %} +
                +
                + {% include products/green-logo-tee.html %} +
                +
                + {% include products/cta-suggestions.html %} +
                +
                + +
                + +
                +
                +

                About Font Awesome Products

                +

                + There might be times where you want to insert a bit of Font Awesome in the real world. That's why we're trying out some schwag. We hope you enjoy our icons and their fun spirit out in the wild and appreciate the support you're showing and giving by doing so. You're putting the Awesome in Font Awesome! +

                +
                + +
                +

                Shipping, Tracking, & Refunding Orders

                +

                + All of our products are managed through Amazon. Shipping rates and schedules are managed through their storefront. You'll be able to track your placed orders and contact Amazon's responsive support about refunds, issues, or questions. Ratings and feedback are always welcome either on the product page or directly to us. +

                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/test/all.html b/old/themes/varia/static/css/fork-awesome/src/doc/test/all.html new file mode 100644 index 0000000..ef4d8ff --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/test/all.html @@ -0,0 +1,54 @@ +--- +relative_path: ../../ +--- + + + + + + + + + +
                +
                +

                All

                +
                + {% for icon in icons %} + {% endfor %} +
                +
                + + +
                +

                All (Unicode)

                + {% for icon in icons %} + &#x{{ icon.unicode }} + {% endfor %} +
                + +
                +

                Non-Brand (Unicode)

                + + {% for icon in icons %} + {% unless icon.categories contains "Brand Icons" %} + &#x{{ icon.unicode }} + {% endunless %} + {% endfor %} +
                + +
                +

                Brand (Unicode)

                + + {% for icon in icons %} + {% if icon.categories contains "Brand Icons" %} + &#x{{ icon.unicode }} + {% endif %} + {% endfor %} +
                + + +
                + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/test/cdn.html b/old/themes/varia/static/css/fork-awesome/src/doc/test/cdn.html new file mode 100644 index 0000000..8bfadf6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/test/cdn.html @@ -0,0 +1,53 @@ +--- +relative_path: ../../ +--- + + + + + + + + +
                +
                +

                All

                +
                + {% for icon in icons %} + {% endfor %} +
                +
                + + +
                +

                All (Unicode)

                + {% for icon in icons %} + &#x{{ icon.unicode }} + {% endfor %} +
                + +
                +

                Non-Brand (Unicode)

                + + {% for icon in icons %} + {% unless icon.categories contains "Brand Icons" %} + &#x{{ icon.unicode }} + {% endunless %} + {% endfor %} +
                + +
                +

                Brand (Unicode)

                + + {% for icon in icons %} + {% if icon.categories contains "Brand Icons" %} + &#x{{ icon.unicode }} + {% endif %} + {% endfor %} +
                + + +
                + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/test/glyphicons.html b/old/themes/varia/static/css/fork-awesome/src/doc/test/glyphicons.html new file mode 100644 index 0000000..fefb8ba --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/test/glyphicons.html @@ -0,0 +1,795 @@ +--- +title: Glyphicons Visual Test Cases +relative_path: ../ +--- + + + + + + + + + + + + {% if page.title %}{{ page.title }}{% endif %} + + + + + + + + + + + + + + + + + + + +
                + +
                +

                Visual Test Cases

                + +

                Icons Icons should have proper alignment and not be clipped

                +
                +
                +
                + Calendar +
                +
                +
                +
                + Calendar Large +
                +
                +
                + Calendar +
                +
                + Calendar Large +
                +
                +
                +
                +
                + Calendar +
                +
                +
                +
                + Calendar Large +
                +
                +
                + Calendar Large +
                +
                +
                +
                +
                + Circle +
                +
                +
                +
                + Circle Large +
                +
                +
                + Circle +
                +
                + Circle Large +
                +
                +
                +
                +
                + Circle +
                +
                +
                +
                + Circle Large +
                +
                +
                + Circle Large +
                +
                + + +

                Links with Icons icon should activate link & underline

                + + + + +

                Navbar should stay same height

                + + + +

                Plain buttons next to buttons w/icons should be same height, icons not clipped

                +

                Buttons

                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                + + +

                Anchors

                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                + +

                Button groups should be same height

                +
                +
                +
                +
                + + +
                +
                +
                +
                +
                +
                + + +
                +
                +
                +
                +
                +
                + + +
                +
                +
                +
                + +

                Buttons with pulled 2x, 3x, 4x should be same height, have correct line height

                + + + +

                Nav pills & nav tabs should be same height and properly vertically aligned

                + + + + +

                2x, 3x, 4x icons in text should have margins next to and below text

                +
                +
                +

                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

                +
                +
                +

                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

                +
                +
                +
                +
                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
                +
                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
                +
                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
                +
                + + +

                Bullets should wrap appropriately, have proper spacing

                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
                • +
                +
                +
                +
                + + +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                + + +

                Spinning icons icons should be aligned well and on center, buttons should be same height, won't work in ie7

                +
                + Loading... + + + Loading... + + Loading... +
                +
                + Loading... + + + Loading... + +
                +
                + Loading... + + + Loading... + +
                +

                glyphicon-lg

                +
                + Loading... + + + Loading... + +
                +
                + Loading... + + + Loading... + +
                +
                + Loading... + + + Loading... + +
                +

                Bootstrap Prepend and Append

                +
                +
                +
                + + +
                +
                +
                +
                + + +
                +
                +
                + +

                Stacked icons

                +
                + {% include tests/stacked.html %} +
                +
                + {% include tests/stacked.html %} +
                +

                Stacked icons inside anchor

                +
                + {% include tests/stacked-inside-anchor.html %} +
                + + +

                Mirrored and rotated icons

                +
                +
                +
                + {% include tests/rotated-flipped.html %} +
                +
                +
                +
                + {% include tests/rotated-flipped.html %} +
                +
                +
                +

                Mirrored and rotated icons inside anchors and buttons

                +
                +
                +
                + {% include tests/rotated-flipped-inside-anchor.html %} +
                +
                +
                +
                + {% include tests/rotated-flipped-inside-btn.html %} +
                +
                +
                + +
                + +
                +
                + + + + + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/test/height/current.html b/old/themes/varia/static/css/fork-awesome/src/doc/test/height/current.html new file mode 100644 index 0000000..0f72d46 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/test/height/current.html @@ -0,0 +1,62 @@ +--- +relative_path: ../../../ +--- + + + + + + + + +

                Current

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/test/index.html b/old/themes/varia/static/css/fork-awesome/src/doc/test/index.html new file mode 100644 index 0000000..41f3660 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/test/index.html @@ -0,0 +1,800 @@ +--- +layout: base +title: Fork Awesome Visual Test Cases +relative_path: ../ +--- + +
                +

                Visual Test Cases

                + +

                Icons Icons should have proper alignment and not be clipped

                +
                +
                +
                + Building +
                +
                +
                +
                + Building Large +
                +
                +
                + Building +
                +
                + Building Large +
                +
                +
                +
                +
                + Building +
                +
                +
                +
                + Building Large +
                +
                +
                + Building Large +
                +
                +
                +
                +
                + Circle +
                +
                +
                +
                + Circle Large +
                +
                +
                + Circle +
                +
                + Circle Large +
                +
                +
                +
                +
                + Circle +
                +
                +
                +
                + Circle Large +
                +
                +
                + Circle Large +
                +
                + + +

                Links with Icons icon should activate link & NOT underline

                +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                + Link Here +
                +
                + + +

                Navbar should stay same height

                + + + +

                Plain buttons next to buttons w/icons should be same height, icons not clipped

                +

                Buttons

                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                + + + +
                +
                +
                +
                + + +

                Anchors

                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                + Button + Button + +
                +
                +
                +
                + +

                Button groups should be same height

                +
                +
                +
                +
                + + +
                +
                +
                +
                +
                +
                + + +
                +
                +
                +
                +
                +
                + + +
                +
                +
                +
                + +

                Buttons with pulled 2x, 3x, 4x should be same height, have correct line height

                + + + +

                Nav pills & nav tabs should be same height and properly vertically aligned

                + + +

                Hide class directly on icons

                +
                +
                +
                + Icon should be hidden +
                +
                +
                + Icon should be hidden +
                +
                + + +

                2x, 3x, 4x icons in text should have margins next to and below text

                +
                +
                +

                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

                +
                +
                +

                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +

                +
                +
                +
                +
                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
                +
                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
                +
                + + Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus. +
                +
                + + +

                Bullets should wrap appropriately, have proper spacing

                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
                • +
                +
                +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. + + foo + foo +
                • +
                +
                +
                +
                + + +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                +
                +
                  +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam et lectus id nisl hendrerit varius. Aliquam erat volutpat. Suspendisse potenti. Aliquam erat volutpat. Aliquam ut dolor lectus.
                • +
                • Lorem ipsum dolor sit amet, consectetur adipiscing elit.
                • +
                +
                +
                +
                + + +

                Spinning icons icons should be aligned well and on center, buttons should be same height, won't work in ie7

                +
                + Loading... + + + Loading... + + Loading... +
                +
                + Loading... + + + Loading... + +
                +
                + Loading... + + + Loading... + +
                +

                fa-lg

                +
                + Loading... + + + Loading... + +
                +
                + Loading... + + + Loading... + +
                +
                + Loading... + + + Loading... + +
                +

                Bootstrap Prepend and Append

                +
                +
                +
                + + +
                +
                +
                +
                + + +
                +
                +
                + +

                Stacked icons

                +
                + {% include tests/stacked.html %} +
                +
                + {% include tests/stacked.html %} +
                +

                Stacked icons inside anchor

                +
                + {% include tests/stacked-inside-anchor.html %} +
                +

                Stacked icon background with text foreground

                +
                + {% include tests/stacked-with-text.html %} +
                + + +

                Mirrored and rotated icons

                +
                +
                +
                + {% include tests/rotated-flipped.html %} +
                +
                +
                +
                + {% include tests/rotated-flipped.html %} +
                +
                +
                +

                Mirrored and rotated icons inside anchors and buttons

                +
                +
                +
                + {% include tests/rotated-flipped-inside-anchor.html %} +
                +
                +
                +
                + {% include tests/rotated-flipped-inside-btn.html %} +
                +
                +
                + +

                Animation Wobble #671

                +
                + + + + + + +
                +
                + + + + + + +
                +
                + + + + + + +
                +
                + + + + + + +
                + + +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/test/v5.html b/old/themes/varia/static/css/fork-awesome/src/doc/test/v5.html new file mode 100644 index 0000000..375f851 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/test/v5.html @@ -0,0 +1,1363 @@ + + + + + + + + + + +
                +

                Brands

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                +
                +

                Solid

                + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                +
                +

                Regular

                + + + + + + + + + + + i> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
                + + diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/thanks.html b/old/themes/varia/static/css/fork-awesome/src/doc/thanks.html new file mode 100644 index 0000000..b22a4ee --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/thanks.html @@ -0,0 +1,29 @@ +--- +layout: base +title: Thanks for subscribing! +relative_path: ../ +--- + +
                +
                +
                +
                +

                You're all set!

                +

                + Thanks for signing up! + We'll send you email updates on new Font Awesome releases, icons, and other stuff that we're working on. + We won't spam you. Scout's honor! +

                + +

                What's next?

                +

                + Want to see what we're working on next? Check out Fort Awesome! We're making it easy to put the perfect icons + on your website. Pick from gorgeous, comprehensive icon sets or copy and paste your own vector icons. +

                + + Check out Fort Awesome! + +
                +
                +
                +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/doc/whats-new.html b/old/themes/varia/static/css/fork-awesome/src/doc/whats-new.html new file mode 100644 index 0000000..4c965e8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/doc/whats-new.html @@ -0,0 +1,47 @@ +--- +layout: base +title: What's New +navbar_active: whats-new +relative_path: ../ +--- +{% capture jumbotron_h1 %}  What's New{% endcapture %} +{% capture jumbotron_p %}What's New with {{ site.forkawesome.name }} {{ site.forkawesome.minor_version }}{% endcapture %} + +{% include jumbotron.html %} +{% include stripe-social.html %} + +
                +

                + {{ site.forkawesome.name }} is now a community effort based on + {{ site.fontawesome.name }} {{ site.fontawesome.version }} by + {{ site.fontawesome.author.name }}.
                + We + {{ site.fontawesome.name }} but here's why we forked it into {{ site.forkawesome.name }} + {{ site.forkawesome.minor_version }}. Want to + help contribute? +

                + +
                +
                +

                PR freeze

                + Since Oct 22, 2016, Font Awesome has frozen all pull requests proposing new + icons. With {{ site.forkawesome.name }}, we are welcoming all your pull + requests. +
                +
                +

                Font Awesome 5.0

                + Fort Awesome has run a very successful kickstarter campaign and completely + redesigned Font Awesome in this new version 5.0. Fork Awesome plans to keep + the old look alive. +
                +
                +

                Distributed community

                + We believe in distributed open source design projects, + where all contributions are included and credited. So + join our community. +
                +
                + + {% include icons/new.html %} + {% include new-upgrading.html %} +
                diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/.fontcustom-manifest.json b/old/themes/varia/static/css/fork-awesome/src/icons/.fontcustom-manifest.json new file mode 100644 index 0000000..987868d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/.fontcustom-manifest.json @@ -0,0 +1,3025 @@ +{ + "checksum": { + "previous": "2a7fad9c738e72e6d0eaaebc4f3eb820859ccb29627557b3c601c45932fc3baa", + "current": "2a7fad9c738e72e6d0eaaebc4f3eb820859ccb29627557b3c601c45932fc3baa" + }, + "fonts": [ + "forkawesome/forkawesome.ttf", + "forkawesome/forkawesome.svg", + "forkawesome/forkawesome.woff", + "forkawesome/forkawesome.eot", + "forkawesome/forkawesome.woff2" + ], + "glyphs": { + "500px": { + "codepoint": 62062, + "source": "svg/500px.svg" + }, + "activitypub": { + "codepoint": 62194, + "source": "svg/activitypub.svg" + }, + "address-book": { + "codepoint": 62137, + "source": "svg/address-book.svg" + }, + "address-book-o": { + "codepoint": 62138, + "source": "svg/address-book-o.svg" + }, + "address-card": { + "codepoint": 62139, + "source": "svg/address-card.svg" + }, + "address-card-o": { + "codepoint": 62140, + "source": "svg/address-card-o.svg" + }, + "adjust": { + "codepoint": 61506, + "source": "svg/adjust.svg" + }, + "adn": { + "codepoint": 61808, + "source": "svg/adn.svg" + }, + "align-center": { + "codepoint": 61495, + "source": "svg/align-center.svg" + }, + "align-justify": { + "codepoint": 61497, + "source": "svg/align-justify.svg" + }, + "align-left": { + "codepoint": 61494, + "source": "svg/align-left.svg" + }, + "align-right": { + "codepoint": 61496, + "source": "svg/align-right.svg" + }, + "amazon": { + "codepoint": 62064, + "source": "svg/amazon.svg" + }, + "ambulance": { + "codepoint": 61689, + "source": "svg/ambulance.svg" + }, + "american-sign-language-interpreting": { + "codepoint": 62115, + "source": "svg/american-sign-language-interpreting.svg" + }, + "anchor": { + "codepoint": 61757, + "source": "svg/anchor.svg" + }, + "android": { + "codepoint": 61819, + "source": "svg/android.svg" + }, + "angellist": { + "codepoint": 61961, + "source": "svg/angellist.svg" + }, + "angle-double-down": { + "codepoint": 61699, + "source": "svg/angle-double-down.svg" + }, + "angle-double-left": { + "codepoint": 61696, + "source": "svg/angle-double-left.svg" + }, + "angle-double-right": { + "codepoint": 61697, + "source": "svg/angle-double-right.svg" + }, + "angle-double-up": { + "codepoint": 61698, + "source": "svg/angle-double-up.svg" + }, + "angle-down": { + "codepoint": 61703, + "source": "svg/angle-down.svg" + }, + "angle-left": { + "codepoint": 61700, + "source": "svg/angle-left.svg" + }, + "angle-right": { + "codepoint": 61701, + "source": "svg/angle-right.svg" + }, + "angle-up": { + "codepoint": 61702, + "source": "svg/angle-up.svg" + }, + "apple": { + "codepoint": 61817, + "source": "svg/apple.svg" + }, + "archive": { + "codepoint": 61831, + "source": "svg/archive.svg" + }, + "archive-org": { + "codepoint": 62204, + "source": "svg/archive-org.svg" + }, + "archlinux": { + "codepoint": 62243, + "source": "svg/archlinux.svg" + }, + "area-chart": { + "codepoint": 61950, + "source": "svg/area-chart.svg" + }, + "arrow-circle-down": { + "codepoint": 61611, + "source": "svg/arrow-circle-down.svg" + }, + "arrow-circle-left": { + "codepoint": 61608, + "source": "svg/arrow-circle-left.svg" + }, + "arrow-circle-o-down": { + "codepoint": 61466, + "source": "svg/arrow-circle-o-down.svg" + }, + "arrow-circle-o-left": { + "codepoint": 61840, + "source": "svg/arrow-circle-o-left.svg" + }, + "arrow-circle-o-right": { + "codepoint": 61838, + "source": "svg/arrow-circle-o-right.svg" + }, + "arrow-circle-o-up": { + "codepoint": 61467, + "source": "svg/arrow-circle-o-up.svg" + }, + "arrow-circle-right": { + "codepoint": 61609, + "source": "svg/arrow-circle-right.svg" + }, + "arrow-circle-up": { + "codepoint": 61610, + "source": "svg/arrow-circle-up.svg" + }, + "arrow-down": { + "codepoint": 61539, + "source": "svg/arrow-down.svg" + }, + "arrow-left": { + "codepoint": 61536, + "source": "svg/arrow-left.svg" + }, + "arrow-right": { + "codepoint": 61537, + "source": "svg/arrow-right.svg" + }, + "arrow-up": { + "codepoint": 61538, + "source": "svg/arrow-up.svg" + }, + "arrows": { + "codepoint": 61511, + "source": "svg/arrows.svg" + }, + "arrows-alt": { + "codepoint": 61618, + "source": "svg/arrows-alt.svg" + }, + "arrows-h": { + "codepoint": 61566, + "source": "svg/arrows-h.svg" + }, + "arrows-v": { + "codepoint": 61565, + "source": "svg/arrows-v.svg" + }, + "artstation": { + "codepoint": 62189, + "source": "svg/artstation.svg" + }, + "assistive-listening-systems": { + "codepoint": 62114, + "source": "svg/assistive-listening-systems.svg" + }, + "asterisk": { + "codepoint": 61545, + "source": "svg/asterisk.svg" + }, + "at": { + "codepoint": 61946, + "source": "svg/at.svg" + }, + "att": { + "codepoint": 62238, + "source": "svg/att.svg" + }, + "audio-description": { + "codepoint": 62110, + "source": "svg/audio-description.svg" + }, + "backward": { + "codepoint": 61514, + "source": "svg/backward.svg" + }, + "balance-scale": { + "codepoint": 62030, + "source": "svg/balance-scale.svg" + }, + "ban": { + "codepoint": 61534, + "source": "svg/ban.svg" + }, + "bandcamp": { + "codepoint": 62165, + "source": "svg/bandcamp.svg" + }, + "bar-chart": { + "codepoint": 61568, + "source": "svg/bar-chart.svg" + }, + "barcode": { + "codepoint": 61482, + "source": "svg/barcode.svg" + }, + "bars": { + "codepoint": 61641, + "source": "svg/bars.svg" + }, + "bath": { + "codepoint": 62157, + "source": "svg/bath.svg" + }, + "battery-empty": { + "codepoint": 62020, + "source": "svg/battery-empty.svg" + }, + "battery-full": { + "codepoint": 62016, + "source": "svg/battery-full.svg" + }, + "battery-half": { + "codepoint": 62018, + "source": "svg/battery-half.svg" + }, + "battery-quarter": { + "codepoint": 62019, + "source": "svg/battery-quarter.svg" + }, + "battery-three-quarters": { + "codepoint": 62017, + "source": "svg/battery-three-quarters.svg" + }, + "bed": { + "codepoint": 62006, + "source": "svg/bed.svg" + }, + "beer": { + "codepoint": 61692, + "source": "svg/beer.svg" + }, + "behance": { + "codepoint": 61876, + "source": "svg/behance.svg" + }, + "behance-square": { + "codepoint": 61877, + "source": "svg/behance-square.svg" + }, + "bell": { + "codepoint": 61683, + "source": "svg/bell.svg" + }, + "bell-o": { + "codepoint": 61602, + "source": "svg/bell-o.svg" + }, + "bell-slash": { + "codepoint": 61942, + "source": "svg/bell-slash.svg" + }, + "bell-slash-o": { + "codepoint": 61943, + "source": "svg/bell-slash-o.svg" + }, + "bicycle": { + "codepoint": 61958, + "source": "svg/bicycle.svg" + }, + "binoculars": { + "codepoint": 61925, + "source": "svg/binoculars.svg" + }, + "biometric": { + "codepoint": 62251, + "source": "svg/biometric.svg" + }, + "birthday-cake": { + "codepoint": 61949, + "source": "svg/birthday-cake.svg" + }, + "bitbucket": { + "codepoint": 61809, + "source": "svg/bitbucket.svg" + }, + "bitbucket-square": { + "codepoint": 61810, + "source": "svg/bitbucket-square.svg" + }, + "black-tie": { + "codepoint": 62078, + "source": "svg/black-tie.svg" + }, + "blind": { + "codepoint": 62109, + "source": "svg/blind.svg" + }, + "bluetooth": { + "codepoint": 62099, + "source": "svg/bluetooth.svg" + }, + "bluetooth-b": { + "codepoint": 62100, + "source": "svg/bluetooth-b.svg" + }, + "bold": { + "codepoint": 61490, + "source": "svg/bold.svg" + }, + "bolt": { + "codepoint": 61671, + "source": "svg/bolt.svg" + }, + "bomb": { + "codepoint": 61922, + "source": "svg/bomb.svg" + }, + "book": { + "codepoint": 61485, + "source": "svg/book.svg" + }, + "bookmark": { + "codepoint": 61486, + "source": "svg/bookmark.svg" + }, + "bookmark-o": { + "codepoint": 61591, + "source": "svg/bookmark-o.svg" + }, + "bootstrap": { + "codepoint": 62229, + "source": "svg/bootstrap.svg" + }, + "braille": { + "codepoint": 62113, + "source": "svg/braille.svg" + }, + "briefcase": { + "codepoint": 61617, + "source": "svg/briefcase.svg" + }, + "btc": { + "codepoint": 61786, + "source": "svg/btc.svg" + }, + "bug": { + "codepoint": 61832, + "source": "svg/bug.svg" + }, + "building": { + "codepoint": 61869, + "source": "svg/building.svg" + }, + "building-o": { + "codepoint": 61687, + "source": "svg/building-o.svg" + }, + "bullhorn": { + "codepoint": 61601, + "source": "svg/bullhorn.svg" + }, + "bullseye": { + "codepoint": 61760, + "source": "svg/bullseye.svg" + }, + "bus": { + "codepoint": 61959, + "source": "svg/bus.svg" + }, + "buysellads": { + "codepoint": 61965, + "source": "svg/buysellads.svg" + }, + "c": { + "codepoint": 62236, + "source": "svg/c.svg" + }, + "calculator": { + "codepoint": 61932, + "source": "svg/calculator.svg" + }, + "calendar": { + "codepoint": 61555, + "source": "svg/calendar.svg" + }, + "calendar-check-o": { + "codepoint": 62068, + "source": "svg/calendar-check-o.svg" + }, + "calendar-minus-o": { + "codepoint": 62066, + "source": "svg/calendar-minus-o.svg" + }, + "calendar-o": { + "codepoint": 61747, + "source": "svg/calendar-o.svg" + }, + "calendar-plus-o": { + "codepoint": 62065, + "source": "svg/calendar-plus-o.svg" + }, + "calendar-times-o": { + "codepoint": 62067, + "source": "svg/calendar-times-o.svg" + }, + "camera": { + "codepoint": 61488, + "source": "svg/camera.svg" + }, + "camera-retro": { + "codepoint": 61571, + "source": "svg/camera-retro.svg" + }, + "car": { + "codepoint": 61881, + "source": "svg/car.svg" + }, + "caret-down": { + "codepoint": 61655, + "source": "svg/caret-down.svg" + }, + "caret-left": { + "codepoint": 61657, + "source": "svg/caret-left.svg" + }, + "caret-right": { + "codepoint": 61658, + "source": "svg/caret-right.svg" + }, + "caret-square-o-down": { + "codepoint": 61776, + "source": "svg/caret-square-o-down.svg" + }, + "caret-square-o-left": { + "codepoint": 61841, + "source": "svg/caret-square-o-left.svg" + }, + "caret-square-o-right": { + "codepoint": 61778, + "source": "svg/caret-square-o-right.svg" + }, + "caret-square-o-up": { + "codepoint": 61777, + "source": "svg/caret-square-o-up.svg" + }, + "caret-up": { + "codepoint": 61656, + "source": "svg/caret-up.svg" + }, + "cart-arrow-down": { + "codepoint": 61976, + "source": "svg/cart-arrow-down.svg" + }, + "cart-plus": { + "codepoint": 61975, + "source": "svg/cart-plus.svg" + }, + "cc": { + "codepoint": 61962, + "source": "svg/cc.svg" + }, + "cc-amex": { + "codepoint": 61939, + "source": "svg/cc-amex.svg" + }, + "cc-diners-club": { + "codepoint": 62028, + "source": "svg/cc-diners-club.svg" + }, + "cc-discover": { + "codepoint": 61938, + "source": "svg/cc-discover.svg" + }, + "cc-jcb": { + "codepoint": 62027, + "source": "svg/cc-jcb.svg" + }, + "cc-mastercard": { + "codepoint": 61937, + "source": "svg/cc-mastercard.svg" + }, + "cc-paypal": { + "codepoint": 61940, + "source": "svg/cc-paypal.svg" + }, + "cc-stripe": { + "codepoint": 61941, + "source": "svg/cc-stripe.svg" + }, + "cc-visa": { + "codepoint": 61936, + "source": "svg/cc-visa.svg" + }, + "certificate": { + "codepoint": 61603, + "source": "svg/certificate.svg" + }, + "chain-broken": { + "codepoint": 61735, + "source": "svg/chain-broken.svg" + }, + "check": { + "codepoint": 61452, + "source": "svg/check.svg" + }, + "check-circle": { + "codepoint": 61528, + "source": "svg/check-circle.svg" + }, + "check-circle-o": { + "codepoint": 61533, + "source": "svg/check-circle-o.svg" + }, + "check-square": { + "codepoint": 61770, + "source": "svg/check-square.svg" + }, + "check-square-o": { + "codepoint": 61510, + "source": "svg/check-square-o.svg" + }, + "chevron-circle-down": { + "codepoint": 61754, + "source": "svg/chevron-circle-down.svg" + }, + "chevron-circle-left": { + "codepoint": 61751, + "source": "svg/chevron-circle-left.svg" + }, + "chevron-circle-right": { + "codepoint": 61752, + "source": "svg/chevron-circle-right.svg" + }, + "chevron-circle-up": { + "codepoint": 61753, + "source": "svg/chevron-circle-up.svg" + }, + "chevron-down": { + "codepoint": 61560, + "source": "svg/chevron-down.svg" + }, + "chevron-left": { + "codepoint": 61523, + "source": "svg/chevron-left.svg" + }, + "chevron-right": { + "codepoint": 61524, + "source": "svg/chevron-right.svg" + }, + "chevron-up": { + "codepoint": 61559, + "source": "svg/chevron-up.svg" + }, + "child": { + "codepoint": 61870, + "source": "svg/child.svg" + }, + "chrome": { + "codepoint": 62056, + "source": "svg/chrome.svg" + }, + "circle": { + "codepoint": 61713, + "source": "svg/circle.svg" + }, + "circle-o": { + "codepoint": 61708, + "source": "svg/circle-o.svg" + }, + "circle-o-notch": { + "codepoint": 61902, + "source": "svg/circle-o-notch.svg" + }, + "circle-thin": { + "codepoint": 61915, + "source": "svg/circle-thin.svg" + }, + "clipboard": { + "codepoint": 61674, + "source": "svg/clipboard.svg" + }, + "clock-o": { + "codepoint": 61463, + "source": "svg/clock-o.svg" + }, + "clone": { + "codepoint": 62029, + "source": "svg/clone.svg" + }, + "cloud": { + "codepoint": 61634, + "source": "svg/cloud.svg" + }, + "cloud-download": { + "codepoint": 61677, + "source": "svg/cloud-download.svg" + }, + "cloud-upload": { + "codepoint": 61678, + "source": "svg/cloud-upload.svg" + }, + "code": { + "codepoint": 61729, + "source": "svg/code.svg" + }, + "code-fork": { + "codepoint": 61734, + "source": "svg/code-fork.svg" + }, + "codepen": { + "codepoint": 61899, + "source": "svg/codepen.svg" + }, + "codiepie": { + "codepoint": 62084, + "source": "svg/codiepie.svg" + }, + "coffee": { + "codepoint": 61684, + "source": "svg/coffee.svg" + }, + "cog": { + "codepoint": 61459, + "source": "svg/cog.svg" + }, + "cogs": { + "codepoint": 61573, + "source": "svg/cogs.svg" + }, + "columns": { + "codepoint": 61659, + "source": "svg/columns.svg" + }, + "comment": { + "codepoint": 61557, + "source": "svg/comment.svg" + }, + "comment-o": { + "codepoint": 61669, + "source": "svg/comment-o.svg" + }, + "commenting": { + "codepoint": 62074, + "source": "svg/commenting.svg" + }, + "commenting-o": { + "codepoint": 62075, + "source": "svg/commenting-o.svg" + }, + "comments": { + "codepoint": 61574, + "source": "svg/comments.svg" + }, + "comments-o": { + "codepoint": 61670, + "source": "svg/comments-o.svg" + }, + "compass": { + "codepoint": 61774, + "source": "svg/compass.svg" + }, + "compress": { + "codepoint": 61542, + "source": "svg/compress.svg" + }, + "connectdevelop": { + "codepoint": 61966, + "source": "svg/connectdevelop.svg" + }, + "contao": { + "codepoint": 62061, + "source": "svg/contao.svg" + }, + "copyright": { + "codepoint": 61945, + "source": "svg/copyright.svg" + }, + "creative-commons": { + "codepoint": 62046, + "source": "svg/creative-commons.svg" + }, + "credit-card": { + "codepoint": 61597, + "source": "svg/credit-card.svg" + }, + "credit-card-alt": { + "codepoint": 62083, + "source": "svg/credit-card-alt.svg" + }, + "crop": { + "codepoint": 61733, + "source": "svg/crop.svg" + }, + "crosshairs": { + "codepoint": 61531, + "source": "svg/crosshairs.svg" + }, + "css3": { + "codepoint": 61756, + "source": "svg/css3.svg" + }, + "cube": { + "codepoint": 61874, + "source": "svg/cube.svg" + }, + "cubes": { + "codepoint": 61875, + "source": "svg/cubes.svg" + }, + "cutlery": { + "codepoint": 61685, + "source": "svg/cutlery.svg" + }, + "dashcube": { + "codepoint": 61968, + "source": "svg/dashcube.svg" + }, + "database": { + "codepoint": 61888, + "source": "svg/database.svg" + }, + "deaf": { + "codepoint": 62116, + "source": "svg/deaf.svg" + }, + "debian": { + "codepoint": 62207, + "source": "svg/debian.svg" + }, + "delicious": { + "codepoint": 61861, + "source": "svg/delicious.svg" + }, + "desktop": { + "codepoint": 61704, + "source": "svg/desktop.svg" + }, + "dev-to": { + "codepoint": 62230, + "source": "svg/dev-to.svg" + }, + "deviantart": { + "codepoint": 61885, + "source": "svg/deviantart.svg" + }, + "diamond": { + "codepoint": 61977, + "source": "svg/diamond.svg" + }, + "diaspora": { + "codepoint": 62181, + "source": "svg/diaspora.svg" + }, + "digg": { + "codepoint": 61862, + "source": "svg/digg.svg" + }, + "digitalocean": { + "codepoint": 62237, + "source": "svg/digitalocean.svg" + }, + "discord": { + "codepoint": 62190, + "source": "svg/discord.svg" + }, + "discord-alt": { + "codepoint": 62191, + "source": "svg/discord-alt.svg" + }, + "dogmazic": { + "codepoint": 62211, + "source": "svg/dogmazic.svg" + }, + "dot-circle-o": { + "codepoint": 61842, + "source": "svg/dot-circle-o.svg" + }, + "download": { + "codepoint": 61465, + "source": "svg/download.svg" + }, + "dribbble": { + "codepoint": 61821, + "source": "svg/dribbble.svg" + }, + "dropbox": { + "codepoint": 61803, + "source": "svg/dropbox.svg" + }, + "drupal": { + "codepoint": 61865, + "source": "svg/drupal.svg" + }, + "edge": { + "codepoint": 62082, + "source": "svg/edge.svg" + }, + "eercast": { + "codepoint": 62170, + "source": "svg/eercast.svg" + }, + "eject": { + "codepoint": 61522, + "source": "svg/eject.svg" + }, + "ellipsis-h": { + "codepoint": 61761, + "source": "svg/ellipsis-h.svg" + }, + "ellipsis-v": { + "codepoint": 61762, + "source": "svg/ellipsis-v.svg" + }, + "emby": { + "codepoint": 62233, + "source": "svg/emby.svg" + }, + "empire": { + "codepoint": 61905, + "source": "svg/empire.svg" + }, + "envelope": { + "codepoint": 61664, + "source": "svg/envelope.svg" + }, + "envelope-o": { + "codepoint": 61443, + "source": "svg/envelope-o.svg" + }, + "envelope-open": { + "codepoint": 62134, + "source": "svg/envelope-open.svg" + }, + "envelope-open-o": { + "codepoint": 62135, + "source": "svg/envelope-open-o.svg" + }, + "envelope-square": { + "codepoint": 61849, + "source": "svg/envelope-square.svg" + }, + "envira": { + "codepoint": 62105, + "source": "svg/envira.svg" + }, + "eraser": { + "codepoint": 61741, + "source": "svg/eraser.svg" + }, + "ethereum": { + "codepoint": 62195, + "source": "svg/ethereum.svg" + }, + "etsy": { + "codepoint": 62167, + "source": "svg/etsy.svg" + }, + "eur": { + "codepoint": 61779, + "source": "svg/eur.svg" + }, + "exchange": { + "codepoint": 61676, + "source": "svg/exchange.svg" + }, + "exclamation": { + "codepoint": 61738, + "source": "svg/exclamation.svg" + }, + "exclamation-circle": { + "codepoint": 61546, + "source": "svg/exclamation-circle.svg" + }, + "exclamation-triangle": { + "codepoint": 61553, + "source": "svg/exclamation-triangle.svg" + }, + "expand": { + "codepoint": 61541, + "source": "svg/expand.svg" + }, + "expeditedssl": { + "codepoint": 62014, + "source": "svg/expeditedssl.svg" + }, + "external-link": { + "codepoint": 61582, + "source": "svg/external-link.svg" + }, + "external-link-square": { + "codepoint": 61772, + "source": "svg/external-link-square.svg" + }, + "eye": { + "codepoint": 61550, + "source": "svg/eye.svg" + }, + "eye-slash": { + "codepoint": 61552, + "source": "svg/eye-slash.svg" + }, + "eyedropper": { + "codepoint": 61947, + "source": "svg/eyedropper.svg" + }, + "f-droid": { + "codepoint": 62250, + "source": "svg/f-droid.svg" + }, + "facebook": { + "codepoint": 61594, + "source": "svg/facebook.svg" + }, + "facebook-messenger": { + "codepoint": 62206, + "source": "svg/facebook-messenger.svg" + }, + "facebook-official": { + "codepoint": 62000, + "source": "svg/facebook-official.svg" + }, + "facebook-square": { + "codepoint": 61570, + "source": "svg/facebook-square.svg" + }, + "fast-backward": { + "codepoint": 61513, + "source": "svg/fast-backward.svg" + }, + "fast-forward": { + "codepoint": 61520, + "source": "svg/fast-forward.svg" + }, + "fax": { + "codepoint": 61868, + "source": "svg/fax.svg" + }, + "female": { + "codepoint": 61826, + "source": "svg/female.svg" + }, + "ffmpeg": { + "codepoint": 62223, + "source": "svg/ffmpeg.svg" + }, + "fighter-jet": { + "codepoint": 61691, + "source": "svg/fighter-jet.svg" + }, + "file": { + "codepoint": 61787, + "source": "svg/file.svg" + }, + "file-archive-o": { + "codepoint": 61894, + "source": "svg/file-archive-o.svg" + }, + "file-audio-o": { + "codepoint": 61895, + "source": "svg/file-audio-o.svg" + }, + "file-code-o": { + "codepoint": 61897, + "source": "svg/file-code-o.svg" + }, + "file-epub": { + "codepoint": 62241, + "source": "svg/file-epub.svg" + }, + "file-excel-o": { + "codepoint": 61891, + "source": "svg/file-excel-o.svg" + }, + "file-image-o": { + "codepoint": 61893, + "source": "svg/file-image-o.svg" + }, + "file-o": { + "codepoint": 61462, + "source": "svg/file-o.svg" + }, + "file-pdf-o": { + "codepoint": 61889, + "source": "svg/file-pdf-o.svg" + }, + "file-powerpoint-o": { + "codepoint": 61892, + "source": "svg/file-powerpoint-o.svg" + }, + "file-text": { + "codepoint": 61788, + "source": "svg/file-text.svg" + }, + "file-text-o": { + "codepoint": 61686, + "source": "svg/file-text-o.svg" + }, + "file-video-o": { + "codepoint": 61896, + "source": "svg/file-video-o.svg" + }, + "file-word-o": { + "codepoint": 61890, + "source": "svg/file-word-o.svg" + }, + "files-o": { + "codepoint": 61637, + "source": "svg/files-o.svg" + }, + "film": { + "codepoint": 61448, + "source": "svg/film.svg" + }, + "filter": { + "codepoint": 61616, + "source": "svg/filter.svg" + }, + "fire": { + "codepoint": 61549, + "source": "svg/fire.svg" + }, + "fire-extinguisher": { + "codepoint": 61748, + "source": "svg/fire-extinguisher.svg" + }, + "firefox": { + "codepoint": 62057, + "source": "svg/firefox.svg" + }, + "first-order": { + "codepoint": 62128, + "source": "svg/first-order.svg" + }, + "flag": { + "codepoint": 61476, + "source": "svg/flag.svg" + }, + "flag-checkered": { + "codepoint": 61726, + "source": "svg/flag-checkered.svg" + }, + "flag-o": { + "codepoint": 61725, + "source": "svg/flag-o.svg" + }, + "flask": { + "codepoint": 61635, + "source": "svg/flask.svg" + }, + "flickr": { + "codepoint": 61806, + "source": "svg/flickr.svg" + }, + "floppy-o": { + "codepoint": 61639, + "source": "svg/floppy-o.svg" + }, + "folder": { + "codepoint": 61563, + "source": "svg/folder.svg" + }, + "folder-o": { + "codepoint": 61716, + "source": "svg/folder-o.svg" + }, + "folder-open": { + "codepoint": 61564, + "source": "svg/folder-open.svg" + }, + "folder-open-o": { + "codepoint": 61717, + "source": "svg/folder-open-o.svg" + }, + "font": { + "codepoint": 61489, + "source": "svg/font.svg" + }, + "font-awesome": { + "codepoint": 62132, + "source": "svg/font-awesome.svg" + }, + "fonticons": { + "codepoint": 62080, + "source": "svg/fonticons.svg" + }, + "fork-awesome": { + "codepoint": 62179, + "source": "svg/fork-awesome.svg" + }, + "fort-awesome": { + "codepoint": 62086, + "source": "svg/fort-awesome.svg" + }, + "forumbee": { + "codepoint": 61969, + "source": "svg/forumbee.svg" + }, + "forward": { + "codepoint": 61518, + "source": "svg/forward.svg" + }, + "foursquare": { + "codepoint": 61824, + "source": "svg/foursquare.svg" + }, + "free-code-camp": { + "codepoint": 62149, + "source": "svg/free-code-camp.svg" + }, + "freedombox": { + "codepoint": 62205, + "source": "svg/freedombox.svg" + }, + "friendica": { + "codepoint": 62182, + "source": "svg/friendica.svg" + }, + "frown-o": { + "codepoint": 61721, + "source": "svg/frown-o.svg" + }, + "futbol-o": { + "codepoint": 61923, + "source": "svg/futbol-o.svg" + }, + "gamepad": { + "codepoint": 61723, + "source": "svg/gamepad.svg" + }, + "gavel": { + "codepoint": 61667, + "source": "svg/gavel.svg" + }, + "gbp": { + "codepoint": 61780, + "source": "svg/gbp.svg" + }, + "genderless": { + "codepoint": 61997, + "source": "svg/genderless.svg" + }, + "get-pocket": { + "codepoint": 62053, + "source": "svg/get-pocket.svg" + }, + "gg": { + "codepoint": 62048, + "source": "svg/gg.svg" + }, + "gg-circle": { + "codepoint": 62049, + "source": "svg/gg-circle.svg" + }, + "gift": { + "codepoint": 61547, + "source": "svg/gift.svg" + }, + "gimp": { + "codepoint": 62235, + "source": "svg/gimp.svg" + }, + "git": { + "codepoint": 61907, + "source": "svg/git.svg" + }, + "git-square": { + "codepoint": 61906, + "source": "svg/git-square.svg" + }, + "gitea": { + "codepoint": 62239, + "source": "svg/gitea.svg" + }, + "github": { + "codepoint": 61595, + "source": "svg/github.svg" + }, + "github-alt": { + "codepoint": 61715, + "source": "svg/github-alt.svg" + }, + "github-square": { + "codepoint": 61586, + "source": "svg/github-square.svg" + }, + "gitlab": { + "codepoint": 62102, + "source": "svg/gitlab.svg" + }, + "glass": { + "codepoint": 61440, + "source": "svg/glass.svg" + }, + "glide": { + "codepoint": 62117, + "source": "svg/glide.svg" + }, + "glide-g": { + "codepoint": 62118, + "source": "svg/glide-g.svg" + }, + "globe": { + "codepoint": 61612, + "source": "svg/globe.svg" + }, + "globe-e": { + "codepoint": 62212, + "source": "svg/globe-e.svg" + }, + "globe-w": { + "codepoint": 62213, + "source": "svg/globe-w.svg" + }, + "gnu-social": { + "codepoint": 62183, + "source": "svg/gnu-social.svg" + }, + "gnupg": { + "codepoint": 62221, + "source": "svg/gnupg.svg" + }, + "google": { + "codepoint": 61856, + "source": "svg/google.svg" + }, + "google-plus": { + "codepoint": 61653, + "source": "svg/google-plus.svg" + }, + "google-plus-official": { + "codepoint": 62131, + "source": "svg/google-plus-official.svg" + }, + "google-plus-square": { + "codepoint": 61652, + "source": "svg/google-plus-square.svg" + }, + "google-wallet": { + "codepoint": 61934, + "source": "svg/google-wallet.svg" + }, + "graduation-cap": { + "codepoint": 61853, + "source": "svg/graduation-cap.svg" + }, + "gratipay": { + "codepoint": 61828, + "source": "svg/gratipay.svg" + }, + "grav": { + "codepoint": 62166, + "source": "svg/grav.svg" + }, + "h-square": { + "codepoint": 61693, + "source": "svg/h-square.svg" + }, + "hackaday": { + "codepoint": 62218, + "source": "svg/hackaday.svg" + }, + "hacker-news": { + "codepoint": 61908, + "source": "svg/hacker-news.svg" + }, + "hackster": { + "codepoint": 62246, + "source": "svg/hackster.svg" + }, + "hand-lizard-o": { + "codepoint": 62040, + "source": "svg/hand-lizard-o.svg" + }, + "hand-o-down": { + "codepoint": 61607, + "source": "svg/hand-o-down.svg" + }, + "hand-o-left": { + "codepoint": 61605, + "source": "svg/hand-o-left.svg" + }, + "hand-o-right": { + "codepoint": 61604, + "source": "svg/hand-o-right.svg" + }, + "hand-o-up": { + "codepoint": 61606, + "source": "svg/hand-o-up.svg" + }, + "hand-paper-o": { + "codepoint": 62038, + "source": "svg/hand-paper-o.svg" + }, + "hand-peace-o": { + "codepoint": 62043, + "source": "svg/hand-peace-o.svg" + }, + "hand-pointer-o": { + "codepoint": 62042, + "source": "svg/hand-pointer-o.svg" + }, + "hand-rock-o": { + "codepoint": 62037, + "source": "svg/hand-rock-o.svg" + }, + "hand-scissors-o": { + "codepoint": 62039, + "source": "svg/hand-scissors-o.svg" + }, + "hand-spock-o": { + "codepoint": 62041, + "source": "svg/hand-spock-o.svg" + }, + "handshake-o": { + "codepoint": 62133, + "source": "svg/handshake-o.svg" + }, + "hashnode": { + "codepoint": 62231, + "source": "svg/hashnode.svg" + }, + "hashtag": { + "codepoint": 62098, + "source": "svg/hashtag.svg" + }, + "hdd-o": { + "codepoint": 61600, + "source": "svg/hdd-o.svg" + }, + "header": { + "codepoint": 61916, + "source": "svg/header.svg" + }, + "headphones": { + "codepoint": 61477, + "source": "svg/headphones.svg" + }, + "heart": { + "codepoint": 61444, + "source": "svg/heart.svg" + }, + "heart-o": { + "codepoint": 61578, + "source": "svg/heart-o.svg" + }, + "heartbeat": { + "codepoint": 61982, + "source": "svg/heartbeat.svg" + }, + "history": { + "codepoint": 61914, + "source": "svg/history.svg" + }, + "home": { + "codepoint": 61461, + "source": "svg/home.svg" + }, + "hospital-o": { + "codepoint": 61688, + "source": "svg/hospital-o.svg" + }, + "hourglass": { + "codepoint": 62036, + "source": "svg/hourglass.svg" + }, + "hourglass-end": { + "codepoint": 62035, + "source": "svg/hourglass-end.svg" + }, + "hourglass-half": { + "codepoint": 62034, + "source": "svg/hourglass-half.svg" + }, + "hourglass-o": { + "codepoint": 62032, + "source": "svg/hourglass-o.svg" + }, + "hourglass-start": { + "codepoint": 62033, + "source": "svg/hourglass-start.svg" + }, + "houzz": { + "codepoint": 62076, + "source": "svg/houzz.svg" + }, + "html5": { + "codepoint": 61755, + "source": "svg/html5.svg" + }, + "hubzilla": { + "codepoint": 62187, + "source": "svg/hubzilla.svg" + }, + "i-cursor": { + "codepoint": 62022, + "source": "svg/i-cursor.svg" + }, + "id-badge": { + "codepoint": 62145, + "source": "svg/id-badge.svg" + }, + "id-card": { + "codepoint": 62146, + "source": "svg/id-card.svg" + }, + "id-card-o": { + "codepoint": 62147, + "source": "svg/id-card-o.svg" + }, + "ils": { + "codepoint": 61963, + "source": "svg/ils.svg" + }, + "imdb": { + "codepoint": 62168, + "source": "svg/imdb.svg" + }, + "inbox": { + "codepoint": 61468, + "source": "svg/inbox.svg" + }, + "indent": { + "codepoint": 61500, + "source": "svg/indent.svg" + }, + "industry": { + "codepoint": 62069, + "source": "svg/industry.svg" + }, + "info": { + "codepoint": 61737, + "source": "svg/info.svg" + }, + "info-circle": { + "codepoint": 61530, + "source": "svg/info-circle.svg" + }, + "inkscape": { + "codepoint": 62226, + "source": "svg/inkscape.svg" + }, + "inr": { + "codepoint": 61782, + "source": "svg/inr.svg" + }, + "instagram": { + "codepoint": 61805, + "source": "svg/instagram.svg" + }, + "internet-explorer": { + "codepoint": 62059, + "source": "svg/internet-explorer.svg" + }, + "ioxhost": { + "codepoint": 61960, + "source": "svg/ioxhost.svg" + }, + "italic": { + "codepoint": 61491, + "source": "svg/italic.svg" + }, + "jirafeau": { + "codepoint": 62232, + "source": "svg/jirafeau.svg" + }, + "joomla": { + "codepoint": 61866, + "source": "svg/joomla.svg" + }, + "joplin": { + "codepoint": 62224, + "source": "svg/joplin.svg" + }, + "jpy": { + "codepoint": 61783, + "source": "svg/jpy.svg" + }, + "jsfiddle": { + "codepoint": 61900, + "source": "svg/jsfiddle.svg" + }, + "key": { + "codepoint": 61572, + "source": "svg/key.svg" + }, + "key-modern": { + "codepoint": 62199, + "source": "svg/key-modern.svg" + }, + "keybase": { + "codepoint": 62196, + "source": "svg/keybase.svg" + }, + "keyboard-o": { + "codepoint": 61724, + "source": "svg/keyboard-o.svg" + }, + "krw": { + "codepoint": 61785, + "source": "svg/krw.svg" + }, + "language": { + "codepoint": 61867, + "source": "svg/language.svg" + }, + "laptop": { + "codepoint": 61705, + "source": "svg/laptop.svg" + }, + "laravel": { + "codepoint": 62219, + "source": "svg/laravel.svg" + }, + "lastfm": { + "codepoint": 61954, + "source": "svg/lastfm.svg" + }, + "lastfm-square": { + "codepoint": 61955, + "source": "svg/lastfm-square.svg" + }, + "leaf": { + "codepoint": 61548, + "source": "svg/leaf.svg" + }, + "leanpub": { + "codepoint": 61970, + "source": "svg/leanpub.svg" + }, + "lemon-o": { + "codepoint": 61588, + "source": "svg/lemon-o.svg" + }, + "level-down": { + "codepoint": 61769, + "source": "svg/level-down.svg" + }, + "level-up": { + "codepoint": 61768, + "source": "svg/level-up.svg" + }, + "liberapay": { + "codepoint": 62185, + "source": "svg/liberapay.svg" + }, + "liberapay-square": { + "codepoint": 62184, + "source": "svg/liberapay-square.svg" + }, + "life-ring": { + "codepoint": 61901, + "source": "svg/life-ring.svg" + }, + "lightbulb-o": { + "codepoint": 61675, + "source": "svg/lightbulb-o.svg" + }, + "line-chart": { + "codepoint": 61953, + "source": "svg/line-chart.svg" + }, + "link": { + "codepoint": 61633, + "source": "svg/link.svg" + }, + "linkedin": { + "codepoint": 61665, + "source": "svg/linkedin.svg" + }, + "linkedin-square": { + "codepoint": 61580, + "source": "svg/linkedin-square.svg" + }, + "linode": { + "codepoint": 62136, + "source": "svg/linode.svg" + }, + "linux": { + "codepoint": 61820, + "source": "svg/linux.svg" + }, + "list": { + "codepoint": 61498, + "source": "svg/list.svg" + }, + "list-alt": { + "codepoint": 61474, + "source": "svg/list-alt.svg" + }, + "list-ol": { + "codepoint": 61643, + "source": "svg/list-ol.svg" + }, + "list-ul": { + "codepoint": 61642, + "source": "svg/list-ul.svg" + }, + "location-arrow": { + "codepoint": 61732, + "source": "svg/location-arrow.svg" + }, + "lock": { + "codepoint": 61475, + "source": "svg/lock.svg" + }, + "long-arrow-down": { + "codepoint": 61813, + "source": "svg/long-arrow-down.svg" + }, + "long-arrow-left": { + "codepoint": 61815, + "source": "svg/long-arrow-left.svg" + }, + "long-arrow-right": { + "codepoint": 61816, + "source": "svg/long-arrow-right.svg" + }, + "long-arrow-up": { + "codepoint": 61814, + "source": "svg/long-arrow-up.svg" + }, + "low-vision": { + "codepoint": 62120, + "source": "svg/low-vision.svg" + }, + "magic": { + "codepoint": 61648, + "source": "svg/magic.svg" + }, + "magnet": { + "codepoint": 61558, + "source": "svg/magnet.svg" + }, + "male": { + "codepoint": 61827, + "source": "svg/male.svg" + }, + "map": { + "codepoint": 62073, + "source": "svg/map.svg" + }, + "map-marker": { + "codepoint": 61505, + "source": "svg/map-marker.svg" + }, + "map-o": { + "codepoint": 62072, + "source": "svg/map-o.svg" + }, + "map-pin": { + "codepoint": 62070, + "source": "svg/map-pin.svg" + }, + "map-signs": { + "codepoint": 62071, + "source": "svg/map-signs.svg" + }, + "mars": { + "codepoint": 61986, + "source": "svg/mars.svg" + }, + "mars-double": { + "codepoint": 61991, + "source": "svg/mars-double.svg" + }, + "mars-stroke": { + "codepoint": 61993, + "source": "svg/mars-stroke.svg" + }, + "mars-stroke-h": { + "codepoint": 61995, + "source": "svg/mars-stroke-h.svg" + }, + "mars-stroke-v": { + "codepoint": 61994, + "source": "svg/mars-stroke-v.svg" + }, + "mastodon": { + "codepoint": 62177, + "source": "svg/mastodon.svg" + }, + "mastodon-alt": { + "codepoint": 62178, + "source": "svg/mastodon-alt.svg" + }, + "mastodon-square": { + "codepoint": 62208, + "source": "svg/mastodon-square.svg" + }, + "matrix-org": { + "codepoint": 62227, + "source": "svg/matrix-org.svg" + }, + "maxcdn": { + "codepoint": 61750, + "source": "svg/maxcdn.svg" + }, + "meanpath": { + "codepoint": 61964, + "source": "svg/meanpath.svg" + }, + "medium": { + "codepoint": 62010, + "source": "svg/medium.svg" + }, + "medium-square": { + "codepoint": 62200, + "source": "svg/medium-square.svg" + }, + "medkit": { + "codepoint": 61690, + "source": "svg/medkit.svg" + }, + "meetup": { + "codepoint": 62176, + "source": "svg/meetup.svg" + }, + "meh-o": { + "codepoint": 61722, + "source": "svg/meh-o.svg" + }, + "mercury": { + "codepoint": 61987, + "source": "svg/mercury.svg" + }, + "microchip": { + "codepoint": 62171, + "source": "svg/microchip.svg" + }, + "microphone": { + "codepoint": 61744, + "source": "svg/microphone.svg" + }, + "microphone-slash": { + "codepoint": 61745, + "source": "svg/microphone-slash.svg" + }, + "minus": { + "codepoint": 61544, + "source": "svg/minus.svg" + }, + "minus-circle": { + "codepoint": 61526, + "source": "svg/minus-circle.svg" + }, + "minus-square": { + "codepoint": 61766, + "source": "svg/minus-square.svg" + }, + "minus-square-o": { + "codepoint": 61767, + "source": "svg/minus-square-o.svg" + }, + "mixcloud": { + "codepoint": 62089, + "source": "svg/mixcloud.svg" + }, + "mobile": { + "codepoint": 61707, + "source": "svg/mobile.svg" + }, + "modx": { + "codepoint": 62085, + "source": "svg/modx.svg" + }, + "money": { + "codepoint": 61654, + "source": "svg/money.svg" + }, + "moon": { + "codepoint": 62248, + "source": "svg/moon.svg" + }, + "moon-o": { + "codepoint": 61830, + "source": "svg/moon-o.svg" + }, + "motorcycle": { + "codepoint": 61980, + "source": "svg/motorcycle.svg" + }, + "mouse-pointer": { + "codepoint": 62021, + "source": "svg/mouse-pointer.svg" + }, + "music": { + "codepoint": 61441, + "source": "svg/music.svg" + }, + "neuter": { + "codepoint": 61996, + "source": "svg/neuter.svg" + }, + "newspaper-o": { + "codepoint": 61930, + "source": "svg/newspaper-o.svg" + }, + "nextcloud": { + "codepoint": 62214, + "source": "svg/nextcloud.svg" + }, + "nextcloud-square": { + "codepoint": 62215, + "source": "svg/nextcloud-square.svg" + }, + "nodejs": { + "codepoint": 62216, + "source": "svg/nodejs.svg" + }, + "object-group": { + "codepoint": 62023, + "source": "svg/object-group.svg" + }, + "object-ungroup": { + "codepoint": 62024, + "source": "svg/object-ungroup.svg" + }, + "odnoklassniki": { + "codepoint": 62051, + "source": "svg/odnoklassniki.svg" + }, + "odnoklassniki-square": { + "codepoint": 62052, + "source": "svg/odnoklassniki-square.svg" + }, + "opencart": { + "codepoint": 62013, + "source": "svg/opencart.svg" + }, + "openid": { + "codepoint": 61851, + "source": "svg/openid.svg" + }, + "opera": { + "codepoint": 62058, + "source": "svg/opera.svg" + }, + "optin-monster": { + "codepoint": 62012, + "source": "svg/optin-monster.svg" + }, + "outdent": { + "codepoint": 61499, + "source": "svg/outdent.svg" + }, + "pagelines": { + "codepoint": 61836, + "source": "svg/pagelines.svg" + }, + "paint-brush": { + "codepoint": 61948, + "source": "svg/paint-brush.svg" + }, + "paper-plane": { + "codepoint": 61912, + "source": "svg/paper-plane.svg" + }, + "paper-plane-o": { + "codepoint": 61913, + "source": "svg/paper-plane-o.svg" + }, + "paperclip": { + "codepoint": 61638, + "source": "svg/paperclip.svg" + }, + "paragraph": { + "codepoint": 61917, + "source": "svg/paragraph.svg" + }, + "patreon": { + "codepoint": 62192, + "source": "svg/patreon.svg" + }, + "pause": { + "codepoint": 61516, + "source": "svg/pause.svg" + }, + "pause-circle": { + "codepoint": 62091, + "source": "svg/pause-circle.svg" + }, + "pause-circle-o": { + "codepoint": 62092, + "source": "svg/pause-circle-o.svg" + }, + "paw": { + "codepoint": 61872, + "source": "svg/paw.svg" + }, + "paypal": { + "codepoint": 61933, + "source": "svg/paypal.svg" + }, + "peertube": { + "codepoint": 62180, + "source": "svg/peertube.svg" + }, + "pencil": { + "codepoint": 61504, + "source": "svg/pencil.svg" + }, + "pencil-square": { + "codepoint": 61771, + "source": "svg/pencil-square.svg" + }, + "pencil-square-o": { + "codepoint": 61508, + "source": "svg/pencil-square-o.svg" + }, + "percent": { + "codepoint": 62101, + "source": "svg/percent.svg" + }, + "phone": { + "codepoint": 61589, + "source": "svg/phone.svg" + }, + "phone-square": { + "codepoint": 61592, + "source": "svg/phone-square.svg" + }, + "php": { + "codepoint": 62222, + "source": "svg/php.svg" + }, + "picture-o": { + "codepoint": 61502, + "source": "svg/picture-o.svg" + }, + "pie-chart": { + "codepoint": 61952, + "source": "svg/pie-chart.svg" + }, + "pinterest": { + "codepoint": 61650, + "source": "svg/pinterest.svg" + }, + "pinterest-p": { + "codepoint": 62001, + "source": "svg/pinterest-p.svg" + }, + "pinterest-square": { + "codepoint": 61651, + "source": "svg/pinterest-square.svg" + }, + "pixelfed": { + "codepoint": 62228, + "source": "svg/pixelfed.svg" + }, + "plane": { + "codepoint": 61554, + "source": "svg/plane.svg" + }, + "play": { + "codepoint": 61515, + "source": "svg/play.svg" + }, + "play-circle": { + "codepoint": 61764, + "source": "svg/play-circle.svg" + }, + "play-circle-o": { + "codepoint": 61469, + "source": "svg/play-circle-o.svg" + }, + "pleroma": { + "codepoint": 62244, + "source": "svg/pleroma.svg" + }, + "plug": { + "codepoint": 61926, + "source": "svg/plug.svg" + }, + "plus": { + "codepoint": 61543, + "source": "svg/plus.svg" + }, + "plus-circle": { + "codepoint": 61525, + "source": "svg/plus-circle.svg" + }, + "plus-square": { + "codepoint": 61694, + "source": "svg/plus-square.svg" + }, + "plus-square-o": { + "codepoint": 61846, + "source": "svg/plus-square-o.svg" + }, + "podcast": { + "codepoint": 62158, + "source": "svg/podcast.svg" + }, + "power-off": { + "codepoint": 61457, + "source": "svg/power-off.svg" + }, + "print": { + "codepoint": 61487, + "source": "svg/print.svg" + }, + "product-hunt": { + "codepoint": 62088, + "source": "svg/product-hunt.svg" + }, + "puzzle-piece": { + "codepoint": 61742, + "source": "svg/puzzle-piece.svg" + }, + "python": { + "codepoint": 62242, + "source": "svg/python.svg" + }, + "qq": { + "codepoint": 61910, + "source": "svg/qq.svg" + }, + "qrcode": { + "codepoint": 61481, + "source": "svg/qrcode.svg" + }, + "question": { + "codepoint": 61736, + "source": "svg/question.svg" + }, + "question-circle": { + "codepoint": 61529, + "source": "svg/question-circle.svg" + }, + "question-circle-o": { + "codepoint": 62108, + "source": "svg/question-circle-o.svg" + }, + "quora": { + "codepoint": 62148, + "source": "svg/quora.svg" + }, + "quote-left": { + "codepoint": 61709, + "source": "svg/quote-left.svg" + }, + "quote-right": { + "codepoint": 61710, + "source": "svg/quote-right.svg" + }, + "random": { + "codepoint": 61556, + "source": "svg/random.svg" + }, + "ravelry": { + "codepoint": 62169, + "source": "svg/ravelry.svg" + }, + "react": { + "codepoint": 62210, + "source": "svg/react.svg" + }, + "rebel": { + "codepoint": 61904, + "source": "svg/rebel.svg" + }, + "recycle": { + "codepoint": 61880, + "source": "svg/recycle.svg" + }, + "reddit": { + "codepoint": 61857, + "source": "svg/reddit.svg" + }, + "reddit-alien": { + "codepoint": 62081, + "source": "svg/reddit-alien.svg" + }, + "reddit-square": { + "codepoint": 61858, + "source": "svg/reddit-square.svg" + }, + "refresh": { + "codepoint": 61473, + "source": "svg/refresh.svg" + }, + "registered": { + "codepoint": 62045, + "source": "svg/registered.svg" + }, + "renren": { + "codepoint": 61835, + "source": "svg/renren.svg" + }, + "repeat": { + "codepoint": 61470, + "source": "svg/repeat.svg" + }, + "reply": { + "codepoint": 61714, + "source": "svg/reply.svg" + }, + "reply-all": { + "codepoint": 61730, + "source": "svg/reply-all.svg" + }, + "retweet": { + "codepoint": 61561, + "source": "svg/retweet.svg" + }, + "road": { + "codepoint": 61464, + "source": "svg/road.svg" + }, + "rocket": { + "codepoint": 61749, + "source": "svg/rocket.svg" + }, + "rss": { + "codepoint": 61598, + "source": "svg/rss.svg" + }, + "rss-square": { + "codepoint": 61763, + "source": "svg/rss-square.svg" + }, + "rub": { + "codepoint": 61784, + "source": "svg/rub.svg" + }, + "safari": { + "codepoint": 62055, + "source": "svg/safari.svg" + }, + "scissors": { + "codepoint": 61636, + "source": "svg/scissors.svg" + }, + "scribd": { + "codepoint": 62090, + "source": "svg/scribd.svg" + }, + "scuttlebutt": { + "codepoint": 62186, + "source": "svg/scuttlebutt.svg" + }, + "search": { + "codepoint": 61442, + "source": "svg/search.svg" + }, + "search-minus": { + "codepoint": 61456, + "source": "svg/search-minus.svg" + }, + "search-plus": { + "codepoint": 61454, + "source": "svg/search-plus.svg" + }, + "sellsy": { + "codepoint": 61971, + "source": "svg/sellsy.svg" + }, + "server": { + "codepoint": 62003, + "source": "svg/server.svg" + }, + "shaarli": { + "codepoint": 62197, + "source": "svg/shaarli.svg" + }, + "shaarli-o": { + "codepoint": 62198, + "source": "svg/shaarli-o.svg" + }, + "share": { + "codepoint": 61540, + "source": "svg/share.svg" + }, + "share-alt": { + "codepoint": 61920, + "source": "svg/share-alt.svg" + }, + "share-alt-square": { + "codepoint": 61921, + "source": "svg/share-alt-square.svg" + }, + "share-square": { + "codepoint": 61773, + "source": "svg/share-square.svg" + }, + "share-square-o": { + "codepoint": 61509, + "source": "svg/share-square-o.svg" + }, + "shield": { + "codepoint": 61746, + "source": "svg/shield.svg" + }, + "ship": { + "codepoint": 61978, + "source": "svg/ship.svg" + }, + "shirtsinbulk": { + "codepoint": 61972, + "source": "svg/shirtsinbulk.svg" + }, + "shopping-bag": { + "codepoint": 62096, + "source": "svg/shopping-bag.svg" + }, + "shopping-basket": { + "codepoint": 62097, + "source": "svg/shopping-basket.svg" + }, + "shopping-cart": { + "codepoint": 61562, + "source": "svg/shopping-cart.svg" + }, + "shower": { + "codepoint": 62156, + "source": "svg/shower.svg" + }, + "sign-in": { + "codepoint": 61584, + "source": "svg/sign-in.svg" + }, + "sign-language": { + "codepoint": 62119, + "source": "svg/sign-language.svg" + }, + "sign-out": { + "codepoint": 61579, + "source": "svg/sign-out.svg" + }, + "signal": { + "codepoint": 61458, + "source": "svg/signal.svg" + }, + "signalapp": { + "codepoint": 62220, + "source": "svg/signalapp.svg" + }, + "simplybuilt": { + "codepoint": 61973, + "source": "svg/simplybuilt.svg" + }, + "sitemap": { + "codepoint": 61672, + "source": "svg/sitemap.svg" + }, + "skyatlas": { + "codepoint": 61974, + "source": "svg/skyatlas.svg" + }, + "skype": { + "codepoint": 61822, + "source": "svg/skype.svg" + }, + "slack": { + "codepoint": 61848, + "source": "svg/slack.svg" + }, + "sliders": { + "codepoint": 61918, + "source": "svg/sliders.svg" + }, + "slideshare": { + "codepoint": 61927, + "source": "svg/slideshare.svg" + }, + "smile-o": { + "codepoint": 61720, + "source": "svg/smile-o.svg" + }, + "snapchat": { + "codepoint": 62123, + "source": "svg/snapchat.svg" + }, + "snapchat-ghost": { + "codepoint": 62124, + "source": "svg/snapchat-ghost.svg" + }, + "snapchat-square": { + "codepoint": 62125, + "source": "svg/snapchat-square.svg" + }, + "snowdrift": { + "codepoint": 62193, + "source": "svg/snowdrift.svg" + }, + "snowflake-o": { + "codepoint": 62172, + "source": "svg/snowflake-o.svg" + }, + "social-home": { + "codepoint": 62188, + "source": "svg/social-home.svg" + }, + "sort": { + "codepoint": 61660, + "source": "svg/sort.svg" + }, + "sort-alpha-asc": { + "codepoint": 61789, + "source": "svg/sort-alpha-asc.svg" + }, + "sort-alpha-desc": { + "codepoint": 61790, + "source": "svg/sort-alpha-desc.svg" + }, + "sort-amount-asc": { + "codepoint": 61792, + "source": "svg/sort-amount-asc.svg" + }, + "sort-amount-desc": { + "codepoint": 61793, + "source": "svg/sort-amount-desc.svg" + }, + "sort-asc": { + "codepoint": 61662, + "source": "svg/sort-asc.svg" + }, + "sort-desc": { + "codepoint": 61661, + "source": "svg/sort-desc.svg" + }, + "sort-numeric-asc": { + "codepoint": 61794, + "source": "svg/sort-numeric-asc.svg" + }, + "sort-numeric-desc": { + "codepoint": 61795, + "source": "svg/sort-numeric-desc.svg" + }, + "soundcloud": { + "codepoint": 61886, + "source": "svg/soundcloud.svg" + }, + "space-shuttle": { + "codepoint": 61847, + "source": "svg/space-shuttle.svg" + }, + "spell-check": { + "codepoint": 62247, + "source": "svg/spell-check.svg" + }, + "spinner": { + "codepoint": 61712, + "source": "svg/spinner.svg" + }, + "spoon": { + "codepoint": 61873, + "source": "svg/spoon.svg" + }, + "spotify": { + "codepoint": 61884, + "source": "svg/spotify.svg" + }, + "square": { + "codepoint": 61640, + "source": "svg/square.svg" + }, + "square-o": { + "codepoint": 61590, + "source": "svg/square-o.svg" + }, + "stack-exchange": { + "codepoint": 61837, + "source": "svg/stack-exchange.svg" + }, + "stack-overflow": { + "codepoint": 61804, + "source": "svg/stack-overflow.svg" + }, + "star": { + "codepoint": 61445, + "source": "svg/star.svg" + }, + "star-half": { + "codepoint": 61577, + "source": "svg/star-half.svg" + }, + "star-half-o": { + "codepoint": 61731, + "source": "svg/star-half-o.svg" + }, + "star-o": { + "codepoint": 61446, + "source": "svg/star-o.svg" + }, + "steam": { + "codepoint": 61878, + "source": "svg/steam.svg" + }, + "steam-square": { + "codepoint": 61879, + "source": "svg/steam-square.svg" + }, + "step-backward": { + "codepoint": 61512, + "source": "svg/step-backward.svg" + }, + "step-forward": { + "codepoint": 61521, + "source": "svg/step-forward.svg" + }, + "stethoscope": { + "codepoint": 61681, + "source": "svg/stethoscope.svg" + }, + "sticky-note": { + "codepoint": 62025, + "source": "svg/sticky-note.svg" + }, + "sticky-note-o": { + "codepoint": 62026, + "source": "svg/sticky-note-o.svg" + }, + "stop": { + "codepoint": 61517, + "source": "svg/stop.svg" + }, + "stop-circle": { + "codepoint": 62093, + "source": "svg/stop-circle.svg" + }, + "stop-circle-o": { + "codepoint": 62094, + "source": "svg/stop-circle-o.svg" + }, + "street-view": { + "codepoint": 61981, + "source": "svg/street-view.svg" + }, + "strikethrough": { + "codepoint": 61644, + "source": "svg/strikethrough.svg" + }, + "stumbleupon": { + "codepoint": 61860, + "source": "svg/stumbleupon.svg" + }, + "stumbleupon-circle": { + "codepoint": 61859, + "source": "svg/stumbleupon-circle.svg" + }, + "subscript": { + "codepoint": 61740, + "source": "svg/subscript.svg" + }, + "subway": { + "codepoint": 62009, + "source": "svg/subway.svg" + }, + "suitcase": { + "codepoint": 61682, + "source": "svg/suitcase.svg" + }, + "sun": { + "codepoint": 62249, + "source": "svg/sun.svg" + }, + "sun-o": { + "codepoint": 61829, + "source": "svg/sun-o.svg" + }, + "superpowers": { + "codepoint": 62173, + "source": "svg/superpowers.svg" + }, + "superscript": { + "codepoint": 61739, + "source": "svg/superscript.svg" + }, + "syncthing": { + "codepoint": 62225, + "source": "svg/syncthing.svg" + }, + "table": { + "codepoint": 61646, + "source": "svg/table.svg" + }, + "tablet": { + "codepoint": 61706, + "source": "svg/tablet.svg" + }, + "tachometer": { + "codepoint": 61668, + "source": "svg/tachometer.svg" + }, + "tag": { + "codepoint": 61483, + "source": "svg/tag.svg" + }, + "tags": { + "codepoint": 61484, + "source": "svg/tags.svg" + }, + "tasks": { + "codepoint": 61614, + "source": "svg/tasks.svg" + }, + "taxi": { + "codepoint": 61882, + "source": "svg/taxi.svg" + }, + "telegram": { + "codepoint": 62150, + "source": "svg/telegram.svg" + }, + "television": { + "codepoint": 62060, + "source": "svg/television.svg" + }, + "tencent-weibo": { + "codepoint": 61909, + "source": "svg/tencent-weibo.svg" + }, + "terminal": { + "codepoint": 61728, + "source": "svg/terminal.svg" + }, + "text-height": { + "codepoint": 61492, + "source": "svg/text-height.svg" + }, + "text-width": { + "codepoint": 61493, + "source": "svg/text-width.svg" + }, + "th": { + "codepoint": 61450, + "source": "svg/th.svg" + }, + "th-large": { + "codepoint": 61449, + "source": "svg/th-large.svg" + }, + "th-list": { + "codepoint": 61451, + "source": "svg/th-list.svg" + }, + "themeisle": { + "codepoint": 62130, + "source": "svg/themeisle.svg" + }, + "thermometer-empty": { + "codepoint": 62155, + "source": "svg/thermometer-empty.svg" + }, + "thermometer-full": { + "codepoint": 62151, + "source": "svg/thermometer-full.svg" + }, + "thermometer-half": { + "codepoint": 62153, + "source": "svg/thermometer-half.svg" + }, + "thermometer-quarter": { + "codepoint": 62154, + "source": "svg/thermometer-quarter.svg" + }, + "thermometer-three-quarters": { + "codepoint": 62152, + "source": "svg/thermometer-three-quarters.svg" + }, + "thumb-tack": { + "codepoint": 61581, + "source": "svg/thumb-tack.svg" + }, + "thumbs-down": { + "codepoint": 61797, + "source": "svg/thumbs-down.svg" + }, + "thumbs-o-down": { + "codepoint": 61576, + "source": "svg/thumbs-o-down.svg" + }, + "thumbs-o-up": { + "codepoint": 61575, + "source": "svg/thumbs-o-up.svg" + }, + "thumbs-up": { + "codepoint": 61796, + "source": "svg/thumbs-up.svg" + }, + "ticket": { + "codepoint": 61765, + "source": "svg/ticket.svg" + }, + "times": { + "codepoint": 61453, + "source": "svg/times.svg" + }, + "times-circle": { + "codepoint": 61527, + "source": "svg/times-circle.svg" + }, + "times-circle-o": { + "codepoint": 61532, + "source": "svg/times-circle-o.svg" + }, + "tint": { + "codepoint": 61507, + "source": "svg/tint.svg" + }, + "tipeee": { + "codepoint": 62209, + "source": "svg/tipeee.svg" + }, + "toggle-off": { + "codepoint": 61956, + "source": "svg/toggle-off.svg" + }, + "toggle-on": { + "codepoint": 61957, + "source": "svg/toggle-on.svg" + }, + "trademark": { + "codepoint": 62044, + "source": "svg/trademark.svg" + }, + "train": { + "codepoint": 62008, + "source": "svg/train.svg" + }, + "transgender": { + "codepoint": 61988, + "source": "svg/transgender.svg" + }, + "transgender-alt": { + "codepoint": 61989, + "source": "svg/transgender-alt.svg" + }, + "trash": { + "codepoint": 61944, + "source": "svg/trash.svg" + }, + "trash-o": { + "codepoint": 61460, + "source": "svg/trash-o.svg" + }, + "tree": { + "codepoint": 61883, + "source": "svg/tree.svg" + }, + "trello": { + "codepoint": 61825, + "source": "svg/trello.svg" + }, + "tripadvisor": { + "codepoint": 62050, + "source": "svg/tripadvisor.svg" + }, + "trophy": { + "codepoint": 61585, + "source": "svg/trophy.svg" + }, + "truck": { + "codepoint": 61649, + "source": "svg/truck.svg" + }, + "try": { + "codepoint": 61845, + "source": "svg/try.svg" + }, + "tty": { + "codepoint": 61924, + "source": "svg/tty.svg" + }, + "tumblr": { + "codepoint": 61811, + "source": "svg/tumblr.svg" + }, + "tumblr-square": { + "codepoint": 61812, + "source": "svg/tumblr-square.svg" + }, + "twitch": { + "codepoint": 61928, + "source": "svg/twitch.svg" + }, + "twitter": { + "codepoint": 61593, + "source": "svg/twitter.svg" + }, + "twitter-square": { + "codepoint": 61569, + "source": "svg/twitter-square.svg" + }, + "umbrella": { + "codepoint": 61673, + "source": "svg/umbrella.svg" + }, + "underline": { + "codepoint": 61645, + "source": "svg/underline.svg" + }, + "undo": { + "codepoint": 61666, + "source": "svg/undo.svg" + }, + "universal-access": { + "codepoint": 62106, + "source": "svg/universal-access.svg" + }, + "university": { + "codepoint": 61852, + "source": "svg/university.svg" + }, + "unlock": { + "codepoint": 61596, + "source": "svg/unlock.svg" + }, + "unlock-alt": { + "codepoint": 61758, + "source": "svg/unlock-alt.svg" + }, + "unslpash": { + "codepoint": 62245, + "source": "svg/unslpash.svg" + }, + "upload": { + "codepoint": 61587, + "source": "svg/upload.svg" + }, + "usb": { + "codepoint": 62087, + "source": "svg/usb.svg" + }, + "usd": { + "codepoint": 61781, + "source": "svg/usd.svg" + }, + "user": { + "codepoint": 61447, + "source": "svg/user.svg" + }, + "user-circle": { + "codepoint": 62141, + "source": "svg/user-circle.svg" + }, + "user-circle-o": { + "codepoint": 62142, + "source": "svg/user-circle-o.svg" + }, + "user-md": { + "codepoint": 61680, + "source": "svg/user-md.svg" + }, + "user-o": { + "codepoint": 62144, + "source": "svg/user-o.svg" + }, + "user-plus": { + "codepoint": 62004, + "source": "svg/user-plus.svg" + }, + "user-secret": { + "codepoint": 61979, + "source": "svg/user-secret.svg" + }, + "user-times": { + "codepoint": 62005, + "source": "svg/user-times.svg" + }, + "users": { + "codepoint": 61632, + "source": "svg/users.svg" + }, + "venus": { + "codepoint": 61985, + "source": "svg/venus.svg" + }, + "venus-double": { + "codepoint": 61990, + "source": "svg/venus-double.svg" + }, + "venus-mars": { + "codepoint": 61992, + "source": "svg/venus-mars.svg" + }, + "viacoin": { + "codepoint": 62007, + "source": "svg/viacoin.svg" + }, + "viadeo": { + "codepoint": 62121, + "source": "svg/viadeo.svg" + }, + "viadeo-square": { + "codepoint": 62122, + "source": "svg/viadeo-square.svg" + }, + "video-camera": { + "codepoint": 61501, + "source": "svg/video-camera.svg" + }, + "vimeo": { + "codepoint": 62077, + "source": "svg/vimeo.svg" + }, + "vimeo-square": { + "codepoint": 61844, + "source": "svg/vimeo-square.svg" + }, + "vine": { + "codepoint": 61898, + "source": "svg/vine.svg" + }, + "vk": { + "codepoint": 61833, + "source": "svg/vk.svg" + }, + "volume-control-phone": { + "codepoint": 62112, + "source": "svg/volume-control-phone.svg" + }, + "volume-down": { + "codepoint": 61479, + "source": "svg/volume-down.svg" + }, + "volume-off": { + "codepoint": 61478, + "source": "svg/volume-off.svg" + }, + "volume-up": { + "codepoint": 61480, + "source": "svg/volume-up.svg" + }, + "weibo": { + "codepoint": 61834, + "source": "svg/weibo.svg" + }, + "weixin": { + "codepoint": 61911, + "source": "svg/weixin.svg" + }, + "whatsapp": { + "codepoint": 62002, + "source": "svg/whatsapp.svg" + }, + "wheelchair": { + "codepoint": 61843, + "source": "svg/wheelchair.svg" + }, + "wheelchair-alt": { + "codepoint": 62107, + "source": "svg/wheelchair-alt.svg" + }, + "wifi": { + "codepoint": 61931, + "source": "svg/wifi.svg" + }, + "wikidata": { + "codepoint": 62234, + "source": "svg/wikidata.svg" + }, + "wikipedia-w": { + "codepoint": 62054, + "source": "svg/wikipedia-w.svg" + }, + "window-close": { + "codepoint": 62163, + "source": "svg/window-close.svg" + }, + "window-close-o": { + "codepoint": 62164, + "source": "svg/window-close-o.svg" + }, + "window-maximize": { + "codepoint": 62160, + "source": "svg/window-maximize.svg" + }, + "window-minimize": { + "codepoint": 62161, + "source": "svg/window-minimize.svg" + }, + "window-restore": { + "codepoint": 62162, + "source": "svg/window-restore.svg" + }, + "windows": { + "codepoint": 61818, + "source": "svg/windows.svg" + }, + "wordpress": { + "codepoint": 61850, + "source": "svg/wordpress.svg" + }, + "wpbeginner": { + "codepoint": 62103, + "source": "svg/wpbeginner.svg" + }, + "wpexplorer": { + "codepoint": 62174, + "source": "svg/wpexplorer.svg" + }, + "wpforms": { + "codepoint": 62104, + "source": "svg/wpforms.svg" + }, + "wrench": { + "codepoint": 61613, + "source": "svg/wrench.svg" + }, + "xing": { + "codepoint": 61800, + "source": "svg/xing.svg" + }, + "xing-square": { + "codepoint": 61801, + "source": "svg/xing-square.svg" + }, + "xmpp": { + "codepoint": 62201, + "source": "svg/xmpp.svg" + }, + "y-combinator": { + "codepoint": 62011, + "source": "svg/y-combinator.svg" + }, + "yahoo": { + "codepoint": 61854, + "source": "svg/yahoo.svg" + }, + "yelp": { + "codepoint": 61929, + "source": "svg/yelp.svg" + }, + "yoast": { + "codepoint": 62129, + "source": "svg/yoast.svg" + }, + "youtube": { + "codepoint": 61799, + "source": "svg/youtube.svg" + }, + "youtube-play": { + "codepoint": 61802, + "source": "svg/youtube-play.svg" + }, + "youtube-square": { + "codepoint": 61798, + "source": "svg/youtube-square.svg" + }, + "zotero": { + "codepoint": 62217, + "source": "svg/zotero.svg" + } + }, + "options": { + "autowidth": true, + "config": "fontcustom.yml", + "copyright": "The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io", + "css3": false, + "css_selector": ".fa-{{glyph}}", + "debug": false, + "font_ascent": 1536, + "font_descent": 256, + "font_design_size": 16, + "font_em": 1792, + "font_name": "forkawesome", + "force": false, + "input": { + "templates": "svg", + "vectors": "svg" + }, + "no_hash": true, + "output": { + "css": "forkawesome", + "fonts": "forkawesome", + "preview": "forkawesome" + }, + "preprocessor_path": "", + "quiet": false, + "templates": [ + "css", + "preview" + ] + }, + "templates": [ + "forkawesome/forkawesome.css", + "forkawesome/forkawesome-preview.html" + ] +} \ No newline at end of file diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/Makefile b/old/themes/varia/static/css/fork-awesome/src/icons/Makefile new file mode 100644 index 0000000..e4b41ec --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/Makefile @@ -0,0 +1,23 @@ +FA_ROOT_FONTS_DIR = ../../fonts +FA_FONTCUSTOM_OUTPUT_DIR = ./forkawesome + +build: + @echo "Cleaning up SVG files..." + npx svgo --quiet --pretty --config=svgo_config.json --folder=svg + + @echo "Compiling Icons into a ForkAwesome fonts..." + bundle exec fontcustom compile + + @echo "Copying builds to root folder (package release)..." + cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.eot ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.eot + cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.svg ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.svg + cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.ttf ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.ttf + cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.woff ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.woff + cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.woff2 ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.woff2 + + @echo "done." + +default: + build + +.PHONY: build diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/fontcustom.yml b/old/themes/varia/static/css/fork-awesome/src/icons/fontcustom.yml new file mode 100644 index 0000000..939dcf8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/fontcustom.yml @@ -0,0 +1,17 @@ +font_name: forkawesome +css_selector: .fa-{{glyph}} +preprocessor_path: "" +autowidth: true +no_hash: true +force: false +debug: false +quiet: false + +copyright: The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io + +font_em: 1792 +font_ascent: 1536 +font_descent: 256 + +input: + vectors: svg diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/icon-template-inkscape.svg b/old/themes/varia/static/css/fork-awesome/src/icons/icon-template-inkscape.svg new file mode 100644 index 0000000..4046a79 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/icon-template-inkscape.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/icons.yml b/old/themes/varia/static/css/fork-awesome/src/icons/icons.yml new file mode 100644 index 0000000..f53330c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/icons.yml @@ -0,0 +1,7308 @@ +icons: + - name: Glass + id: glass + unicode: f000 + created: 0.4 + filter: + - martini + - drink + - bar + - alcohol + - liquor + categories: + - Web Application Icons + + - name: Music + id: music + unicode: f001 + created: 0.4 + filter: + - note + - sound + categories: + - Web Application Icons + + - name: Search + id: search + unicode: f002 + created: 0.4 + filter: + - magnify + - zoom + - enlarge + - bigger + categories: + - Web Application Icons + + - name: Envelope Outlined + id: envelope-o + unicode: f003 + created: 0.4 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification + categories: + - Web Application Icons + + - name: Heart + id: heart + unicode: f004 + created: 0.4 + filter: + - love + - like + - favorite + categories: + - Web Application Icons + - Medical Icons + + - name: Star + id: star + unicode: f005 + created: 0.4 + filter: + - award + - achievement + - night + - rating + - score + - favorite + categories: + - Web Application Icons + + - name: Star Outlined + id: star-o + unicode: f006 + created: 0.4 + filter: + - award + - achievement + - night + - rating + - score + - favorite + categories: + - Web Application Icons + + - name: User + id: user + unicode: f007 + created: 0.4 + filter: + - person + - man + - head + - profile + categories: + - Web Application Icons + + - name: Film + id: film + unicode: f008 + created: 0.4 + filter: + - movie + categories: + - Web Application Icons + + - name: th-large + id: th-large + unicode: f009 + created: 0.4 + filter: + - blocks + - squares + - boxes + - grid + categories: + - Text Editor Icons + + - name: th + id: th + unicode: f00a + created: 0.4 + filter: + - blocks + - squares + - boxes + - grid + categories: + - Text Editor Icons + + - name: th-list + id: th-list + unicode: f00b + created: 0.4 + filter: + - ul + - ol + - checklist + - finished + - completed + - done + - todo + categories: + - Text Editor Icons + + - name: Check + id: check + unicode: f00c + created: 0.4 + filter: + - checkmark + - done + - todo + - agree + - accept + - confirm + - tick + - ok + categories: + - Web Application Icons + + - name: Times + id: times + unicode: f00d + created: 0.4 + aliases: + - remove + - close + filter: + - close + - exit + - x + - cross + categories: + - Web Application Icons + + - name: Search Plus + id: search-plus + unicode: f00e + created: 0.4 + filter: + - magnify + - zoom + - enlarge + - bigger + categories: + - Web Application Icons + + + - name: Search Minus + id: search-minus + unicode: f010 + created: 0.4 + filter: + - magnify + - minify + - zoom + - smaller + categories: + - Web Application Icons + + - name: Power Off + id: power-off + unicode: f011 + created: 0.4 + filter: + - "on" + categories: + - Web Application Icons + + - name: Signal + id: signal + unicode: f012 + created: 0.4 + filter: + - graph + - bars + categories: + - Web Application Icons + + - name: Cog + id: cog + unicode: f013 + created: 0.4 + filter: + - settings + aliases: + - gear + categories: + - Web Application Icons + - Spinner Icons + + - name: Trash Outlined + id: trash-o + unicode: f014 + created: 0.4 + filter: + - garbage + - delete + - remove + - trash + - hide + categories: + - Web Application Icons + + - name: home + id: home + unicode: f015 + created: 0.4 + filter: + - main + - house + categories: + - Web Application Icons + + - name: File Outlined + id: file-o + unicode: f016 + created: 0.4 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: Clock Outlined + id: clock-o + unicode: f017 + created: 0.4 + filter: + - watch + - timer + - late + - timestamp + categories: + - Web Application Icons + + - name: road + id: road + unicode: f018 + created: 0.4 + filter: + - street + categories: + - Web Application Icons + + - name: Download + id: download + unicode: f019 + created: 0.4 + filter: + - import + categories: + - Web Application Icons + + - name: Arrow Circle Outlined Down + id: arrow-circle-o-down + unicode: f01a + created: 0.4 + filter: + - download + categories: + - Directional Icons + + - name: Arrow Circle Outlined Up + id: arrow-circle-o-up + unicode: f01b + created: 0.4 + categories: + - Directional Icons + + - name: inbox + id: inbox + unicode: f01c + created: 0.4 + categories: + - Web Application Icons + + - name: Play Circle Outlined + id: play-circle-o + unicode: f01d + created: 0.4 + categories: + - Video Player Icons + + - name: Repeat + id: repeat + unicode: f01e + created: 0.4 + filter: + - redo + - forward + aliases: + - rotate-right + categories: + - Text Editor Icons + + + - name: refresh + id: refresh + unicode: f021 + created: 0.4 + filter: + - reload + - sync + aliases: + - sync + categories: + - Web Application Icons + - Spinner Icons + + - name: list-alt + id: list-alt + unicode: f022 + created: 0.4 + filter: + - ul + - ol + - checklist + - finished + - completed + - done + - todo + categories: + - Text Editor Icons + + - name: lock + id: lock + unicode: f023 + created: 0.4 + filter: + - protect + - admin + - security + categories: + - Web Application Icons + + - name: flag + id: flag + unicode: f024 + created: 0.4 + filter: + - report + - notification + - notify + categories: + - Web Application Icons + + - name: headphones + id: headphones + unicode: f025 + created: 0.4 + filter: + - sound + - listen + - music + - audio + categories: + - Web Application Icons + + - name: volume-off + id: volume-off + unicode: f026 + created: 0.4 + filter: + - audio + - mute + - sound + - music + categories: + - Web Application Icons + + - name: volume-down + id: volume-down + unicode: f027 + created: 0.4 + filter: + - audio + - lower + - quieter + - sound + - music + categories: + - Web Application Icons + + - name: volume-up + id: volume-up + unicode: f028 + created: 0.4 + filter: + - audio + - higher + - louder + - sound + - music + categories: + - Web Application Icons + + - name: qrcode + id: qrcode + unicode: f029 + created: 1.0 + filter: + - scan + categories: + - Web Application Icons + + - name: barcode + id: barcode + unicode: f02a + created: 1.0 + filter: + - scan + categories: + - Web Application Icons + + - name: tag + id: tag + unicode: f02b + created: 0.4 + filter: + - label + categories: + - Web Application Icons + + - name: tags + id: tags + unicode: f02c + created: 0.4 + filter: + - labels + categories: + - Web Application Icons + + - name: book + id: book + unicode: f02d + created: 0.4 + filter: + - read + - documentation + categories: + - Web Application Icons + + - name: bookmark + id: bookmark + unicode: f02e + created: 0.4 + filter: + - save + categories: + - Web Application Icons + + - name: print + id: print + unicode: f02f + created: 0.4 + categories: + - Web Application Icons + + + - name: camera + id: camera + unicode: f030 + created: 0.4 + filter: + - photo + - picture + - record + categories: + - Web Application Icons + + - name: font + id: font + unicode: f031 + created: 0.4 + filter: + - text + categories: + - Text Editor Icons + + - name: bold + id: bold + unicode: f032 + created: 0.4 + categories: + - Text Editor Icons + + - name: italic + id: italic + unicode: f033 + created: 0.4 + filter: + - italics + categories: + - Text Editor Icons + + - name: text-height + id: text-height + unicode: f034 + created: 0.4 + categories: + - Text Editor Icons + + - name: text-width + id: text-width + unicode: f035 + created: 0.4 + categories: + - Text Editor Icons + + - name: align-left + id: align-left + unicode: f036 + created: 0.4 + filter: + - text + categories: + - Text Editor Icons + + - name: align-center + id: align-center + unicode: f037 + created: 0.4 + filter: + - middle + - text + categories: + - Text Editor Icons + + - name: align-right + id: align-right + unicode: f038 + created: 0.4 + filter: + - text + categories: + - Text Editor Icons + + - name: align-justify + id: align-justify + unicode: f039 + created: 0.4 + filter: + - text + categories: + - Text Editor Icons + + - name: list + id: list + unicode: f03a + created: 0.4 + filter: + - ul + - ol + - checklist + - finished + - completed + - done + - todo + categories: + - Text Editor Icons + + - name: Outdent + id: outdent + unicode: f03b + created: 0.4 + aliases: + - dedent + categories: + - Text Editor Icons + + - name: Indent + id: indent + unicode: f03c + created: 0.4 + categories: + - Text Editor Icons + + - name: Video Camera + id: video-camera + unicode: f03d + created: 0.4 + filter: + - film + - movie + - record + aliases: + - video + categories: + - Web Application Icons + + - name: Picture Outlined + id: picture-o + unicode: f03e + created: 0.4 + aliases: + - photo + - image + categories: + - Web Application Icons + + + - name: pencil + id: pencil + unicode: f040 + created: 0.4 + filter: + - write + - edit + - update + categories: + - Web Application Icons + + - name: map-marker + id: map-marker + unicode: f041 + created: 0.4 + filter: + - map + - pin + - location + - coordinates + - localize + - address + - travel + - where + - place + categories: + - Web Application Icons + + - name: adjust + id: adjust + unicode: f042 + created: 0.4 + filter: + - contrast + categories: + - Web Application Icons + + - name: tint + id: tint + unicode: f043 + created: 0.4 + filter: + - raindrop + - waterdrop + - drop + - droplet + categories: + - Web Application Icons + + - name: Pencil Square Outlined + id: pencil-square-o + unicode: f044 + created: 0.4 + filter: + - write + - edit + - update + aliases: + - edit + categories: + - Web Application Icons + + - name: Share Square Outlined + id: share-square-o + unicode: f045 + created: 0.4 + filter: + - social + - send + - arrow + categories: + - Web Application Icons + + - name: Check Square Outlined + id: check-square-o + unicode: f046 + created: 0.4 + filter: + - todo + - done + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + - Form Control Icons + + - name: Arrows + id: arrows + unicode: f047 + created: 0.4 + filter: + - move + - reorder + - resize + categories: + - Web Application Icons + - Directional Icons + + - name: step-backward + id: step-backward + unicode: f048 + created: 0.4 + filter: + - rewind + - previous + - beginning + - start + - first + categories: + - Video Player Icons + + - name: fast-backward + id: fast-backward + unicode: f049 + created: 0.4 + filter: + - rewind + - previous + - beginning + - start + - first + categories: + - Video Player Icons + + - name: backward + id: backward + unicode: f04a + created: 0.4 + filter: + - rewind + - previous + categories: + - Video Player Icons + + - name: play + id: play + unicode: f04b + created: 0.4 + filter: + - start + - playing + - music + - sound + categories: + - Video Player Icons + + - name: pause + id: pause + unicode: f04c + created: 0.4 + filter: + - wait + categories: + - Video Player Icons + + - name: stop + id: stop + unicode: f04d + created: 0.4 + filter: + - block + - box + - square + categories: + - Video Player Icons + + - name: forward + id: forward + unicode: f04e + created: 0.4 + filter: + - forward + - next + categories: + - Video Player Icons + + + - name: fast-forward + id: fast-forward + unicode: f050 + created: 0.4 + filter: + - next + - end + - last + categories: + - Video Player Icons + + - name: step-forward + id: step-forward + unicode: f051 + created: 0.4 + filter: + - next + - end + - last + categories: + - Video Player Icons + + - name: eject + id: eject + unicode: f052 + created: 0.4 + categories: + - Video Player Icons + + - name: chevron-left + id: chevron-left + unicode: f053 + created: 0.4 + filter: + - bracket + - previous + - back + categories: + - Directional Icons + + - name: chevron-right + id: chevron-right + unicode: f054 + created: 0.4 + filter: + - bracket + - next + - forward + categories: + - Directional Icons + + - name: Plus Circle + id: plus-circle + unicode: f055 + created: 0.4 + filter: + - add + - new + - create + - expand + categories: + - Web Application Icons + + - name: Minus Circle + id: minus-circle + unicode: f056 + created: 0.4 + filter: + - delete + - remove + - trash + - hide + categories: + - Web Application Icons + + - name: Times Circle + id: times-circle + unicode: f057 + created: 0.4 + filter: + - close + - exit + - x + categories: + - Web Application Icons + + - name: Check Circle + id: check-circle + unicode: f058 + created: 0.4 + filter: + - todo + - done + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + + - name: Question Circle + id: question-circle + unicode: f059 + filter: + - help + - information + - unknown + - support + created: 0.4 + categories: + - Web Application Icons + + - name: Info Circle + id: info-circle + unicode: f05a + created: 0.4 + filter: + - help + - information + - more + - details + categories: + - Web Application Icons + + - name: Crosshairs + id: crosshairs + unicode: f05b + created: 0.4 + filter: + - picker + categories: + - Web Application Icons + + - name: Times Circle Outlined + id: times-circle-o + unicode: f05c + created: 0.4 + filter: + - close + - exit + - x + categories: + - Web Application Icons + + - name: Check Circle Outlined + id: check-circle-o + unicode: f05d + created: 0.4 + filter: + - todo + - done + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + + - name: ban + id: ban + unicode: f05e + created: 0.4 + filter: + - delete + - remove + - trash + - hide + - block + - stop + - abort + - cancel + categories: + - Web Application Icons + + + - name: arrow-left + id: arrow-left + unicode: f060 + created: 0.4 + filter: + - previous + - back + categories: + - Directional Icons + + - name: arrow-right + id: arrow-right + unicode: f061 + created: 0.4 + filter: + - next + - forward + categories: + - Directional Icons + + - name: arrow-up + id: arrow-up + unicode: f062 + created: 0.4 + categories: + - Directional Icons + + - name: arrow-down + id: arrow-down + unicode: f063 + created: 0.4 + filter: + - download + categories: + - Directional Icons + + - name: Share + id: share + unicode: f064 + created: 0.4 + aliases: + - mail-forward + categories: + - Web Application Icons + + - name: Expand + id: expand + unicode: f065 + created: 0.4 + filter: + - enlarge + - bigger + - resize + categories: + - Video Player Icons + + - name: Compress + id: compress + unicode: f066 + created: 0.4 + filter: + - collapse + - combine + - contract + - merge + - smaller + categories: + - Video Player Icons + + - name: plus + id: plus + unicode: f067 + created: 0.4 + filter: + - add + - new + - create + - expand + categories: + - Web Application Icons + + - name: minus + id: minus + unicode: f068 + created: 0.4 + filter: + - hide + - minify + - delete + - remove + - trash + - hide + - collapse + categories: + - Web Application Icons + + - name: asterisk + id: asterisk + unicode: f069 + created: 0.4 + filter: + - details + categories: + - Web Application Icons + + - name: Exclamation Circle + id: exclamation-circle + unicode: f06a + created: 0.4 + filter: + - warning + - error + - problem + - notification + - alert + categories: + - Web Application Icons + + - name: gift + id: gift + unicode: f06b + created: 0.4 + filter: + - present + categories: + - Web Application Icons + + - name: leaf + id: leaf + unicode: f06c + created: 0.4 + filter: + - eco + - nature + - plant + categories: + - Web Application Icons + + - name: fire + id: fire + unicode: f06d + created: 0.4 + filter: + - flame + - hot + - popular + categories: + - Web Application Icons + + - name: Eye + id: eye + unicode: f06e + created: 0.4 + filter: + - show + - visible + - views + categories: + - Web Application Icons + + + - name: Eye Slash + id: eye-slash + unicode: f070 + created: 0.4 + filter: + - toggle + - show + - hide + - visible + - visiblity + - views + categories: + - Web Application Icons + + - name: Exclamation Triangle + id: exclamation-triangle + unicode: f071 + created: 0.4 + filter: + - warning + - error + - problem + - notification + - alert + aliases: + - warning + categories: + - Web Application Icons + + - name: plane + id: plane + unicode: f072 + created: 0.4 + filter: + - travel + - trip + - location + - destination + - airplane + - fly + - mode + categories: + - Web Application Icons + - Transportation Icons + + - name: calendar + id: calendar + unicode: f073 + created: 0.4 + filter: + - date + - time + - when + - event + categories: + - Web Application Icons + + - name: random + id: random + unicode: f074 + created: 0.4 + filter: + - sort + - shuffle + categories: + - Web Application Icons + - Video Player Icons + + - name: comment + id: comment + unicode: f075 + created: 0.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: magnet + id: magnet + unicode: f076 + created: 0.4 + categories: + - Web Application Icons + + - name: chevron-up + id: chevron-up + unicode: f077 + created: 0.4 + categories: + - Directional Icons + + - name: chevron-down + id: chevron-down + unicode: f078 + created: 0.4 + categories: + - Directional Icons + + - name: retweet + id: retweet + unicode: f079 + created: 0.4 + filter: + - refresh + - reload + - share + categories: + - Web Application Icons + + - name: shopping-cart + id: shopping-cart + unicode: f07a + created: 0.4 + filter: + - checkout + - buy + - purchase + - payment + categories: + - Web Application Icons + + - name: Folder + id: folder + unicode: f07b + created: 0.4 + categories: + - Web Application Icons + + - name: Folder Open + id: folder-open + unicode: f07c + created: 0.4 + categories: + - Web Application Icons + + - name: Arrows Vertical + id: arrows-v + unicode: f07d + created: 0.4 + filter: + - resize + categories: + - Web Application Icons + - Directional Icons + + - name: Arrows Horizontal + id: arrows-h + unicode: f07e + created: 0.4 + filter: + - resize + categories: + - Web Application Icons + - Directional Icons + + + - name: Bar Chart + id: bar-chart + unicode: f080 + created: 0.4 + aliases: + - bar-chart-o + filter: + - graph + - analytics + - statistics + categories: + - Web Application Icons + - Chart Icons + + - name: Twitter Square + id: twitter-square + unicode: f081 + created: 0.4 + filter: + - tweet + - social network + categories: + - Brand Icons + + - name: Facebook Square + id: facebook-square + unicode: f082 + created: 0.4 + filter: + - social network + categories: + - Brand Icons + + - name: camera-retro + id: camera-retro + unicode: f083 + created: 0.4 + filter: + - photo + - picture + - record + categories: + - Web Application Icons + + - name: key + id: key + unicode: f084 + created: 0.4 + filter: + - unlock + - password + categories: + - Web Application Icons + + - name: cogs + id: cogs + unicode: f085 + created: 0.4 + aliases: + - gears + filter: + - settings + categories: + - Web Application Icons + + - name: comments + id: comments + unicode: f086 + created: 0.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Thumbs Up Outlined + id: thumbs-o-up + unicode: f087 + created: 0.4 + filter: + - like + - approve + - favorite + - agree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: Thumbs Down Outlined + id: thumbs-o-down + unicode: f088 + created: 0.4 + filter: + - dislike + - disapprove + - disagree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: star-half + id: star-half + unicode: f089 + created: 0.4 + filter: + - award + - achievement + - rating + - score + categories: + - Web Application Icons + + - name: Heart Outlined + id: heart-o + unicode: f08a + created: 0.4 + filter: + - love + - like + - favorite + categories: + - Web Application Icons + - Medical Icons + + - name: Sign Out + id: sign-out + unicode: f08b + created: 0.4 + filter: + - log out + - logout + - leave + - exit + - arrow + categories: + - Web Application Icons + + - name: LinkedIn Square + id: linkedin-square + unicode: f08c + created: 0.4 + categories: + - Brand Icons + + - name: Thumb Tack + id: thumb-tack + unicode: f08d + created: 0.4 + filter: + - marker + - pin + - location + - coordinates + categories: + - Web Application Icons + + - name: External Link + id: external-link + unicode: f08e + created: 0.4 + filter: + - open + - new + categories: + - Web Application Icons + + + - name: Sign In + id: sign-in + unicode: f090 + created: 0.4 + filter: + - enter + - join + - log in + - login + - sign up + - sign in + - signin + - signup + - arrow + categories: + - Web Application Icons + + - name: trophy + id: trophy + unicode: f091 + created: 0.4 + filter: + - award + - achievement + - cup + - winner + - game + categories: + - Web Application Icons + + - name: GitHub Square + id: github-square + unicode: f092 + created: 0.4 + url: github.com/logos + filter: + - octocat + categories: + - Brand Icons + + - name: Upload + id: upload + unicode: f093 + created: 0.4 + filter: + - import + categories: + - Web Application Icons + + - name: Lemon Outlined + id: lemon-o + unicode: f094 + created: 0.4 + filter: + - food + categories: + - Web Application Icons + + - name: Phone + id: phone + unicode: f095 + created: 0.4 + filter: + - call + - voice + - number + - support + - earphone + - telephone + categories: + - Web Application Icons + + - name: Square Outlined + id: square-o + unicode: f096 + created: 0.4 + filter: + - block + - square + - box + categories: + - Web Application Icons + - Form Control Icons + + + - name: Bookmark Outlined + id: bookmark-o + unicode: f097 + created: 0.4 + filter: + - save + categories: + - Web Application Icons + + - name: Phone Square + id: phone-square + unicode: f098 + created: 0.4 + filter: + - call + - voice + - number + - support + - telephone + categories: + - Web Application Icons + + - name: Twitter + id: twitter + unicode: f099 + created: 0.4 + filter: + - tweet + - social network + categories: + - Brand Icons + + - name: Facebook + id: facebook + unicode: f09a + created: 0.4 + aliases: + - facebook-f + filter: + - social network + categories: + - Brand Icons + + - name: GitHub + id: github + unicode: f09b + created: 0.4 + url: github.com/logos + filter: + - octocat + categories: + - Brand Icons + + - name: unlock + id: unlock + unicode: f09c + created: 0.4 + filter: + - protect + - admin + - password + - lock + categories: + - Web Application Icons + + - name: credit-card + id: credit-card + unicode: f09d + created: 0.4 + filter: + - money + - buy + - debit + - checkout + - purchase + - payment + categories: + - Web Application Icons + - Payment Icons + + - name: rss + id: rss + unicode: f09e + created: 0.4 + filter: + - blog + aliases: + - feed + categories: + - Web Application Icons + + + - name: HDD + id: hdd-o + unicode: f0a0 + created: 0.4 + filter: + - harddrive + - hard drive + - storage + - save + categories: + - Web Application Icons + + - name: bullhorn + id: bullhorn + unicode: f0a1 + created: 0.4 + filter: + - announcement + - share + - broadcast + - louder + - megaphone + categories: + - Web Application Icons + + - name: Bell Outlined + id: bell-o + unicode: f0f3 + created: 0.4 + filter: + - alert + - reminder + - notification + categories: + - Web Application Icons + + - name: certificate + id: certificate + unicode: f0a3 + created: 0.4 + filter: + - badge + - star + categories: + - Web Application Icons + + - name: Hand Outlined Right + id: hand-o-right + unicode: f0a4 + created: 0.4 + filter: + - point + - right + - next + - forward + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Hand Outlined Left + id: hand-o-left + unicode: f0a5 + created: 0.4 + filter: + - point + - left + - previous + - back + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Hand Outlined Up + id: hand-o-up + unicode: f0a6 + created: 0.4 + filter: + - point + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Hand Outlined Down + id: hand-o-down + unicode: f0a7 + created: 0.4 + filter: + - point + - finger + categories: + - Directional Icons + - Hand Icons + + - name: Arrow Circle Left + id: arrow-circle-left + unicode: f0a8 + created: 0.4 + filter: + - previous + - back + categories: + - Directional Icons + + - name: Arrow Circle Right + id: arrow-circle-right + unicode: f0a9 + created: 0.4 + filter: + - next + - forward + categories: + - Directional Icons + + - name: Arrow Circle Up + id: arrow-circle-up + unicode: f0aa + created: 0.4 + categories: + - Directional Icons + + - name: Arrow Circle Down + id: arrow-circle-down + unicode: f0ab + created: 0.4 + filter: + - download + categories: + - Directional Icons + + - name: Globe + id: globe + unicode: f0ac + created: 1.1 + filter: + - world + - planet + - map + - place + - travel + - earth + - global + - translate + - all + - language + - localize + - location + - coordinates + - country + categories: + - Web Application Icons + + - name: Globe + id: globe-e + unicode: f304 + created: 1.1 + filter: + - world + - planet + - map + - place + - travel + - earth + - global + - translate + - all + - language + - localize + - location + - coordinates + - country + - eastern + categories: + - Web Application Icons + + - name: Globe + id: globe-w + unicode: f305 + created: 1.1 + filter: + - world + - planet + - map + - place + - travel + - earth + - global + - translate + - all + - language + - localize + - location + - coordinates + - country + - western + categories: + - Web Application Icons + + - name: Wrench + id: wrench + unicode: f0ad + created: 0.4 + filter: + - settings + - fix + - update + - spanner + categories: + - Web Application Icons + + - name: Tasks + id: tasks + unicode: f0ae + created: 0.4 + filter: + - progress + - loading + - downloading + - downloads + - settings + categories: + - Web Application Icons + + + - name: Filter + id: filter + unicode: f0b0 + created: 0.4 + filter: + - funnel + - options + categories: + - Web Application Icons + + - name: Briefcase + id: briefcase + unicode: f0b1 + created: 0.4 + filter: + - work + - business + - office + - luggage + - bag + categories: + - Web Application Icons + + - name: Arrows Alt + id: arrows-alt + unicode: f0b2 + created: 0.4 + filter: + - expand + - enlarge + - fullscreen + - bigger + - move + - reorder + - resize + - arrow + categories: + - Video Player Icons + - Directional Icons + + + - name: Users + id: users + unicode: f0c0 + created: 0.4 + filter: + - people + - profiles + - persons + aliases: + - community + - group + categories: + - Web Application Icons + + - name: Link + id: link + unicode: f0c1 + created: 0.4 + filter: + - chain + aliases: + - chain + categories: + - Text Editor Icons + + - name: Cloud + id: cloud + filter: + - save + unicode: f0c2 + created: 0.4 + categories: + - Web Application Icons + + - name: Flask + id: flask + unicode: f0c3 + created: 0.4 + filter: + - science + - beaker + - experimental + - labs + categories: + - Web Application Icons + + - name: Scissors + id: scissors + unicode: f0c4 + created: 0.4 + aliases: + - cut + categories: + - Text Editor Icons + + - name: Files Outlined + id: files-o + unicode: f0c5 + created: 0.4 + filter: + - duplicate + - clone + - copy + aliases: + - copy + categories: + - Text Editor Icons + + - name: Paperclip + id: paperclip + unicode: f0c6 + created: 0.4 + filter: + - attachment + categories: + - Text Editor Icons + + - name: Floppy Outlined + id: floppy-o + unicode: f0c7 + created: 0.4 + aliases: + - save + categories: + - Text Editor Icons + + - name: Square + id: square + unicode: f0c8 + created: 0.4 + filter: + - block + - box + categories: + - Web Application Icons + - Form Control Icons + + - name: Bars + id: bars + unicode: f0c9 + created: 0.4 + aliases: + - navicon + - reorder + filter: + - menu + - drag + - reorder + - settings + - list + - ul + - ol + - checklist + - todo + - list + - hamburger + categories: + - Web Application Icons + + - name: list-ul + id: list-ul + unicode: f0ca + created: 0.4 + filter: + - ul + - ol + - checklist + - todo + - list + categories: + - Text Editor Icons + + - name: list-ol + id: list-ol + unicode: f0cb + created: 0.4 + filter: + - ul + - ol + - checklist + - list + - todo + - list + - numbers + categories: + - Text Editor Icons + + - name: Strikethrough + id: strikethrough + unicode: f0cc + created: 0.4 + categories: + - Text Editor Icons + + - name: Underline + id: underline + unicode: f0cd + created: 0.4 + categories: + - Text Editor Icons + + - name: table + id: table + unicode: f0ce + created: 0.4 + filter: + - data + - excel + - spreadsheet + categories: + - Text Editor Icons + + + - name: magic + id: magic + unicode: f0d0 + created: 0.4 + filter: + - wizard + - automatic + - autocomplete + categories: + - Web Application Icons + + - name: truck + id: truck + unicode: f0d1 + created: 0.4 + filter: + - shipping + categories: + - Web Application Icons + - Transportation Icons + + - name: Pinterest + id: pinterest + unicode: f0d2 + created: 0.4 + categories: + - Brand Icons + + - name: Pinterest Square + id: pinterest-square + unicode: f0d3 + created: 0.4 + categories: + - Brand Icons + + - name: Google Plus Square + id: google-plus-square + unicode: f0d4 + created: 0.4 + filter: + - social network + categories: + - Brand Icons + + - name: Google Plus + id: google-plus + unicode: f0d5 + created: 0.4 + aliases: + - google-plus-g + filter: + - social network + categories: + - Brand Icons + + - name: Money + id: money + unicode: f0d6 + created: 0.4 + filter: + - cash + - money + - buy + - checkout + - purchase + - payment + categories: + - Web Application Icons + - Currency Icons + + - name: Caret Down + id: caret-down + unicode: f0d7 + created: 0.4 + filter: + - more + - dropdown + - menu + - triangle down + - arrow + categories: + - Directional Icons + + - name: Caret Up + id: caret-up + unicode: f0d8 + created: 0.4 + filter: + - triangle up + - arrow + categories: + - Directional Icons + + - name: Caret Left + id: caret-left + unicode: f0d9 + created: 0.4 + filter: + - previous + - back + - triangle left + - arrow + categories: + - Directional Icons + + - name: Caret Right + id: caret-right + unicode: f0da + created: 0.4 + filter: + - next + - forward + - triangle right + - arrow + categories: + - Directional Icons + + - name: Columns + id: columns + unicode: f0db + created: 0.4 + filter: + - split + - panes + categories: + - Text Editor Icons + + - name: Sort + id: sort + unicode: f0dc + created: 0.4 + filter: + - order + aliases: + - unsorted + categories: + - Web Application Icons + + - name: Sort Descending + id: sort-desc + unicode: f0dd + created: 0.4 + filter: + - dropdown + - more + - menu + - arrow + aliases: + - sort-down + categories: + - Web Application Icons + + - name: Sort Ascending + id: sort-asc + unicode: f0de + created: 0.4 + aliases: + - sort-up + filter: + - arrow + categories: + - Web Application Icons + + + - name: Envelope + id: envelope + unicode: f0e0 + created: 0.4 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification + categories: + - Web Application Icons + + - name: LinkedIn + id: linkedin + unicode: f0e1 + created: 0.4 + categories: + - Brand Icons + + + - name: Undo + id: undo + unicode: f0e2 + created: 0.4 + filter: + - back + aliases: + - rotate-left + categories: + - Text Editor Icons + + - name: Gavel + id: gavel + unicode: f0e3 + created: 0.4 + filter: + - judge + - lawyer + - opinion + aliases: + - legal + categories: + - Web Application Icons + + - name: Tachometer + id: tachometer + unicode: f0e4 + created: 0.4 + filter: + - speedometer + - fast + aliases: + - dashboard + categories: + - Web Application Icons + + - name: comment-o + id: comment-o + unicode: f0e5 + created: 0.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: comments-o + id: comments-o + unicode: f0e6 + created: 0.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Lightning Bolt + id: bolt + unicode: f0e7 + created: 0.4 + filter: + - lightning + - weather + aliases: + - flash + categories: + - Web Application Icons + + - name: Sitemap + id: sitemap + unicode: f0e8 + created: 0.4 + filter: + - directory + - hierarchy + - organization + categories: + - Web Application Icons + + - name: Umbrella + id: umbrella + unicode: f0e9 + created: 0.4 + categories: + - Web Application Icons + + - name: Clipboard + id: clipboard + unicode: f0ea + created: 0.4 + filter: + - copy + aliases: + - paste + categories: + - Text Editor Icons + + - name: Lightbulb Outlined + id: lightbulb-o + unicode: f0eb + created: 0.4 + filter: + - idea + - inspiration + categories: + - Web Application Icons + + - name: Exchange + id: exchange + unicode: f0ec + created: 0.4 + filter: + - transfer + - arrows + - arrow + categories: + - Web Application Icons + - Directional Icons + + - name: Cloud Download + id: cloud-download + unicode: f0ed + created: 0.4 + filter: + - import + categories: + - Web Application Icons + + - name: Cloud Upload + id: cloud-upload + unicode: f0ee + created: 0.4 + filter: + - import + categories: + - Web Application Icons + + + - name: user-md + id: user-md + unicode: f0f0 + created: 0.4 + filter: + - doctor + - profile + - medical + - nurse + categories: + - Medical Icons + + - name: Stethoscope + id: stethoscope + unicode: f0f1 + created: 0.4 + categories: + - Medical Icons + + - name: Suitcase + id: suitcase + unicode: f0f2 + created: 0.4 + filter: + - trip + - luggage + - travel + - move + - baggage + categories: + - Web Application Icons + + - name: Bell + id: bell + unicode: f0a2 + created: 0.4 + filter: + - alert + - reminder + - notification + categories: + - Web Application Icons + + - name: Coffee + id: coffee + unicode: f0f4 + created: 0.4 + filter: + - morning + - mug + - breakfast + - tea + - drink + - cafe + categories: + - Web Application Icons + + - name: Cutlery + id: cutlery + unicode: f0f5 + created: 0.4 + filter: + - food + - restaurant + - spoon + - knife + - dinner + - eat + aliases: + - utensils + categories: + - Web Application Icons + + - name: File Text Outlined + id: file-text-o + unicode: f0f6 + created: 0.4 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: Building Outlined + id: building-o + unicode: f0f7 + created: 0.4 + filter: + - work + - business + - apartment + - office + - company + categories: + - Web Application Icons + + - name: hospital Outlined + id: hospital-o + unicode: f0f8 + created: 0.4 + filter: + - building + categories: + - Medical Icons + + - name: ambulance + id: ambulance + unicode: f0f9 + created: 0.4 + filter: + - vehicle + - support + - help + categories: + - Medical Icons + - Transportation Icons + + - name: medkit + id: medkit + unicode: f0fa + created: 0.4 + filter: + - first aid + - firstaid + - help + - support + - health + categories: + - Medical Icons + + - name: fighter-jet + id: fighter-jet + unicode: f0fb + created: 0.4 + filter: + - fly + - plane + - airplane + - quick + - fast + - travel + categories: + - Web Application Icons + - Transportation Icons + + - name: beer + id: beer + unicode: f0fc + created: 0.4 + filter: + - alcohol + - stein + - drink + - mug + - bar + - liquor + categories: + - Web Application Icons + + - name: H Square + id: h-square + unicode: f0fd + created: 0.4 + filter: + - hospital + - hotel + categories: + - Medical Icons + + - name: Plus Square + id: plus-square + unicode: f0fe + created: 0.4 + filter: + - add + - new + - create + - expand + categories: + - Medical Icons + - Web Application Icons + - Form Control Icons + + + - name: Angle Double Left + id: angle-double-left + unicode: f100 + created: 0.4 + filter: + - laquo + - quote + - previous + - back + - arrows + categories: + - Directional Icons + + - name: Angle Double Right + id: angle-double-right + unicode: f101 + created: 0.4 + filter: + - raquo + - quote + - next + - forward + - arrows + categories: + - Directional Icons + + - name: Angle Double Up + id: angle-double-up + unicode: f102 + created: 0.4 + filter: + - arrows + categories: + - Directional Icons + + - name: Angle Double Down + id: angle-double-down + unicode: f103 + created: 0.4 + filter: + - arrows + categories: + - Directional Icons + + - name: angle-left + id: angle-left + unicode: f104 + created: 0.4 + filter: + - previous + - back + - arrow + categories: + - Directional Icons + + - name: angle-right + id: angle-right + unicode: f105 + created: 0.4 + filter: + - next + - forward + - arrow + categories: + - Directional Icons + + - name: angle-up + id: angle-up + unicode: f106 + created: 0.4 + filter: + - arrow + categories: + - Directional Icons + + - name: angle-down + id: angle-down + unicode: f107 + created: 0.4 + filter: + - arrow + categories: + - Directional Icons + + - name: Desktop + id: desktop + unicode: f108 + created: 0.4 + filter: + - monitor + - screen + - desktop + - computer + - demo + - device + categories: + - Web Application Icons + + - name: Laptop + id: laptop + unicode: f109 + created: 0.4 + filter: + - demo + - computer + - device + categories: + - Web Application Icons + + - name: tablet + id: tablet + unicode: f10a + created: 0.4 + filter: + - ipad + - device + categories: + - Web Application Icons + + - name: Mobile Phone + id: mobile + unicode: f10b + created: 0.4 + filter: + - cell phone + - cellphone + - text + - call + - iphone + - number + - telephone + aliases: + - mobile-phone + categories: + - Web Application Icons + + - name: Circle Outlined + id: circle-o + unicode: f10c + created: 0.4 + categories: + - Web Application Icons + - Form Control Icons + + - name: quote-left + id: quote-left + unicode: f10d + created: 0.4 + categories: + - Web Application Icons + + - name: quote-right + id: quote-right + unicode: f10e + created: 0.4 + categories: + - Web Application Icons + + + - name: Spinner + id: spinner + unicode: f110 + created: 0.4 + filter: + - loading + - progress + categories: + - Web Application Icons + - Spinner Icons + + - name: Circle + id: circle + unicode: f111 + created: 0.4 + filter: + - dot + - notification + categories: + - Web Application Icons + - Form Control Icons + + - name: Reply + id: reply + unicode: f112 + created: 0.4 + aliases: + - mail-reply + categories: + - Web Application Icons + + - name: GitHub Alt + id: github-alt + unicode: f113 + created: 0.4 + url: github.com/logos + filter: + - octocat + categories: + - Brand Icons + + - name: Folder Outlined + id: folder-o + unicode: f114 + created: 0.4 + categories: + - Web Application Icons + + - name: Folder Open Outlined + id: folder-open-o + unicode: f115 + created: 0.4 + categories: + - Web Application Icons + + - name: Smile Outlined + id: smile-o + unicode: f118 + created: 0.4 + filter: + - face + - emoticon + - happy + - approve + - satisfied + - rating + categories: + - Web Application Icons + + - name: Frown Outlined + id: frown-o + unicode: f119 + created: 0.4 + filter: + - face + - emoticon + - sad + - disapprove + - rating + categories: + - Web Application Icons + + - name: Meh Outlined + id: meh-o + unicode: f11a + created: 0.4 + filter: + - face + - emoticon + - rating + - neutral + categories: + - Web Application Icons + + - name: Gamepad + id: gamepad + unicode: f11b + created: 0.4 + filter: + - controller + categories: + - Web Application Icons + + - name: Keyboard Outlined + id: keyboard-o + unicode: f11c + created: 0.4 + filter: + - type + - input + categories: + - Web Application Icons + + - name: Flag Outlined + id: flag-o + unicode: f11d + created: 0.4 + filter: + - report + - notification + categories: + - Web Application Icons + + - name: flag-checkered + id: flag-checkered + unicode: f11e + created: 0.4 + filter: + - report + - notification + - notify + categories: + - Web Application Icons + + + - name: Terminal + id: terminal + unicode: f120 + created: 0.4 + filter: + - command + - prompt + - code + categories: + - Web Application Icons + + - name: Code + id: code + unicode: f121 + created: 0.4 + filter: + - html + - brackets + categories: + - Web Application Icons + + - name: reply-all + id: reply-all + unicode: f122 + created: 0.4 + aliases: + - mail-reply-all + categories: + - Web Application Icons + + - name: Star Half Outlined + id: star-half-o + unicode: f123 + created: 0.4 + filter: + - award + - achievement + - rating + - score + aliases: + - star-half-empty + - star-half-full + categories: + - Web Application Icons + + - name: location-arrow + id: location-arrow + unicode: f124 + created: 0.4 + filter: + - map + - coordinates + - location + - address + - place + - where + categories: + - Web Application Icons + + - name: crop + id: crop + unicode: f125 + created: 0.4 + categories: + - Web Application Icons + + - name: code-fork + id: code-fork + unicode: f126 + created: 0.4 + filter: + - git + - fork + - vcs + - svn + - github + - rebase + - version + - merge + - code-branch + categories: + - Web Application Icons + + - name: Chain Broken + id: chain-broken + unicode: f127 + created: 0.4 + filter: + - remove + aliases: + - unlink + categories: + - Text Editor Icons + + - name: Question + id: question + unicode: f128 + created: 0.4 + filter: + - help + - information + - unknown + - support + categories: + - Web Application Icons + + - name: Info + id: info + unicode: f129 + created: 0.4 + filter: + - help + - information + - more + - details + categories: + - Web Application Icons + + - name: exclamation + id: exclamation + unicode: f12a + created: 0.4 + filter: + - warning + - error + - problem + - notification + - notify + - alert + categories: + - Web Application Icons + + - name: superscript + id: superscript + unicode: f12b + created: 0.4 + filter: + - exponential + categories: + - Text Editor Icons + + - name: subscript + id: subscript + unicode: f12c + created: 0.4 + categories: + - Text Editor Icons + + - name: eraser + id: eraser + unicode: f12d + created: 0.4 + filter: + - remove + - delete + categories: + - Text Editor Icons + - Web Application Icons + + - name: Puzzle Piece + id: puzzle-piece + unicode: f12e + created: 0.4 + filter: + - addon + - add-on + - section + categories: + - Web Application Icons + + + - name: microphone + id: microphone + unicode: f130 + created: 0.4 + filter: + - record + - voice + - sound + categories: + - Web Application Icons + + - name: Microphone Slash + id: microphone-slash + unicode: f131 + created: 0.4 + filter: + - record + - voice + - sound + - mute + categories: + - Web Application Icons + + - name: shield + id: shield + unicode: f132 + created: 0.4 + filter: + - award + - achievement + - security + - winner + categories: + - Web Application Icons + + - name: calendar-o + id: calendar-o + unicode: f133 + created: 0.4 + filter: + - date + - time + - when + - event + categories: + - Web Application Icons + + - name: fire-extinguisher + id: fire-extinguisher + unicode: f134 + created: 0.4 + categories: + - Web Application Icons + + - name: rocket + id: rocket + unicode: f135 + created: 0.4 + filter: + - app + categories: + - Web Application Icons + - Transportation Icons + + - name: MaxCDN + id: maxcdn + unicode: f136 + created: 0.4 + categories: + - Brand Icons + + - name: Chevron Circle Left + id: chevron-circle-left + unicode: f137 + created: 0.4 + filter: + - previous + - back + - arrow + categories: + - Directional Icons + + - name: Chevron Circle Right + id: chevron-circle-right + unicode: f138 + created: 0.4 + filter: + - next + - forward + - arrow + categories: + - Directional Icons + + - name: Chevron Circle Up + id: chevron-circle-up + unicode: f139 + created: 0.4 + filter: + - arrow + categories: + - Directional Icons + + - name: Chevron Circle Down + id: chevron-circle-down + unicode: f13a + created: 0.4 + filter: + - more + - dropdown + - menu + - arrow + categories: + - Directional Icons + + - name: HTML 5 Logo + id: html5 + unicode: f13b + created: 0.4 + code: + - code + - html5 + categories: + - Brand Icons + + - name: CSS 3 Logo + id: css3 + unicode: f13c + created: 0.4 + filter: + - code + categories: + - Brand Icons + + - name: Anchor + id: anchor + unicode: f13d + created: 0.4 + filter: + - link + categories: + - Web Application Icons + + - name: Unlock Alt + id: unlock-alt + unicode: f13e + created: 0.4 + filter: + - protect + - admin + - password + - lock + categories: + - Web Application Icons + + + - name: Bullseye + id: bullseye + unicode: f140 + created: 0.4 + filter: + - target + categories: + - Web Application Icons + + - name: Ellipsis Horizontal + id: ellipsis-h + unicode: f141 + created: 0.4 + filter: + - dots + categories: + - Web Application Icons + + - name: Ellipsis Vertical + id: ellipsis-v + unicode: f142 + created: 0.4 + filter: + - dots + categories: + - Web Application Icons + + - name: RSS Square + id: rss-square + unicode: f143 + created: 0.4 + filter: + - feed + - blog + categories: + - Web Application Icons + + - name: Play Circle + id: play-circle + unicode: f144 + created: 0.4 + filter: + - start + - playing + categories: + - Video Player Icons + + - name: Ticket + id: ticket + unicode: f145 + created: 0.4 + filter: + - movie + - pass + - support + categories: + - Web Application Icons + + - name: Minus Square + id: minus-square + unicode: f146 + created: 0.4 + filter: + - hide + - minify + - delete + - remove + - trash + - hide + - collapse + categories: + - Web Application Icons + - Form Control Icons + + - name: Minus Square Outlined + id: minus-square-o + unicode: f147 + created: 0.4 + filter: + - hide + - minify + - delete + - remove + - trash + - hide + - collapse + categories: + - Web Application Icons + - Form Control Icons + + + - name: Level Up + id: level-up + unicode: f148 + created: 0.4 + filter: + - arrow + categories: + - Web Application Icons + + - name: Level Down + id: level-down + unicode: f149 + created: 0.4 + filter: + - arrow + categories: + - Web Application Icons + + - name: Check Square + id: check-square + unicode: f14a + created: 0.4 + filter: + - checkmark + - done + - todo + - agree + - accept + - confirm + - ok + categories: + - Web Application Icons + - Form Control Icons + + - name: Pencil Square + id: pencil-square + unicode: f14b + created: 0.4 + filter: + - write + - edit + - update + categories: + - Web Application Icons + + - name: External Link Square + id: external-link-square + unicode: f14c + created: 0.4 + filter: + - open + - new + categories: + - Web Application Icons + + - name: Share Square + id: share-square + unicode: f14d + created: 0.4 + filter: + - social + - send + categories: + - Web Application Icons + + - name: Compass + id: compass + unicode: f14e + created: 0.4 + filter: + - safari + - directory + - menu + - location + categories: + - Web Application Icons + + + - name: Caret Square Outlined Down + id: caret-square-o-down + unicode: f150 + created: 0.4 + aliases: + - toggle-down + filter: + - more + - dropdown + - menu + categories: + - Web Application Icons + - Directional Icons + + - name: Caret Square Outlined Up + id: caret-square-o-up + unicode: f151 + created: 0.4 + aliases: + - toggle-up + categories: + - Web Application Icons + - Directional Icons + + - name: Caret Square Outlined Right + id: caret-square-o-right + unicode: f152 + created: 0.4 + filter: + - next + - forward + aliases: + - toggle-right + categories: + - Web Application Icons + - Directional Icons + + - name: Euro (EUR) + id: eur + unicode: f153 + created: 0.4 + aliases: + - euro + categories: + - Currency Icons + + - name: GBP + id: gbp + unicode: f154 + created: 0.4 + aliases: + - pound + categories: + - Currency Icons + + - name: US Dollar + id: usd + unicode: f155 + created: 0.4 + aliases: + - dollar + categories: + - Currency Icons + + - name: Indian Rupee (INR) + id: inr + unicode: f156 + created: 0.4 + aliases: + - rupee + categories: + - Currency Icons + + - name: Japanese Yen (JPY) + id: jpy + unicode: f157 + created: 0.4 + aliases: + - cny + - rmb + - yen + categories: + - Currency Icons + + - name: Russian Ruble (RUB) + id: rub + unicode: f158 + created: 0.4 + aliases: + - ruble + - rouble + categories: + - Currency Icons + + - name: Korean Won (KRW) + id: krw + unicode: f159 + created: 0.4 + aliases: + - won + categories: + - Currency Icons + + - name: Bitcoin (BTC) + id: btc + unicode: f15a + created: 0.4 + aliases: + - bitcoin + categories: + - Payment Icons + - Currency Icons + - Brand Icons + + - name: File + id: file + unicode: f15b + created: 0.4 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: File Text + id: file-text + unicode: f15c + created: 0.4 + filter: + - new + - page + - pdf + - document + categories: + - Text Editor Icons + - File Type Icons + + - name: Sort Alpha Ascending + id: sort-alpha-asc + unicode: f15d + created: 0.4 + aliases: + - sort-alpha-down + categories: + - Web Application Icons + + - name: Sort Alpha Descending + id: sort-alpha-desc + unicode: f15e + created: 0.4 + aliases: + - sort-alpha-up + categories: + - Web Application Icons + + + - name: Sort Amount Ascending + id: sort-amount-asc + unicode: f160 + created: 0.4 + aliases: + - sort-amount-down + categories: + - Web Application Icons + + - name: Sort Amount Descending + id: sort-amount-desc + unicode: f161 + created: 0.4 + aliases: + - sort-amount-up + categories: + - Web Application Icons + + - name: Sort Numeric Ascending + id: sort-numeric-asc + unicode: f162 + created: 0.4 + filter: + - numbers + aliases: + - sort-numeric-down + categories: + - Web Application Icons + + - name: Sort Numeric Descending + id: sort-numeric-desc + unicode: f163 + created: 0.4 + filter: + - numbers + aliases: + - sort-numeric-up + categories: + - Web Application Icons + + + - name: thumbs-up + id: thumbs-up + unicode: f164 + created: 0.4 + filter: + - like + - favorite + - approve + - agree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: thumbs-down + id: thumbs-down + unicode: f165 + created: 0.4 + filter: + - dislike + - disapprove + - disagree + - hand + categories: + - Web Application Icons + - Hand Icons + + - name: YouTube Square + id: youtube-square + unicode: f166 + created: 0.4 + filter: + - video + - film + categories: + - Brand Icons + + - name: YouTube + id: youtube + unicode: f167 + created: 0.4 + filter: + - video + - film + categories: + - Brand Icons + + - name: Xing + id: xing + unicode: f168 + created: 0.4 + categories: + - Brand Icons + + - name: Xing Square + id: xing-square + unicode: f169 + created: 0.4 + categories: + - Brand Icons + + - name: YouTube Play + id: youtube-play + unicode: f16a + created: 0.4 + filter: + - start + - playing + categories: + - Brand Icons + - Video Player Icons + + - name: Dropbox + id: dropbox + unicode: f16b + created: 0.4 + categories: + - Brand Icons + + - name: Stack Overflow + id: stack-overflow + unicode: f16c + created: 0.4 + categories: + - Brand Icons + + - name: Instagram + id: instagram + unicode: f16d + created: 0.4 + categories: + - Brand Icons + + - name: Flickr + id: flickr + unicode: f16e + created: 0.4 + categories: + - Brand Icons + + - name: App.net + id: adn + unicode: f170 + created: 0.4 + categories: + - Brand Icons + + - name: Bitbucket + id: bitbucket + unicode: f171 + created: 0.4 + filter: + - git + categories: + - Brand Icons + + - name: Bitbucket Square + id: bitbucket-square + unicode: f172 + created: 0.4 + filter: + - git + categories: + - Brand Icons + + - name: Tumblr + id: tumblr + unicode: f173 + created: 0.4 + categories: + - Brand Icons + + - name: Tumblr Square + id: tumblr-square + unicode: f174 + created: 0.4 + categories: + - Brand Icons + + - name: Long Arrow Down + id: long-arrow-down + unicode: f175 + created: 0.4 + categories: + - Directional Icons + + - name: Long Arrow Up + id: long-arrow-up + unicode: f176 + created: 0.4 + categories: + - Directional Icons + + - name: Long Arrow Left + id: long-arrow-left + unicode: f177 + created: 0.4 + filter: + - previous + - back + categories: + - Directional Icons + + - name: Long Arrow Right + id: long-arrow-right + unicode: f178 + created: 0.4 + categories: + - Directional Icons + + - name: Apple + id: apple + unicode: f179 + created: 0.4 + filter: + - osx + - food + categories: + - Brand Icons + + - name: Windows + id: windows + unicode: f17a + created: 0.4 + filter: + - microsoft + categories: + - Brand Icons + + - name: Android + id: android + unicode: f17b + created: 0.4 + filter: + - robot + categories: + - Brand Icons + + - name: Linux + id: linux + unicode: f17c + created: 0.4 + filter: + - tux + categories: + - Brand Icons + + - name: Dribbble + id: dribbble + unicode: f17d + created: 0.4 + categories: + - Brand Icons + + - name: Skype + id: skype + unicode: f17e + created: 0.4 + categories: + - Brand Icons + + + - name: Foursquare + id: foursquare + unicode: f180 + created: 0.4 + categories: + - Brand Icons + + - name: Trello + id: trello + unicode: f181 + created: 0.4 + categories: + - Brand Icons + + - name: Female + id: female + unicode: f182 + created: 0.4 + filter: + - woman + - user + - person + - profile + categories: + - Web Application Icons + + - name: Male + id: male + unicode: f183 + created: 0.4 + filter: + - man + - user + - person + - profile + categories: + - Web Application Icons + + - name: Gratipay (Gittip) + id: gratipay + unicode: f184 + created: 0.4 + aliases: + - gittip + filter: + - heart + - like + - favorite + - love + categories: + - Brand Icons + + - name: Sun Outlined + id: sun-o + unicode: f185 + created: 0.4 + filter: + - weather + - contrast + - lighter + - brighten + - day + categories: + - Web Application Icons + + - name: Moon Outlined + id: moon-o + unicode: f186 + created: 0.4 + filter: + - night + - darker + - contrast + - crescent + categories: + - Web Application Icons + + - name: Archive + id: archive + unicode: f187 + created: 0.4 + filter: + - box + - storage + categories: + - Web Application Icons + + - name: Bug + id: bug + unicode: f188 + created: 0.4 + filter: + - report + - insect + categories: + - Web Application Icons + + - name: VK + id: vk + unicode: f189 + created: 0.4 + categories: + - Brand Icons + + - name: Weibo + id: weibo + unicode: f18a + created: 0.4 + categories: + - Brand Icons + + - name: Renren + id: renren + unicode: f18b + created: 0.4 + categories: + - Brand Icons + + + - name: Pagelines + id: pagelines + unicode: f18c + created: 0.4 + filter: + - leaf + - leaves + - tree + - plant + - eco + - nature + categories: + - Brand Icons + + - name: Stack Exchange + id: stack-exchange + unicode: f18d + created: 0.4 + categories: + - Brand Icons + + - name: Arrow Circle Outlined Right + id: arrow-circle-o-right + unicode: f18e + created: 0.4 + filter: + - next + - forward + categories: + - Directional Icons + + + - name: Arrow Circle Outlined Left + id: arrow-circle-o-left + unicode: f190 + created: 0.4 + filter: + - previous + - back + categories: + - Directional Icons + + - name: Caret Square Outlined Left + id: caret-square-o-left + unicode: f191 + created: 0.4 + filter: + - previous + - back + aliases: + - toggle-left + categories: + - Web Application Icons + - Directional Icons + + - name: Dot Circle Outlined + id: dot-circle-o + unicode: f192 + created: 0.4 + filter: + - target + - bullseye + - notification + categories: + - Web Application Icons + - Form Control Icons + + - name: Wheelchair + id: wheelchair + unicode: f193 + created: 0.4 + filter: + - handicap + - person + categories: + - Web Application Icons + - Medical Icons + - Transportation Icons + - Accessibility Icons + + - name: Vimeo Square + id: vimeo-square + unicode: f194 + created: 0.4 + categories: + - Brand Icons + + - name: Turkish Lira (TRY) + id: try + unicode: f195 + created: 0.4 + aliases: + - turkish-lira + categories: + - Currency Icons + + - name: Plus Square Outlined + id: plus-square-o + unicode: f196 + created: 0.4 + filter: + - add + - new + - create + - expand + categories: + - Web Application Icons + - Form Control Icons + + - name: Space Shuttle + id: space-shuttle + unicode: f197 + created: 0.4 + filter: + categories: + - Web Application Icons + - Transportation Icons + + - name: Slack Logo + id: slack + unicode: f198 + created: 0.4 + filter: + - hashtag + - anchor + - hash + categories: + - Brand Icons + + - name: Envelope Square + id: envelope-square + unicode: f199 + created: 0.4 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification + categories: + - Web Application Icons + + - name: WordPress Logo + id: wordpress + unicode: f19a + created: 0.4 + categories: + - Brand Icons + + - name: OpenID + id: openid + unicode: f19b + created: 0.4 + categories: + - Brand Icons + + - name: University + id: university + unicode: f19c + created: 0.4 + aliases: + - institution + - bank + categories: + - Web Application Icons + + - name: Graduation Cap + id: graduation-cap + unicode: f19d + created: 0.4 + aliases: + - mortar-board + filter: + - learning + - school + - student + categories: + - Web Application Icons + + - name: Yahoo Logo + id: yahoo + unicode: f19e + created: 0.4 + categories: + - Brand Icons + + + - name: Google Logo + id: google + unicode: f1a0 + created: 0.4 + categories: + - Brand Icons + + - name: reddit Logo + id: reddit + unicode: f1a1 + created: 0.4 + categories: + - Brand Icons + + - name: reddit Square + id: reddit-square + unicode: f1a2 + created: 0.4 + categories: + - Brand Icons + + - name: StumbleUpon Circle + id: stumbleupon-circle + unicode: f1a3 + created: 0.4 + categories: + - Brand Icons + + - name: StumbleUpon Logo + id: stumbleupon + unicode: f1a4 + created: 0.4 + categories: + - Brand Icons + + - name: Delicious Logo + id: delicious + unicode: f1a5 + created: 0.4 + categories: + - Brand Icons + + - name: Digg Logo + id: digg + unicode: f1a6 + created: 0.4 + categories: + - Brand Icons + + - name: Drupal Logo + id: drupal + unicode: f1a9 + created: 0.4 + categories: + - Brand Icons + + - name: Joomla Logo + id: joomla + unicode: f1aa + created: 0.4 + categories: + - Brand Icons + + - name: Language + id: language + unicode: f1ab + created: 0.4 + filter: + - translate + categories: + - Web Application Icons + + - name: Fax + id: fax + unicode: f1ac + created: 0.4 + categories: + - Web Application Icons + + - name: Building + id: building + unicode: f1ad + created: 0.4 + filter: + - work + - business + - apartment + - office + - company + categories: + - Web Application Icons + + - name: Child + id: child + unicode: f1ae + created: 0.4 + categories: + - Web Application Icons + + + - name: Paw + id: paw + unicode: f1b0 + created: 0.4 + filter: + - pet + categories: + - Web Application Icons + + - name: spoon + id: spoon + unicode: f1b1 + created: 0.4 + aliases: + - utensil-spoon + categories: + - Web Application Icons + + - name: Cube + id: cube + unicode: f1b2 + created: 0.4 + categories: + - Web Application Icons + + - name: Cubes + id: cubes + unicode: f1b3 + created: 0.4 + categories: + - Web Application Icons + + - name: Behance + id: behance + unicode: f1b4 + created: 0.4 + categories: + - Brand Icons + + - name: Behance Square + id: behance-square + unicode: f1b5 + created: 0.4 + categories: + - Brand Icons + + - name: Steam + id: steam + unicode: f1b6 + created: 0.4 + categories: + - Brand Icons + + - name: Steam Square + id: steam-square + unicode: f1b7 + created: 0.4 + categories: + - Brand Icons + + - name: Recycle + id: recycle + unicode: f1b8 + created: 0.4 + categories: + - Web Application Icons + + - name: Car + id: car + unicode: f1b9 + created: 0.4 + aliases: + - automobile + filter: + - vehicle + categories: + - Web Application Icons + - Transportation Icons + + - name: Taxi + id: taxi + unicode: f1ba + created: 0.4 + aliases: + - cab + filter: + - vehicle + categories: + - Web Application Icons + - Transportation Icons + + - name: Tree + id: tree + unicode: f1bb + created: 0.4 + categories: + - Web Application Icons + + - name: Spotify + id: spotify + unicode: f1bc + created: 0.4 + categories: + - Brand Icons + + - name: deviantART + id: deviantart + unicode: f1bd + created: 0.4 + categories: + - Brand Icons + + - name: SoundCloud + id: soundcloud + unicode: f1be + created: 0.4 + categories: + - Brand Icons + + - name: Database + id: database + unicode: f1c0 + created: 0.4 + categories: + - Web Application Icons + + - name: PDF File Outlined + id: file-pdf-o + unicode: f1c1 + created: 0.4 + categories: + - Web Application Icons + - File Type Icons + + - name: Word File Outlined + id: file-word-o + unicode: f1c2 + created: 0.4 + categories: + - Web Application Icons + - File Type Icons + + - name: Excel File Outlined + id: file-excel-o + unicode: f1c3 + created: 0.4 + categories: + - Web Application Icons + - File Type Icons + + - name: Powerpoint File Outlined + id: file-powerpoint-o + unicode: f1c4 + created: 0.4 + categories: + - Web Application Icons + - File Type Icons + + - name: Image File Outlined + id: file-image-o + unicode: f1c5 + created: 0.4 + aliases: + - file-photo-o + - file-picture-o + categories: + - Web Application Icons + - File Type Icons + + - name: Archive File Outlined + id: file-archive-o + unicode: f1c6 + created: 0.4 + aliases: + - file-zip-o + categories: + - Web Application Icons + - File Type Icons + + - name: Audio File Outlined + id: file-audio-o + unicode: f1c7 + created: 0.4 + aliases: + - file-sound-o + categories: + - Web Application Icons + - File Type Icons + + - name: Video File Outlined + id: file-video-o + unicode: f1c8 + created: 0.4 + aliases: + - file-movie-o + categories: + - Web Application Icons + - File Type Icons + + - name: Code File Outlined + id: file-code-o + unicode: f1c9 + created: 0.4 + categories: + - Web Application Icons + - File Type Icons + + - name: Vine + id: vine + unicode: f1ca + created: 0.4 + categories: + - Brand Icons + + - name: Codepen + id: codepen + unicode: f1cb + created: 0.4 + categories: + - Brand Icons + + - name: jsFiddle + id: jsfiddle + unicode: f1cc + created: 0.4 + categories: + - Brand Icons + + - name: Life Ring + id: life-ring + unicode: f1cd + created: 0.4 + aliases: + - life-bouy + - life-buoy + - life-saver + - support + categories: + - Web Application Icons + + - name: Circle Outlined Notched + id: circle-o-notch + unicode: f1ce + created: 0.4 + categories: + - Web Application Icons + - Spinner Icons + + + - name: Rebel Alliance + id: rebel + unicode: f1d0 + created: 0.4 + aliases: + - ra + - resistance + categories: + - Brand Icons + + - name: Galactic Empire + id: empire + unicode: f1d1 + created: 0.4 + aliases: + - ge + categories: + - Brand Icons + + - name: Git Square + id: git-square + unicode: f1d2 + created: 0.4 + categories: + - Brand Icons + + - name: Git + id: git + unicode: f1d3 + created: 0.4 + categories: + - Brand Icons + + - name: Hacker News + id: hacker-news + unicode: f1d4 + created: 0.4 + aliases: + - y-combinator-square + - yc-square + categories: + - Brand Icons + + - name: Tencent Weibo + id: tencent-weibo + unicode: f1d5 + created: 0.4 + categories: + - Brand Icons + + - name: QQ + id: qq + unicode: f1d6 + created: 0.4 + categories: + - Brand Icons + + - name: Weixin (WeChat) + id: weixin + unicode: f1d7 + created: 0.4 + aliases: + - wechat + categories: + - Brand Icons + + - name: Paper Plane + id: paper-plane + unicode: f1d8 + created: 0.4 + aliases: + - send + categories: + - Web Application Icons + + - name: Paper Plane Outlined + id: paper-plane-o + unicode: f1d9 + created: 0.4 + aliases: + - send-o + categories: + - Web Application Icons + + - name: History + id: history + unicode: f1da + created: 0.4 + filter: + - recent + categories: + - Web Application Icons + + - name: Circle Outlined Thin + id: circle-thin + unicode: f1db + created: 0.4 + categories: + - Web Application Icons + + - name: header + id: header + unicode: f1dc + created: 0.4 + filter: + - heading + aliases: + - heading + categories: + - Text Editor Icons + + - name: paragraph + id: paragraph + unicode: f1dd + created: 0.4 + categories: + - Text Editor Icons + + - name: Sliders + id: sliders + unicode: f1de + created: 0.4 + filter: + - settings + categories: + - Web Application Icons + + + - name: Share Alt + id: share-alt + unicode: f1e0 + created: 0.4 + categories: + - Web Application Icons + - Brand Icons + + - name: Share Alt Square + id: share-alt-square + unicode: f1e1 + created: 0.4 + categories: + - Web Application Icons + - Brand Icons + + - name: Bomb + id: bomb + unicode: f1e2 + created: 0.4 + categories: + - Web Application Icons + + - name: Futbol Outlined + id: futbol-o + unicode: f1e3 + created: 0.4 + aliases: + - soccer-ball-o + categories: + - Web Application Icons + + - name: TTY + id: tty + unicode: f1e4 + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Binoculars + id: binoculars + unicode: f1e5 + created: 0.4 + categories: + - Web Application Icons + + - name: Plug + id: plug + unicode: f1e6 + created: 0.4 + filter: + - power + - connect + categories: + - Web Application Icons + + - name: Slideshare + id: slideshare + unicode: f1e7 + created: 0.4 + categories: + - Brand Icons + + - name: Twitch + id: twitch + unicode: f1e8 + created: 0.4 + categories: + - Brand Icons + + - name: Yelp + id: yelp + unicode: f1e9 + created: 0.4 + categories: + - Brand Icons + + - name: Newspaper Outlined + id: newspaper-o + unicode: f1ea + created: 0.4 + filter: + - press + categories: + - Web Application Icons + + - name: WiFi + id: wifi + unicode: f1eb + created: 0.4 + categories: + - Web Application Icons + + - name: Calculator + id: calculator + unicode: f1ec + created: 0.4 + categories: + - Web Application Icons + + - name: Paypal + id: paypal + unicode: f1ed + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: Google Wallet + id: google-wallet + unicode: f1ee + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + + - name: Visa Credit Card + id: cc-visa + unicode: f1f0 + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: MasterCard Credit Card + id: cc-mastercard + unicode: f1f1 + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: Discover Credit Card + id: cc-discover + unicode: f1f2 + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: American Express Credit Card + id: cc-amex + unicode: f1f3 + created: 0.4 + filter: + - amex + categories: + - Brand Icons + - Payment Icons + + - name: Paypal Credit Card + id: cc-paypal + unicode: f1f4 + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: Stripe Credit Card + id: cc-stripe + unicode: f1f5 + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: Bell Slash + id: bell-slash + unicode: f1f6 + created: 0.4 + categories: + - Web Application Icons + + - name: Bell Slash Outlined + id: bell-slash-o + unicode: f1f7 + created: 0.4 + categories: + - Web Application Icons + + - name: Trash + id: trash + unicode: f1f8 + created: 0.4 + filter: + - garbage + - delete + - remove + - hide + categories: + - Web Application Icons + + - name: Copyright + id: copyright + unicode: f1f9 + created: 0.4 + categories: + - Web Application Icons + + - name: At + id: at + unicode: f1fa + created: 0.4 + filter: + - email + - e-mail + categories: + - Web Application Icons + + - name: Eyedropper + id: eyedropper + unicode: f1fb + created: 0.4 + categories: + - Web Application Icons + + - name: Paint Brush + id: paint-brush + unicode: f1fc + created: 0.4 + categories: + - Web Application Icons + + - name: Birthday Cake + id: birthday-cake + unicode: f1fd + created: 0.4 + categories: + - Web Application Icons + + - name: Area Chart + id: area-chart + unicode: f1fe + created: 0.4 + filter: + - graph + - analytics + - statistics + categories: + - Web Application Icons + - Chart Icons + + - name: Pie Chart + id: pie-chart + unicode: f200 + created: 0.4 + filter: + - graph + - analytics + - statistics + categories: + - Web Application Icons + - Chart Icons + + - name: Line Chart + id: line-chart + unicode: f201 + created: 0.4 + filter: + - graph + - analytics + - statistics + categories: + - Web Application Icons + - Chart Icons + + - name: last.fm + id: lastfm + unicode: f202 + created: 0.4 + categories: + - Brand Icons + + - name: last.fm Square + id: lastfm-square + unicode: f203 + created: 0.4 + categories: + - Brand Icons + + - name: Toggle Off + id: toggle-off + unicode: f204 + created: 0.4 + filter: + - switch + categories: + - Web Application Icons + + - name: Toggle On + id: toggle-on + unicode: f205 + created: 0.4 + filter: + - switch + categories: + - Web Application Icons + + - name: Bicycle + id: bicycle + unicode: f206 + created: 0.4 + filter: + - vehicle + - bike + categories: + - Web Application Icons + - Transportation Icons + + - name: Bus + id: bus + unicode: f207 + created: 0.4 + filter: + - vehicle + categories: + - Web Application Icons + - Transportation Icons + + - name: ioxhost + id: ioxhost + unicode: f208 + created: 0.4 + url: ioxhost.co.uk + categories: + - Brand Icons + + - name: AngelList + id: angellist + unicode: f209 + created: 0.4 + categories: + - Brand Icons + + - name: Closed Captions + id: cc + unicode: f20a + created: 0.4 + aliases: + - closed-captioning + categories: + - Web Application Icons + - Accessibility Icons + + - name: Shekel (ILS) + id: ils + unicode: f20b + created: 0.4 + aliases: + - shekel + - sheqel + categories: + - Currency Icons + + - name: meanpath + id: meanpath + unicode: f20c + created: 0.4 + url: meanpath.com + categories: + - Brand Icons + + - name: BuySellAds + id: buysellads + unicode: f20d + created: 0.4 + url: buysellads.com + categories: + - Brand Icons + + - name: Connect Develop + id: connectdevelop + unicode: f20e + created: 0.4 + url: connectdevelop.com + categories: + - Brand Icons + + + - name: DashCube + id: dashcube + unicode: f210 + created: 0.4 + url: dashcube.com + categories: + - Brand Icons + + - name: Forumbee + id: forumbee + unicode: f211 + created: 0.4 + url: forumbee.com + categories: + - Brand Icons + + - name: Leanpub + id: leanpub + unicode: f212 + created: 0.4 + url: leanpub.com + categories: + - Brand Icons + + - name: Sellsy + id: sellsy + unicode: f213 + created: 0.4 + url: sellsy.com + categories: + - Brand Icons + + - name: Shirts in Bulk + id: shirtsinbulk + unicode: f214 + created: 0.4 + url: shirtsinbulk.com + categories: + - Brand Icons + + - name: SimplyBuilt + id: simplybuilt + unicode: f215 + created: 0.4 + url: simplybuilt.com + categories: + - Brand Icons + + - name: skyatlas + id: skyatlas + unicode: f216 + created: 0.4 + url: skyatlas.com + categories: + - Brand Icons + + - name: Add to Shopping Cart + id: cart-plus + unicode: f217 + created: 0.4 + filter: + - add + - shopping + categories: + - Web Application Icons + + - name: Shopping Cart Arrow Down + id: cart-arrow-down + unicode: f218 + created: 0.4 + filter: + - shopping + categories: + - Web Application Icons + + - name: Diamond + id: diamond + unicode: f219 + created: 0.4 + filter: + - gem + - gemstone + aliases: + - gem + categories: + - Web Application Icons + + - name: Ship + id: ship + unicode: f21a + created: 0.4 + filter: + - boat + - sea + categories: + - Web Application Icons + - Transportation Icons + + - name: User Secret + id: user-secret + unicode: f21b + created: 0.4 + filter: + - whisper + - spy + - incognito + - privacy + categories: + - Web Application Icons + + - name: Motorcycle + id: motorcycle + unicode: f21c + created: 0.4 + filter: + - vehicle + - bike + categories: + - Web Application Icons + - Transportation Icons + + - name: Street View + id: street-view + unicode: f21d + created: 0.4 + filter: + - map + categories: + - Web Application Icons + + - name: Heartbeat + id: heartbeat + unicode: f21e + created: 0.4 + filter: + - ekg + categories: + - Web Application Icons + - Medical Icons + + + - name: Venus + id: venus + unicode: f221 + created: 0.4 + filter: + - female + categories: + - Gender Icons + + - name: Mars + id: mars + unicode: f222 + created: 0.4 + filter: + - male + categories: + - Gender Icons + + - name: Mercury + id: mercury + unicode: f223 + created: 0.4 + filter: + - transgender + categories: + - Gender Icons + + - name: Transgender + id: transgender + unicode: f224 + created: 0.4 + aliases: + - intersex + categories: + - Gender Icons + + - name: Transgender Alt + id: transgender-alt + unicode: f225 + created: 0.4 + categories: + - Gender Icons + + - name: Venus Double + id: venus-double + unicode: f226 + created: 0.4 + categories: + - Gender Icons + + - name: Mars Double + id: mars-double + unicode: f227 + created: 0.4 + categories: + - Gender Icons + + - name: Venus Mars + id: venus-mars + unicode: f228 + created: 0.4 + categories: + - Gender Icons + + - name: Mars Stroke + id: mars-stroke + unicode: f229 + created: 0.4 + categories: + - Gender Icons + + - name: Mars Stroke Vertical + id: mars-stroke-v + unicode: f22a + created: 0.4 + categories: + - Gender Icons + + - name: Mars Stroke Horizontal + id: mars-stroke-h + unicode: f22b + created: 0.4 + categories: + - Gender Icons + + - name: Neuter + id: neuter + unicode: f22c + created: 0.4 + categories: + - Gender Icons + + - name: Genderless + id: genderless + unicode: f22d + created: 0.4 + categories: + - Gender Icons + + + - name: Facebook Official + id: facebook-official + unicode: f230 + created: 0.4 + categories: + - Brand Icons + + - name: Pinterest P + id: pinterest-p + unicode: f231 + created: 0.4 + categories: + - Brand Icons + + - name: What's App + id: whatsapp + unicode: f232 + created: 0.4 + categories: + - Brand Icons + + - name: Server + id: server + unicode: f233 + created: 0.4 + categories: + - Web Application Icons + + - name: Add User + id: user-plus + unicode: f234 + created: 0.4 + filter: + - sign up + - signup + categories: + - Web Application Icons + + - name: Remove User + id: user-times + unicode: f235 + created: 0.4 + categories: + - Web Application Icons + + - name: Bed + id: bed + unicode: f236 + created: 0.4 + filter: + - travel + aliases: + - hotel + categories: + - Web Application Icons + + - name: Viacoin (VIA) + id: viacoin + unicode: f237 + created: 0.4 + url: viacoin.org + categories: + - Currency Icons + - Brand Icons + + - name: Train + id: train + unicode: f238 + created: 0.4 + categories: + - Transportation Icons + + - name: Subway + id: subway + unicode: f239 + created: 0.4 + categories: + - Transportation Icons + + - name: Medium + id: medium + unicode: f23a + created: 1.0 + categories: + - Brand Icons + + - name: Medium + id: medium-square + unicode: f2f8 + created: 1.0 + categories: + - Brand Icons + + - name: Y Combinator + id: y-combinator + unicode: f23b + created: 0.4 + aliases: + - yc + categories: + - Brand Icons + + - name: Optin Monster + id: optin-monster + unicode: f23c + created: 0.4 + url: optinmonster.com + categories: + - Brand Icons + + - name: OpenCart + id: opencart + unicode: f23d + created: 0.4 + url: opencart.com + categories: + - Brand Icons + + - name: ExpeditedSSL + id: expeditedssl + unicode: f23e + created: 0.4 + categories: + - Brand Icons + + + - name: Battery Full + id: battery-full + unicode: f240 + created: 0.4 + aliases: + - battery-4 + - battery + filter: + - power + categories: + - Web Application Icons + + - name: Battery 3/4 Full + id: battery-three-quarters + unicode: f241 + created: 0.4 + aliases: + - battery-3 + filter: + - power + categories: + - Web Application Icons + + - name: Battery 1/2 Full + id: battery-half + unicode: f242 + created: 0.4 + aliases: + - battery-2 + filter: + - power + categories: + - Web Application Icons + + - name: Battery 1/4 Full + id: battery-quarter + unicode: f243 + created: 0.4 + aliases: + - battery-1 + filter: + - power + categories: + - Web Application Icons + + - name: Battery Empty + id: battery-empty + unicode: f244 + created: 0.4 + aliases: + - battery-0 + filter: + - power + categories: + - Web Application Icons + + - name: Mouse Pointer + id: mouse-pointer + unicode: f245 + created: 0.4 + categories: + - Web Application Icons + + - name: I Beam Cursor + id: i-cursor + unicode: f246 + created: 0.4 + categories: + - Web Application Icons + + - name: Object Group + id: object-group + unicode: f247 + created: 0.4 + categories: + - Web Application Icons + + - name: Object Ungroup + id: object-ungroup + unicode: f248 + created: 0.4 + categories: + - Web Application Icons + + - name: Sticky Note + id: sticky-note + unicode: f249 + created: 0.4 + categories: + - Web Application Icons + + - name: Sticky Note Outlined + id: sticky-note-o + unicode: f24a + created: 0.4 + categories: + - Web Application Icons + + - name: JCB Credit Card + id: cc-jcb + unicode: f24b + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: Diner's Club Credit Card + id: cc-diners-club + unicode: f24c + created: 0.4 + categories: + - Brand Icons + - Payment Icons + + - name: Clone + id: clone + unicode: f24d + created: 0.4 + filter: + - copy + categories: + - Web Application Icons + + - name: Balance Scale + id: balance-scale + unicode: f24e + created: 0.4 + categories: + - Web Application Icons + + + - name: Hourglass Outlined + id: hourglass-o + unicode: f250 + created: 0.4 + categories: + - Web Application Icons + + - name: Hourglass Start + id: hourglass-start + unicode: f251 + created: 0.4 + aliases: + - hourglass-1 + categories: + - Web Application Icons + + - name: Hourglass Half + id: hourglass-half + unicode: f252 + created: 0.4 + aliases: + - hourglass-2 + categories: + - Web Application Icons + + - name: Hourglass End + id: hourglass-end + unicode: f253 + created: 0.4 + aliases: + - hourglass-3 + categories: + - Web Application Icons + + - name: Hourglass + id: hourglass + unicode: f254 + created: 0.4 + categories: + - Web Application Icons + + - name: Rock (Hand) + id: hand-rock-o + unicode: f255 + created: 0.4 + aliases: + - hand-grab-o + categories: + - Web Application Icons + - Hand Icons + + - name: Paper (Hand) + id: hand-paper-o + unicode: f256 + created: 0.4 + aliases: + - hand-stop-o + filter: + - stop + categories: + - Web Application Icons + - Hand Icons + + - name: Scissors (Hand) + id: hand-scissors-o + unicode: f257 + created: 0.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Lizard (Hand) + id: hand-lizard-o + unicode: f258 + created: 0.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Spock (Hand) + id: hand-spock-o + unicode: f259 + created: 0.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Hand Pointer + id: hand-pointer-o + unicode: f25a + created: 0.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Hand Peace + id: hand-peace-o + unicode: f25b + created: 0.4 + categories: + - Web Application Icons + - Hand Icons + + - name: Trademark + id: trademark + unicode: f25c + created: 0.4 + categories: + - Web Application Icons + + - name: Registered Trademark + id: registered + unicode: f25d + created: 0.4 + categories: + - Web Application Icons + + - name: Creative Commons + id: creative-commons + unicode: f25e + created: 0.4 + categories: + - Web Application Icons + + + - name: GG Currency + id: gg + unicode: f260 + created: 0.4 + categories: + - Currency Icons + - Brand Icons + + - name: GG Currency Circle + id: gg-circle + unicode: f261 + created: 0.4 + categories: + - Currency Icons + - Brand Icons + + - name: TripAdvisor + id: tripadvisor + unicode: f262 + created: 0.4 + categories: + - Brand Icons + + - name: Odnoklassniki + id: odnoklassniki + unicode: f263 + created: 0.4 + categories: + - Brand Icons + + - name: Odnoklassniki Square + id: odnoklassniki-square + unicode: f264 + created: 0.4 + categories: + - Brand Icons + + - name: Get Pocket + id: get-pocket + unicode: f265 + created: 0.4 + categories: + - Brand Icons + + - name: Wikipedia W + id: wikipedia-w + unicode: f266 + created: 0.4 + categories: + - Brand Icons + + - name: Safari + id: safari + unicode: f267 + created: 0.4 + filter: + - browser + categories: + - Brand Icons + + - name: Chrome + id: chrome + unicode: f268 + created: 0.4 + filter: + - browser + categories: + - Brand Icons + + - name: Firefox + id: firefox + unicode: f269 + created: 0.4 + filter: + - browser + categories: + - Brand Icons + + - name: Opera + id: opera + unicode: f26a + created: 0.4 + categories: + - Brand Icons + + - name: Internet-explorer + id: internet-explorer + unicode: f26b + created: 0.4 + filter: + - browser + - ie + categories: + - Brand Icons + + - name: Television + id: television + unicode: f26c + created: 0.4 + aliases: + - tv + filter: + - display + - computer + - monitor + categories: + - Web Application Icons + + - name: Contao + id: contao + unicode: f26d + created: 0.4 + categories: + - Brand Icons + + - name: 500px + id: 500px + unicode: f26e + created: 0.4 + categories: + - Brand Icons + + + - name: Amazon + id: amazon + unicode: f270 + created: 0.4 + categories: + - Brand Icons + + - name: Calendar Plus Outlined + id: calendar-plus-o + unicode: f271 + created: 0.4 + categories: + - Web Application Icons + + - name: Calendar Minus Outlined + id: calendar-minus-o + unicode: f272 + created: 0.4 + categories: + - Web Application Icons + + - name: Calendar Times Outlined + id: calendar-times-o + unicode: f273 + created: 0.4 + categories: + - Web Application Icons + + - name: Calendar Check Outlined + id: calendar-check-o + unicode: f274 + created: 0.4 + filter: + - ok + categories: + - Web Application Icons + + - name: Industry + id: industry + unicode: f275 + created: 0.4 + filter: + - factory + categories: + - Web Application Icons + + - name: Map Pin + id: map-pin + unicode: f276 + created: 0.4 + categories: + - Web Application Icons + + - name: Map Signs + id: map-signs + unicode: f277 + created: 0.4 + categories: + - Web Application Icons + + - name: Map Outlined + id: map-o + unicode: f278 + created: 0.4 + categories: + - Web Application Icons + + - name: Map + id: map + unicode: f279 + created: 0.4 + categories: + - Web Application Icons + + - name: Commenting + id: commenting + unicode: f27a + created: 0.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Commenting Outlined + id: commenting-o + unicode: f27b + created: 0.4 + filter: + - speech + - notification + - note + - chat + - bubble + - feedback + - message + - texting + - sms + - conversation + categories: + - Web Application Icons + + - name: Houzz + id: houzz + unicode: f27c + created: 0.4 + categories: + - Brand Icons + + - name: Vimeo + id: vimeo + unicode: f27d + created: 0.4 + aliases: + - vimeo-v + categories: + - Brand Icons + + - name: Font Awesome Black Tie + id: black-tie + unicode: f27e + created: 0.4 + url: blacktie.io + categories: + - Brand Icons + + + - name: Fonticons + id: fonticons + unicode: f280 + created: 0.4 + url: fonticons.com + categories: + - Brand Icons + + - name: reddit Alien + id: reddit-alien + unicode: f281 + created: 0.4 + categories: + - Brand Icons + + - name: Edge Browser + id: edge + unicode: f282 + created: 0.4 + filter: + - browser + - ie + categories: + - Brand Icons + + - name: Credit Card + id: credit-card-alt + unicode: f283 + created: 0.4 + filter: + - money + - buy + - debit + - checkout + - purchase + - payment + - credit card + categories: + - Payment Icons + - Web Application Icons + + - name: Codie Pie + id: codiepie + unicode: f284 + created: 0.4 + url: codiepie.com + categories: + - Brand Icons + + - name: MODX + id: modx + unicode: f285 + created: 0.4 + categories: + - Brand Icons + + - name: Fort Awesome + id: fort-awesome + unicode: f286 + created: 0.4 + url: fortawesome.com + categories: + - Brand Icons + + - name: USB + id: usb + unicode: f287 + created: 0.4 + categories: + - Brand Icons + + - name: Product Hunt + id: product-hunt + unicode: f288 + created: 0.4 + categories: + - Brand Icons + + - name: Mixcloud + id: mixcloud + unicode: f289 + created: 0.4 + categories: + - Brand Icons + + - name: Scribd + id: scribd + unicode: f28a + created: 0.4 + categories: + - Brand Icons + + - name: Pause Circle + id: pause-circle + unicode: f28b + created: 0.4 + categories: + - Video Player Icons + + - name: Pause Circle Outlined + id: pause-circle-o + unicode: f28c + created: 0.4 + categories: + - Video Player Icons + + - name: Stop Circle + id: stop-circle + unicode: f28d + created: 0.4 + categories: + - Video Player Icons + + - name: Stop Circle Outlined + id: stop-circle-o + unicode: f28e + created: 0.4 + categories: + - Video Player Icons + + + - name: Shopping Bag + id: shopping-bag + unicode: f290 + created: 0.4 + categories: + - Web Application Icons + + - name: Shopping Basket + id: shopping-basket + unicode: f291 + created: 0.4 + categories: + - Web Application Icons + + - name: Hashtag + id: hashtag + unicode: f292 + created: 0.4 + categories: + - Web Application Icons + + - name: Bluetooth + id: bluetooth + unicode: f293 + created: 0.4 + categories: + - Web Application Icons + - Brand Icons + + - name: Bluetooth + id: bluetooth-b + unicode: f294 + created: 0.4 + categories: + - Web Application Icons + - Brand Icons + + - name: Percent + id: percent + unicode: f295 + created: 0.4 + categories: + - Web Application Icons + + + - name: GitLab + id: gitlab + unicode: f296 + created: 0.4 + url: gitlab.com + categories: + - Brand Icons + + - name: WPBeginner + id: wpbeginner + unicode: f297 + created: 0.4 + url: wpbeginner.com + categories: + - Brand Icons + + - name: WPForms + id: wpforms + unicode: f298 + created: 0.4 + url: wpforms.com + categories: + - Brand Icons + + - name: Envira Gallery + id: envira + unicode: f299 + created: 0.4 + url: enviragallery.com + filter: + - leaf + categories: + - Brand Icons + + - name: Universal Access + id: universal-access + unicode: f29a + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Wheelchair Alt + id: wheelchair-alt + unicode: f29b + created: 0.4 + filter: + - handicap + - person + categories: + - Web Application Icons + - Medical Icons + - Transportation Icons + - Accessibility Icons + + - name: Question Circle Outlined + id: question-circle-o + unicode: f29c + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Blind + id: blind + unicode: f29d + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Audio Description + id: audio-description + unicode: f29e + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + + - name: Volume Control Phone + id: volume-control-phone + unicode: f2a0 + created: 0.4 + filter: + - telephone + aliases: + - phone-volume + categories: + - Web Application Icons + - Accessibility Icons + + - name: Braille + id: braille + unicode: f2a1 + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Assistive Listening Systems + id: assistive-listening-systems + unicode: f2a2 + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + - name: American Sign Language Interpreting + id: american-sign-language-interpreting + unicode: f2a3 + created: 0.4 + aliases: + - asl-interpreting + categories: + - Web Application Icons + - Accessibility Icons + + - name: Deaf + id: deaf + unicode: f2a4 + created: 0.4 + aliases: + - deafness + - hard-of-hearing + categories: + - Web Application Icons + - Accessibility Icons + + - name: Glide + id: glide + unicode: f2a5 + created: 0.4 + categories: + - Brand Icons + + - name: Glide G + id: glide-g + unicode: f2a6 + created: 0.4 + categories: + - Brand Icons + + - name: Sign Language + id: sign-language + unicode: f2a7 + created: 0.4 + aliases: + - signing + categories: + - Web Application Icons + - Accessibility Icons + + + - name: Low Vision + id: low-vision + unicode: f2a8 + created: 0.4 + categories: + - Web Application Icons + - Accessibility Icons + + - name: Viadeo + id: viadeo + unicode: f2a9 + created: 0.4 + categories: + - Brand Icons + + - name: Viadeo Square + id: viadeo-square + unicode: f2aa + created: 0.4 + categories: + - Brand Icons + + - name: Snapchat + id: snapchat + unicode: f2ab + created: 0.4 + categories: + - Brand Icons + + - name: Snapchat Ghost + id: snapchat-ghost + unicode: f2ac + created: 0.4 + categories: + - Brand Icons + + - name: Snapchat Square + id: snapchat-square + unicode: f2ad + created: 0.4 + categories: + - Brand Icons + + - name: First Order + id: first-order + unicode: f2b0 + created: 0.4 + categories: + - Brand Icons + + - name: Yoast + id: yoast + unicode: f2b1 + created: 0.4 + url: yoast.com + categories: + - Brand Icons + + - name: ThemeIsle + id: themeisle + unicode: f2b2 + created: 0.4 + url: themeisle.com + categories: + - Brand Icons + + - name: Google Plus Official + id: google-plus-official + unicode: f2b3 + created: 0.4 + aliases: + - google-plus-circle + categories: + - Brand Icons + + - name: Font Awesome + id: font-awesome + unicode: f2b4 + created: 0.4 + aliases: + - fa + categories: + - Brand Icons + + - name: Handshake Outlined + id: handshake-o + unicode: f2b5 + created: 0.4 + categories: + - Web Application Icons + + - name: Envelope Open + id: envelope-open + unicode: f2b6 + created: 0.4 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification + categories: + - Web Application Icons + + - name: Envelope Open Outlined + id: envelope-open-o + unicode: f2b7 + created: 0.4 + filter: + - email + - e-mail + - letter + - support + - mail + - message + - notification + categories: + - Web Application Icons + + - name: Linode + id: linode + unicode: f2b8 + created: 0.4 + url: linode.com + categories: + - Brand Icons + + - name: Address Book + id: address-book + unicode: f2b9 + created: 0.4 + categories: + - Web Application Icons + + - name: Address Book Outlined + id: address-book-o + unicode: f2ba + created: 0.4 + categories: + - Web Application Icons + + - name: Address Card + id: address-card + unicode: f2bb + created: 0.4 + aliases: + - vcard + categories: + - Web Application Icons + + - name: Address Card Outlined + id: address-card-o + unicode: f2bc + created: 0.4 + aliases: + - vcard-o + categories: + - Web Application Icons + + - name: User Circle + id: user-circle + unicode: f2bd + created: 0.4 + categories: + - Web Application Icons + + - name: User Circle Outlined + id: user-circle-o + unicode: f2be + created: 0.4 + categories: + - Web Application Icons + + + - name: User Outlined + id: user-o + unicode: f2c0 + created: 0.4 + categories: + - Web Application Icons + + - name: Identification Badge + id: id-badge + unicode: f2c1 + created: 0.4 + categories: + - Web Application Icons + + - name: Identification Card + id: id-card + unicode: f2c2 + created: 0.4 + aliases: + - drivers-license + categories: + - Web Application Icons + + - name: Identification Card Outlined + id: id-card-o + unicode: f2c3 + created: 0.4 + aliases: + - drivers-license-o + categories: + - Web Application Icons + + - name: Quora + id: quora + unicode: f2c4 + created: 0.4 + categories: + - Brand Icons + + - name: Free Code Camp + id: free-code-camp + unicode: f2c5 + created: 0.4 + categories: + - Brand Icons + + - name: Telegram + id: telegram + unicode: f2c6 + created: 0.4 + categories: + - Brand Icons + + - name: Thermometer Full + id: thermometer-full + unicode: f2c7 + created: 0.4 + aliases: + - thermometer-4 + - thermometer + categories: + - Web Application Icons + + - name: Thermometer 3/4 Full + id: thermometer-three-quarters + unicode: f2c8 + created: 0.4 + aliases: + - thermometer-3 + categories: + - Web Application Icons + + - name: Thermometer 1/2 Full + id: thermometer-half + unicode: f2c9 + created: 0.4 + aliases: + - thermometer-2 + categories: + - Web Application Icons + + - name: Thermometer 1/4 Full + id: thermometer-quarter + unicode: f2ca + created: 0.4 + aliases: + - thermometer-1 + categories: + - Web Application Icons + + - name: Thermometer Empty + id: thermometer-empty + unicode: f2cb + created: 0.4 + aliases: + - thermometer-0 + categories: + - Web Application Icons + + - name: Shower + id: shower + unicode: f2cc + created: 0.4 + categories: + - Web Application Icons + + - name: Bath + id: bath + unicode: f2cd + created: 0.4 + aliases: + - bathtub + - s15 + categories: + - Web Application Icons + + - name: Podcast + id: podcast + unicode: f2ce + created: 0.4 + categories: + - Web Application Icons + + + - name: Window Maximize + id: window-maximize + unicode: f2d0 + created: 0.4 + categories: + - Web Application Icons + + - name: Window Minimize + id: window-minimize + unicode: f2d1 + created: 0.4 + categories: + - Web Application Icons + + - name: Window Restore + id: window-restore + unicode: f2d2 + created: 0.4 + categories: + - Web Application Icons + + - name: Window Close + id: window-close + unicode: f2d3 + created: 0.4 + aliases: + - times-rectangle + categories: + - Web Application Icons + + - name: Window Close Outline + id: window-close-o + unicode: f2d4 + created: 0.4 + aliases: + - times-rectangle-o + categories: + - Web Application Icons + + - name: Bandcamp + id: bandcamp + unicode: f2d5 + created: 0.4 + categories: + - Brand Icons + + - name: Grav + id: grav + unicode: f2d6 + created: 0.4 + categories: + - Brand Icons + + - name: Etsy + id: etsy + unicode: f2d7 + created: 0.4 + categories: + - Brand Icons + + - name: IMDB + id: imdb + unicode: f2d8 + created: 0.4 + categories: + - Brand Icons + + - name: Ravelry + id: ravelry + unicode: f2d9 + created: 0.4 + categories: + - Brand Icons + + - name: Eercast + id: eercast + unicode: f2da + created: 0.4 + url: eercast.com + categories: + - Brand Icons + + - name: Microchip + id: microchip + unicode: f2db + created: 0.4 + categories: + - Web Application Icons + + - name: Snowflake Outlined + id: snowflake-o + unicode: f2dc + created: 0.4 + categories: + - Web Application Icons + + - name: Superpowers + id: superpowers + unicode: f2dd + created: 0.4 + url: superpowers.io + categories: + - Brand Icons + + - name: WPExplorer + id: wpexplorer + unicode: f2de + created: 0.4 + url: wpexplorer.com + categories: + - Brand Icons + + - name: Meetup + id: meetup + unicode: f2e0 + created: 0.4 + categories: + - Brand Icons + + - name: Mastodon + id: mastodon + unicode: f2e1 + created: 1.0 + url: joinmastodon.org + filter: + - toot + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: Mastodon Alt + id: mastodon-alt + unicode: f2e2 + created: 1.0 + url: joinmastodon.org + filter: + - toot + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: Fork Awesome + id: fork-awesome + unicode: f2e3 + created: 1.0 + url: forkawesome.github.io + filter: + - font + - fork + aliases: + - fork-circle + categories: + - Brand Icons + + - name: PeerTube + id: peertube + unicode: f2e4 + created: 1.0 + url: github.com/Chocobozzz/PeerTube + filter: + - video + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: Diaspora* + id: diaspora + unicode: f2e5 + created: 1.0 + url: diasporafoundation.org + filter: + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: Friendica + id: friendica + unicode: f2e6 + created: 1.0 + url: friendi.ca + filter: + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: GNU Social + id: gnu-social + unicode: f2e7 + created: 1.0 + url: gnu.io + filter: + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: Liberapay + id: liberapay-square + unicode: f2e8 + created: 1.0 + url: liberapay.com + categories: + - Web Application Icons + - Payment Icons + - Brand Icons + + - name: Liberapay + id: liberapay + unicode: f2e9 + created: 1.0 + url: liberapay.com + categories: + - Web Application Icons + - Payment Icons + - Brand Icons + + - name: Scuttlebutt + id: scuttlebutt + unicode: f2ea + created: 1.0 + url: scuttlebutt.nz + filter: + - social-network + - federation + aliases: + - ssb + categories: + - Web Application Icons + - Brand Icons + + - name: Hubzilla + id: hubzilla + unicode: f2eb + created: 1.0 + url: hubzilla.org + filter: + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: Socialhome + id: social-home + unicode: f2ec + created: 1.0 + url: socialhome.network + filter: + - social-network + - federation + categories: + - Web Application Icons + - Brand Icons + + - name: ArtStation + id: artstation + unicode: f2ed + created: 1.0 + url: artstation.com + filter: + - social-network + - art + categories: + - Web Application Icons + - Brand Icons + + - name: Discord + id: discord + unicode: f2ee + created: 1.0 + url: discordapp.com + filter: + - chat + categories: + - Web Application Icons + - Brand Icons + + - name: Discord + id: discord-alt + unicode: f2ef + created: 1.0 + url: discordapp.com + filter: + - chat + categories: + - Web Application Icons + - Brand Icons + + - name: Patreon + id: patreon + unicode: f2f0 + created: 1.0 + url: patreon.com + filter: + - funding + categories: + - Payment Icons + - Brand Icons + + - name: Snowdrift + id: snowdrift + unicode: f2f1 + created: 1.0 + url: snowdrift.coop + categories: + - Brand Icons + + - name: ActivityPub + id: activitypub + unicode: f2f2 + created: 1.0 + url: activitypub.rocks + categories: + - Brand Icons + + - name: Ethereum + id: ethereum + unicode: f2f3 + created: 1.0 + url: ethereum.org + categories: + - Payment Icons + - Brand Icons + + - name: Keybase + id: keybase + unicode: f2f4 + created: 1.0 + url: keybase.io + categories: + - Brand Icons + + - name: Shaarli + id: shaarli + unicode: f2f5 + created: 1.0 + url: github.com/shaarli/Shaarli + categories: + - Brand Icons + + - name: Shaarli Outlined + id: shaarli-o + unicode: f2f6 + created: 1.0 + categories: + - Brand Icons + + - name: Key (Modern) + id: key-modern + unicode: f2f7 + created: 1.0 + aliases: + - cut-key + filter: + - unlock + - password + categories: + - Web Application Icons + + - name: XMPP + id: xmpp + unicode: f2f9 + created: 1.0 + filter: + - message + - iot + url: xmpp.org + categories: + - Brand Icons + + - name: Archive.org + id: archive-org + unicode: f2fc + created: 1.0 + filter: + - link + url: archive.org + categories: + - Brand Icons + + - name: Freedombox + id: freedombox + unicode: f2fd + created: 1.0 + url: freedombox.org + categories: + - Brand Icons + + - name: Facebook Messenger + id: facebook-messenger + unicode: f2fe + created: 1.0 + url: messenger.com + filter: + - social network + categories: + - Brand Icons + + - name: Debian + id: debian + unicode: f2ff + created: 1.0 + url: debian.org + categories: + - Brand Icons + + - name: Mastodon Square + id: mastodon-square + unicode: f300 + created: 1.0 + filter: + - social network + url: joinmastodon.org + categories: + - Brand Icons + + - name: Tipeee + id: tipeee + unicode: f301 + created: 1.0 + url: tipeee.com + filter: + - funding + categories: + - Payment Icons + - Brand Icons + + - name: React + id: react + unicode: f302 + created: 1.0 + url: reactjs.org + categories: + - Brand Icons + + - name: Dogmazic + id: dogmazic + unicode: f303 + created: 1.0 + url: dogmazic.net + categories: + - Brand Icons + + - name: Zotero + id: zotero + unicode: f309 + created: 1.1 + url: zotero.org + categories: + - Brand Icons + + - name: Nodejs + id: nodejs + unicode: f308 + created: 1.1 + url: nodejs.org + categories: + - Brand Icons + + - name: Nextcloud + id: nextcloud + unicode: f306 + created: 1.1 + url: nextcloud.com + categories: + - Brand Icons + + - name: Nextcloud Square + id: nextcloud-square + unicode: f307 + created: 1.1 + url: nextcloud.com + categories: + - Brand Icons + + - name: Hackaday + id: hackaday + unicode: f30a + created: 1.1 + url: hackaday.com + categories: + - Brand Icons + + - name: Laravel + id: laravel + unicode: f30b + created: 1.1 + url: laravel.com + categories: + - Brand Icons + + - name: Signal App + id: signalapp + unicode: f30c + created: 1.1 + url: signal.org + filter: + - message + - texting + + - name: GnuPG + id: gnupg + unicode: f30d + created: 1.1 + url: gnupg.org + categories: + - Brand Icons + + - name: PHP + id: php + unicode: f30e + created: 1.1 + url: php.net + categories: + - Brand Icons + + - name: FFmpeg + id: ffmpeg + unicode: f30f + created: 1.1 + url: ffmpeg.org + categories: + - Brand Icons + + - name: Joplin + id: joplin + unicode: f310 + created: 1.0 + url: joplin.cozic.net + categories: + - Brand Icons + + - name: Syncthing + id: syncthing + unicode: f311 + created: 1.1 + url: syncthing.net + categories: + - Brand Icons + + - name: Inkscape + id: inkscape + unicode: f312 + created: 1.1 + url: inkscape.org + categories: + - Brand Icons + + - name: Matrix.org + id: matrix-org + unicode: f313 + created: 1.1 + url: matrix.org + filter: + - chat + - federation + - message + categories: + - Brand Icons + + - name: Pixelfed + id: pixelfed + unicode: f314 + created: 1.1 + url: pixelfed.social + filter: + - social-network + - federation + - photo + categories: + - Brand Icons + + - name: Bootstrap + id: bootstrap + unicode: f315 + created: 1.1 + url: getbootstrap.com + categories: + - Brand Icons + + - name: Dev.to + id: dev-to + unicode: f316 + created: 1.1 + url: dev.to + categories: + - Brand Icons + + - name: Hashnode + id: hashnode + unicode: f317 + created: 1.1 + url: hashnode.com + categories: + - Brand Icons + + - name: Jirafeau + id: jirafeau + unicode: f318 + created: 1.1 + url: jirafeau.net + categories: + - Brand Icons + + - name: Emby + id: emby + unicode: f319 + created: 1.1 + url: emby.media + categories: + - Brand Icons + + - name: Wikidata + id: wikidata + unicode: f31a + created: 1.1 + url: wikidata.org + categories: + - Brand Icons + + - name: Gimp + id: gimp + unicode: f31b + created: 1.1 + url: gimp.org + categories: + - Brand Icons + + - name: C + id: c + unicode: f31c + created: 1.1 + categories: + - Brand Icons + + - name: DigitalOcean + id: digitalocean + unicode: f31d + created: 1.1 + url: digitalocean.com + categories: + - Brand Icons + + - name: AT&T + id: att + unicode: f31e + created: 1.1 + url: att.com + categories: + - Brand Icons + + - name: Gitea + id: gitea + unicode: f31f + created: 1.1 + url: gitea.io + categories: + - Brand Icons + + - name: EPUB + id: file-epub + unicode: f321 + created: 1.1 + categories: + - Web Application Icons + - File Type Icons + + - name: Python + id: python + unicode: f322 + created: 1.1 + url: python.org + categories: + - Brand Icons + + - name: Archlinux + id: archlinux + unicode: f323 + created: 1.1 + url: archlinux.org + categories: + - Brand Icons + + - name: Pleroma + id: pleroma + unicode: f324 + created: 1.1 + url: pleroma.social + filter: + - social-network + - federation + categories: + - Brand Icons + - Web Application Icons + + - name: Unsplash + id: unsplash + unicode: f325 + created: 1.1 + url: unsplash.com + filter: + - photo + categories: + - Brand Icons + + - name: Hackster + id: hackster + unicode: f326 + created: 1.1 + url: hackster.io + categories: + - Brand Icons + + - name: Spell check + id: spell-check + unicode: f327 + created: 1.1 + filter: + - checkmark + - spelling + categories: + - Web Application Icons + + - name: Moon + id: moon + unicode: f328 + created: 1.1 + filter: + - night + - darker + - contrast + - crescent + categories: + - Web Application Icons + + - name: Sun + id: sun + unicode: f329 + created: 1.1 + filter: + - weather + - contrast + - lighter + - brighten + - day + categories: + - Web Application Icons + + - name: F-droid + id: f-droid + unicode: f32a + created: 1.1 + url: f-droid.org + categories: + - Brand Icons + + - name: biometric + id: biometric + unicode: f32b + created: 1.1 + filter: + - biometric + - passport + categories: + - Web Application Icons diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/500px.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/500px.svg new file mode 100644 index 0000000..4c62d87 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/500px.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/activitypub.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/activitypub.svg new file mode 100644 index 0000000..74cd544 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/activitypub.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-book-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-book-o.svg new file mode 100644 index 0000000..63da231 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-book-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-book.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-book.svg new file mode 100644 index 0000000..3363667 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-book.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-card-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-card-o.svg new file mode 100644 index 0000000..1cbfadb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-card-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-card.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-card.svg new file mode 100644 index 0000000..72bb7a5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/address-card.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/adjust.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/adjust.svg new file mode 100644 index 0000000..b5c0524 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/adjust.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/adn.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/adn.svg new file mode 100644 index 0000000..534d8aa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/adn.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-center.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-center.svg new file mode 100644 index 0000000..c21f40c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-center.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-justify.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-justify.svg new file mode 100644 index 0000000..e0f95c5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-justify.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-left.svg new file mode 100644 index 0000000..072204c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-right.svg new file mode 100644 index 0000000..544161a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/align-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/amazon.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/amazon.svg new file mode 100644 index 0000000..ce59073 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/amazon.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ambulance.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ambulance.svg new file mode 100644 index 0000000..cf57bf9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ambulance.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/american-sign-language-interpreting.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/american-sign-language-interpreting.svg new file mode 100644 index 0000000..140325f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/american-sign-language-interpreting.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/anchor.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/anchor.svg new file mode 100644 index 0000000..4b77c63 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/anchor.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/android.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/android.svg new file mode 100644 index 0000000..c57bb7f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/android.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angellist.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angellist.svg new file mode 100644 index 0000000..025e9c5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angellist.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-down.svg new file mode 100644 index 0000000..cc6dfba --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-left.svg new file mode 100644 index 0000000..398cd99 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-right.svg new file mode 100644 index 0000000..f76c1cf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-up.svg new file mode 100644 index 0000000..4b54220 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-double-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-down.svg new file mode 100644 index 0000000..5bab629 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-left.svg new file mode 100644 index 0000000..a52814a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-right.svg new file mode 100644 index 0000000..c19bd1a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-up.svg new file mode 100644 index 0000000..1514c98 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/angle-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/apple.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/apple.svg new file mode 100644 index 0000000..9a373c3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/apple.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/archive-org.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/archive-org.svg new file mode 100644 index 0000000..952a614 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/archive-org.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/archive.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/archive.svg new file mode 100644 index 0000000..c0e7635 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/archive.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/archlinux.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/archlinux.svg new file mode 100644 index 0000000..2eb08ec --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/archlinux.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/area-chart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/area-chart.svg new file mode 100644 index 0000000..221e6d9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/area-chart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-down.svg new file mode 100644 index 0000000..314fd4f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-left.svg new file mode 100644 index 0000000..1034756 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-down.svg new file mode 100644 index 0000000..ba452df --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-left.svg new file mode 100644 index 0000000..ec07c44 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-right.svg new file mode 100644 index 0000000..5d9c6f7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-up.svg new file mode 100644 index 0000000..870e08c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-o-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-right.svg new file mode 100644 index 0000000..f616fab --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-up.svg new file mode 100644 index 0000000..d4264e4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-circle-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-down.svg new file mode 100644 index 0000000..9831f3f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-left.svg new file mode 100644 index 0000000..50e9b92 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-right.svg new file mode 100644 index 0000000..e34f87d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-up.svg new file mode 100644 index 0000000..589f9ad --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-alt.svg new file mode 100644 index 0000000..a56a071 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-h.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-h.svg new file mode 100644 index 0000000..2eadeb0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-h.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-v.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-v.svg new file mode 100644 index 0000000..4063330 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows-v.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows.svg new file mode 100644 index 0000000..bc77002 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/arrows.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/artstation.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/artstation.svg new file mode 100644 index 0000000..614d5fd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/artstation.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/assistive-listening-systems.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/assistive-listening-systems.svg new file mode 100644 index 0000000..feee81a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/assistive-listening-systems.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/asterisk.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/asterisk.svg new file mode 100644 index 0000000..24384e6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/asterisk.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/at.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/at.svg new file mode 100644 index 0000000..876f791 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/at.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/att.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/att.svg new file mode 100644 index 0000000..991872d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/att.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/audio-description.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/audio-description.svg new file mode 100644 index 0000000..d2e39d9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/audio-description.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/backward.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/backward.svg new file mode 100644 index 0000000..c7fbfd6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/backward.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/balance-scale.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/balance-scale.svg new file mode 100644 index 0000000..6929773 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/balance-scale.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ban.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ban.svg new file mode 100644 index 0000000..1a8dd5a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ban.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bandcamp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bandcamp.svg new file mode 100644 index 0000000..817bf5c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bandcamp.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bar-chart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bar-chart.svg new file mode 100644 index 0000000..463c6f2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bar-chart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/barcode.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/barcode.svg new file mode 100644 index 0000000..e843cf9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/barcode.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bars.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bars.svg new file mode 100644 index 0000000..2dec65f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bars.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bath.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bath.svg new file mode 100644 index 0000000..5aeccf7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bath.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-empty.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-empty.svg new file mode 100644 index 0000000..a919059 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-empty.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-full.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-full.svg new file mode 100644 index 0000000..1022c87 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-full.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-half.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-half.svg new file mode 100644 index 0000000..b31e3eb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-half.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-quarter.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-quarter.svg new file mode 100644 index 0000000..2b2a7aa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-quarter.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-three-quarters.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-three-quarters.svg new file mode 100644 index 0000000..e22a0e5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/battery-three-quarters.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bed.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bed.svg new file mode 100644 index 0000000..28beb9c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bed.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/beer.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/beer.svg new file mode 100644 index 0000000..6d96f6a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/beer.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/behance-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/behance-square.svg new file mode 100644 index 0000000..7562cda --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/behance-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/behance.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/behance.svg new file mode 100644 index 0000000..e4c6be6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/behance.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-o.svg new file mode 100644 index 0000000..0f0ac08 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash-o.svg new file mode 100644 index 0000000..6be3244 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash.svg new file mode 100644 index 0000000..88f9545 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell.svg new file mode 100644 index 0000000..1ac38f2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bell.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bicycle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bicycle.svg new file mode 100644 index 0000000..7777e71 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bicycle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/binoculars.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/binoculars.svg new file mode 100644 index 0000000..304bb41 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/binoculars.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/biometric.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/biometric.svg new file mode 100644 index 0000000..d404444 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/biometric.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/birthday-cake.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/birthday-cake.svg new file mode 100644 index 0000000..7ebb024 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/birthday-cake.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket-square.svg new file mode 100644 index 0000000..3f54096 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket.svg new file mode 100644 index 0000000..065ddd5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bitbucket.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/black-tie.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/black-tie.svg new file mode 100644 index 0000000..b63c72f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/black-tie.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/blind.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/blind.svg new file mode 100644 index 0000000..6e59839 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/blind.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth-b.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth-b.svg new file mode 100644 index 0000000..3823968 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth-b.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth.svg new file mode 100644 index 0000000..910e765 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bluetooth.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bold.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bold.svg new file mode 100644 index 0000000..7cae4b5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bold.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bolt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bolt.svg new file mode 100644 index 0000000..9b4dbe1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bolt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bomb.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bomb.svg new file mode 100644 index 0000000..beb8b38 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bomb.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/book.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/book.svg new file mode 100644 index 0000000..23c2148 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/book.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark-o.svg new file mode 100644 index 0000000..c594e6c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark.svg new file mode 100644 index 0000000..547a443 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bookmark.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bootstrap.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bootstrap.svg new file mode 100644 index 0000000..40c1f79 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bootstrap.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/braille.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/braille.svg new file mode 100644 index 0000000..bfd080c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/braille.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/briefcase.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/briefcase.svg new file mode 100644 index 0000000..8b83cce --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/briefcase.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/btc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/btc.svg new file mode 100644 index 0000000..e86ee2d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/btc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bug.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bug.svg new file mode 100644 index 0000000..cfd6e51 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bug.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/building-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/building-o.svg new file mode 100644 index 0000000..f805168 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/building-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/building.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/building.svg new file mode 100644 index 0000000..536ebd8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/building.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bullhorn.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bullhorn.svg new file mode 100644 index 0000000..311055b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bullhorn.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bullseye.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bullseye.svg new file mode 100644 index 0000000..64c3940 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bullseye.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/bus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bus.svg new file mode 100644 index 0000000..8ae2c90 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/bus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/buysellads.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/buysellads.svg new file mode 100644 index 0000000..7897b35 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/buysellads.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/c.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/c.svg new file mode 100644 index 0000000..c19f3fb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/c.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/calculator.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calculator.svg new file mode 100644 index 0000000..33f0604 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calculator.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-check-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-check-o.svg new file mode 100644 index 0000000..0845b3d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-check-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-minus-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-minus-o.svg new file mode 100644 index 0000000..edbd7e5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-minus-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-o.svg new file mode 100644 index 0000000..fccec95 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-plus-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-plus-o.svg new file mode 100644 index 0000000..f7df1c3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-plus-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-times-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-times-o.svg new file mode 100644 index 0000000..308358e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar-times-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar.svg new file mode 100644 index 0000000..787dbf1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/calendar.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/camera-retro.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/camera-retro.svg new file mode 100644 index 0000000..9153f79 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/camera-retro.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/camera.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/camera.svg new file mode 100644 index 0000000..da77436 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/car.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/car.svg new file mode 100644 index 0000000..a9f07dc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/car.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-down.svg new file mode 100644 index 0000000..2fe29d6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-left.svg new file mode 100644 index 0000000..4ade5e8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-right.svg new file mode 100644 index 0000000..8f3306d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-down.svg new file mode 100644 index 0000000..b214726 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-left.svg new file mode 100644 index 0000000..831cdd1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-right.svg new file mode 100644 index 0000000..3e67c76 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-up.svg new file mode 100644 index 0000000..a9e6607 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-square-o-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-up.svg new file mode 100644 index 0000000..f61a8bc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/caret-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cart-arrow-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cart-arrow-down.svg new file mode 100644 index 0000000..9c06d05 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cart-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cart-plus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cart-plus.svg new file mode 100644 index 0000000..bd644ab --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cart-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-amex.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-amex.svg new file mode 100644 index 0000000..80ba949 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-amex.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-diners-club.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-diners-club.svg new file mode 100644 index 0000000..a4e13c2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-diners-club.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-discover.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-discover.svg new file mode 100644 index 0000000..c72a516 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-discover.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-jcb.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-jcb.svg new file mode 100644 index 0000000..4a5d061 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-jcb.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-mastercard.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-mastercard.svg new file mode 100644 index 0000000..e3809fc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-mastercard.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-paypal.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-paypal.svg new file mode 100644 index 0000000..d18e4f3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-paypal.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-stripe.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-stripe.svg new file mode 100644 index 0000000..b1141ba --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-stripe.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-visa.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-visa.svg new file mode 100644 index 0000000..e9732d8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc-visa.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc.svg new file mode 100644 index 0000000..0aaf094 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/certificate.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/certificate.svg new file mode 100644 index 0000000..9035c2c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/certificate.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chain-broken.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chain-broken.svg new file mode 100644 index 0000000..4e65430 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chain-broken.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle-o.svg new file mode 100644 index 0000000..0a31c1c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle.svg new file mode 100644 index 0000000..03142a0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-square-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-square-o.svg new file mode 100644 index 0000000..e337680 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-square-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-square.svg new file mode 100644 index 0000000..7a20589 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/check.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check.svg new file mode 100644 index 0000000..b9e3741 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/check.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-down.svg new file mode 100644 index 0000000..5629e70 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-left.svg new file mode 100644 index 0000000..321aba3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-right.svg new file mode 100644 index 0000000..5850ccf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-up.svg new file mode 100644 index 0000000..d5967ed --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-circle-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-down.svg new file mode 100644 index 0000000..a9bc63b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-left.svg new file mode 100644 index 0000000..cb57fbc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-right.svg new file mode 100644 index 0000000..141f87a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-up.svg new file mode 100644 index 0000000..665b6f4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chevron-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/child.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/child.svg new file mode 100644 index 0000000..8538fbd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/child.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/chrome.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chrome.svg new file mode 100644 index 0000000..a61cf33 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/chrome.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o-notch.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o-notch.svg new file mode 100644 index 0000000..d27ba55 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o-notch.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o.svg new file mode 100644 index 0000000..44d22ff --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-thin.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-thin.svg new file mode 100644 index 0000000..2999c2c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle-thin.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle.svg new file mode 100644 index 0000000..642fb81 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/clipboard.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/clipboard.svg new file mode 100644 index 0000000..a45295e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/clipboard.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/clock-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/clock-o.svg new file mode 100644 index 0000000..b459ed1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/clock-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/clone.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/clone.svg new file mode 100644 index 0000000..304ccdf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/clone.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-download.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-download.svg new file mode 100644 index 0000000..70a3f1b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-download.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-upload.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-upload.svg new file mode 100644 index 0000000..9f416f1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud-upload.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud.svg new file mode 100644 index 0000000..a783217 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/code-fork.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/code-fork.svg new file mode 100644 index 0000000..001e728 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/code-fork.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/code.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/code.svg new file mode 100644 index 0000000..41a6fc8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/code.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/codepen.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/codepen.svg new file mode 100644 index 0000000..29466d0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/codepen.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/codiepie.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/codiepie.svg new file mode 100644 index 0000000..eeadaeb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/codiepie.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/coffee.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/coffee.svg new file mode 100644 index 0000000..4476d89 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/coffee.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cog.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cog.svg new file mode 100644 index 0000000..0fd866d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cog.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cogs.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cogs.svg new file mode 100644 index 0000000..f8de33c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cogs.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/columns.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/columns.svg new file mode 100644 index 0000000..558d8dc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/columns.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/comment-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comment-o.svg new file mode 100644 index 0000000..8ba0e79 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comment-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/comment.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comment.svg new file mode 100644 index 0000000..e9846f5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comment.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/commenting-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/commenting-o.svg new file mode 100644 index 0000000..b946eda --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/commenting-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/commenting.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/commenting.svg new file mode 100644 index 0000000..61878e7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/commenting.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/comments-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comments-o.svg new file mode 100644 index 0000000..342034c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comments-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/comments.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comments.svg new file mode 100644 index 0000000..2083ade --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/comments.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/compass.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/compass.svg new file mode 100644 index 0000000..abfa12f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/compass.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/compress.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/compress.svg new file mode 100644 index 0000000..6300f29 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/compress.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/connectdevelop.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/connectdevelop.svg new file mode 100644 index 0000000..3f79ce2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/connectdevelop.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/contao.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/contao.svg new file mode 100644 index 0000000..b55f9bd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/contao.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/copyright.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/copyright.svg new file mode 100644 index 0000000..db4e29a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/copyright.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/creative-commons.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/creative-commons.svg new file mode 100644 index 0000000..b1c6fd0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/creative-commons.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card-alt.svg new file mode 100644 index 0000000..fdbc1ca --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card.svg new file mode 100644 index 0000000..8628586 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/credit-card.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/crop.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/crop.svg new file mode 100644 index 0000000..dafc8bb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/crop.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/crosshairs.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/crosshairs.svg new file mode 100644 index 0000000..7d6c6fc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/crosshairs.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/css3.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/css3.svg new file mode 100644 index 0000000..587f5c7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/css3.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cube.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cube.svg new file mode 100644 index 0000000..0075e9a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cube.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cubes.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cubes.svg new file mode 100644 index 0000000..6c98e97 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cubes.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/cutlery.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cutlery.svg new file mode 100644 index 0000000..f8c8dea --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/cutlery.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/dashcube.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dashcube.svg new file mode 100644 index 0000000..ab390d5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dashcube.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/database.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/database.svg new file mode 100644 index 0000000..816a5b5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/database.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/deaf.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/deaf.svg new file mode 100644 index 0000000..6eb26c0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/deaf.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/debian.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/debian.svg new file mode 100644 index 0000000..f695cba --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/debian.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/delicious.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/delicious.svg new file mode 100644 index 0000000..a5c8e11 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/delicious.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/desktop.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/desktop.svg new file mode 100644 index 0000000..0abb84a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/desktop.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/dev-to.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dev-to.svg new file mode 100644 index 0000000..445279b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dev-to.svg @@ -0,0 +1,4 @@ + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/deviantart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/deviantart.svg new file mode 100644 index 0000000..ae2da94 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/deviantart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/diamond.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/diamond.svg new file mode 100644 index 0000000..892c3b4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/diamond.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/diaspora.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/diaspora.svg new file mode 100644 index 0000000..64ad81e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/diaspora.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/digg.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/digg.svg new file mode 100644 index 0000000..1efd838 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/digg.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/digitalocean.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/digitalocean.svg new file mode 100644 index 0000000..9b0edec --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/digitalocean.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/discord-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/discord-alt.svg new file mode 100644 index 0000000..0a446f9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/discord-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/discord.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/discord.svg new file mode 100644 index 0000000..cab6273 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/discord.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/dogmazic.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dogmazic.svg new file mode 100644 index 0000000..305862c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dogmazic.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/dot-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dot-circle-o.svg new file mode 100644 index 0000000..cd772cf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dot-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/download.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/download.svg new file mode 100644 index 0000000..e0288cb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/download.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/dribbble.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dribbble.svg new file mode 100644 index 0000000..d822b41 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dribbble.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/dropbox.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dropbox.svg new file mode 100644 index 0000000..9b5fc8e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/dropbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/drupal.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/drupal.svg new file mode 100644 index 0000000..c718d2b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/drupal.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/edge.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/edge.svg new file mode 100644 index 0000000..be0b361 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/edge.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/eercast.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eercast.svg new file mode 100644 index 0000000..7f0e23d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eercast.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/eject.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eject.svg new file mode 100644 index 0000000..7f711cd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eject.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-h.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-h.svg new file mode 100644 index 0000000..a504d0c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-h.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-v.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-v.svg new file mode 100644 index 0000000..0869df1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ellipsis-v.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/emby.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/emby.svg new file mode 100644 index 0000000..1042774 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/emby.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/empire.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/empire.svg new file mode 100644 index 0000000..a54cec9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/empire.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-o.svg new file mode 100644 index 0000000..1eff37b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open-o.svg new file mode 100644 index 0000000..ed04be0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open.svg new file mode 100644 index 0000000..7b26826 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-square.svg new file mode 100644 index 0000000..3aa1c26 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope.svg new file mode 100644 index 0000000..2078c5d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envelope.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/envira.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envira.svg new file mode 100644 index 0000000..3942a84 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/envira.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/eraser.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eraser.svg new file mode 100644 index 0000000..40e148d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eraser.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ethereum.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ethereum.svg new file mode 100644 index 0000000..b272b0d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ethereum.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/etsy.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/etsy.svg new file mode 100644 index 0000000..93652e7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/etsy.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/eur.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eur.svg new file mode 100644 index 0000000..7c6e67c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eur.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/exchange.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exchange.svg new file mode 100644 index 0000000..ed10806 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exchange.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-circle.svg new file mode 100644 index 0000000..9e6a235 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-triangle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-triangle.svg new file mode 100644 index 0000000..de45347 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation-triangle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation.svg new file mode 100644 index 0000000..35a57b5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/exclamation.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/expand.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/expand.svg new file mode 100644 index 0000000..a9da4b3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/expand.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/expeditedssl.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/expeditedssl.svg new file mode 100644 index 0000000..dda6aa2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/expeditedssl.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/external-link-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/external-link-square.svg new file mode 100644 index 0000000..d8e16d5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/external-link-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/external-link.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/external-link.svg new file mode 100644 index 0000000..dd7d285 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/external-link.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/eye-slash.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eye-slash.svg new file mode 100644 index 0000000..d72cb61 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eye-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/eye.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eye.svg new file mode 100644 index 0000000..f9d0a0b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eye.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/eyedropper.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eyedropper.svg new file mode 100644 index 0000000..9825bd8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/eyedropper.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/f-droid.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/f-droid.svg new file mode 100644 index 0000000..6baa567 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/f-droid.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-messenger.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-messenger.svg new file mode 100644 index 0000000..8c3b47d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-messenger.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-official.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-official.svg new file mode 100644 index 0000000..4a94dc1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-official.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-square.svg new file mode 100644 index 0000000..9ba33a4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook.svg new file mode 100644 index 0000000..56667fa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/facebook.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fast-backward.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fast-backward.svg new file mode 100644 index 0000000..fff4e7d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fast-backward.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fast-forward.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fast-forward.svg new file mode 100644 index 0000000..c22e18a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fast-forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fax.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fax.svg new file mode 100644 index 0000000..313c9f2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fax.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/female.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/female.svg new file mode 100644 index 0000000..41ebd87 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/female.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ffmpeg.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ffmpeg.svg new file mode 100644 index 0000000..2a1621b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ffmpeg.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fighter-jet.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fighter-jet.svg new file mode 100644 index 0000000..5d0995c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fighter-jet.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-archive-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-archive-o.svg new file mode 100644 index 0000000..bd99c37 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-archive-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-audio-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-audio-o.svg new file mode 100644 index 0000000..fe0a167 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-audio-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-code-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-code-o.svg new file mode 100644 index 0000000..814c888 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-code-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-epub.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-epub.svg new file mode 100644 index 0000000..3858a9d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-epub.svg @@ -0,0 +1,4 @@ + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-excel-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-excel-o.svg new file mode 100644 index 0000000..1f1f067 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-excel-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-image-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-image-o.svg new file mode 100644 index 0000000..3c411d9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-image-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-o.svg new file mode 100644 index 0000000..4dbf6d9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-pdf-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-pdf-o.svg new file mode 100644 index 0000000..b04108c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-pdf-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-powerpoint-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-powerpoint-o.svg new file mode 100644 index 0000000..7689b65 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-powerpoint-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-text-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-text-o.svg new file mode 100644 index 0000000..21fa1bc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-text-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-text.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-text.svg new file mode 100644 index 0000000..0e82d87 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-text.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-video-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-video-o.svg new file mode 100644 index 0000000..939c471 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-video-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-word-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-word-o.svg new file mode 100644 index 0000000..b98cfb8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file-word-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/file.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file.svg new file mode 100644 index 0000000..a0e12b1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/file.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/files-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/files-o.svg new file mode 100644 index 0000000..d2bdb65 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/files-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/film.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/film.svg new file mode 100644 index 0000000..f8b14ba --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/film.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/filter.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/filter.svg new file mode 100644 index 0000000..545b4ae --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/filter.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fire-extinguisher.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fire-extinguisher.svg new file mode 100644 index 0000000..63038b5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fire-extinguisher.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fire.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fire.svg new file mode 100644 index 0000000..b5d3e4b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fire.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/firefox.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/firefox.svg new file mode 100644 index 0000000..b417957 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/firefox.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/first-order.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/first-order.svg new file mode 100644 index 0000000..7edb6ad --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/first-order.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag-checkered.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag-checkered.svg new file mode 100644 index 0000000..05864c1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag-checkered.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag-o.svg new file mode 100644 index 0000000..1776e30 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag.svg new file mode 100644 index 0000000..43608fc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flag.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/flask.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flask.svg new file mode 100644 index 0000000..99cb190 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flask.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/flickr.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flickr.svg new file mode 100644 index 0000000..8522b2f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/flickr.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/floppy-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/floppy-o.svg new file mode 100644 index 0000000..8639e6a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/floppy-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-o.svg new file mode 100644 index 0000000..d5d126b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open-o.svg new file mode 100644 index 0000000..2040791 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open.svg new file mode 100644 index 0000000..5fb7683 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder-open.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder.svg new file mode 100644 index 0000000..0b02dc5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/folder.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/font-awesome.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/font-awesome.svg new file mode 100644 index 0000000..e1d0610 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/font-awesome.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/font.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/font.svg new file mode 100644 index 0000000..f1b35aa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/font.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fonticons.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fonticons.svg new file mode 100644 index 0000000..0de8a14 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fonticons.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fork-awesome.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fork-awesome.svg new file mode 100644 index 0000000..44a217e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fork-awesome.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/fort-awesome.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fort-awesome.svg new file mode 100644 index 0000000..398e5ad --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/fort-awesome.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/forumbee.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/forumbee.svg new file mode 100644 index 0000000..3088add --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/forumbee.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/forward.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/forward.svg new file mode 100644 index 0000000..89c62bf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/foursquare.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/foursquare.svg new file mode 100644 index 0000000..b6a890c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/foursquare.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/free-code-camp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/free-code-camp.svg new file mode 100644 index 0000000..e64fb88 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/free-code-camp.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/freedombox.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/freedombox.svg new file mode 100644 index 0000000..cee7a3b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/freedombox.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/friendica.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/friendica.svg new file mode 100644 index 0000000..d2a6148 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/friendica.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/frown-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/frown-o.svg new file mode 100644 index 0000000..3ae3f65 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/frown-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/futbol-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/futbol-o.svg new file mode 100644 index 0000000..432ec36 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/futbol-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gamepad.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gamepad.svg new file mode 100644 index 0000000..67ddc2d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gamepad.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gavel.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gavel.svg new file mode 100644 index 0000000..51d5db7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gavel.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gbp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gbp.svg new file mode 100644 index 0000000..408739f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gbp.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/genderless.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/genderless.svg new file mode 100644 index 0000000..42e6690 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/genderless.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/get-pocket.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/get-pocket.svg new file mode 100644 index 0000000..1c652ea --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/get-pocket.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gg-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gg-circle.svg new file mode 100644 index 0000000..d42be52 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gg-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gg.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gg.svg new file mode 100644 index 0000000..0d2bfbc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gg.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gift.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gift.svg new file mode 100644 index 0000000..d40916b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gift.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gimp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gimp.svg new file mode 100644 index 0000000..9440e22 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gimp.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/git-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/git-square.svg new file mode 100644 index 0000000..eeb988c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/git-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/git.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/git.svg new file mode 100644 index 0000000..e4cdf4e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/git.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gitea.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gitea.svg new file mode 100644 index 0000000..071af3c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gitea.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/github-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/github-alt.svg new file mode 100644 index 0000000..2629c44 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/github-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/github-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/github-square.svg new file mode 100644 index 0000000..6a4e3f0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/github-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/github.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/github.svg new file mode 100644 index 0000000..747b058 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/github.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gitlab.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gitlab.svg new file mode 100644 index 0000000..22aa4ac --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gitlab.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/glass.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/glass.svg new file mode 100644 index 0000000..21249be --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/glass.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/glide-g.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/glide-g.svg new file mode 100644 index 0000000..da4d264 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/glide-g.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/glide.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/glide.svg new file mode 100644 index 0000000..1a7c1c9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/glide.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe-e.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe-e.svg new file mode 100644 index 0000000..4bc258e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe-e.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe-w.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe-w.svg new file mode 100644 index 0000000..3774aad --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe-w.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe.svg new file mode 100644 index 0000000..0ad785b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/globe.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gnu-social.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gnu-social.svg new file mode 100644 index 0000000..e352062 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gnu-social.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gnupg.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gnupg.svg new file mode 100644 index 0000000..20705fc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gnupg.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-official.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-official.svg new file mode 100644 index 0000000..c2dd185 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-official.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-square.svg new file mode 100644 index 0000000..1d07c74 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus.svg new file mode 100644 index 0000000..8df5314 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-wallet.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-wallet.svg new file mode 100644 index 0000000..a3117cc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google-wallet.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/google.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google.svg new file mode 100644 index 0000000..b6a27e6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/google.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/graduation-cap.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/graduation-cap.svg new file mode 100644 index 0000000..f590521 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/graduation-cap.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/gratipay.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gratipay.svg new file mode 100644 index 0000000..2f0989f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/gratipay.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/grav.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/grav.svg new file mode 100644 index 0000000..33f3640 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/grav.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/h-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/h-square.svg new file mode 100644 index 0000000..8a556bf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/h-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hackaday.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hackaday.svg new file mode 100644 index 0000000..e8a3d81 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hackaday.svg @@ -0,0 +1,4 @@ + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hacker-news.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hacker-news.svg new file mode 100644 index 0000000..957f53d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hacker-news.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hackster.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hackster.svg new file mode 100644 index 0000000..561ff26 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hackster.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-lizard-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-lizard-o.svg new file mode 100644 index 0000000..e9aaf5b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-lizard-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-down.svg new file mode 100644 index 0000000..e069a5f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-left.svg new file mode 100644 index 0000000..dfae13d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-right.svg new file mode 100644 index 0000000..dd492af --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-up.svg new file mode 100644 index 0000000..b067eb1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-o-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-paper-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-paper-o.svg new file mode 100644 index 0000000..1b90194 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-paper-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-peace-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-peace-o.svg new file mode 100644 index 0000000..6391497 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-peace-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-pointer-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-pointer-o.svg new file mode 100644 index 0000000..bd1461d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-pointer-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-rock-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-rock-o.svg new file mode 100644 index 0000000..d988311 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-rock-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-scissors-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-scissors-o.svg new file mode 100644 index 0000000..c28f208 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-scissors-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-spock-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-spock-o.svg new file mode 100644 index 0000000..71d7921 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hand-spock-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/handshake-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/handshake-o.svg new file mode 100644 index 0000000..b538840 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/handshake-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hashnode.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hashnode.svg new file mode 100644 index 0000000..ad55c0b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hashnode.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hashtag.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hashtag.svg new file mode 100644 index 0000000..ffe0a8c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hashtag.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hdd-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hdd-o.svg new file mode 100644 index 0000000..472a231 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hdd-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/header.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/header.svg new file mode 100644 index 0000000..a5ee674 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/header.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/headphones.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/headphones.svg new file mode 100644 index 0000000..65306ab --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/headphones.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/heart-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/heart-o.svg new file mode 100644 index 0000000..b7f9074 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/heart-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/heart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/heart.svg new file mode 100644 index 0000000..7cd04f8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/heart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/heartbeat.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/heartbeat.svg new file mode 100644 index 0000000..9fe77c5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/heartbeat.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/history.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/history.svg new file mode 100644 index 0000000..0493fc8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/history.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/home.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/home.svg new file mode 100644 index 0000000..f9e993d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/home.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hospital-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hospital-o.svg new file mode 100644 index 0000000..f0bac8e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hospital-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-end.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-end.svg new file mode 100644 index 0000000..967ce5d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-end.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-half.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-half.svg new file mode 100644 index 0000000..ef35d18 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-half.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-o.svg new file mode 100644 index 0000000..b34e021 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-start.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-start.svg new file mode 100644 index 0000000..e42b547 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass-start.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass.svg new file mode 100644 index 0000000..08655b0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hourglass.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/houzz.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/houzz.svg new file mode 100644 index 0000000..3abca83 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/houzz.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/html5.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/html5.svg new file mode 100644 index 0000000..ca1cb75 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/html5.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/hubzilla.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hubzilla.svg new file mode 100644 index 0000000..f61abf1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/hubzilla.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/i-cursor.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/i-cursor.svg new file mode 100644 index 0000000..df17567 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/i-cursor.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-badge.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-badge.svg new file mode 100644 index 0000000..77bb99f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-badge.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-card-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-card-o.svg new file mode 100644 index 0000000..77c0986 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-card-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-card.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-card.svg new file mode 100644 index 0000000..79ef6b6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/id-card.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ils.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ils.svg new file mode 100644 index 0000000..de8f316 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ils.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/imdb.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/imdb.svg new file mode 100644 index 0000000..a8b222d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/imdb.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/inbox.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/inbox.svg new file mode 100644 index 0000000..30c4bc3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/inbox.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/indent.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/indent.svg new file mode 100644 index 0000000..76f561c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/indent.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/industry.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/industry.svg new file mode 100644 index 0000000..318f9bf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/industry.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/info-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/info-circle.svg new file mode 100644 index 0000000..bcb2b35 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/info-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/info.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/info.svg new file mode 100644 index 0000000..8fce899 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/info.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/inkscape.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/inkscape.svg new file mode 100644 index 0000000..a649d80 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/inkscape.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/inr.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/inr.svg new file mode 100644 index 0000000..b8f1ece --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/inr.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/instagram.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/instagram.svg new file mode 100644 index 0000000..cbd486e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/instagram.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/internet-explorer.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/internet-explorer.svg new file mode 100644 index 0000000..02a12a0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/internet-explorer.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ioxhost.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ioxhost.svg new file mode 100644 index 0000000..77231d7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ioxhost.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/italic.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/italic.svg new file mode 100644 index 0000000..b93cf28 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/italic.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/jirafeau.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/jirafeau.svg new file mode 100644 index 0000000..0b82986 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/jirafeau.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/joomla.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/joomla.svg new file mode 100644 index 0000000..48370e1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/joomla.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/joplin.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/joplin.svg new file mode 100644 index 0000000..6c99b26 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/joplin.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/jpy.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/jpy.svg new file mode 100644 index 0000000..1d014f1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/jpy.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/jsfiddle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/jsfiddle.svg new file mode 100644 index 0000000..dc68fa9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/jsfiddle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/key-modern.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/key-modern.svg new file mode 100644 index 0000000..5ea6ff9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/key-modern.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/key.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/key.svg new file mode 100644 index 0000000..e8fb12d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/key.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/keybase.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/keybase.svg new file mode 100644 index 0000000..1bbfe56 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/keybase.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/keyboard-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/keyboard-o.svg new file mode 100644 index 0000000..2bd2e9e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/keyboard-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/krw.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/krw.svg new file mode 100644 index 0000000..0dd062b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/krw.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/language.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/language.svg new file mode 100644 index 0000000..9f1a086 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/language.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/laptop.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/laptop.svg new file mode 100644 index 0000000..f6e7d62 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/laptop.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/laravel.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/laravel.svg new file mode 100644 index 0000000..5b73a21 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/laravel.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm-square.svg new file mode 100644 index 0000000..d064979 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm.svg new file mode 100644 index 0000000..fbe612d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lastfm.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/leaf.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/leaf.svg new file mode 100644 index 0000000..9cefe56 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/leaf.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/leanpub.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/leanpub.svg new file mode 100644 index 0000000..55d15cb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/leanpub.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/lemon-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lemon-o.svg new file mode 100644 index 0000000..2fe3387 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lemon-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/level-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/level-down.svg new file mode 100644 index 0000000..7d798db --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/level-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/level-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/level-up.svg new file mode 100644 index 0000000..e12f606 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/level-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay-square.svg new file mode 100644 index 0000000..18057cc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay.svg new file mode 100644 index 0000000..83bd65a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/liberapay.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/life-ring.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/life-ring.svg new file mode 100644 index 0000000..d6f758b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/life-ring.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/lightbulb-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lightbulb-o.svg new file mode 100644 index 0000000..20c2e0f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lightbulb-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/line-chart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/line-chart.svg new file mode 100644 index 0000000..62c30e0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/line-chart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/link.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/link.svg new file mode 100644 index 0000000..2c1fdb3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/link.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin-square.svg new file mode 100644 index 0000000..4d67281 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin.svg new file mode 100644 index 0000000..3912e4d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linkedin.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/linode.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linode.svg new file mode 100644 index 0000000..9fefca4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linode.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/linux.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linux.svg new file mode 100644 index 0000000..1ddc608 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/linux.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-alt.svg new file mode 100644 index 0000000..4f4db38 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-ol.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-ol.svg new file mode 100644 index 0000000..9792cc0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-ol.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-ul.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-ul.svg new file mode 100644 index 0000000..def6ba3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list-ul.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/list.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list.svg new file mode 100644 index 0000000..7b75c2f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/list.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/location-arrow.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/location-arrow.svg new file mode 100644 index 0000000..241d9b1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/location-arrow.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/lock.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lock.svg new file mode 100644 index 0000000..aa9a167 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/lock.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-down.svg new file mode 100644 index 0000000..2e80524 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-left.svg new file mode 100644 index 0000000..610f1b0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-right.svg new file mode 100644 index 0000000..13ad8e0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-up.svg new file mode 100644 index 0000000..acdf005 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/long-arrow-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/low-vision.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/low-vision.svg new file mode 100644 index 0000000..a8c974f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/low-vision.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/magic.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/magic.svg new file mode 100644 index 0000000..939390b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/magic.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/magnet.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/magnet.svg new file mode 100644 index 0000000..0ba8b37 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/magnet.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/male.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/male.svg new file mode 100644 index 0000000..4b54e08 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/male.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-marker.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-marker.svg new file mode 100644 index 0000000..8e75607 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-marker.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-o.svg new file mode 100644 index 0000000..4671e32 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-pin.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-pin.svg new file mode 100644 index 0000000..49bec5f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-pin.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-signs.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-signs.svg new file mode 100644 index 0000000..e4811ec --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map-signs.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/map.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map.svg new file mode 100644 index 0000000..a77656a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/map.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-double.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-double.svg new file mode 100644 index 0000000..83157c9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-double.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-h.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-h.svg new file mode 100644 index 0000000..1441e94 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-h.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-v.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-v.svg new file mode 100644 index 0000000..8921bdb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke-v.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke.svg new file mode 100644 index 0000000..ea11509 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars-stroke.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars.svg new file mode 100644 index 0000000..210d4c6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mars.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-alt.svg new file mode 100644 index 0000000..3628fe0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-square.svg new file mode 100644 index 0000000..6feb413 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon.svg new file mode 100644 index 0000000..557f1bf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mastodon.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/matrix-org.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/matrix-org.svg new file mode 100644 index 0000000..a178912 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/matrix-org.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/maxcdn.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/maxcdn.svg new file mode 100644 index 0000000..d4acbf6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/maxcdn.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/meanpath.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/meanpath.svg new file mode 100644 index 0000000..b67d8d3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/meanpath.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/medium-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/medium-square.svg new file mode 100644 index 0000000..866c892 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/medium-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/medium.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/medium.svg new file mode 100644 index 0000000..40edf01 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/medium.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/medkit.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/medkit.svg new file mode 100644 index 0000000..4f67b9d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/medkit.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/meetup.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/meetup.svg new file mode 100644 index 0000000..039c114 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/meetup.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/meh-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/meh-o.svg new file mode 100644 index 0000000..07c6b1b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/meh-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mercury.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mercury.svg new file mode 100644 index 0000000..5f90cea --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mercury.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/microchip.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/microchip.svg new file mode 100644 index 0000000..0dee479 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/microchip.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/microphone-slash.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/microphone-slash.svg new file mode 100644 index 0000000..8608846 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/microphone-slash.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/microphone.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/microphone.svg new file mode 100644 index 0000000..74fe132 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/microphone.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-circle.svg new file mode 100644 index 0000000..3b155e5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square-o.svg new file mode 100644 index 0000000..643212c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square.svg new file mode 100644 index 0000000..0a06d1d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus.svg new file mode 100644 index 0000000..9c11df2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mixcloud.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mixcloud.svg new file mode 100644 index 0000000..9088ac7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mixcloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mobile.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mobile.svg new file mode 100644 index 0000000..ba9cd93 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mobile.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/modx.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/modx.svg new file mode 100644 index 0000000..7fa2388 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/modx.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/money.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/money.svg new file mode 100644 index 0000000..b9997f3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/money.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/moon-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/moon-o.svg new file mode 100644 index 0000000..d074598 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/moon-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/moon.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/moon.svg new file mode 100644 index 0000000..f850637 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/moon.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/motorcycle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/motorcycle.svg new file mode 100644 index 0000000..e314f63 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/motorcycle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/mouse-pointer.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mouse-pointer.svg new file mode 100644 index 0000000..d5780e4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/mouse-pointer.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/music.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/music.svg new file mode 100644 index 0000000..1e35e2f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/music.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/neuter.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/neuter.svg new file mode 100644 index 0000000..3910d85 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/neuter.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/newspaper-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/newspaper-o.svg new file mode 100644 index 0000000..3f8dac9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/newspaper-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud-square.svg new file mode 100644 index 0000000..2d2175f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud.svg new file mode 100644 index 0000000..357c482 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/nextcloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/nodejs.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/nodejs.svg new file mode 100644 index 0000000..d0436c1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/nodejs.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/object-group.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/object-group.svg new file mode 100644 index 0000000..3363eac --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/object-group.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/object-ungroup.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/object-ungroup.svg new file mode 100644 index 0000000..19bbba8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/object-ungroup.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki-square.svg new file mode 100644 index 0000000..ec4f88b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki.svg new file mode 100644 index 0000000..de56d59 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/odnoklassniki.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/opencart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/opencart.svg new file mode 100644 index 0000000..00913ff --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/opencart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/openid.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/openid.svg new file mode 100644 index 0000000..c99129e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/openid.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/opera.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/opera.svg new file mode 100644 index 0000000..868d82e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/opera.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/optin-monster.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/optin-monster.svg new file mode 100644 index 0000000..093faa4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/optin-monster.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/outdent.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/outdent.svg new file mode 100644 index 0000000..287e99d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/outdent.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pagelines.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pagelines.svg new file mode 100644 index 0000000..ea1faad --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pagelines.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/paint-brush.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paint-brush.svg new file mode 100644 index 0000000..8f65c10 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paint-brush.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane-o.svg new file mode 100644 index 0000000..81eb194 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane.svg new file mode 100644 index 0000000..1fc61fb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paper-plane.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/paperclip.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paperclip.svg new file mode 100644 index 0000000..1d06d07 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paperclip.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/paragraph.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paragraph.svg new file mode 100644 index 0000000..4176086 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paragraph.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/patreon.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/patreon.svg new file mode 100644 index 0000000..24843f0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/patreon.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle-o.svg new file mode 100644 index 0000000..87799c4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle.svg new file mode 100644 index 0000000..71e2ea5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause.svg new file mode 100644 index 0000000..f3b467d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pause.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/paw.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paw.svg new file mode 100644 index 0000000..7b47fe4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paw.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/paypal.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paypal.svg new file mode 100644 index 0000000..c848c34 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/paypal.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/peertube.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/peertube.svg new file mode 100644 index 0000000..7d13643 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/peertube.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square-o.svg new file mode 100644 index 0000000..34bcbfe --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square.svg new file mode 100644 index 0000000..77aeb3e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil.svg new file mode 100644 index 0000000..6b9ef57 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pencil.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/percent.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/percent.svg new file mode 100644 index 0000000..21bd903 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/percent.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/phone-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/phone-square.svg new file mode 100644 index 0000000..c5b5800 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/phone-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/phone.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/phone.svg new file mode 100644 index 0000000..386937d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/php.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/php.svg new file mode 100644 index 0000000..7cc0033 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/php.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/picture-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/picture-o.svg new file mode 100644 index 0000000..31a8c46 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/picture-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pie-chart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pie-chart.svg new file mode 100644 index 0000000..bf49462 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pie-chart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-p.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-p.svg new file mode 100644 index 0000000..f0833b1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-p.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-square.svg new file mode 100644 index 0000000..fe17cf6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest.svg new file mode 100644 index 0000000..6783976 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pinterest.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pixelfed.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pixelfed.svg new file mode 100644 index 0000000..660f1f9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pixelfed.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/plane.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plane.svg new file mode 100644 index 0000000..130d154 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plane.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle-o.svg new file mode 100644 index 0000000..7264250 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle.svg new file mode 100644 index 0000000..51ff8d6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/play-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/play.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/play.svg new file mode 100644 index 0000000..2b570e4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/play.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/pleroma.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pleroma.svg new file mode 100644 index 0000000..0eb97e3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/pleroma.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/plug.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plug.svg new file mode 100644 index 0000000..47936a1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plug.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-circle.svg new file mode 100644 index 0000000..47094a2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square-o.svg new file mode 100644 index 0000000..a1b01ce --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square.svg new file mode 100644 index 0000000..d65f796 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus.svg new file mode 100644 index 0000000..deb2ca6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/podcast.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/podcast.svg new file mode 100644 index 0000000..30b938d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/podcast.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/power-off.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/power-off.svg new file mode 100644 index 0000000..76f47f8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/power-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/print.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/print.svg new file mode 100644 index 0000000..29505a9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/print.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/product-hunt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/product-hunt.svg new file mode 100644 index 0000000..2c754fa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/product-hunt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/puzzle-piece.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/puzzle-piece.svg new file mode 100644 index 0000000..ea806ec --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/puzzle-piece.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/python.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/python.svg new file mode 100644 index 0000000..ba21eef --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/python.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/qq.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/qq.svg new file mode 100644 index 0000000..9fa98a0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/qq.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/qrcode.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/qrcode.svg new file mode 100644 index 0000000..6ce9a74 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/qrcode.svg @@ -0,0 +1,4 @@ + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle-o.svg new file mode 100644 index 0000000..74529d3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle.svg new file mode 100644 index 0000000..f41a159 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/question-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/question.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/question.svg new file mode 100644 index 0000000..4b9eb47 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/question.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/quora.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/quora.svg new file mode 100644 index 0000000..261ce62 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/quora.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/quote-left.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/quote-left.svg new file mode 100644 index 0000000..22cb0ee --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/quote-left.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/quote-right.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/quote-right.svg new file mode 100644 index 0000000..173db3a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/quote-right.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/random.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/random.svg new file mode 100644 index 0000000..af4664b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/random.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ravelry.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ravelry.svg new file mode 100644 index 0000000..2ad7e84 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ravelry.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/react.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/react.svg new file mode 100644 index 0000000..1b7a405 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/react.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/rebel.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rebel.svg new file mode 100644 index 0000000..804d36f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rebel.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/recycle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/recycle.svg new file mode 100644 index 0000000..ecb2dab --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/recycle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-alien.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-alien.svg new file mode 100644 index 0000000..3602d60 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-alien.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-square.svg new file mode 100644 index 0000000..413152b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit.svg new file mode 100644 index 0000000..1188350 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reddit.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/refresh.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/refresh.svg new file mode 100644 index 0000000..8def71d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/refresh.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/registered.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/registered.svg new file mode 100644 index 0000000..f541e02 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/registered.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/renren.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/renren.svg new file mode 100644 index 0000000..a19a5b0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/renren.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/repeat.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/repeat.svg new file mode 100644 index 0000000..9fa71e5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/repeat.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/reply-all.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reply-all.svg new file mode 100644 index 0000000..13b757d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reply-all.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/reply.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reply.svg new file mode 100644 index 0000000..32d6a9b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/reply.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/retweet.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/retweet.svg new file mode 100644 index 0000000..7d5b1d5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/retweet.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/road.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/road.svg new file mode 100644 index 0000000..46b11e4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/road.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/rocket.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rocket.svg new file mode 100644 index 0000000..21f839f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rocket.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/rss-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rss-square.svg new file mode 100644 index 0000000..1d712bb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rss-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/rss.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rss.svg new file mode 100644 index 0000000..b347970 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rss.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/rub.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rub.svg new file mode 100644 index 0000000..a0cd106 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/rub.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/safari.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/safari.svg new file mode 100644 index 0000000..a8ad8f8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/safari.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/scissors.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/scissors.svg new file mode 100644 index 0000000..e09bb6b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/scissors.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/scribd.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/scribd.svg new file mode 100644 index 0000000..de2f429 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/scribd.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/scuttlebutt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/scuttlebutt.svg new file mode 100644 index 0000000..dc8aeb9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/scuttlebutt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/search-minus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/search-minus.svg new file mode 100644 index 0000000..364ec4d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/search-minus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/search-plus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/search-plus.svg new file mode 100644 index 0000000..38fdb0d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/search-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/search.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/search.svg new file mode 100644 index 0000000..c065d16 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/search.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sellsy.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sellsy.svg new file mode 100644 index 0000000..791bfcd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sellsy.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/server.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/server.svg new file mode 100644 index 0000000..37ac886 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/server.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli-o.svg new file mode 100644 index 0000000..00688a7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli.svg new file mode 100644 index 0000000..3bde9fa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shaarli.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt-square.svg new file mode 100644 index 0000000..c6a75d6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt.svg new file mode 100644 index 0000000..4477980 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-square-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-square-o.svg new file mode 100644 index 0000000..5f99d94 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-square-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-square.svg new file mode 100644 index 0000000..1523765 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/share.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share.svg new file mode 100644 index 0000000..025b334 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/share.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shield.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shield.svg new file mode 100644 index 0000000..1f4a829 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shield.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ship.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ship.svg new file mode 100644 index 0000000..5d80d16 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ship.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shirtsinbulk.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shirtsinbulk.svg new file mode 100644 index 0000000..af4e267 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shirtsinbulk.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-bag.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-bag.svg new file mode 100644 index 0000000..7f5310e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-bag.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-basket.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-basket.svg new file mode 100644 index 0000000..3f74b61 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-basket.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-cart.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-cart.svg new file mode 100644 index 0000000..4dc0d97 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shopping-cart.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/shower.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shower.svg new file mode 100644 index 0000000..e35232e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/shower.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-in.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-in.svg new file mode 100644 index 0000000..2e1598d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-in.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-language.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-language.svg new file mode 100644 index 0000000..7ce444f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-language.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-out.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-out.svg new file mode 100644 index 0000000..3e7d480 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sign-out.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/signal.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/signal.svg new file mode 100644 index 0000000..692171c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/signal.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/signalapp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/signalapp.svg new file mode 100644 index 0000000..ca3c9d2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/signalapp.svg @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/simplybuilt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/simplybuilt.svg new file mode 100644 index 0000000..fc7f62f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/simplybuilt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sitemap.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sitemap.svg new file mode 100644 index 0000000..34d79ea --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sitemap.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/skyatlas.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/skyatlas.svg new file mode 100644 index 0000000..3f1bd84 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/skyatlas.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/skype.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/skype.svg new file mode 100644 index 0000000..d264c0d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/skype.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/slack.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/slack.svg new file mode 100644 index 0000000..0594378 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/slack.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sliders.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sliders.svg new file mode 100644 index 0000000..ffd260d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sliders.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/slideshare.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/slideshare.svg new file mode 100644 index 0000000..ae36995 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/slideshare.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/smile-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/smile-o.svg new file mode 100644 index 0000000..f88026d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/smile-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-ghost.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-ghost.svg new file mode 100644 index 0000000..8610385 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-ghost.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-square.svg new file mode 100644 index 0000000..63b8066 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat.svg new file mode 100644 index 0000000..8154fdd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snapchat.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/snowdrift.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snowdrift.svg new file mode 100644 index 0000000..4e5a820 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snowdrift.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/snowflake-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snowflake-o.svg new file mode 100644 index 0000000..03b8e93 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/snowflake-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/social-home.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/social-home.svg new file mode 100644 index 0000000..7411631 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/social-home.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-asc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-asc.svg new file mode 100644 index 0000000..372b436 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-asc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-desc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-desc.svg new file mode 100644 index 0000000..4d451e6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-alpha-desc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-asc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-asc.svg new file mode 100644 index 0000000..942d05a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-asc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-desc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-desc.svg new file mode 100644 index 0000000..adccf5b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-amount-desc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-asc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-asc.svg new file mode 100644 index 0000000..018c664 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-asc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-desc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-desc.svg new file mode 100644 index 0000000..1962c8f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-desc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-asc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-asc.svg new file mode 100644 index 0000000..0a6457a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-asc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-desc.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-desc.svg new file mode 100644 index 0000000..1019ab5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort-numeric-desc.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort.svg new file mode 100644 index 0000000..af6e731 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sort.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/soundcloud.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/soundcloud.svg new file mode 100644 index 0000000..1e8785d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/soundcloud.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/space-shuttle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/space-shuttle.svg new file mode 100644 index 0000000..0bcf0aa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/space-shuttle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/spell-check.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spell-check.svg new file mode 100644 index 0000000..29f728d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spell-check.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/spinner.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spinner.svg new file mode 100644 index 0000000..ae14e63 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spinner.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/spoon.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spoon.svg new file mode 100644 index 0000000..e5afff4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spoon.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/spotify.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spotify.svg new file mode 100644 index 0000000..cb0c060 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/spotify.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/square-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/square-o.svg new file mode 100644 index 0000000..a8687c8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/square-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/square.svg new file mode 100644 index 0000000..179182d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stack-exchange.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stack-exchange.svg new file mode 100644 index 0000000..9bfeb61 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stack-exchange.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stack-overflow.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stack-overflow.svg new file mode 100644 index 0000000..8adac45 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stack-overflow.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-half-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-half-o.svg new file mode 100644 index 0000000..77f5e5c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-half-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-half.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-half.svg new file mode 100644 index 0000000..96e6018 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-half.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-o.svg new file mode 100644 index 0000000..0834cea --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/star.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star.svg new file mode 100644 index 0000000..d478e21 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/star.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/steam-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/steam-square.svg new file mode 100644 index 0000000..6e9aa2c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/steam-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/steam.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/steam.svg new file mode 100644 index 0000000..a4d7588 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/steam.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/step-backward.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/step-backward.svg new file mode 100644 index 0000000..d3552c0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/step-backward.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/step-forward.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/step-forward.svg new file mode 100644 index 0000000..064ba53 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/step-forward.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stethoscope.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stethoscope.svg new file mode 100644 index 0000000..7a644e3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stethoscope.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note-o.svg new file mode 100644 index 0000000..83f5054 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note.svg new file mode 100644 index 0000000..3877445 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sticky-note.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle-o.svg new file mode 100644 index 0000000..1c06783 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle.svg new file mode 100644 index 0000000..daa6844 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop.svg new file mode 100644 index 0000000..5267f03 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stop.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/street-view.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/street-view.svg new file mode 100644 index 0000000..8c39726 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/street-view.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/strikethrough.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/strikethrough.svg new file mode 100644 index 0000000..7090abc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/strikethrough.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon-circle.svg new file mode 100644 index 0000000..8b29aaf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon.svg new file mode 100644 index 0000000..69c1c3e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/stumbleupon.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/subscript.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/subscript.svg new file mode 100644 index 0000000..7ae51a7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/subscript.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/subway.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/subway.svg new file mode 100644 index 0000000..f2b9ae2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/subway.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/suitcase.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/suitcase.svg new file mode 100644 index 0000000..21fe516 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/suitcase.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sun-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sun-o.svg new file mode 100644 index 0000000..24f28f5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sun-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/sun.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sun.svg new file mode 100644 index 0000000..2008efa --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/sun.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/superpowers.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/superpowers.svg new file mode 100644 index 0000000..32abce1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/superpowers.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/superscript.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/superscript.svg new file mode 100644 index 0000000..af7abc7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/superscript.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/syncthing.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/syncthing.svg new file mode 100644 index 0000000..5aa9736 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/syncthing.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/table.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/table.svg new file mode 100644 index 0000000..528ed5d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/table.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tablet.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tablet.svg new file mode 100644 index 0000000..7a4f453 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tablet.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tachometer.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tachometer.svg new file mode 100644 index 0000000..8650f26 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tachometer.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tag.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tag.svg new file mode 100644 index 0000000..652bcb5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tag.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tags.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tags.svg new file mode 100644 index 0000000..a47ef21 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tags.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tasks.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tasks.svg new file mode 100644 index 0000000..7ae7e57 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tasks.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/taxi.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/taxi.svg new file mode 100644 index 0000000..b85d251 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/taxi.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/telegram.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/telegram.svg new file mode 100644 index 0000000..22e3fe6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/telegram.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/television.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/television.svg new file mode 100644 index 0000000..7c61ba6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/television.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tencent-weibo.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tencent-weibo.svg new file mode 100644 index 0000000..9f1c686 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tencent-weibo.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/terminal.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/terminal.svg new file mode 100644 index 0000000..50fa7f3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/terminal.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/text-height.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/text-height.svg new file mode 100644 index 0000000..6b78d4d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/text-height.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/text-width.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/text-width.svg new file mode 100644 index 0000000..ced8fc4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/text-width.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/th-large.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/th-large.svg new file mode 100644 index 0000000..91627c1 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/th-large.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/th-list.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/th-list.svg new file mode 100644 index 0000000..4a3cd39 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/th-list.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/th.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/th.svg new file mode 100644 index 0000000..453f04e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/th.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/themeisle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/themeisle.svg new file mode 100644 index 0000000..382a0bb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/themeisle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-empty.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-empty.svg new file mode 100644 index 0000000..0026c7d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-empty.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-full.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-full.svg new file mode 100644 index 0000000..573c5ba --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-full.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-half.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-half.svg new file mode 100644 index 0000000..43ef685 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-half.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-quarter.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-quarter.svg new file mode 100644 index 0000000..f4a3284 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-quarter.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-three-quarters.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-three-quarters.svg new file mode 100644 index 0000000..f9e4536 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thermometer-three-quarters.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumb-tack.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumb-tack.svg new file mode 100644 index 0000000..6e04f05 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumb-tack.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-down.svg new file mode 100644 index 0000000..0770454 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-down.svg new file mode 100644 index 0000000..8a513a7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-up.svg new file mode 100644 index 0000000..81d2fa2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-o-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-up.svg new file mode 100644 index 0000000..55197b0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/thumbs-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/ticket.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ticket.svg new file mode 100644 index 0000000..d33470b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/ticket.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle-o.svg new file mode 100644 index 0000000..df62119 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle.svg new file mode 100644 index 0000000..70eaf11 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/times-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/times.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/times.svg new file mode 100644 index 0000000..04a2e22 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/times.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tint.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tint.svg new file mode 100644 index 0000000..e0b4546 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tint.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tipeee.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tipeee.svg new file mode 100644 index 0000000..510392f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tipeee.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-off.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-off.svg new file mode 100644 index 0000000..190df05 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-on.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-on.svg new file mode 100644 index 0000000..0cd0746 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/toggle-on.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/trademark.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trademark.svg new file mode 100644 index 0000000..3d53f78 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trademark.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/train.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/train.svg new file mode 100644 index 0000000..fff2619 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/train.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/transgender-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/transgender-alt.svg new file mode 100644 index 0000000..bf59469 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/transgender-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/transgender.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/transgender.svg new file mode 100644 index 0000000..854fe35 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/transgender.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/trash-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trash-o.svg new file mode 100644 index 0000000..e06c55d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trash-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/trash.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trash.svg new file mode 100644 index 0000000..9d05768 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trash.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tree.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tree.svg new file mode 100644 index 0000000..afdd7f3 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tree.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/trello.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trello.svg new file mode 100644 index 0000000..bad6306 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trello.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tripadvisor.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tripadvisor.svg new file mode 100644 index 0000000..0392273 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tripadvisor.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/trophy.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trophy.svg new file mode 100644 index 0000000..23da97b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/trophy.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/truck.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/truck.svg new file mode 100644 index 0000000..58e402d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/truck.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/try.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/try.svg new file mode 100644 index 0000000..d1294cd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/try.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tty.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tty.svg new file mode 100644 index 0000000..7a89ec8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tty.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr-square.svg new file mode 100644 index 0000000..02f18f8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr.svg new file mode 100644 index 0000000..7b363cf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/tumblr.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitch.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitch.svg new file mode 100644 index 0000000..f09d4fb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitch.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitter-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitter-square.svg new file mode 100644 index 0000000..164bd26 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitter-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitter.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitter.svg new file mode 100644 index 0000000..8142300 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/twitter.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/umbrella.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/umbrella.svg new file mode 100644 index 0000000..89258a6 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/umbrella.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/underline.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/underline.svg new file mode 100644 index 0000000..36a8b7a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/underline.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/undo.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/undo.svg new file mode 100644 index 0000000..153e958 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/undo.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/universal-access.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/universal-access.svg new file mode 100644 index 0000000..e06bf2f --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/universal-access.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/university.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/university.svg new file mode 100644 index 0000000..62de716 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/university.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/unlock-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/unlock-alt.svg new file mode 100644 index 0000000..09d8b0a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/unlock-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/unlock.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/unlock.svg new file mode 100644 index 0000000..1e93255 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/unlock.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/unslpash.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/unslpash.svg new file mode 100644 index 0000000..ca81ebd --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/unslpash.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/upload.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/upload.svg new file mode 100644 index 0000000..548755a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/upload.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/usb.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/usb.svg new file mode 100644 index 0000000..45d9495 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/usb.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/usd.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/usd.svg new file mode 100644 index 0000000..1e3a407 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/usd.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle-o.svg new file mode 100644 index 0000000..c9a1236 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle.svg new file mode 100644 index 0000000..e3bf77b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-circle.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-md.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-md.svg new file mode 100644 index 0000000..0c26a01 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-md.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-o.svg new file mode 100644 index 0000000..6ed00e7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-plus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-plus.svg new file mode 100644 index 0000000..f4b902c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-plus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-secret.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-secret.svg new file mode 100644 index 0000000..c89328c --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-secret.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-times.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-times.svg new file mode 100644 index 0000000..d4622cf --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user-times.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/user.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user.svg new file mode 100644 index 0000000..be83b07 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/user.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/users.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/users.svg new file mode 100644 index 0000000..7834589 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/users.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus-double.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus-double.svg new file mode 100644 index 0000000..fc15ae0 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus-double.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus-mars.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus-mars.svg new file mode 100644 index 0000000..ff9fcd5 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus-mars.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus.svg new file mode 100644 index 0000000..960bb31 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/venus.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/viacoin.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/viacoin.svg new file mode 100644 index 0000000..48c855b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/viacoin.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo-square.svg new file mode 100644 index 0000000..e16f642 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo.svg new file mode 100644 index 0000000..c3c9439 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/viadeo.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/video-camera.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/video-camera.svg new file mode 100644 index 0000000..bc4272e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/video-camera.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo-square.svg new file mode 100644 index 0000000..82da271 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo.svg new file mode 100644 index 0000000..c869390 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vimeo.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/vine.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vine.svg new file mode 100644 index 0000000..797d0f4 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vine.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/vk.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vk.svg new file mode 100644 index 0000000..ce917a2 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/vk.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-control-phone.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-control-phone.svg new file mode 100644 index 0000000..4bb6f67 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-control-phone.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-down.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-down.svg new file mode 100644 index 0000000..187ff0e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-down.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-off.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-off.svg new file mode 100644 index 0000000..22125b7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-off.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-up.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-up.svg new file mode 100644 index 0000000..264c1af --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/volume-up.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/weibo.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/weibo.svg new file mode 100644 index 0000000..2f4fbcb --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/weibo.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/weixin.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/weixin.svg new file mode 100644 index 0000000..9158f6e --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/weixin.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/whatsapp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/whatsapp.svg new file mode 100644 index 0000000..569c558 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/whatsapp.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair-alt.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair-alt.svg new file mode 100644 index 0000000..3b809a9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair-alt.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair.svg new file mode 100644 index 0000000..035e6d9 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wheelchair.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wifi.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wifi.svg new file mode 100644 index 0000000..8947b89 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wifi.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wikidata.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wikidata.svg new file mode 100644 index 0000000..3e02d18 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wikidata.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wikipedia-w.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wikipedia-w.svg new file mode 100644 index 0000000..116c682 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wikipedia-w.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-close-o.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-close-o.svg new file mode 100644 index 0000000..ec9ce19 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-close-o.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-close.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-close.svg new file mode 100644 index 0000000..71380fe --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-close.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-maximize.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-maximize.svg new file mode 100644 index 0000000..b63bef7 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-maximize.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-minimize.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-minimize.svg new file mode 100644 index 0000000..5130a3d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-minimize.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-restore.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-restore.svg new file mode 100644 index 0000000..cc7ae51 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/window-restore.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/windows.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/windows.svg new file mode 100644 index 0000000..9d37416 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/windows.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wordpress.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wordpress.svg new file mode 100644 index 0000000..650854b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wordpress.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpbeginner.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpbeginner.svg new file mode 100644 index 0000000..0afedbc --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpbeginner.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpexplorer.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpexplorer.svg new file mode 100644 index 0000000..b020376 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpexplorer.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpforms.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpforms.svg new file mode 100644 index 0000000..bbac761 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wpforms.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/wrench.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wrench.svg new file mode 100644 index 0000000..8416b90 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/wrench.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/xing-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/xing-square.svg new file mode 100644 index 0000000..3dd44c8 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/xing-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/xing.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/xing.svg new file mode 100644 index 0000000..10aca83 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/xing.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/xmpp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/xmpp.svg new file mode 100644 index 0000000..d74f74a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/xmpp.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/y-combinator.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/y-combinator.svg new file mode 100644 index 0000000..8c190df --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/y-combinator.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/yahoo.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/yahoo.svg new file mode 100644 index 0000000..b9f025a --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/yahoo.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/yelp.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/yelp.svg new file mode 100644 index 0000000..d3247ec --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/yelp.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/yoast.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/yoast.svg new file mode 100644 index 0000000..c1afb9d --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/yoast.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-play.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-play.svg new file mode 100644 index 0000000..2af39de --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-play.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-square.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-square.svg new file mode 100644 index 0000000..7eda606 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube-square.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube.svg new file mode 100644 index 0000000..74f0784 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/youtube.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svg/zotero.svg b/old/themes/varia/static/css/fork-awesome/src/icons/svg/zotero.svg new file mode 100644 index 0000000..2948c62 --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svg/zotero.svg @@ -0,0 +1,3 @@ + + + diff --git a/old/themes/varia/static/css/fork-awesome/src/icons/svgo_config.json b/old/themes/varia/static/css/fork-awesome/src/icons/svgo_config.json new file mode 100644 index 0000000..19bf35b --- /dev/null +++ b/old/themes/varia/static/css/fork-awesome/src/icons/svgo_config.json @@ -0,0 +1,8 @@ +{ + "plugins": [ + { "removeAttrs": { "attrs": "(glyph-name|unicode)" } }, + { "removeScriptElement": true }, + { "removeRasterImages": true }, + { "removeViewBox": false } + ] +} diff --git a/old/themes/varia/static/css/main.css b/old/themes/varia/static/css/main.css new file mode 100644 index 0000000..88d53c7 --- /dev/null +++ b/old/themes/varia/static/css/main.css @@ -0,0 +1,513 @@ +@font-face{ + font-family: "header"; + src:url('../fonts/cmuntt.ttf'); + font-weight: normal; + font-style: normal; +} +@font-face{ + font-family: "kop"; + src:url('../fonts/cmunssdc.ttf'); + font-weight: normal; + font-style: normal; +} +@font-face{ + font-family: "main"; + src:url('../fonts/cooper-hewitt/CooperHewitt-Medium.otf'); + font-weight: normal; + font-style: normal; +} +@font-face{ + font-family: "main"; + src:url('../fonts/cooper-hewitt/CooperHewitt-Bold.otf'); + font-weight: bold; + font-style: normal; +} +@font-face{ + font-family: "main"; + src:url('../fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf'); + font-weight: normal; + font-style: italic; +} +@font-face{ + font-family: "main"; + src:url('../fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf'); + font-weight: bold; + font-style: italic; +} +body{ + position: relative; + width: calc(100% - 50px); + min-width: 500px; + top:0px; + left:0px; + margin:0 auto 5em auto; + padding: 14px 15px; + font-family: "main", monospace; + font-size: 22px; + line-height:1.65; + background-color: rgba(238, 238, 238, 0.5); + color:#164515; +} +#content{ + margin-top:1em; +} + +/****************************/ +/* general elements */ +a { + color:#7e5211; +} +a:hover{ + border:0; + text-decoration: none; +} +h1, h2, h3, h4, h5, h6, #header{ + margin:0; + padding:0; +} + h1{ + font-family: "kop"; + font-size: 100%; + } + h2{ + font-size: 100%; + text-decoration: underline; + } + h3{ + font-size: 100%; + font-weight: normal; + } +p{ + margin:0 0 1em 0; +} +em{ + +} +small{ + display: block; + font-size: 15px; + line-height: 1.2; + margin-top:0.5em; +} +sup{ + font-size: 12px; +} +pre{ + line-height: 1.0; + font-family: monospace; +} + +hr, .separator hr { + border:0; + border-top:1px dotted #7e5211; + color: black; + margin:1em 0 .5em; +} + +blockquote { + font-style:italic; +} + +ul { + padding-left:0px; +} + +.paginator{ + float:right; + margin:0px; +} +#post-list { + padding-left:0px; + margin-top:0px; +} +ul li{ + list-style: none; + margin: 0 0 0 20px; +} + ul li:before{ + content: '* '; + margin: 0 4px 0 -20px; + } + +/* article info */ +.article-info{ + font-size: 12px; + margin:0; +} + /* date */ + .article-info .event-details{ + color:#7e5211; + } + /* featured image */ + .article-info .featured-image img{ + width:100%; + margin:0.5em 0; + } + + .event-details .article-event-start{ + margin-bottom:1em; + } + /* category & translation link */ + .post-info{ + font-size: 12px; + font-style: italic; + } + .post-info time{ + display: block; + } + .post-info sup{ + font-size: 80%; + } + .post-info .article-authors{ + display: block; + } + .post-info .article-translation{ + margin-top:1em; + } + .post-info .categories:before, .post-info .article-translation:before{ + content:'↓'; + color:#7e5211; + font-family: sans-serif; + padding-right: 5px; + } + .post-info .article-translation:before{ + content:'→'; + } + +/****************************/ +/* header & #translation */ + +header { + width:calc(100% - 50px); + margin-top:26px; + margin-bottom:1em; + padding-bottom:1em; + font-family: "header"; + font-size: 17px; + line-height: 1.6; + letter-spacing: -0.03em; +} + header img{ + width: 50px; + display: inline; + margin: 0; + vertical-align: calc(-2px); + } + /* custom font size for index */ + #banner { + font-size: 24px; + line-height: 1.5; + } + header p{ + display: inline; + } + + #stream{ + position: absolute; + width: 100%; + } + #stream a .container{ + background-clip: padding-box; + background-position: center center; + background-size: cover; + height: 600px; + width: 100%; + } + /* reset header img styles */ + #stream a .container img{ + min-width: none; + min-height: none; + width: none; + height: none; + } + #stream a{ + display: block; + } + #stream.overview{ + width: 100%; + } + div#stream a:nth-child(odd) { + transform: skew(-2deg); + } + div#stream a:nth-child(even) { + transform: skew(2deg); + } + +.buttons{ + position: absolute; + font-size: 14px; + margin:0; + padding:0; +} + .buttons.top, .buttons.side{ + top:10px; + right:15px; + text-align: right; + } + .buttons.top.left{ + top:10px; + left:35px; + text-align: left; + } + .buttons.side{ + top:40px; + } + .buttons.side li{ + display: block; + } + .buttons li{ + list-style: none; + display: inline-block; + padding-left: 3px; + } + .buttons li.active a{ + text-decoration: none; + } + +/****************************/ +/* main/index overview page */ +#content #post-list{ + width: 100%; +} +.summary p{ + display: inline; +} +.summary .read_more:before{ + content:'→'; + padding: 0 5px; + font-family: sans-serif; + font-size:12px; + color:#7e5211; +} +.article.hentry, /*.documentation.hentry*/{ + width:calc(400px + 2em); +} +.hentry{ + display: inline-block; + width: 200px; + font-size: 14px; + line-height: 1.65; + margin:0 2em 5em 0; + padding:0; + vertical-align: top; +} + .hentry .article-info{ + width: 100%; + } + .hentry .article-info .event-details{ + margin:5px 0 2px; + min-height: 1.65em; + font-family: monospace; + } + /* title */ + .hentry .article-info .entry-title{ + display: block; + width: 100%; + font-family: "kop"; + font-size: 185%; + font-weight: bold; + line-height: 1.15; + margin:0; + } + .hentry .article-info .entry-title a{ + text-decoration: none; + } + /* ascii art styling */ + .hentry pre{ + font-size: 14.4px; + font-weight: normal; + clear:both; /*to prevent the ascii to break up*/ + } + /* double-blocks for super important categories */ + .hentry.current, .hentry.article, .hentry.artikel, .hentry.current .article-info, .hentry.current .featured-image img{ + width: calc(400px + 1em); + } + /* color background for articles */ + .hentry.article, .hentry.artikel{ + padding:1.5em 1em 1em 1em; + border:1px dashed #7e5211; + border-radius:15px; + } + +/****************************/ +/* article */ +#content.body .entry-title{ + display:inline-block; + font-family: "kop"; + font-size: 250%; + line-height: 1.25; + font-weight: bold; + margin:30px 0 30px 250px; + color:#7e5211; + width: calc(100% - 250px); +} +#content.body .article-info{ + width:200px; + float: left; +} +.entry-content-container, #page-content-container{ + width: calc(100% - 260px); + float: right; + padding:0 30px; + margin-bottom:25px; +} + .entry-content, #page-content{ + position: relative; + max-width: 750px; + margin:-3px auto 0 20px; + } + .entry-content img, #page-content img{ + max-height:400px; + } + .entry-content .seperator hr, #page-content hr{ + width:100%; + } + +/****************************/ +/* other */ + +.highlight{ + margin: auto; + max-width:800px; +} + +.divider { + font-size:14.8px; + width:100%; + line-height:1em; + background-color:white; +} + +#categories { + font-size: 40px; + margin-top: 2em; + text-align: center; +} +.author{ + /*display: none;*/ +} +iframe{ + width: 100%; + height: auto; + min-height: 500px; + margin:0.5em 0 1em 0; +} +/*footnotes*/ +sup span{ + float: right; + width: 200px; + margin:0.25em -150px 1em 3em; + clear:both; + font-size: 11px; + line-height: 1.5; + display: inline; +} + sup span p{ + display: inline; + } + +/****************************/ +/*mobile style*/ + +@media only screen + and (min-device-width: 320px) + and (max-device-width: 480px) { + + /*home page*/ + + html, body { + padding: 0; + } + + body { + min-width: auto; + width: 100%; + } + + .buttons.top { + margin-top: 30px; + text-align: left; + margin-left: 15px; + } + + .buttons.top li { + margin: 0; + padding: 0; + } + + .buttons.top.left { + margin-top: 0; + right: auto; + left: 0; + } + + #banner { + width: calc(100% - 30px); + padding: 100px 15px 0 15px; + font-size: 20px; + margin-top: 0; + } + + #content { + padding: 15px; + width: calc(100% - 30px); + } + + .hentry.current, .hentry.article, .hentry.artikel, .hentry.current .article-info, .hentry.current .featured-image img { + width: 100%; + } + + .hentry { + width: 85%; + margin-right: 0; + } + + .hentry.article, .hentry.artikel { + width: 90%; + } + + .hentry pre { + font-size: 9px; + } + + + /*single page*/ + + #content.body .entry-title { + font-size: 24px; + margin: 0; + width: 100%; + } + + #content.body .article-info { + float: none; + width: 100%; + margin-top: 15px; + margin-bottom: 30px; + } + + .entry-content-container, #page-content-container { + float: none; + width: 100%; + padding: 0; + font-size: 16px; + } + + .entry-content, #page-content { + margin: 0; + } + + .entry-content img, #page-content img { + max-width: 100%; + height: auto; + } + + /*about*/ + + .entry-content, #page-content p, .entry-content, #page-content h1 { + font-size: 16px; + padding: 0 15px; + } + + +} diff --git a/old/themes/varia/static/css/pygment.css b/old/themes/varia/static/css/pygment.css new file mode 100644 index 0000000..ec8a77a --- /dev/null +++ b/old/themes/varia/static/css/pygment.css @@ -0,0 +1,438 @@ +/* +pre .hll { + background-color: #ffffcc; +} +pre .c { + color: #60a0b0; + font-style: italic; +} +pre .err { + border: 1px solid #ff0000; +} +pre .k { + color: #007020; + font-weight: bold; +} +pre .o { + color: #666666; +} +pre .ch { + color: #60a0b0; + font-style: italic; +} +pre .cm { + color: #60a0b0; + font-style: italic; +} +pre .cp { + color: #007020; +} +pre .cpf { + color: #60a0b0; + font-style: italic; +} +pre .c1 { + color: #60a0b0; + font-style: italic; +} +pre .cs { + background-color: #fff0f0; + color: #60a0b0; +} +pre .gd { + color: #a00000; +} +pre .ge { + font-style: italic; +} +pre .gr { + color: #ff0000; +} +pre .gh { + color: #000080; + font-weight: bold; +} +pre .gi { + color: #00a000; +} +pre .go { + color: #888888; +} +pre .gp { + color: #c65d09; + font-weight: bold; +} +pre .gs { + font-weight: bold; +} +pre .gu { + color: #800080; + font-weight: bold; +} +pre .gt { + color: #0044dd; +} +pre .kc { + color: #007020; + font-weight: bold; +} +pre .kd { + color: #007020; + font-weight: bold; +} +pre .kn { + color: #007020; + font-weight: bold; +} +pre .kp { + color: #007020; +} +pre .kr { + color: #007020; + font-weight: bold; +} +pre .kt { + color: #902000; +} +pre .m { + color: #40a070; +} +pre .s { + color: #4070a0; +} +pre .na { + color: #4070a0; +} +pre .nb { + color: #007020; +} +pre .nc { + color: #0e84b5; + font-weight: bold; +} +pre .no { + color: #60add5; +} +pre .nd { + color: #555555; + font-weight: bold; +} +pre .ni { + color: #d55537; + font-weight: bold; +} +pre .ne { + color: #007020; +} +pre .nf { + color: #06287e; +} +pre .nl { + color: #002070; + font-weight: bold; +} +pre .nn { + color: #0e84b5; + font-weight: bold; +} +pre .nt { + color: #062873; + font-weight: bold; +} +pre .nv { + color: #bb60d5; +} +pre .ow { + color: #007020; + font-weight: bold; +} +pre .w { + color: #bbbbbb; +} +pre .mb { + color: #40a070; +} +pre .mf { + color: #40a070; +} +pre .mh { + color: #40a070; +} +pre .mi { + color: #40a070; +} +pre .mo { + color: #40a070; +} +pre .sb { + color: #4070a0; +} +pre .sc { + color: #4070a0; +} +pre .sd { + color: #4070a0; + font-style: italic; +} +pre .s2 { + color: #4070a0; +} +pre .se { + color: #4070a0; + font-weight: bold; +} +pre .sh { + color: #4070a0; +} +pre .si { + color: #70a0d0; + font-style: italic; +} +pre .sx { + color: #c65d09; +} +pre .sr { + color: #235388; +} +pre .s1 { + color: #4070a0; +} +pre .ss { + color: #517918; +} +pre .bp { + color: #007020; +} +pre .vc { + color: #bb60d5; +} +pre .vg { + color: #bb60d5; +} +pre .vi { + color: #bb60d5; +} +pre .il { + color: #40a070; +} +.syntax pre .hll { + background-color: #ffffcc; +} +.syntax pre { + background: #f0f0f0 none repeat scroll 0 0; +} +.syntax pre .c { + color: #60a0b0; + font-style: italic; +} +.syntax pre .err { + border: 1px solid #ff0000; +} +.syntax pre .k { + color: #007020; + font-weight: bold; +} +.syntax pre .o { + color: #666666; +} +.syntax pre .ch { + color: #60a0b0; + font-style: italic; +} +.syntax pre .cm { + color: #60a0b0; + font-style: italic; +} +.syntax pre .cp { + color: #007020; +} +.syntax pre .cpf { + color: #60a0b0; + font-style: italic; +} +.syntax pre .c1 { + color: #60a0b0; + font-style: italic; +} +.syntax pre .cs { + background-color: #fff0f0; + color: #60a0b0; +} +.syntax pre .gd { + color: #a00000; +} +.syntax pre .ge { + font-style: italic; +} +.syntax pre .gr { + color: #ff0000; +} +.syntax pre .gh { + color: #000080; + font-weight: bold; +} +.syntax pre .gi { + color: #00a000; +} +.syntax pre .go { + color: #888888; +} +.syntax pre .gp { + color: #c65d09; + font-weight: bold; +} +.syntax pre .gs { + font-weight: bold; +} +.syntax pre .gu { + color: #800080; + font-weight: bold; +} +.syntax pre .gt { + color: #0044dd; +} +.syntax pre .kc { + color: #007020; + font-weight: bold; +} +.syntax pre .kd { + color: #007020; + font-weight: bold; +} +.syntax pre .kn { + color: #007020; + font-weight: bold; +} +.syntax pre .kp { + color: #007020; +} +.syntax pre .kr { + color: #007020; + font-weight: bold; +} +.syntax pre .kt { + color: #902000; +} +.syntax pre .m { + color: #40a070; +} +.syntax pre .s { + color: #4070a0; +} +.syntax pre .na { + color: #4070a0; +} +.syntax pre .nb { + color: #007020; +} +.syntax pre .nc { + color: #0e84b5; + font-weight: bold; +} +.syntax pre .no { + color: #60add5; +} +.syntax pre .nd { + color: #555555; + font-weight: bold; +} +.syntax pre .ni { + color: #d55537; + font-weight: bold; +} +.syntax pre .ne { + color: #007020; +} +.syntax pre .nf { + color: #06287e; +} +.syntax pre .nl { + color: #002070; + font-weight: bold; +} +.syntax pre .nn { + color: #0e84b5; + font-weight: bold; +} +.syntax pre .nt { + color: #062873; + font-weight: bold; +} +.syntax pre .nv { + color: #bb60d5; +} +.syntax pre .ow { + color: #007020; + font-weight: bold; +} +.syntax pre .w { + color: #bbbbbb; +} +.syntax pre .mb { + color: #40a070; +} +.syntax pre .mf { + color: #40a070; +} +.syntax pre .mh { + color: #40a070; +} +.syntax pre .mi { + color: #40a070; +} +.syntax pre .mo { + color: #40a070; +} +.syntax pre .sb { + color: #4070a0; +} +.syntax pre .sc { + color: #4070a0; +} +.syntax pre .sd { + color: #4070a0; + font-style: italic; +} +.syntax pre .s2 { + color: #4070a0; +} +.syntax pre .se { + color: #4070a0; + font-weight: bold; +} +.syntax pre .sh { + color: #4070a0; +} +.syntax pre .si { + color: #70a0d0; + font-style: italic; +} +.syntax pre .sx { + color: #c65d09; +} +.syntax pre .sr { + color: #235388; +} +.syntax pre .s1 { + color: #4070a0; +} +.syntax pre .ss { + color: #517918; +} +.syntax pre .bp { + color: #007020; +} +.syntax pre .vc { + color: #bb60d5; +} +.syntax pre .vg { + color: #bb60d5; +} +.syntax pre .vi { + color: #bb60d5; +} +.syntax pre .il { + color: #40a070; +} + +*/ \ No newline at end of file diff --git a/old/themes/varia/static/fonts/CourierCode-Bold.ttf b/old/themes/varia/static/fonts/CourierCode-Bold.ttf new file mode 100644 index 0000000..d8a5e8d Binary files /dev/null and b/old/themes/varia/static/fonts/CourierCode-Bold.ttf differ diff --git a/old/themes/varia/static/fonts/CourierCode-BoldItalic.ttf b/old/themes/varia/static/fonts/CourierCode-BoldItalic.ttf new file mode 100644 index 0000000..55ea220 Binary files /dev/null and b/old/themes/varia/static/fonts/CourierCode-BoldItalic.ttf differ diff --git a/old/themes/varia/static/fonts/CourierCode-Italic.ttf b/old/themes/varia/static/fonts/CourierCode-Italic.ttf new file mode 100644 index 0000000..a70abbc Binary files /dev/null and b/old/themes/varia/static/fonts/CourierCode-Italic.ttf differ diff --git a/old/themes/varia/static/fonts/CourierCode-Roman.ttf b/old/themes/varia/static/fonts/CourierCode-Roman.ttf new file mode 100644 index 0000000..1831bf7 Binary files /dev/null and b/old/themes/varia/static/fonts/CourierCode-Roman.ttf differ diff --git a/old/themes/varia/static/fonts/cmunit.ttf b/old/themes/varia/static/fonts/cmunit.ttf new file mode 100644 index 0000000..2afa178 Binary files /dev/null and b/old/themes/varia/static/fonts/cmunit.ttf differ diff --git a/old/themes/varia/static/fonts/cmunobx.ttf b/old/themes/varia/static/fonts/cmunobx.ttf new file mode 100644 index 0000000..d320eb7 Binary files /dev/null and b/old/themes/varia/static/fonts/cmunobx.ttf differ diff --git a/old/themes/varia/static/fonts/cmunorm.ttf b/old/themes/varia/static/fonts/cmunorm.ttf new file mode 100644 index 0000000..72cfd42 Binary files /dev/null and b/old/themes/varia/static/fonts/cmunorm.ttf differ diff --git a/old/themes/varia/static/fonts/cmunssdc.ttf b/old/themes/varia/static/fonts/cmunssdc.ttf new file mode 100644 index 0000000..c46b443 Binary files /dev/null and b/old/themes/varia/static/fonts/cmunssdc.ttf differ diff --git a/old/themes/varia/static/fonts/cmuntb.ttf b/old/themes/varia/static/fonts/cmuntb.ttf new file mode 100644 index 0000000..fa687ae Binary files /dev/null and b/old/themes/varia/static/fonts/cmuntb.ttf differ diff --git a/old/themes/varia/static/fonts/cmuntt.ttf b/old/themes/varia/static/fonts/cmuntt.ttf new file mode 100644 index 0000000..d975a18 Binary files /dev/null and b/old/themes/varia/static/fonts/cmuntt.ttf differ diff --git a/old/themes/varia/static/fonts/cmuntx.ttf b/old/themes/varia/static/fonts/cmuntx.ttf new file mode 100644 index 0000000..2060c30 Binary files /dev/null and b/old/themes/varia/static/fonts/cmuntx.ttf differ diff --git a/old/themes/varia/static/fonts/cmunvi.ttf b/old/themes/varia/static/fonts/cmunvi.ttf new file mode 100644 index 0000000..288f91d Binary files /dev/null and b/old/themes/varia/static/fonts/cmunvi.ttf differ diff --git a/old/themes/varia/static/fonts/cmunvt.ttf b/old/themes/varia/static/fonts/cmunvt.ttf new file mode 100644 index 0000000..57bcaf4 Binary files /dev/null and b/old/themes/varia/static/fonts/cmunvt.ttf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-FontLog.txt b/old/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-FontLog.txt new file mode 100644 index 0000000..d72dc16 --- /dev/null +++ b/old/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-FontLog.txt @@ -0,0 +1,100 @@ +Font Log +Cooper Hewitt Typeface +/ / / / / / / / / / + +This file provides information on the Cooper Hewitt typeface. This information should be distributed along with the Cooper Hewitt fonts and any derivative works. + + +Basic Font Information +/ / / / / / / / / / + +Cooper Hewitt is a Unicode sans serif typeface family, created for the Cooper Hewitt Smithsonian Design Museum - cooperhewitt.org - in 2014 as part of the museum's new visual identity. + +The typeface was designed by Chester Jenkins at Village Type and Design LLC, working with Eddie Opara and his group at Pentagram, and Cooper Hewitt Smithsonian Design Museum director Caroline Baumann and her team. + +The typeface at June 2014 has 7 weights in roman and italic, in the Latin script only. + + +Supported Codepages and Languages +/ / / / / / / / / / + +ISO 8859-1 / LATIN1 +Afrikaans, Albanian, Basque, Breton, Catalan, Catalan, Corsican, Czech, Danish, Dutch, English (UK and US), Estonian, Faroese, Finnish, French, Galician, German, Hungarian, Icelandic, Indonesian, Irish, Irish (new orthography), Italian, Latin (basic classical orthography), Leonese, Luxembourgish (basic classical orthography), Malay, Manx, Māori, Norwegian (Bokmål and Nynorsk), Occitan, Portuguese, Rhaeto-Romanic, Scottish Gaelic, Spanish, Swahili, Swedish, Turkish, Walloon, Welsh + +ISO 8859-2 / LATIN2 +Bosnian, Croatian, Czech, German, Hungarian, Polish, Romanian, Serbian (when in the Latin script), Slovak, Slovene, Upper Sorbian, and Lower Sorbian + +ISO 8859-3 / LATIN3 +South European: Esperanto, Maltese, Turkish + +ISO 8859-4 / LATIN4 +North European: Estonian, Greenlandic, Latvian, Lithuanian, Sami + +ISO 8859-9 / LATIN5 +Turkish + +ISO 8859-10 / LATIN6 +Nordic + +ISO 8859-13 / LATIN7 +Baltic Rim + +ISO 8859-14 / LATIN8 +Celtic: Breton, Cornish, Irish, Manx, Scottish Gaelic, Welsh + +ISO 8859-15 / LATIN9 +Afrikaans, Albanian, Breton, Catalan, Danish, Dutch, English (US and modern British), Estonian, Faroese, Finnish, French, Galician, German, Icelandic, Irish (New orthography), Italian, Kurdish (Unified Alphabet), Latin (basic classical orthography), Luxembourgish (basic classical orthography), Malay (Rumi script), Norwegian (Bokmål and Nynorsk), Occitan, Portuguese (European and Brazilian), Rhaeto-Romanic, Scottish Gaelic, Scots, Spanish, Swahili, Swedish, Tagalog, Walloon + +ISO 8859-16 / LATIN10 +Albanian, Croatian, French, German, Hungarian, Irish Gaelic (new orthography), Italian, Polish, Romanian, Serbian, Slovenian + + +Change Log +/ / / / / / / / / / +(This should list both major and minor changes, most recent first.) + +2014/06/16 +Initial release. + + +Information for Developers/Contributors +/ / / / / / / / / / + +The release of Cooper Hewitt v1.000 (and any subsequent versions) under the OFL license provides a means for people to modify the fonts to meet their needs and contribute to the project. For information on what you're allowed to +change or modify, consult the OFL and OFL-FAQ. + +Anyone can make their own modified version of Cooper Hewitt (using a different name), but Cooper Hewitt Smithsonian Design Museum and Village Type and Design LLC will continue to maintain and develop the canonical version of the Cooper Hewitt typeface. As the package maintainer, we welcome contributions. Here are some things to keep in mind: + +Format: We are happy to accept contributions, but to maximise the chances of us including your work, please make it available to us (via email or a URL) as a UFO file. + +Source files: The primary source files for the fonts are the UFO files. + +Copyright attribution: If you submit something for inclusion in the main Cooper Hewitt fonts, we will ask you to affirm that it is your original work, and ask you to assign the copyright of your work to Cooper Hewitt Smithsonian Design Museum. This is to ensure that future releases can be made under improved versions of the OFL without requiring further permission. This follows +the same principle used by the FSF. The Cooper Hewitt typeface is property of a not-for-profit organization committed to the dissemination of knowledge and information, and that any contributions incorporated in the fonts will always be available under the OFL or a similar license. + +Quality: Because we want to be able to guarantee a high level of quality for the primary Cooper Hewitt typeface, we will review submissions carefully. Please don't be discouraged if we do not include a submission for this reason, or ask you to make specific revisions, or make revisions we deem necessary or desirable. + +Types of contributions: If you wish to make a contribution - a set of additional glyphs, scripts, code, etc. - please contact us before you do any work to see if it is a contribution we currently need. Every addition adds to the complexity of the project and needs to be carefully planned. This also avoids two people working on the same type of addition at the same time. + +When submissions will be included: We will revise the fonts when major updates are needed - new versions of Unicode, for example - and/or when we have material for a useful addition to the typeface. If you wish to make submissions, please contact us. + + +Acknowledgements +/ / / / / / / / / / + +(Here is where contributors can be acknowledged. If you make modifications be sure to add your name (N), email (E), web-address (W) and description (D). This list is sorted by last name in alphabetical order.) + +N: Chester Jenkins +E: chester@vllg.com +W: http://vllg.com/ +D: Original Designer + +N: Tal Leming +E: tal@typesupply.com +W: http://typesupply.com/ +D: UFO file preparation + +The Cooper Hewitt typeface is maintained by Village Type and Design LLC: CooperHewitt@vllg.com + +(We acknowledge SIL, the company behind the Open Font License (OFL); this Font Log is based on the Fontlog created for the Gentium typeface project.) + diff --git a/old/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-OFL-201406.txt b/old/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-OFL-201406.txt new file mode 100644 index 0000000..f983d20 --- /dev/null +++ b/old/themes/varia/static/fonts/cooper-hewitt/-CooperHewitt-OFL-201406.txt @@ -0,0 +1,45 @@ +Copyright (c) 2014, Cooper Hewitt Smithsonian Design Museum (cooperhewitt.org), with Reserved Font Name Cooper Hewitt. + + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide development of collaborative font projects, to support the font creation efforts of academic and linguistic communities, and to provide a free and open framework in which fonts may be shared and improved in partnership with others. + +The OFL allows the licensed fonts to be used, studied, modified and redistributed freely as long as they are not sold by themselves. The fonts, including any derivative works, can be bundled, embedded, redistributed and/or sold with any software provided that any reserved names are not used by derivative works. The fonts and derivatives, however, cannot be released under any other type of license. The requirement for fonts to remain under this license does not apply to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright Holder(s) under this license and clearly marked as such. This may include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the copyright statement(s). + +"Original Version" refers to the collection of Font Software components as distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, or substituting -- in part or in whole -- any of the components of the Original Version, by changing formats or by porting the Font Software to a new environment. + +"Author" refers to any designer, engineer, programmer, technical writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining a copy of the Font Software, to use, study, copy, merge, embed, modify, redistribute, and sell modified and unmodified copies of the Font Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, redistributed and/or sold with any software, provided that each copy contains the above copyright notice and this license. These can be included either as stand-alone text files, human-readable headers or in the appropriate machine-readable metadata fields within text or binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font Name(s) unless explicit written permission is granted by the corresponding Copyright Holder. This restriction only applies to the primary font name as presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font Software shall not be used to promote, endorse or advertise any Modified Version, except to acknowledge the contribution(s) of the Copyright Holder(s) and the Author(s) or with their explicit written permission. + +5) The Font Software, modified or unmodified, in part or in whole, must be distributed entirely under this license, and must not be distributed under any other license. The requirement for fonts to remain under this license does not apply to any document created using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/old/themes/varia/static/fonts/cooper-hewitt/-OFL-FAQ.txt b/old/themes/varia/static/fonts/cooper-hewitt/-OFL-FAQ.txt new file mode 100644 index 0000000..a1c1790 --- /dev/null +++ b/old/themes/varia/static/fonts/cooper-hewitt/-OFL-FAQ.txt @@ -0,0 +1,425 @@ +OFL FAQ - Frequently Asked Questions about the SIL Open Font License (OFL) +Version 1.1-update3 - Sept 2013 +(See http://scripts.sil.org/OFL for updates) + + +CONTENTS OF THIS FAQ +1 USING AND DISTRIBUTING FONTS LICENSED UNDER THE OFL +2 USING OFL FONTS FOR WEB PAGES AND ONLINE WEB FONT SERVICES +3 MODIFYING OFL-LICENSED FONTS +4 LICENSING YOUR ORIGINAL FONTS UNDER THE OFL +5 CHOOSING RESERVED FONT NAMES +6 ABOUT THE FONTLOG +7 MAKING CONTRIBUTIONS TO OFL PROJECTS +8 ABOUT THE LICENSE ITSELF +9 ABOUT SIL INTERNATIONAL +APPENDIX A - FONTLOG EXAMPLE + +1 USING AND DISTRIBUTING FONTS LICENSED UNDER THE OFL + +1.1 Can I use the fonts for a book or other print publication, to create logos or other graphics or even to manufacture objects based on their outlines? +Yes. You are very welcome to do so. Authors of fonts released under the OFL allow you to use their font software as such for any kind of design work. No additional license or permission is required, unlike with some other licenses. Some examples of these uses are: logos, posters, business cards, stationery, video titling, signage, t-shirts, personalised fabric, 3D-printed/laser-cut shapes, sculptures, rubber stamps, cookie cutters and lead type. + +1.1.1 Does that restrict the license or distribution of that artwork? +No. You remain the author and copyright holder of that newly derived graphic or object. You are simply using an open font in the design process. It is only when you redistribute, bundle or modify the font itself that other conditions of the license have to be respected (see below for more details). + +1.1.2 Is any kind of acknowledgement required? +No. Font authors may appreciate being mentioned in your artwork's acknowledgements alongside the name of the font, possibly with a link to their website, but that is not required. + +1.2 Can the fonts be included with Free/Libre and Open Source Software collections such as GNU/Linux and BSD distributions and repositories? +Yes! Fonts licensed under the OFL can be freely included alongside other software under FLOSS (Free/Libre and Open Source Software) licenses. Since fonts are typically aggregated with, not merged into, existing software, there is little need to be concerned about incompatibility with existing software licenses. You may also repackage the fonts and the accompanying components in a .rpm or .deb package (or other similar package formats or installers) and include them in distribution CD/DVDs and online repositories. (Also see section 5.9 about rebuilding from source.) + +1.3 I want to distribute the fonts with my program. Does this mean my program also has to be Free/Libre and Open Source Software? +No. Only the portions based on the Font Software are required to be released under the OFL. The intent of the license is to allow aggregation or bundling with software under restricted licensing as well. + +1.4 Can I sell a software package that includes these fonts? +Yes, you can do this with both the Original Version and a Modified Version of the fonts. Examples of bundling made possible by the OFL would include: word processors, design and publishing applications, training and educational software, games and entertainment software, mobile device applications, etc. + +1.5 Can I include the fonts on a CD of freeware or commercial fonts? +Yes, as long some other font or software is also on the disk, so the OFL font is not sold by itself. + +1.6 Why won't the OFL let me sell the fonts alone? +The intent is to keep people from making money by simply redistributing the fonts. The only people who ought to profit directly from the fonts should be the original authors, and those authors have kindly given up potential direct income to distribute their fonts under the OFL. Please honour and respect their contribution! + +1.7 What about sharing OFL fonts with friends on a CD, DVD or USB stick? +You are very welcome to share open fonts with friends, family and colleagues through removable media. Just remember to include the full font package, including any copyright notices and licensing information as available in OFL.txt. In the case where you sell the font, it has to come bundled with software. + +1.8 Can I host the fonts on a web site for others to use? +Yes, as long as you make the full font package available. In most cases it may be best to point users to the main site that distributes the Original Version so they always get the most recent stable and complete version. See also discussion of web fonts in Section 2. + +1.9 Can I host the fonts on a server for use over our internal network? +Yes. If the fonts are transferred from the server to the client computer by means that allow them to be used even if the computer is no longer attached to the network, the full package (copyright notices, licensing information, etc.) should be included. + +1.10 Does the full OFL license text always need to accompany the font? +The only situation in which an OFL font can be distributed without the text of the OFL (either in a separate file or in font metadata), is when a font is embedded in a document or bundled within a program. In the case of metadata included within a font, it is legally sufficient to include only a link to the text of the OFL on http://scripts.sil.org/OFL, but we strongly recommend against this. Most modern font formats include metadata fields that will accept the full OFL text, and full inclusion increases the likelihood that users will understand and properly apply the license. + +1.11 What do you mean by 'embedding'? How does that differ from other means of distribution? +By 'embedding' we mean inclusion of the font in a document or file in a way that makes extraction (and redistribution) difficult or clearly discouraged. In many cases the names of embedded fonts might also not be obvious to those reading the document, the font data format might be altered, and only a subset of the font - only the glyphs required for the text - might be included. Any other means of delivering a font to another person is considered 'distribution', and needs to be accompanied by any copyright notices and licensing information available in OFL.txt. + +1.12 So can I embed OFL fonts in my document? +Yes, either in full or a subset. The restrictions regarding font modification and redistribution do not apply, as the font is not intended for use outside the document. + +1.13 Does embedding alter the license of the document itself? +No. Referencing or embedding an OFL font in any document does not change the license of the document itself. The requirement for fonts to remain under the OFL does not apply to any document created using the fonts and their derivatives. Similarly, creating any kind of graphic using a font under OFL does not make the resulting artwork subject to the OFL. + +1.14 If OFL fonts are extracted from a document in which they are embedded (such as a PDF file), what can be done with them? Is this a risk to author(s)? +The few utilities that can extract fonts embedded in a PDF will typically output limited amounts of outlines - not a complete font. To create a working font from this method is much more difficult and time consuming than finding the source of the original OFL font. So there is little chance that an OFL font would be extracted and redistributed inappropriately through this method. Even so, copyright laws address any misrepresentation of authorship. All Font Software released under the OFL and marked as such by the author(s) is intended to remain under this license regardless of the distribution method, and cannot be redistributed under any other license. We strongly discourage any font extraction - we recommend directly using the font sources instead - but if you extract font outlines from a document, please be considerate: respect the work of the author(s) and the licensing model. + +1.15 What about distributing fonts with a document? Within a compressed folder structure? Is it distribution, bundling or embedding? +Certain document formats may allow the inclusion of an unmodified font within their file structure which may consist of a compressed folder containing the various resources forming the document (such as pictures and thumbnails). Including fonts within such a structure is understood as being different from embedding but rather similar to bundling (or mere aggregation) which the license explicitly allows. In this case the font is conveyed unchanged whereas embedding a font usually transforms it from the original format. The OFL does not allow anyone to extract the font from such a structure to then redistribute it under another license. The explicit permission to redistribute and embed does not cancel the requirement for the Font Software to remain under the license chosen by its author(s). Even if the font travels inside the document as one of its assets, it should not lose its authorship information and licensing. + +1.16 What about ebooks shipping with open fonts? +The requirements differ depending on whether the fonts are linked, embedded or distributed (bundled or aggregated). Some ebook formats use web technologies to do font linking via @font-face, others are designed for font embedding, some use fonts distributed with the document or reading software, and a few rely solely on the fonts already present on the target system. The license requirements depend on the type of inclusion as discussed in 1.15. + +1.17 Can Font Software released under the OFL be subject to URL-based access restrictions methods or DRM (Digital Rights Management) mechanisms? +Yes, but these issues are out-of-scope for the OFL. The license itself neither encourages their use nor prohibits them since such mechanisms are not implemented in the components of the Font Software but through external software. Such restrictions are put in place for many different purposes corresponding to various usage scenarios. One common example is to limit potentially dangerous cross-site scripting attacks. However, in the spirit of libre/open fonts and unrestricted writing systems, we strongly encourage open sharing and reuse of OFL fonts, and the establishment of an environment where such restrictions are unnecessary. Note that whether you wish to use such mechanisms or you prefer not to, you must still abide by the rules set forth by the OFL when using fonts released by their authors under this license. Derivative fonts must be licensed under the OFL, even if they are part of a service for which you charge fees and/or for which access to source code is restricted. You may not sell the fonts on their own - they must be part of a larger software package, bundle or subscription plan. For example, even if the OFL font is distributed in a software package or via an online service using a DRM mechanism, the user would still have the right to extract that font, use, study, modify and redistribute it under the OFL. + +1.18 I've come across a font released under the OFL. How can I easily get more information about the Original Version? How can I know where it stands compared to the Original Version or other Modified Versions? +Consult the copyright statement(s) in the license for ways to contact the original authors. Consult the FONTLOG (see section 6 for more details and examples) for information on how the font differs from the Original Version, and get in touch with the various contributors via the information in the acknowledgement section. Please consider using the Original Versions of the fonts whenever possible. + +1.19 What do you mean in condition 4 of the OFL's permissions and conditions? Can you provide examples of abusive promotion / endorsement / advertisement vs. normal acknowledgement? +The intent is that the goodwill and reputation of the author(s) should not be used in a way that makes it sound like the original author(s) endorse or approve of a specific Modified Version or software bundle. For example, it would not be right to advertise a word processor by naming the author(s) in a listing of software features, or to promote a Modified Version on a web site by saying "designed by ...". However, it would be appropriate to acknowledge the author(s) if your software package has a list of people who deserve thanks. We realize that this can seem to be a grey area, but the standard used to judge an acknowledgement is that if the acknowledgement benefits the author(s) it is allowed, but if it primarily benefits other parties, or could reflect poorly on the author(s), then it is not. + +1.20 I'm writing a small app for mobile platforms, do I need to include the whole package? +If you bundle a font under the OFL with your mobile app you must comply with the terms of the license. At a minimum you must include the copyright statement, the license notice and the license text. A mention of this information in your About box or Changelog, with a link to where the font package is from, is good practice, and the extra space needed to carry these items is very small. You do not, however, need to include the full contents of the font package - only the fonts you use and the copyright and license that apply to them. For example, if you only use the regular weight in your app, you do not need to include the italic and bold versions. + +1.21 What about including OFL fonts by default in my firmware or dedicated operating system? +Many such systems are restricted and turned into appliances so that users cannot study or modify them. Using open fonts to increase quality and language coverage is a great idea, but you need to be aware that if there is a way for users to extract fonts you cannot legally prevent them from doing that. The fonts themselves, including any changes you make to them, must be distributed under the OFL even if your firmware has a more restrictive license. If you do transform the fonts and change their formats when you include them in your firmware you must respect any names reserved by the font authors via the RFN mechanism and pick your own font name. Alternatively if you directly add a font under the OFL to the font folder of your firmware without modifying or optimizing it you are simply bundling the font like with any other software collection, and do not need to make any further changes. + +1.22 Can I make and publish CMS themes or templates that use OFL fonts? Can I include the fonts themselves in the themes or templates? Can I sell the whole package? +Yes, you are very welcome to integrate open fonts into themes and templates for your preferred CMS and make them more widely available. Remember that you can only sell the fonts and your CMS add-on as part of a software bundle. (See 1.4 for details and examples about selling bundles). + +1.23 Can OFL fonts be included in services that deliver fonts to the desktop from remote repositories? Even if they contain both OFL and non-OFL fonts? +Yes. Some foundries have set up services to deliver fonts to subscribers directly to desktops from their online repositories; similarly, plugins are available to preview and use fonts directly in your design tool or publishing suite. These services may mix open and restricted fonts in the same channel, however they should make a clear distinction between them to users. These services should also not hinder users (such as through DRM or obfuscation mechanisms) from extracting and using the OFL fonts in other environments, or continuing to use OFL fonts after subscription terms have ended, as those uses are specifically allowed by the OFL. + +1.24 Can services that provide or distribute OFL fonts restrict my use of them? +No. The terms of use of such services cannot replace or restrict the terms of the OFL, as that would be the same as distributing the fonts under a different license, which is not allowed. You are still entitled to use, modify and redistribute them as the original authors have intended outside of the sole control of that particular distribution channel. Note, however, that the fonts provided by these services may differ from the Original Versions. + + +2 USING OFL FONTS FOR WEBPAGES AND ONLINE WEB FONT SERVICES + +NOTE: This section often refers to a separate paper on 'Web Fonts & RFNs'. This is available at http://scripts.sil.org/OFL_web_fonts_and_RFNs + +2.1 Can I make webpages using these fonts? +Yes! Go ahead! Using CSS (Cascading Style Sheets) is recommended. Your three best options are: +- referring directly in your stylesheet to open fonts which may be available on the user's system +- providing links to download the full package of the font - either from your own website or from elsewhere - so users can install it themselves +- using @font-face to distribute the font directly to browsers. This is recommended and explicitly allowed by the licensing model because it is distribution. The font file itself is distributed with other components of the webpage. It is not embedded in the webpage but referenced through a web address which will cause the browser to retrieve and use the corresponding font to render the webpage (see 1.11 and 1.15 for details related to embedding fonts into documents). As you take advantage of the @font-face cross-platform standard, be aware that web fonts are often tuned for a web environment and not intended for installation and use outside a browser. The reasons in favour of using web fonts are to allow design of dynamic text elements instead of static graphics, to make it easier for content to be localized and translated, indexed and searched, and all this with cross-platform open standards without depending on restricted extensions or plugins. You should check the CSS cascade (the order in which fonts are being called or delivered to your users) when testing. + +2.2 Can I make and use WOFF (Web Open Font Format) versions of OFL fonts? +Yes, but you need to be careful. A change in font format normally is considered modification, and Reserved Font Names (RFNs) cannot be used. Because of the design of the WOFF format, however, it is possible to create a WOFF version that is not considered modification, and so would not require a name change. You are allowed to create, use and distribute a WOFF version of an OFL font without changing the font name, but only if: + +- the original font data remains unchanged except for WOFF compression, and +- WOFF-specific metadata is either omitted altogether or present and includes, unaltered, the contents of all equivalent metadata in the original font. + +If the original font data or metadata is changed, or the WOFF-specific metadata is incomplete, the font must be considered a Modified Version, the OFL restrictions would apply and the name of the font must be changed: any RFNs cannot be used and copyright notices and licensing information must be included and cannot be deleted or modified. You must come up with a unique name - we recommend one corresponding to your domain or your particular web application. Be aware that only the original author(s) can use RFNs. This is to prevent collisions between a derivative tuned to your audience and the original upstream version and so to reduce confusion. + +Please note that most WOFF conversion tools and online services do not meet the two requirements listed above, and so their output must be considered a Modified Version. So be very careful and check to be sure that the tool or service you're using is compressing unchanged data and completely and accurately reflecting the original font metadata. + +2.3 What about other web font formats such as EOT/EOTLite/CWT/etc.? +In most cases these formats alter the original font data more than WOFF, and do not completely support appropriate metadata, so their use must be considered modification and RFNs may not be used. However, there may be certain formats or usage scenarios that may allow the use of RFNs. See http://scripts.sil.org/OFL_web_fonts_and_RFNs + +2.4 Can I make OFL fonts available through web font online services? +Yes, you are welcome to include OFL fonts in online web font services as long as you properly meet all the conditions of the license. The origin and open status of the font should be clear among the other fonts you are hosting. Authorship, copyright notices and license information must be sufficiently visible to your users or subscribers so they know where the font comes from and the rights granted by the author(s). Make sure the font file contains the needed copyright notice(s) and licensing information in its metadata. Please double-check the accuracy of every field to prevent contradictory information. Other font formats, including EOT/EOTLite/CWT and superior alternatives like WOFF, already provide fields for this information. Remember that if you modify the font within your library or convert it to another format for any reason the OFL restrictions apply and you need to change the names accordingly. Please respect the author's wishes as expressed in the OFL and do not misrepresent original designers and their work. Don't lump quality open fonts together with dubious freeware or public domain fonts. Consider how you can best work with the original designers and foundries, support their efforts and generate goodwill that will benefit your service. (See 1.17 for details related to URL-based access restrictions methods or DRM mechanisms). + +2.5 Some web font formats and services provide ways of "optimizing" the font for a particular website or web application; is that allowed? +Yes, it is permitted, but remember that these optimized versions are Modified Versions and so must follow OFL requirements like appropriate renaming. Also you need to bear in mind the other important parameters beyond compression, speed and responsiveness: you need to consider the audience of your particular website or web application, as choosing some optimization parameters may turn out to be less than ideal for them. Subsetting by removing certain glyphs or features may seriously limit functionality of the font in various languages that your users expect. It may also introduce degradation of quality in the rendering or specific bugs on the various target platforms compared to the original font from upstream. In other words, remember that one person's optimized font may be another person's missing feature. Various advanced typographic features (OpenType, Graphite or AAT) are also available through CSS and may provide the desired effects without the need to modify the font. + +2.6 Is subsetting a web font considered modification? +Yes. Removing any parts of the font when delivering a web font to a browser, including unused glyphs and smart font code, is considered modification. This is permitted by the OFL but would not normally allow the use of RFNs. Some newer subsetting technologies may be able to subset in a way that allows users to effectively have access to the complete font, including smart font behaviour. See 2.8 and http://scripts.sil.org/OFL_web_fonts_and_RFNs + +2.7 Are there any situations in which a modified web font could use RFNs? +Yes. If a web font is optimized only in ways that preserve Functional Equivalence (see 2.8), then it may use RFNs, as it reasonably represents the Original Version and respects the intentions of the author(s) and the main purposes of the RFN mechanism (avoids collisions, protects authors, minimizes support, encourages derivatives). However this is technically very difficult and often impractical, so a much better scenario is for the web font service or provider to sign a separate agreement with the author(s) that allows the use of RFNs for Modified Versions. + +2.8 How do you know if an optimization to a web font preserves Functional Equivalence? +Functional Equivalence is described in full in the 'Web fonts and RFNs' paper at http://scripts.sil.org/OFL_web_fonts_and_RFNs, in general, an optimized font is deemed to be Functionally Equivalent (FE) to the Original Version if it: + +- Supports the same full character inventory. If a character can be properly displayed using the Original Version, then that same character, encoded correctly on a web page, will display properly. +- Provides the same smart font behavior. Any dynamic shaping behavior that works with the Original Version should work when optimized, unless the browser or environment does not support it. There does not need to be guaranteed support in the client, but there should be no forced degradation of smart font or shaping behavior, such as the removal or obfuscation of OpenType, Graphite or AAT tables. +- Presents text with no obvious degradation in visual quality. The lettershapes should be equally (or more) readable, within limits of the rendering platform. +- Preserves original author, project and license metadata. At a minimum, this should include: Copyright and authorship; The license as stated in the Original Version, whether that is the full text of the OFL or a link to the web version; Any RFN declarations; Information already present in the font or documentation that points back to the Original Version, such as a link to the project or the author's website. + +If an optimized font meets these requirements, and so is considered to be FE, then it's very likely that the original author would feel that the optimized font is a good and reasonable equivalent. If it falls short of any of these requirements, the optimized font does not reasonably represent the Original Version, and so should be considered to be a Modified Version. Like other Modified Versions, it would not be allowed to use any RFNs and you simply need to pick your own font name. + +2.9 Isn't use of web fonts another form of embedding? +No. Unlike embedded fonts in a PDF, web fonts are not an integrated part of the document itself. They are not specific to a single document and are often applied to thousands of documents around the world. The font data is not stored alongside the document data and often originates from a different location. The ease by which the web fonts used by a document may be identified and downloaded for desktop use demonstrates that they are philosophically and technically separate from the web pages that specify them. See http://scripts.sil.org/OFL_web_fonts_and_RFNs + +2.10 So would it be better to not use RFNs at all if you want your font to be distributed by a web fonts service? +No. Although the OFL does not require authors to use RFNs, the RFN mechanism is an important part of the OFL model and completely compatible with web font services. If that web font service modifies the fonts, then the best solution is to sign a separate agreement for the use of any RFNs. It is perfectly valid for an author to not declare any RFNs, but before they do so they need to fully understand the benefits they are giving up, and the overall negative effect of allowing many different versions bearing the same name to be widely distributed. As a result, we don't generally recommend it. + +2.11 What should an agreement for the use of RFNs say? Are there any examples? +There is no prescribed format for this agreement, as legal systems vary, and no recommended examples. Authors may wish to add specific clauses to further restrict use, require author review of Modified Versions, establish user support mechanisms or provide terms for ending the agreement. Such agreements are usually not public, and apply only to the main parties. However, it would be very beneficial for web font services to clearly state when they have established such agreements, so that the public understands clearly that their service is operating appropriately. + +See the separate paper on 'Web Fonts & RFNs' for in-depth discussion of issues related to the use of RFNs for web fonts. This is available at http://scripts.sil.org/OFL_web_fonts_and_RFNs + + +3 MODIFYING OFL-LICENSED FONTS + +3.1 Can I change the fonts? Are there any limitations to what things I can and cannot change? +You are allowed to change anything, as long as such changes do not violate the terms of the license. In other words, you are not allowed to remove the copyright statement(s) from the font, but you could put additional information into it that covers your contribution. See the placeholders in the OFL header template for recommendations on where to add your own statements. (Remember that, when authors have reserved names via the RFN mechanism, you need to change the internal names of the font to your own font name when making your modified version even if it is just a small change.) + +3.2 I have a font that needs a few extra glyphs - can I take them from an OFL licensed font and copy them into mine? +Yes, but if you distribute that font to others it must be under the OFL, and include the information mentioned in condition 2 of the license. + +3.3 Can I charge people for my additional work? In other words, if I add a bunch of special glyphs or OpenType/Graphite/AAT code, can I sell the enhanced font? +Not by itself. Derivative fonts must be released under the OFL and cannot be sold by themselves. It is permitted, however, to include them in a larger software package (such as text editors, office suites or operating systems), even if the larger package is sold. In that case, you are strongly encouraged, but not required, to also make that derived font easily and freely available outside of the larger package. + +3.4 Can I pay someone to enhance the fonts for my use and distribution? +Yes. This is a good way to fund the further development of the fonts. Keep in mind, however, that if the font is distributed to others it must be under the OFL. You won't be able to recover your investment by exclusively selling the font, but you will be making a valuable contribution to the community. Please remember how you have benefited from the contributions of others. + +3.5 I need to make substantial revisions to the font to make it work with my program. It will be a lot of work, and a big investment, and I want to be sure that it can only be distributed with my program. Can I restrict its use? +No. If you redistribute a Modified Version of the font it must be under the OFL. You may not restrict it in any way beyond what the OFL permits and requires. This is intended to ensure that all released improvements to the fonts become available to everyone. But you will likely get an edge over competitors by being the first to distribute a bundle with the enhancements. Again, please remember how you have benefited from the contributions of others. + +3.6 Do I have to make any derivative fonts (including extended source files, build scripts, documentation, etc.) publicly available? +No, but please consider sharing your improvements with others. You may find that you receive in return more than what you gave. + +3.7 If a trademark is claimed in the OFL font, does that trademark need to remain in modified fonts? +Yes. Any trademark notices must remain in any derivative fonts to respect trademark laws, but you may add any additional trademarks you claim, officially registered or not. For example if an OFL font called "Foo" contains a notice that "Foo is a trademark of Acme", then if you rename the font to "Bar" when creating a Modified Version, the new trademark notice could say "Foo is a trademark of Acme Inc. - Bar is a trademark of Roadrunner Technologies Ltd.". Trademarks work alongside the OFL and are not subject to the terms of the licensing agreement. The OFL does not grant any rights under trademark law. Bear in mind that trademark law varies from country to country and that there are no international trademark conventions as there are for copyright. You may need to significantly invest in registering and defending a trademark for it to remain valid in the countries you are interested in. This may be costly for an individual independent designer. + +3.8 If I commit changes to a font (or publish a branch in a DVCS) as part of a public open source software project, do I have to change the internal font names? +Only if there are declared RFNs. Making a public commit or publishing a public branch is effectively redistributing your modifications, so any change to the font will require that you do not use the RFNs. Even if there are no RFNs, it may be useful to change the name or add a suffix indicating that a particular version of the font is still in development and not released yet. This will clearly indicate to users and fellow designers that this particular font is not ready for release yet. See section 5 for more details. + + +4 LICENSING YOUR ORIGINAL FONTS UNDER THE OFL + +4.1 Can I use the SIL OFL for my own fonts? +Yes! We heartily encourage everyone to use the OFL to distribute their own original fonts. It is a carefully constructed license that allows great freedom along with enough artistic integrity protection for the work of the authors as well as clear rules for other contributors and those who redistribute the fonts. The licensing model is used successfully by various organisations, both for-profit and not-for-profit, to release fonts of varying levels of scope and complexity. + +4.2 What do I have to do to apply the OFL to my font? +If you want to release your fonts under the OFL, we recommend you do the following: + +4.2.1 Put your copyright and Reserved Font Names information at the beginning of the main OFL.txt file in place of the dedicated placeholders (marked with the <> characters). Include this file in your release package. + +4.2.2 Put your copyright and the OFL text with your chosen Reserved Font Name(s) into your font files (the copyright and license fields). A link to the OFL text on the OFL web site is an acceptable (but not recommended) alternative. Also add this information to any other components (build scripts, glyph databases, documentation, test files, etc). Accurate metadata in your font files is beneficial to you as an increasing number of applications are exposing this information to the user. For example, clickable links can bring users back to your website and let them know about other work you have done or services you provide. Depending on the format of your fonts and sources, you can use template human-readable headers or machine-readable metadata. You should also double-check that there is no conflicting metadata in the font itself contradicting the license, such as the fstype bits in the os2 table or fields in the name table. + +4.2.3 Write an initial FONTLOG.txt for your font and include it in the release package (see Section 6 and Appendix A for details including a template). + +4.2.4 Include the relevant practical documentation on the license by adding the current OFL-FAQ.txt file in your package. + +4.2.5 If you wish you can use the OFL graphics (http://scripts.sil.org/OFL_logo) on your website. + +4.3 Will you make my font OFL for me? +We won't do the work for you. We can, however, try to answer your questions, unfortunately we do not have the resources to review and check your font packages for correct use of the OFL. We recommend you turn to designers, foundries or consulting companies with experience in doing open font design to provide this service to you. + +4.4 Will you distribute my OFL font for me? +No, although if the font is of sufficient quality and general interest we may include a link to it on our partial list of OFL fonts on the OFL web site. You may wish to consider other open font catalogs or hosting services, such as the Unifont Font Guide (http://unifont.org/fontguide), The League of Movable Type (http://theleagueofmovabletype.com) or the Open Font Library (http://openfontlibrary.org/), which despite the name has no direct relationship to the OFL or SIL. We do not endorse any particular catalog or hosting service - it is your responsibility to determine if the service is right for you and if it treats authors with fairness. + +4.5 Why should I use the OFL for my fonts? +- to meet needs for fonts that can be modified to support lesser-known languages +- to provide a legal and clear way for people to respect your work but still use it (and reduce piracy) +- to involve others in your font project +- to enable your fonts to be expanded with new weights and improved writing system/language support +- to allow more technical font developers to add features to your design (such as OpenType, Graphite or AAT support) +- to renew the life of an old font lying on your hard drive with no business model +- to allow your font to be included in Libre Software operating systems like Ubuntu +- to give your font world status and wide, unrestricted distribution +- to educate students about quality typeface and font design +- to expand your test base and get more useful feedback +- to extend your reach to new markets when users see your metadata and go to your website +- to get your font more easily into one of the web font online services +- to attract attention for your commercial fonts +- to make money through web font services +- to make money by bundling fonts with applications +- to make money adjusting and extending existing open fonts +- to get a better chance that foundations/NGOs/charities/companies who commission fonts will pick you +- to be part of a sharing design and development community +- to give back and contribute to a growing body of font sources + + +5 CHOOSING RESERVED FONT NAMES + +5.1 What are Reserved Font Names? +These are font names, or portions of font names, that the author has chosen to reserve for use only with the Original Version of the font, or for Modified Version(s) created by the original author. + +5.2 Why can't I use the Reserved Font Names in my derivative font names? I'd like people to know where the design came from. +The best way to acknowledge the source of the design is to thank the original authors and any other contributors in the files that are distributed with your revised font (although no acknowledgement is required). The FONTLOG is a natural place to do this. Reserved Font Names ensure that the only fonts that have the original names are the unmodified Original Versions. This allows designers to maintain artistic integrity while allowing collaboration to happen. It eliminates potential confusion and name conflicts. When choosing a name, be creative and avoid names that reuse almost all the same letters in the same order or sound like the original. It will help everyone if Original Versions and Modified Versions can easily be distinguished from one another and from other derivatives. Any substitution and matching mechanism is outside the scope of the license. + +5.3 What do you mean by "primary name as presented to the user"? Are you referring to the font menu name? +Yes, this applies to the font menu name and other mechanisms that specify a font in a document. It would be fine, however, to keep a text reference to the original fonts in the description field, in your modified source file or in documentation provided alongside your derivative as long as no one could be confused that your modified source is the original. But you cannot use the Reserved Font Names in any way to identify the font to the user (unless the Copyright Holder(s) allow(s) it through a separate agreement). Users who install derivatives (Modified Versions) on their systems should not see any of the original Reserved Font Names in their font menus, for example. Again, this is to ensure that users are not confused and do not mistake one font for another and so expect features only another derivative or the Original Version can actually offer. + +5.4 Am I not allowed to use any part of the Reserved Font Names? +You may not use individual words from the Reserved Font Names, but you would be allowed to use parts of words, as long as you do not use any word from the Reserved Font Names entirely. We do not recommend using parts of words because of potential confusion, but it is allowed. For example, if "Foobar" was a Reserved Font Name, you would be allowed to use "Foo" or "bar", although we would not recommend it. Such an unfortunate choice would confuse the users of your fonts as well as make it harder for other designers to contribute. + +5.5 So what should I, as an author, identify as Reserved Font Names? +Original authors are encouraged to name their fonts using clear, distinct names, and only declare the unique parts of the name as Reserved Font Names. For example, the author of a font called "Foobar Sans" would declare "Foobar" as a Reserved Font Name, but not "Sans", as that is a common typographical term, and may be a useful word to use in a derivative font name. Reserved Font Names should also be single words for simplicity and legibility. A font called "Flowing River" should have Reserved Font Names "Flowing" and "River", not "Flowing River". You also need to be very careful about reserving font names which are already linked to trademarks (whether registered or not) which you do not own. + +5.6 Do I, as an author, have to identify any Reserved Font Names? +No. RFNs are optional and not required, but we encourage you to use them. This is primarily to avoid confusion between your work and Modified Versions. As an author you can release a font under the OFL and not declare any Reserved Font Names. There may be situations where you find that using no RFNs and letting your font be changed and modified - including any kind of modification - without having to change the original name is desirable. However you need to be fully aware of the consequences. There will be no direct way for end-users and other designers to distinguish your Original Version from many Modified Versions that may be created. You have to trust whoever is making the changes and the optimizations to not introduce problematic changes. The RFNs you choose for your own creation have value to you as an author because they allow you to maintain artistic integrity and keep some control over the distribution channel to your end-users. For discussion of RFNs and web fonts see section 2. + +5.7 Are any names (such as the main font name) reserved by default? +No. That is a change to the license as of version 1.1. If you want any names to be Reserved Font Names, they must be specified after the copyright statement(s). + +5.8 Is there any situation in which I can use Reserved Font Names for a Modified Version? +The Copyright Holder(s) can give certain trusted parties the right to use any of the Reserved Font Names through separate written agreements. For example, even if "Foobar" is a RFN, you could write up an agreement to give company "XYZ" the right to distribute a modified version with a name that includes "Foobar". This allows for freedom without confusion. The existence of such an agreement should be made as clear as possible to downstream users and designers in the distribution package and the relevant documentation. They need to know if they are a party to the agreement or not and what they are practically allowed to do or not even if all the details of the agreement are not public. + +5.9 Do font rebuilds require a name change? Do I have to change the name of the font when my packaging workflow includes a full rebuild from source? +Yes, all rebuilds which change the font data and the smart code are Modified Versions and the requirements of the OFL apply: you need to respect what the Author(s) have chosen in terms of Reserved Font Names. However if a package (or installer) is simply a wrapper or a compressed structure around the final font - leaving them intact on the inside - then no name change is required. Please get in touch with the author(s) and copyright holder(s) to inquire about the presence of font sources beyond the final font file(s) and the recommended build path. That build path may very well be non-trivial and hard to reproduce accurately by the maintainer. If a full font build path is made available by the upstream author(s) please be aware that any regressions and changes you may introduce when doing a rebuild for packaging purposes is your own responsibility as a package maintainer since you are effectively creating a separate branch. You should make it very clear to your users that your rebuilt version is not the canonical one from upstream. + +5.10 Can I add other Reserved Font Names when making a derivative font? +Yes. List your additional Reserved Font Names after your additional copyright statement, as indicated with example placeholders at the top of the OFL.txt file. Be sure you do not remove any existing RFNs but only add your own. RFN statements should be placed next to the copyright statement of the relevant author as indicated in the OFL.txt template to make them visible to designers wishing to make their separate version. + + +6 ABOUT THE FONTLOG + +6.1 What is this FONTLOG thing exactly? +It has three purposes: 1) to provide basic information on the font to users and other designers and developers, 2) to document changes that have been made to the font or accompanying files, either by the original authors or others, and 3) to provide a place to acknowledge authors and other contributors. Please use it! + +6.2 Is the FONTLOG required? +It is not a requirement of the license, but we strongly recommend you have one. + +6.3 Am I required to update the FONTLOG when making Modified Versions? +No, but users, designers and other developers might get very frustrated with you if you don't. People need to know how derivative fonts differ from the original, and how to take advantage of the changes, or build on them. There are utilities that can help create and maintain a FONTLOG, such as the FONTLOG support in FontForge. + +6.4 What should the FONTLOG look like? +It is typically a separate text file (FONTLOG.txt), but can take other formats. It commonly includes these four sections: + +- brief header describing the FONTLOG itself and name of the font family +- Basic Font Information - description of the font family, purpose and breadth +- ChangeLog - chronological listing of changes +- Acknowledgements - list of authors and contributors with contact information + +It could also include other sections, such as: where to find documentation, how to make contributions, information on contributing organizations, source code details, and a short design guide. See Appendix A for an example FONTLOG. + + +7 MAKING CONTRIBUTIONS TO OFL PROJECTS + +7.1 Can I contribute work to OFL projects? +In many cases, yes. It is common for OFL fonts to be developed by a team of people who welcome contributions from the wider community. Contact the original authors for specific information on how to participate in their projects. + +7.2 Why should I contribute my changes back to the original authors? +It would benefit many people if you contributed back in response to what you've received. Your contributions and improvements to the fonts and other components could be a tremendous help and would encourage others to contribute as well and 'give back'. You will then benefit from other people's contributions as well. Sometimes maintaining your own separate version takes more effort than merging back with the original. Be aware that any contributions, however, must be either your own original creation or work that you own, and you may be asked to affirm that clearly when you contribute. + +7.3 I've made some very nice improvements to the font. Will you consider adopting them and putting them into future Original Versions? +Most authors would be very happy to receive such contributions. Keep in mind that it is unlikely that they would want to incorporate major changes that would require additional work on their end. Any contributions would likely need to be made for all the fonts in a family and match the overall design and style. Authors are encouraged to include a guide to the design with the fonts. It would also help to have contributions submitted as patches or clearly marked changes - the use of smart source revision control systems like subversion, mercurial, git or bzr is a good idea. Please follow the recommendations given by the author(s) in terms of preferred source formats and configuration parameters for sending contributions. If this is not indicated in a FONTLOG or other documentation of the font, consider asking them directly. Examples of useful contributions are bug fixes, additional glyphs, stylistic alternates (and the smart font code to access them) or improved hinting. Keep in mind that some kinds of changes (esp. hinting) may be technically difficult to integrate. + +7.4 How can I financially support the development of OFL fonts? +It is likely that most authors of OFL fonts would accept financial contributions - contact them for instructions on how to do this. Such contributions would support future development. You can also pay for others to enhance the fonts and contribute the results back to the original authors for inclusion in the Original Version. + + +8 ABOUT THE LICENSE ITSELF + +8.1 I see that this is version 1.1 of the license. Will there be later changes? +Version 1.1 is the first minor revision of the OFL. We are confident that version 1.1 will meet most needs, but are open to future improvements. Any revisions would be for future font releases, and previously existing licenses would remain in effect. No retroactive changes are possible, although the Copyright Holder(s) can re-release the font under a revised OFL. All versions will be available on our web site: http://scripts.sil.org/OFL. + +8.2 Does this license restrict the rights of the Copyright Holder(s)? +No. The Copyright Holder(s) still retain(s) all the rights to their creation; they are only releasing a portion of it for use in a specific way. For example, the Copyright Holder(s) may choose to release a 'basic' version of their font under the OFL, but sell a restricted 'enhanced' version. Only the Copyright Holder(s) can do this. + +8.3 Is the OFL a contract or a license? +The OFL is a license and not a contract and so does not require you to sign it to have legal validity. By using, modifying and redistributing components under the OFL you indicate that you accept the license. + +8.4 I really like the terms of the OFL, but want to change it a little. Am I allowed to take ideas and actual wording from the OFL and put them into my own custom license for distributing my fonts? +We strongly recommend against creating your very own unique open licensing model. Using a modified or derivative license will likely cut you off - along with the font(s) under that license - from the community of designers using the OFL, potentially expose you and your users to legal liabilities, and possibly put your work and rights at risk. The OFL went though a community and legal review process that took years of effort, and that review is only applicable to an unmodified OFL. The text of the OFL has been written by SIL (with review and consultation from the community) and is copyright (c) 2005-2013 SIL International. You may re-use the ideas and wording (in part, not in whole) in another non-proprietary license provided that you call your license by another unambiguous name, that you do not use the preamble, that you do not mention SIL and that you clearly present your license as different from the OFL so as not to cause confusion by being too similar to the original. If you feel the OFL does not meet your needs for an open license, please contact us. + +8.5 Can I translate the license and the FAQ into other languages? +SIL certainly recognises the need for people who are not familiar with English to be able to understand the OFL and its use. Making the license very clear and readable has been a key goal for the OFL, but we know that people understand their own language best. + +If you are an experienced translator, you are very welcome to translate the OFL and OFL-FAQ so that designers and users in your language community can understand the license better. But only the original English version of the license has legal value and has been approved by the community. Translations do not count as legal substitutes and should only serve as a way to explain the original license. SIL - as the author and steward of the license for the community at large - does not approve any translation of the OFL as legally valid because even small translation ambiguities could be abused and create problems. + +SIL gives permission to publish unofficial translations into other languages provided that they comply with the following guidelines: + +- Put the following disclaimer in both English and the target language stating clearly that the translation is unofficial: + +"This is an unofficial translation of the SIL Open Font License into . It was not published by SIL International, and does not legally state the distribution terms for fonts that use the OFL. A release under the OFL is only valid when using the original English text. However, we recognize that this unofficial translation will help users and designers not familiar with English to better understand and use the OFL. We encourage designers who consider releasing their creation under the OFL to read the OFL-FAQ in their own language if it is available. Please go to http://scripts.sil.org/OFL for the official version of the license and the accompanying OFL-FAQ." + +- Keep your unofficial translation current and update it at our request if needed, for example if there is any ambiguity which could lead to confusion. + +If you start such a unofficial translation effort of the OFL and OFL-FAQ please let us know. + + +9 ABOUT SIL INTERNATIONAL + +9.1 Who is SIL International and what do they do? +SIL serves language communities worldwide, building their capacity for sustainable language development, by means of research, translation, training and materials development. SIL makes its services available to all without regard to religious belief, political ideology, gender, race, or ethnic background. SIL's members and volunteers share a Christian commitment. + +9.2 What does this have to do with font licensing? +The ability to read, write, type and publish in one's own language is one of the most critical needs for millions of people around the world. This requires fonts that are widely available and support lesser-known languages. SIL develops - and encourages others to develop - a complete stack of writing systems implementation components available under open licenses. This open stack includes input methods, smart fonts, smart rendering libraries and smart applications. There has been a need for a common open license that is specifically applicable to fonts and related software (a crucial component of this stack), so SIL developed the SIL Open Font License with the help of the Free/Libre and Open Source Software community. + +9.3 How can I contact SIL? +Our main web site is: http://www.sil.org/ +Our site about complex scripts is: http://scripts.sil.org/ +Information about this license (and contact information) is at: http://scripts.sil.org/OFL + + +APPENDIX A - FONTLOG EXAMPLE + +Here is an example of the recommended format for a FONTLOG, although other formats are allowed. + +----- +FONTLOG for the GlobalFontFamily fonts + +This file provides detailed information on the GlobalFontFamily Font Software. This information should be distributed along with the GlobalFontFamily fonts and any derivative works. + +Basic Font Information + +GlobalFontFamily is a Unicode typeface family that supports all languages that use the Latin script and its variants, and could be expanded to support other scripts. + +NewWorldFontFamily is based on the GlobalFontFamily and also supports Greek, Hebrew, Cyrillic and Armenian. + +More specifically, this release supports the following Unicode ranges... +This release contains... +Documentation can be found at... +To contribute to the project... + +ChangeLog + +10 December 2010 (Fred Foobar) GlobalFontFamily-devel version 1.4 +- fix new build and testing system (bug #123456) + +1 August 2008 (Tom Parker) GlobalFontFamily version 1.2.1 +- Tweaked the smart font code (Branch merged with trunk version) +- Provided improved build and debugging environment for smart behaviours + +7 February 2007 (Pat Johnson) NewWorldFontFamily Version 1.3 +- Added Greek and Cyrillic glyphs + +7 March 2006 (Fred Foobar) NewWorldFontFamily Version 1.2 +- Tweaked contextual behaviours + +1 Feb 2005 (Jane Doe) NewWorldFontFamily Version 1.1 +- Improved build script performance and verbosity +- Extended the smart code documentation +- Corrected minor typos in the documentation +- Fixed position of combining inverted breve below (U+032F) +- Added OpenType/Graphite smart code for Armenian +- Added Armenian glyphs (U+0531 -> U+0587) +- Released as "NewWorldFontFamily" + +1 Jan 2005 (Joe Smith) GlobalFontFamily Version 1.0 +- Initial release + +Acknowledgements + +If you make modifications be sure to add your name (N), email (E), web-address (if you have one) (W) and description (D). This list is in alphabetical order. + +N: Jane Doe +E: jane@university.edu +W: http://art.university.edu/projects/fonts +D: Contributor - Armenian glyphs and code + +N: Fred Foobar +E: fred@foobar.org +W: http://foobar.org +D: Contributor - misc Graphite fixes + +N: Pat Johnson +E: pat@fontstudio.org +W: http://pat.fontstudio.org +D: Designer - Greek & Cyrillic glyphs based on Roman design + +N: Tom Parker +E: tom@company.com +W: http://www.company.com/tom/projects/fonts +D: Engineer - original smart font code + +N: Joe Smith +E: joe@fontstudio.org +W: http://joe.fontstudio.org +D: Designer - original Roman glyphs + +Fontstudio.org is an not-for-profit design group whose purpose is... +Foobar.org is a distributed community of developers... +Company.com is a small business who likes to support community designers... +University.edu is a renowned educational institution with a strong design department... +----- + + diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Bold.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Bold.otf new file mode 100644 index 0000000..9f74319 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Bold.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf new file mode 100644 index 0000000..e5a83a5 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BoldItalic.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Book.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Book.otf new file mode 100644 index 0000000..2f9626a Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Book.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BookItalic.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BookItalic.otf new file mode 100644 index 0000000..b80fbb9 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-BookItalic.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Heavy.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Heavy.otf new file mode 100644 index 0000000..01159c6 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Heavy.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-HeavyItalic.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-HeavyItalic.otf new file mode 100644 index 0000000..0faa5a1 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-HeavyItalic.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Light.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Light.otf new file mode 100644 index 0000000..bfe2416 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Light.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-LightItalic.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-LightItalic.otf new file mode 100644 index 0000000..d8a17ff Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-LightItalic.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Medium.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Medium.otf new file mode 100644 index 0000000..b33c6d2 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Medium.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf new file mode 100644 index 0000000..2817964 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-MediumItalic.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Semibold.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Semibold.otf new file mode 100644 index 0000000..3174394 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Semibold.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-SemiboldItalic.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-SemiboldItalic.otf new file mode 100644 index 0000000..5626fe8 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-SemiboldItalic.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Thin.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Thin.otf new file mode 100644 index 0000000..4c5ca88 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-Thin.otf differ diff --git a/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-ThinItalic.otf b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-ThinItalic.otf new file mode 100644 index 0000000..e418597 Binary files /dev/null and b/old/themes/varia/static/fonts/cooper-hewitt/CooperHewitt-ThinItalic.otf differ diff --git a/old/themes/varia/static/js/stars.js b/old/themes/varia/static/js/stars.js new file mode 100644 index 0000000..985acec --- /dev/null +++ b/old/themes/varia/static/js/stars.js @@ -0,0 +1,27 @@ +// stars.js +// Random Stars +var generateStars = function(){ + + var $galaxy = $(".galaxy"); + var iterator = 0; + + while (iterator <= 100){ + var xposition = Math.random(); + var yposition = Math.random(); + var star_type = Math.floor((Math.random() * 3) + 1); + var position = { + "x" : $galaxy.width() * xposition, + "y" : $galaxy.height() * yposition, + }; + + $('
                ').appendTo($galaxy).css({ + "top" : position.y, + "left" : position.x + }); + + iterator++; + } + +}; + +generateStars(); \ No newline at end of file diff --git a/themes/varia/templates/archives.html b/old/themes/varia/templates/archives.html similarity index 100% rename from themes/varia/templates/archives.html rename to old/themes/varia/templates/archives.html diff --git a/themes/varia/templates/article.html b/old/themes/varia/templates/article.html similarity index 100% rename from themes/varia/templates/article.html rename to old/themes/varia/templates/article.html diff --git a/themes/varia/templates/author.html b/old/themes/varia/templates/author.html similarity index 100% rename from themes/varia/templates/author.html rename to old/themes/varia/templates/author.html diff --git a/themes/varia/templates/authors.html b/old/themes/varia/templates/authors.html similarity index 100% rename from themes/varia/templates/authors.html rename to old/themes/varia/templates/authors.html diff --git a/themes/varia/templates/base.html b/old/themes/varia/templates/base.html similarity index 100% rename from themes/varia/templates/base.html rename to old/themes/varia/templates/base.html diff --git a/themes/varia/templates/categories.html b/old/themes/varia/templates/categories.html similarity index 100% rename from themes/varia/templates/categories.html rename to old/themes/varia/templates/categories.html diff --git a/themes/varia/templates/category.html b/old/themes/varia/templates/category.html similarity index 100% rename from themes/varia/templates/category.html rename to old/themes/varia/templates/category.html diff --git a/themes/varia/templates/events_list.html b/old/themes/varia/templates/events_list.html similarity index 100% rename from themes/varia/templates/events_list.html rename to old/themes/varia/templates/events_list.html diff --git a/themes/varia/templates/gosquared.html b/old/themes/varia/templates/gosquared.html similarity index 100% rename from themes/varia/templates/gosquared.html rename to old/themes/varia/templates/gosquared.html diff --git a/themes/varia/templates/index.html b/old/themes/varia/templates/index.html similarity index 100% rename from themes/varia/templates/index.html rename to old/themes/varia/templates/index.html diff --git a/themes/varia/templates/page.html b/old/themes/varia/templates/page.html similarity index 100% rename from themes/varia/templates/page.html rename to old/themes/varia/templates/page.html diff --git a/themes/varia/templates/pagination.html b/old/themes/varia/templates/pagination.html similarity index 100% rename from themes/varia/templates/pagination.html rename to old/themes/varia/templates/pagination.html diff --git a/themes/varia/templates/period_archives.html b/old/themes/varia/templates/period_archives.html similarity index 100% rename from themes/varia/templates/period_archives.html rename to old/themes/varia/templates/period_archives.html diff --git a/themes/varia/templates/stream.html b/old/themes/varia/templates/stream.html similarity index 100% rename from themes/varia/templates/stream.html rename to old/themes/varia/templates/stream.html diff --git a/themes/varia/templates/syndication.html b/old/themes/varia/templates/syndication.html similarity index 100% rename from themes/varia/templates/syndication.html rename to old/themes/varia/templates/syndication.html diff --git a/themes/varia/templates/tag.html b/old/themes/varia/templates/tag.html similarity index 100% rename from themes/varia/templates/tag.html rename to old/themes/varia/templates/tag.html diff --git a/themes/varia/templates/tags.html b/old/themes/varia/templates/tags.html similarity index 100% rename from themes/varia/templates/tags.html rename to old/themes/varia/templates/tags.html diff --git a/themes/varia/templates/translations.html b/old/themes/varia/templates/translations.html similarity index 100% rename from themes/varia/templates/translations.html rename to old/themes/varia/templates/translations.html diff --git a/pelican-plugins b/pelican-plugins deleted file mode 160000 index 8ecbb4e..0000000 --- a/pelican-plugins +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8ecbb4ef07fcdcb8166907f714cbadb120a817e7 diff --git a/plugins-custom b/plugins-custom deleted file mode 160000 index 5364009..0000000 --- a/plugins-custom +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 53640095309c741081113d38c4566428d0e67b03