Skip to content

Instantly share code, notes, and snippets.

View willaerk's full-sized avatar
🤖

Kristof Willaert willaerk

🤖
  • Leuven, Belgium
View GitHub Profile
@willaerk
willaerk / test.md
Last active November 5, 2021 10:23
Confluence markdown plugin update test

This is the title

This is always available

This is available later

@willaerk
willaerk / gist:9760be6cd5fa927464212793cccbfb8e
Created June 22, 2020 11:43
b13646ca-a1f7-4736-8f73-0dd530f32c50
<?xml version="1.0" encoding="UTF-8"?>
<cdbxml xmlns="http://www.cultuurdatabank.com/XMLSchema/CdbXSD/3.3/FINAL" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.cultuurdatabank.com/XMLSchema/CdbXSD/3.3/FINAL http://www.cultuurdatabank.com/XMLSchema/CdbXSD/3.3/FINAL/CdbXSD.xsd">
<event availableto="2018-09-09T18:00:00" createdby="91846ce8-caf3-4509-8bd7-96f3e6cf67b8" creationdate="2018-03-26T12:04:16" externalurl="https://io-test.uitdatabank.be/event/f68cb23e-a611-4d5d-8f21-a8c14eaee5a4" lastupdated="2018-03-26T12:04:18" lastupdatedby="91846ce8-caf3-4509-8bd7-96f3e6cf67b8" private="false" wfstatus="draft">
<keywords>
<keyword>owner-omd-2018</keyword>
</keywords>
<categories>
<category catid="0.50.4.0.0" type="eventtype">Concert</category>
<category catid="reg.1261" type="flandersregion">9032 Wondelgem (Gent)</category>
</categories>

UiTdatabank v3

Overview

Version 3 of the UiTdatabank, a central database of cultural offers in the Flanders region.

Most operations require that you authenticate first with your UiTID.

@willaerk
willaerk / config.xml
Created February 28, 2012 12:03
Template jenkins job for puppet modules
<?xml version='1.0' encoding='UTF-8'?>
<project>
<actions/>
<description></description>
<keepDependencies>false</keepDependencies>
<properties>
<com.coravy.hudson.plugins.github.GithubProjectProperty>
<projectUrl>https://github.com/<%= github_org %>/puppet-<%= repo %>/</projectUrl>
</com.coravy.hudson.plugins.github.GithubProjectProperty>
<hudson.plugins.disk__usage.DiskUsageProperty/>
@willaerk
willaerk / Rakefile
Created February 12, 2012 20:18
Rakefile skeleton for puppet modules
require 'rubygems'
require 'rake/clean'
require 'rspec/core/rake_task'
CLEAN.include("")
CLOBBER.include("target")
desc "Default task prints the possible targets."
task :default do
sh %{rake -T}