From: Dobrica Pavlinusic Date: Mon, 16 Nov 2009 18:59:43 +0000 (+0100) Subject: wrap location in new line using
X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=ea6be537624de0b491c49354ff42a987b7044681;p=HTML5TV.git wrap location in new line using
--- diff --git a/media/cluc2008-emulacija_arh/hCalendar.html b/media/cluc2008-emulacija_arh/hCalendar.html index 8e94bbd..713d7e7 100644 --- a/media/cluc2008-emulacija_arh/hCalendar.html +++ b/media/cluc2008-emulacija_arh/hCalendar.html @@ -1,7 +1,8 @@
Dobrica Pavlinušić: - Emulacija raznih arhitektura s primjerima, + Emulacija raznih arhitektura s primjerima +
DORS/CLUC 2008, FER, 17.04.2008. diff --git a/media/elc2009-Linux_on_Embedded_PowerPC/hCalendar.html b/media/elc2009-Linux_on_Embedded_PowerPC/hCalendar.html index 3a4df63..94a3155 100644 --- a/media/elc2009-Linux_on_Embedded_PowerPC/hCalendar.html +++ b/media/elc2009-Linux_on_Embedded_PowerPC/hCalendar.html @@ -6,6 +6,7 @@ Grant Likely It's Alive! - Linux on Embedded PowerPC porting guide +
ELC, San Francisco "Ubiquity", Monday, April 6 2009 diff --git a/media/elc2009-Linux_on_FPGA/hCalendar.html b/media/elc2009-Linux_on_FPGA/hCalendar.html index 6e70714..c315e9d 100644 --- a/media/elc2009-Linux_on_FPGA/hCalendar.html +++ b/media/elc2009-Linux_on_FPGA/hCalendar.html @@ -6,6 +6,7 @@ Dr John Williams Embedded Linux on FPGAs for fun and profit +
ELC, San Francisco "Ubiquity", Monday, April 6 2009 diff --git a/media/fosdem2009-Debian_on_inexpensive_NAS_devices/hCalendar.html b/media/fosdem2009-Debian_on_inexpensive_NAS_devices/hCalendar.html index 4c35f69..c79bfc5 100644 --- a/media/fosdem2009-Debian_on_inexpensive_NAS_devices/hCalendar.html +++ b/media/fosdem2009-Debian_on_inexpensive_NAS_devices/hCalendar.html @@ -6,6 +6,7 @@ Running Debian on Inexpensive Network Storage Devices +
FOSDEM, Brussels, Belgium, Saturday 2009-02-07 diff --git a/media/goog-go/hCalendar.html b/media/goog-go/hCalendar.html index db82313..fa1e366 100644 --- a/media/goog-go/hCalendar.html +++ b/media/goog-go/hCalendar.html @@ -6,6 +6,7 @@ Rob Pike What is Go? +
Google, October 30, 2009
diff --git a/media/kca2009-ZFS_the_next_word/hCalendar.html b/media/kca2009-ZFS_the_next_word/hCalendar.html index ffd5248..e7ceef9 100644 --- a/media/kca2009-ZFS_the_next_word/hCalendar.html +++ b/media/kca2009-ZFS_the_next_word/hCalendar.html @@ -6,6 +6,7 @@ ZFS - The Next Word... +
Kernel Conference Australia 2009, Brisbane, Australia, Wednesday 15th July 2009 diff --git a/media/lca2009-Use_the_Fork_Luke/hCalendar.html b/media/lca2009-Use_the_Fork_Luke/hCalendar.html index ee85ed8..21a3b0e 100644 --- a/media/lca2009-Use_the_Fork_Luke/hCalendar.html +++ b/media/lca2009-Use_the_Fork_Luke/hCalendar.html @@ -6,6 +6,7 @@ Brian Aker Use the Fork Luke! +
linux.conf.au, , Wednesday, 21st January 2009 diff --git a/media/lpc2009-Network_namespaces/hCalendar.html b/media/lpc2009-Network_namespaces/hCalendar.html index af25c05..cc4c218 100644 --- a/media/lpc2009-Network_namespaces/hCalendar.html +++ b/media/lpc2009-Network_namespaces/hCalendar.html @@ -4,7 +4,7 @@ Why network namespace sucks and how to make it suck faster -
+
Linux Plumbers Conference, Portland, OR, Wednesday, September 23, 2009 from 10:30 – 10:55am @@ -12,14 +12,14 @@ The talk outlines various ways of establishing a networking communication between a network namespace (a container) and the outer world, compares their performance and features. -
+

Each namespace implements its own isolated network stack. Network packets comes to a network stack from network device. Five different device types that can be used as a packets sources for containers are demonstrated. Their properties (mostly performance and maintainability) and features are compared. -
+

In addition, one more device type is described — the one that is currently only implemented in the OpenVZ containers. Its pros and cons, and ways it can be implemented in the mainline kernel are discussed. diff --git a/media/lpc2009-Storage_API_QEMU_KVM/hCalendar.html b/media/lpc2009-Storage_API_QEMU_KVM/hCalendar.html index 189a266..fc36e65 100644 --- a/media/lpc2009-Storage_API_QEMU_KVM/hCalendar.html +++ b/media/lpc2009-Storage_API_QEMU_KVM/hCalendar.html @@ -4,19 +4,19 @@ Evaluating Linux storage APIs for use in QEMU/KVM -
+
Linux Plumbers Conference, Portland, OR, Wednesday, September 23, 2009 from 10:30 – 10:55am

KVM is a Linux kernel module that exposes hardware virtualization support to userspace. QEMU is a full system simulator that runs as a user space process and emulates/virtualizes many types of machines including a standard PC. Together, KVM and QEMU enable Linux to act as a hypervisor. -
+

As a hypervisor, I/O performance is a weak area today in Linux. Since all I/O for guests are generated from QEMU, we are largely limited by the I/O interfaces provided by the Linux kernel to userspace. The current set of storage I/O interfaces have proven to not map well to QEMU’s requirements. -
+

This talk will cover how we are currently using the storage I/O interfaces provided by Linux. It will focus on the mechanisms to generate multiple asynchonrous, scatter/gather I/O requests to buffered and non-buffered files along with physical devices. It will also cover topics like request tagging and barriers. -
+

The goal of the talk will be to generate discussion about proposed future interfaces (syslets, acalls, etc.) and to discuss whether current interfaces like linux-aio are at all salvagable. -
+

Virtualization is perhaps one of the more demanding userspace I/O workloads available so it serves as a particularly good canary in evaluating future I/O interfaces.

diff --git a/media/lpc2009-Using_IMA/hCalendar.html b/media/lpc2009-Using_IMA/hCalendar.html index 8b16a7d..fc8e5e4 100644 --- a/media/lpc2009-Using_IMA/hCalendar.html +++ b/media/lpc2009-Using_IMA/hCalendar.html @@ -6,13 +6,13 @@ David Safford Using IMA for Integrity Measurement and Attestation -
+
Linux Plumbers Conference, Portland, OR, Thursday, September 24, 2009 from 11:35am – Noon
Linux 2.6.30 includes the Integrity Measurement Architecture (IMA) system, which measures (hashes) files before they are accessed, and which can use a TPM for hardware signed attestation for centralized management of client integrity. -
+

This talk will cover configuration and use of 2.6.30’s new Integrity Measurement Architecture (IMA). It will discuss IMA measurement policies, use and configuration of a hardware TPM for report signature and validation, and how to generate and use Trusted Computing Group standard formats and protocols for network admission and health-check. The talk will include demonstration of open source applications and libraries for these capabilities.

diff --git a/media/lpc2009-Video_API_Deathmatch/hCalendar.html b/media/lpc2009-Video_API_Deathmatch/hCalendar.html index f88b7ee..6a2b91c 100644 --- a/media/lpc2009-Video_API_Deathmatch/hCalendar.html +++ b/media/lpc2009-Video_API_Deathmatch/hCalendar.html @@ -2,6 +2,7 @@
Jonathan Bian Video API Deathmatch: VDPAU vs. VAAPI +
Linux Plumbers Conference, Portland, OR, Friday, September 25, 2009 from 1:30 – 2:15pm in Salon E diff --git a/media/olf2009-Developing_for_non-x86_targets_using_QEMU/hCalendar.html b/media/olf2009-Developing_for_non-x86_targets_using_QEMU/hCalendar.html index 5ceca69..15d2e85 100644 --- a/media/olf2009-Developing_for_non-x86_targets_using_QEMU/hCalendar.html +++ b/media/olf2009-Developing_for_non-x86_targets_using_QEMU/hCalendar.html @@ -6,6 +6,7 @@ Developing for non-x86 targets using QEMU +
Ohio LinuxFest, Columbus, Ohio Saturday September 26 2009 diff --git a/media/sf2009-oslobodimo_hardware/hCalendar.html b/media/sf2009-oslobodimo_hardware/hCalendar.html index 6b62204..97e3a07 100644 --- a/media/sf2009-oslobodimo_hardware/hCalendar.html +++ b/media/sf2009-oslobodimo_hardware/hCalendar.html @@ -2,6 +2,7 @@
Dobrica Pavlinušić: Oslobodimo hardware – sve što ste željeli znati o RFID-u a niste se usudili pitati +
Slobodni festival 3, Čakovec, 4. srpnja 2009. diff --git a/media/wsdm09-Jeff_Dean/hCalendar.html b/media/wsdm09-Jeff_Dean/hCalendar.html index 686654f..23d0417 100644 --- a/media/wsdm09-Jeff_Dean/hCalendar.html +++ b/media/wsdm09-Jeff_Dean/hCalendar.html @@ -6,6 +6,7 @@ Jeffrey Dean Challenges in Building Large-Scale Information Retrieval Systems +
Second ACM International Conference on Web Search and Data Mining, Barcelona Wed Nov. 19th 2008 diff --git a/media/yuit-events/hCalendar.html b/media/yuit-events/hCalendar.html index 05b4062..e1897dd 100644 --- a/media/yuit-events/hCalendar.html +++ b/media/yuit-events/hCalendar.html @@ -6,6 +6,7 @@ Luke Smith Events Evolved +
YUI Theater, Yahoo! HQ, Sunnyvalle, CA Wednesday, October 28 diff --git a/media/yuit-resig-dom/hCalendar.html b/media/yuit-resig-dom/hCalendar.html index 32784bd..e3598fb 100644 --- a/media/yuit-resig-dom/hCalendar.html +++ b/media/yuit-resig-dom/hCalendar.html @@ -6,6 +6,7 @@ John Resig The DOM Is a Mess +
YUI Theater, Yahoo! HQ, Sunnyvalle, CA January 29, 2009