Skip to content

Instantly share code, notes, and snippets.

@balintbrews
balintbrews / lubas-index-events.json
Created January 16, 2012 15:18
Lubas Index - event objects in JSON format
{
{
id: "event-uh-lu-ABMA11-71801",
lastEdited: "2012-01-09T21:15:43",
expires: "2012-11-29",
formOfEducation-formOfStudy: "normal",
formOfEducation-paceOfStudy-percentage: "100",
formOfEducation-timeOfStudy: "day",
formOfEducation-instructionLanguages-instructionLanguage: "sv",
startDate-dateExact: "2012-01-16",
@balintbrews
balintbrews / lubas-index-events.yml
Created January 16, 2012 15:11
Lubas Index - event objects in YAML format
4f0c76c85a20c0f620000f9f:
id: [event-uh-lu-ABMA11-71801]
lastEdited: ['2012-01-09T21:15:43']
expires: ['2012-11-29']
formOfEducation-formOfStudy: [normal]
formOfEducation-paceOfStudy-percentage: ['100']
formOfEducation-timeOfStudy: [day]
formOfEducation-instructionLanguages-instructionLanguage: [sv]
startDate-dateExact: ['2012-01-16']
startDate-week: ['201203']
@balintbrews
balintbrews / lubas-index-infos.yml
Created January 16, 2012 14:38
Lubas Index - information objects in YAML format
4f0c76c85a20c0f620000f9e:
id: [info-uh-lu-ABMA11]
lastEdited: ['2012-01-09T21:15:39']
expires: ['2015-11-03']
title:
{
en: 'Archival Science: Physical and Digital Archives',
sv: 'Arkivvetenskap: Fysiska och digitala arkiv'
}
identifier: [ABMA11]
@balintbrews
balintbrews / lubas-index-infos.json
Created January 16, 2012 14:20
Lubas Index - information objects in JSON format
{
{
id: "info-uh-lu-ABMA11",
lastEdited: "2012-01-09T21:15:39",
expires: "2015-11-03",
title: {
en: "Archival Science: Physical and Digital Archives",
sv: "Arkivvetenskap: Fysiska och digitala arkiv"
},
identifier: "ABMA11",
@balintbrews
balintbrews / pltest.module.php
Created December 19, 2011 15:56
Quick test for the plupload module's functionality.
<?php
/**
* @file
* Quick test for the plupload module's functionality.
*/
function pltest_menu() {
$items = array();