OurStoriesXML: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 15: Line 15:


== Fields ==
== Fields ==

== Versioning ==
=== version 0.1 - 10/29/2007 ===
* Initial attempt to define a XML style meta-data mark-up language.
* Fields available: date, oggfile, title as attributes of a story

Revision as of 01:11, 1 November 2007


About

This page documents the mark-up language used to keep meta data for interviews recorded by the Our_Stories activity.

Quick Example

<?xml version="1.0" ?>
<ourstories version="0.1">
  <story date="2007-10-29 07:13:04" 
         oggfile="/home/olpc/ourstories/story_filename.ogg" 
         title="story_title"/>
</ourstories>


Fields

Versioning

version 0.1 - 10/29/2007

  • Initial attempt to define a XML style meta-data mark-up language.
  • Fields available: date, oggfile, title as attributes of a story