Keep It Straight and Simple Party
The Keep It Straight and Simple Party (known simply as the KISS Party) is a minor South African classical liberal political party. It was founded by Claire C. Gaisford in 1994, when the first nonracial democratic elections were held in South Africa after the end of Apartheid and white minority rule. After being dormant in the 1999 parliamentary elections, the party resurfaced in the April 14, 2004 elections. [1]
Keep It Straight and Simple Party | |
---|---|
![]() | |
Abbreviation | KISS Party |
Leader | Claire C. Gaisford |
Founded | February 1994 |
Headquarters | Heidelberg, Gauteng |
Ideology | Classical liberalism |
Political position | Centre-right |
Website | |
www | |
Electoral Performance
The party has consistently placed very low in elections.
Election | Votes | % | Seats |
---|---|---|---|
2014 | 4,294 | 0.02 | - |
2009 | 5,440 | 0.03 | - |
2004 | 6,514 | 0.04 | - |
1994 | 5,916 | 0.03 | - |
gollark: Yes.
gollark: And yes, this is a hybrid of JS and SQL via template strings, isn't it great?
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
References
- Mungai, Christine (9 December 2014). "KISS, Woodcutters Rally; meet Africa's fringe and eccentric political parties". Mail and Guardian. Retrieved 16 June 2016.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.