Creating a collection: Difference between revisions

From OLPC
Jump to navigation Jump to search
 
(126 intermediate revisions by 22 users not shown)
Line 1: Line 1:
{{Translations}}
{{Translations}}
== Overview ==
The [[Library|OLPC Library]] is the set of content and materials (outside of the core OS and [[Activities]]) that ships with the XO laptops and school servers. In order to add your content to this repository, you must create a self-contained [[OLPC_Human_Interface_Guidelines/Activities/Activity_Bundles|bundle]] for your content. This page is a proposed spec for such a bundle, providing the information you need to select, format, and package a content bundle.


If you would like to package a collection of mostly-static content for use on the XO, follow the instructions below to create a collection (sometimes called a library or content bundle). When you're done, you can add your new bundle to the [[Collections]] page so that it can be viewed and downloaded by children worldwide.
Note: These instructions explain how to package ''browsable content'' for the OLPC library. Materials in a content bundle that need to be run by an Activity other than Browse will have to have a mime-type registered with the Browse activity so they can launch from there. [[Activities]] may be part of content packages for the library as well, for instance as sample code to be read; for more information, skip down to the [[Creating_a_content_bundle#FAQ|FAQ]].
Upon installation it will appear in the [[Library]].


If you'd like to help out by creating collections but are unsure of where to begin, see the list of [[User:ZdenekBroz/NewBundle|new bundle ideas]].
Content bundles unpack into a directory under /home/olpc/Library.


==Selecting Content==
== Overview ==
The [[Library|OLPC Library]] is the set of content and materials (outside of the core OS and [[Activities]]) that ships on the XO laptop and/or school server (the exact set of content shipped with the laptop is usually determined by the organization distributing the laptops within a specific country). In order to make your content available to OLPC projects worldwide, you must create a self-contained [[OLPC Human Interface Guidelines/Activities/Activity Bundles|bundle]] for your content. This page describes the process of creating such a bundle, providing the information you need to select, format, and package a collection.
The first step to creating your content bundle is to determine what content should be included. In some cases, this is easy: everything! In other cases, however, there are additional considerations:


Note: These instructions explain how to package ''browsable content'' for the OLPC library. Materials in a collection that need to be run by an [[Activity]] other than [[Browse]] will have to have a mime-type registered with the [[Browse]] activity so they can launch from there. [[Activities]] may be part of content packages for the library as well, for instance as sample code to be read. For more information on packaging source code, as well as other questions you may have, skip down to the [[#FAQ]].
'''Size'''


Collections currently unpack into a directory under <tt>/home/olpc/Library</tt>. Future improvements to the current bundle format are intended to allow a single bundle to contain both an activity and a collection (including, for instance, default help/readme materials).
How big is your collection? If the size of your entire collection is between 5-20MB, you're all set. Otherwise, you'll need to make '''two''' bundles-- one bundle of 5-20MB for use on individual laptops, and a second bundle of unlimited (but reasonable) size for inclusion on each school's library server.


'''If you plan to host your own bundles, please note the [[#bundle hosting]] guidelines.''
'''Quality'''


== Feedback ==
Does your collection have a rating system in place? If so, consider including only top-rated material in your content bundle. Otherwise, think about "curating" a selection of high quality material to be included in your bundle (or bundles).


As you create your bundle, please note any puzzles or problems you encounter, as well as any thoughts for improvement that you might have. You can leave feedback on the [[Talk:Creating a collection]] page.
'''Relevance'''


==Selecting content==
Is your entire collection relevant to children? If so, terrific! If not, consider including only material that will help children learn, explore, and expand their worlds.
The first step to creating your collection is to determine what content should be included. In some cases, this is easy: everything! In other cases, there are additional considerations:


; Size : How big is your collection? Keep in mind the limited disk space available on the XO. You may wish to bundle only a subset of your content, perhaps figuring out a way to make the content available entirity on the school server.
'''Language issues'''


:Note: The XO-1's filesystem invisibly compresses files to save space, so you may be using less disk space than you think. Text files are compressed about 50%. Other file formats are basically unchanged. If you are curious, there are (somewhat difficult to apply) instructions in [[JFFS2]] to measure likely disk usage.
Does your collection contain material in multiple languages? We hope it does! To the greatest extent possible, please give preference to materials that exist in multiple languages, or that can be easily translated by our [[localization]] team.


; Quality : Does your collection have a rating system in place? If so, consider including only top-rated material in your collection. Otherwise, think about "curating" a selection of high quality material to be included in your bundle (or bundles).
'''Licensing issues'''


; Relevance : Is your entire collection relevant to children? If so, terrific! If not, consider including only material that will help children learn, explore, and expand their worlds.
What kind of copyright exists on the material in your collection? Do you have legal permission to archive and distribute it? Please be sure to review the licensing terms of your collection. For guidance on licensing, see: http://creativecommons.org/about/licenses/.


; Language issues : Does your collection contain material in multiple languages? We hope it does! To the greatest extent possible, please give preference to materials that exist in multiple languages, or that can be easily translated by our [[localization]] team.
==Formatting Content==
:''Add explanatory info about the browser...''


; Licensing issues : What kind of copyright exists on the material in your collection? Do you have legal permission to archive and distribute it? Please be sure to review the licensing terms of your collection. For guidance on licensing, see [[licenses]].
Once you've determined the material you'd like to include in your content bundle (or, again, bundles-- since in many cases, you'll have to make two), you'll need to format it for use on the XO.


===File Formatting===
==Formatting content==
Once you've determined the material you'd like to include in your collection, you'll need to format it for use on the XO.


===File formats===
The first step of this process is to make sure that your collection is formatted in a file format that is supported by the library. (Other file formats may be supported on the XO, but not within the library). The following is a list of file formats supported by the library:


The first step of this process is to make sure that all of the content you plan to include is accessible from a HTML index page, or a series of linked HTML pages. '''HTML is currently the only format directly supported by the library''', but you can then include hyperlinks to files of any format supported by the activities present on the XO. When clicked, the content will be presented as a download, copied into the journal, then opened in the appropriate activity.
'''Text'''
* <tt>.txt</tt>, <tt>.doc</tt>, <tt>.abw</tt> - These formats can be read by AbiWord and will launch it from the browser. AbiWord will write <tt>.abw</tt> files.
* <tt>.pdf</tt> - This can be ready by xbook, which launches automatically from the browser when following a link to a pdf.


'''Multimedia document with layout'''
* <tt>.html</tt> - Parsed by the browser. Source will soon be viewable.
* <tt>.pdf</tt> - Read by xbook.


For example, for a simple content bundle including 5 PDF files, you would have to additionally write a HTML index page, providing hyperlinks and descriptions of the 5 PDF files that make up the bundle.
'''Formatted text'''
* <tt>.xml</tt>, <tt>.rss</tt> - Read by the browser and by penguinTV (as feeds).


===Visual formatting===
'''Images'''
* <tt>.jpeg</tt>, <tt>.gif</tt>, <tt>.png</tt> - These can be viewed by many applications, including the browser.
* <tt>.svg</tt> - 99% supported.


The second step of the formatting process is to make sure that your collection displays correctly on the XO. The small screen can sometimes lead to unexpected formatting and display issues. Also test it with the screen rotated and in e-book mode (with the screen rotated and lowered).
'''Music'''
* <tt>.csound</tt> - This will be playable by TamTam... currently its XO build doesn't provide a way to save or load sound files, however.
* <tt>.ogg</tt> - See other common audio formats below; can be played by Helix or Gstreamer, not part of the current build.
* <tt>.mp3</tt>, <tt>.wav</tt> - These can be played by Helix or Gstreamer, standalone or as a browser plugin, when they are installed.
* <tt>.rm</tt>, <tt>.ra</tt> - This can be played by the Helix plugin when installed with a RealAudio codec.
*: ''Currently, audio files selected in the browser will launch a player if it is present.''


The easiest way to test the visual display of your material is to view it on an XO. If you don't have access to an XO &mdash; or to another person who has one &mdash; you can install and run the Sugar emulator on your computer. [[Emulating the XO]] has installation instructions.
'''Video'''
* <tt>.ogg</tt> - Can be played by Helix or Gstreamer, standalone or as a plugin. These activities aren't in the current build, but there is a good [[Helix Media Activity|Helix activity]] that you can download in a few steps. To play video, please download this activity along with some videos (see for instance [http://dev.laptop.org/pub/content/Library/media/PL_10_20_019w.mov this video]).
* <tt>.mpeg</tt>, <tt>.mov</tt>, <tt>.wmv</tt>, <tt>.rm</tt> - See above.


==Packaging content==
'''Helix'''
* The [[Helix Media Activity]] has more information about media activity


Once you've selected and formatted your content, the last thing to do is to package it as a bundle.
'''Python'''
* The [[Develop]] activity will provide one way to view python files; the 'view source key' another.


=== Bundle structure ===
'''Javascript'''
* This will viewable the same way page source can be viewed through the browser.


A collection or library bundle is a directory compressed as a <tt>.zip</tt> file renamed to end in <tt>.xol</tt>. (.xo and .xol formats are planned to merge, in which case a collection in a bundle will be identified by the "library" subdirectory and its "library.info" file.)
'''Etoys projects'''
* <tt>.pr</tt> files automatically launch etoys from the browser.


Each bundle must contain a single top-level directory which has the same name as the bundle (minus the <tt>".xol"</tt> extension). All other files in the bundle ''must'' be within this directory. The top-level directory must also contain a subdirectory called <tt>library</tt> that contains certain configuration files.
If you have a question about a file format that is not listed above, ask it on the [[Talk:Creating_a_content_bundle&action=edit|talk page]].


Here is an example of a library bundle for a collection called "dictionary.xol":
===Visual Formatting===
The second step of the formatting process is to make sure that your collection displays correctly on the XO. (The small screen can sometimes lead to unexpected formatting and display issues).


dictionary/
The easiest way to test the visual display of your material is to view it on an XO. If you don't have access to an XO-- or to another person who has one-- you can install and run the Sugar emulator on your computer. [[Emulating the XO]] has installation instructions.
A/
aardvark.html
abacus.html
acacia.html
...
B/
balloon.html
...
C/
...
library/
library.info
library-dictionary.jpg
contents
contents.sig
index.html


; '''<tt>dictionary/</tt>''' : The top-level directory, which has the same name as the bundle itself (minus the <tt>".xol"</tt> extension).
==Packaging Content==


; '''<tt>library/</tt>''' : This directory contains all the metadata associated with the collection. It includes several configuration files which are discussed below in [[Creating_a_collection#Configuration_Files|configuration files]].
Once you've selected and formatted your content, the last thing to do is to package it as a bundle.


; '''<tt>index.html</tt>''': This is the top-level navigation page for the collection. The <tt>index.html</tt> page is the page that is displayed in the main frame of the reader when a child selects the collection from the library sidebar.
=== Bundle Structure ===


=== Configuration files ===
[[Image:stories-index.jpg|thumb|Sample <tt>index.html</tt> file: Stories. This index page uses the default <tt>library.css</tt> file. [http://dev.laptop.org/pub/content/library/literature/index.html Source]]]


The "<tt>library</tt>" directory contains all the metadata associated with the collection. It includes the following files:
[[Image:booklist-index.jpg|thumb|Sample <tt>index.html</tt> file: International Children's Digital Library. This index page uses its own css files. [http://dev.laptop.org/pub/content/library/icdl/index.html Source]]]


; <tt>library.info</tt> : The <tt>library.info</tt> file is a text file that follows a key/value pair format. It contains information about the source, version, language, and subject of the collection (among other things). [[Sample library.info file]] is an example and more-or-less the definitive documentation of this format, with information about required and optional entries.
A content bundle is a directory compressed as a <tt>.zip</tt> file, renamed to end in <tt>.xol</tt>. Each content bundle must contain an index page called <tt>index.html</tt>, as well as a subdirectory called <tt>library</tt> that contains certain configuration files. Here is an example of a content bundle for a collection called "Dictionary":


: You can use [http://crank.laptop.org/~lauren/libraryInfo/ this web form] to create a library.info file for your bundle.
Dictionary.xol/
dictionary/
A/
aardvark.html
abacus.html
acacia.html
B/
balloon.html
C/
...
library/
library.info
library-dictionary.svg
library.xml
library.css
icons/
index.html


=== Localization ===
; '''<tt>dictionary/</tt>''' : This is the "content" directory. It contains the content of the collection. The directory should have the same name as the collection's <tt>.xol</tt> file, except in lower case (and without the ".xol"). As you can see from the example above, the content directory can have any number of subdirectories.


Collections tend to rely much more heavily on text than code, and often the right way to localize something fully is to make a separate bundle for each language (even for some of the activity bundles that now have twenty localizations, the bulk of their size is taken up by their locale materials).
; '''<tt>library/</tt>''' : This directory contains all the metadata associated with the collection. It includes several configuration files which are discussed below in [[Creating_a_content_bundle#Configuration_Files|configuration files]].


Currently, we do not offer tools for any other option. Simply indicate the language(s) of your collection in the <tt>locale</tt> field of the [[Sample library.info file|library.info file]].
; '''<tt>index.html</tt>''' (optional) : This is the top-level navigation page for the collection. The <tt>index.html</tt> page is the page that is displayed in the main frame of the reader when a child selects the collection from the library sidebar. If <tt>library.xml</tt> is present, the index page is automatically generated from that file. Otherwise, a static <tt>index.html</tt> page must be provided.


== Packaging a collection ==
: At right are two examples of <tt>index.html</tt> pages. The first is a standard index page auto-generated from a <tt>library.xml</tt> file using the default library style sheet. The second is an index page adapted from a pre-existing digital collection that uses its own organization scheme and style sheets. For additional examples of index pages, visit the online version of the [http://dev.laptop.org/pub/content/library/ OLPC Library]. For information about various configurations of index pages, xml files, and style sheets, keep on reading!


=== Step by step ===
: ''Note: XML automation is not yet in place, so for now, content bundles MUST provide a static index.html page.


# Make sure that no top-level directories in your content are named <tt>library/</tt>.
=== Configuration Files ===
# Make a directory for your content, with the name you want to give your collection. (Let's call it <tt>omnium/</tt> for the sake of example.)

# Copy your content files (with any folder structure you like) into <tt>omnium/</tt>.
The "<tt>library</tt>" directory contains all the metadata associated with the collection. It includes the following files:
# Within <tt>omnium/</tt>, make a second directory called <tt>library/</tt>.
# Within <tt>library/</tt>, create a text file called <tt>library.info</tt> and give it content as in the [[sample library.info file]].
# Create a text file <tt>index.html</tt> in <tt>omnium/</tt>.
# In <tt>index.html</tt>, write html code providing links to all your content items.
# Zip up <tt>omnium/</tt>, with all its subdirectories into a <tt>.zip</tt> file with the same name as your bundle (eg <tt>omnium.zip</tt>).
# Rename the zip file as a <tt>.xol</tt> file (e.g. <tt>omnium.xol</tt>).


Voila! The <tt>.xol</tt> file is your collection's library bundle.
; '''<tt>library.info</tt>''' : The <tt>library.info</tt> file is a text file that follows a key/value pair format. It contains information about the source, version, language, and subject of the collection (among other things). An example <tt>library.info</tt> file, with explanatory information, is [[sample library.info file|here]].


== Bundle hosting ==
; '''<tt>library-dictionary.svg</tt>''' : This is the icon that represents the collection in the library navigation sidebar. The icon should have the same name as the collection's <tt>.xol</tt> file, except with <tt>library-</tt> at the front. The icon can be in any number of supported file formats, including SVG, JPEG, PNG, and GIF. See [[Choosing image formats]] for more information.
To host your own bundles, you must tell your web server about the bundle mime types Sugar expects. You need to add the following to your web-server configuration (<tt>/etc/apache/mime.types</tt>, or <tt>/etc/mime.types</tt> on Ubuntu systems):


application/vnd.olpc-sugar xo
:''Note: This may not need to exist, since icons appear at the category level, not the level of individual collections.
application/vnd.olpc-content xol


If you want to host your bundles elsewhere, you are welcome to upload them to this [[wiki]] or to <tt>dev.laptop.org</tt> (you can [[requesting an account|request an account] there if you need shell access), which will set the mime-type properly when they are later downloaded.
; '''<tt>library.xml</tt>''' (optional) : If you choose not to provide a customized <tt>index.html</tt> page for your collection, you must provide this file. An example <tt>library.xml</tt> file, with explanatory information is [[sample library.xml file|here]].


== FAQ ==
; '''<tt>library.css</tt>''' (optional) : If you decide not to provide a customized <tt>index.html</tt> page for your collection, but would still like to customize the look and feel of your collection, you can include this style sheet in your content bundle. The default style sheet, with information about customizable classes and IDs, is [[sample library.css file|here]]. (If you do not provide your own style sheet, the default values will be used).


==== Can I repackage an activity as a library bundle? ====
; '''<tt>icons/</tt>''' (optional) : The default layout for a library collection includes space for an icon to represent each item. Should you choose to include these icons, they should go in this folder. Icons can be in any number of supported file formats, including SVG, JPEG, PNG, and GIF. See [[Choosing image formats]] for more information.


Yes -- but only for the purposes of providing navigation through the elements of the activity, as opposed to actually executing it.
=== Language and Localization ===


To package your activity as a library bundle, you just need to add the <tt>index.html</tt> page and the <tt>library</tt> directory (including relevant configuration files) to your existing activity bundle. Then, rename it as a <tt>.xol</tt> file, and you should be all set. If you are modifying a bundle on an XO, you will also need to move it from /home/olpc/Activities to /home/olpc/Library . As mentioned above, there are plans to merge the xo and xol formats, so that no repackaging is needed for a bundle to be interpreted in both ways.
''At this point, each collection must be in a single language. Library localization is still in development.''


==== How do you open an XOL file?====
=== Packaging Instructions ===
An XOL file is a zip file with .xol extension instead of .zip. You can extract the contents using any unzip utility. If you want to install a content bundle, you do it just like any other activity. Download it with the browser, then resume it from the Journal. The new bundle will show up the next time you open the Browse Activity or if you refresh the browser's homepage.


====How do you uninstall a collection?====
Here is a step-by-step guide to packaging your content bundle.
See [[Collections#Removing a collection]].
# To
# be
# filled
# in...


====How do I upload my collection to this wiki, and host it here?====
=== FAQ ===
You can upload it by clicking "Upload file" in the left margin, and entering the filename and description on the page that comes up. Then, after you hit the upload button, it'll be hosted on the OLPC Wiki. Then, to get it into the index of Collections, you can edit that page by hand as well. (you can also try using [[OLPC:Semantic Mediawiki|Semantic Mediawiki]] to add your entry to the table.)


== See also ==
'''Can I package an activity as a content bundle?'''
* [[Creating an activity]]
* [http://sugarlabs.org/go/Activities/InfoSlicer InfoSlicer] is a tool to create a collection from content on the Internet.


[[Category:Content]]
Yes! Content bundles are designed to coexist with activity bundles. To package your activity as a content bundle, you just need to add the <tt>index.html</tt> page and the <tt>library</tt> directory (including relevant configuration files) to your existing activity bundle. Then, rename it as a <tt>.xol</tt> file and you should be all set.
[[Category:File formats]]
[[Category:HowTo]]

Latest revision as of 22:01, 29 June 2011

  english | français日本語한국어 HowTo [ID# 257545]  +/-  


If you would like to package a collection of mostly-static content for use on the XO, follow the instructions below to create a collection (sometimes called a library or content bundle). When you're done, you can add your new bundle to the Collections page so that it can be viewed and downloaded by children worldwide. Upon installation it will appear in the Library.

If you'd like to help out by creating collections but are unsure of where to begin, see the list of new bundle ideas.

Overview

The OLPC Library is the set of content and materials (outside of the core OS and Activities) that ships on the XO laptop and/or school server (the exact set of content shipped with the laptop is usually determined by the organization distributing the laptops within a specific country). In order to make your content available to OLPC projects worldwide, you must create a self-contained bundle for your content. This page describes the process of creating such a bundle, providing the information you need to select, format, and package a collection.

Note: These instructions explain how to package browsable content for the OLPC library. Materials in a collection that need to be run by an Activity other than Browse will have to have a mime-type registered with the Browse activity so they can launch from there. Activities may be part of content packages for the library as well, for instance as sample code to be read. For more information on packaging source code, as well as other questions you may have, skip down to the #FAQ.

Collections currently unpack into a directory under /home/olpc/Library. Future improvements to the current bundle format are intended to allow a single bundle to contain both an activity and a collection (including, for instance, default help/readme materials).

'If you plan to host your own bundles, please note the #bundle hosting guidelines.

Feedback

As you create your bundle, please note any puzzles or problems you encounter, as well as any thoughts for improvement that you might have. You can leave feedback on the Talk:Creating a collection page.

Selecting content

The first step to creating your collection is to determine what content should be included. In some cases, this is easy: everything! In other cases, there are additional considerations:

Size
How big is your collection? Keep in mind the limited disk space available on the XO. You may wish to bundle only a subset of your content, perhaps figuring out a way to make the content available entirity on the school server.
Note: The XO-1's filesystem invisibly compresses files to save space, so you may be using less disk space than you think. Text files are compressed about 50%. Other file formats are basically unchanged. If you are curious, there are (somewhat difficult to apply) instructions in JFFS2 to measure likely disk usage.
Quality
Does your collection have a rating system in place? If so, consider including only top-rated material in your collection. Otherwise, think about "curating" a selection of high quality material to be included in your bundle (or bundles).
Relevance
Is your entire collection relevant to children? If so, terrific! If not, consider including only material that will help children learn, explore, and expand their worlds.
Language issues
Does your collection contain material in multiple languages? We hope it does! To the greatest extent possible, please give preference to materials that exist in multiple languages, or that can be easily translated by our localization team.
Licensing issues
What kind of copyright exists on the material in your collection? Do you have legal permission to archive and distribute it? Please be sure to review the licensing terms of your collection. For guidance on licensing, see licenses.

Formatting content

Once you've determined the material you'd like to include in your collection, you'll need to format it for use on the XO.

File formats

The first step of this process is to make sure that all of the content you plan to include is accessible from a HTML index page, or a series of linked HTML pages. HTML is currently the only format directly supported by the library, but you can then include hyperlinks to files of any format supported by the activities present on the XO. When clicked, the content will be presented as a download, copied into the journal, then opened in the appropriate activity.


For example, for a simple content bundle including 5 PDF files, you would have to additionally write a HTML index page, providing hyperlinks and descriptions of the 5 PDF files that make up the bundle.

Visual formatting

The second step of the formatting process is to make sure that your collection displays correctly on the XO. The small screen can sometimes lead to unexpected formatting and display issues. Also test it with the screen rotated and in e-book mode (with the screen rotated and lowered).

The easiest way to test the visual display of your material is to view it on an XO. If you don't have access to an XO — or to another person who has one — you can install and run the Sugar emulator on your computer. Emulating the XO has installation instructions.

Packaging content

Once you've selected and formatted your content, the last thing to do is to package it as a bundle.

Bundle structure

A collection or library bundle is a directory compressed as a .zip file renamed to end in .xol. (.xo and .xol formats are planned to merge, in which case a collection in a bundle will be identified by the "library" subdirectory and its "library.info" file.)

Each bundle must contain a single top-level directory which has the same name as the bundle (minus the ".xol" extension). All other files in the bundle must be within this directory. The top-level directory must also contain a subdirectory called library that contains certain configuration files.

Here is an example of a library bundle for a collection called "dictionary.xol":

dictionary/
    A/
        aardvark.html
        abacus.html
        acacia.html
        ...
    B/
        balloon.html
        ...
    C/
    ...
    library/
        library.info
        library-dictionary.jpg
        contents
        contents.sig
    index.html
dictionary/
The top-level directory, which has the same name as the bundle itself (minus the ".xol" extension).
library/
This directory contains all the metadata associated with the collection. It includes several configuration files which are discussed below in configuration files.
index.html
This is the top-level navigation page for the collection. The index.html page is the page that is displayed in the main frame of the reader when a child selects the collection from the library sidebar.

Configuration files

The "library" directory contains all the metadata associated with the collection. It includes the following files:

library.info
The library.info file is a text file that follows a key/value pair format. It contains information about the source, version, language, and subject of the collection (among other things). Sample library.info file is an example and more-or-less the definitive documentation of this format, with information about required and optional entries.
You can use this web form to create a library.info file for your bundle.

Localization

Collections tend to rely much more heavily on text than code, and often the right way to localize something fully is to make a separate bundle for each language (even for some of the activity bundles that now have twenty localizations, the bulk of their size is taken up by their locale materials).

Currently, we do not offer tools for any other option. Simply indicate the language(s) of your collection in the locale field of the library.info file.

Packaging a collection

Step by step

  1. Make sure that no top-level directories in your content are named library/.
  2. Make a directory for your content, with the name you want to give your collection. (Let's call it omnium/ for the sake of example.)
  3. Copy your content files (with any folder structure you like) into omnium/.
  4. Within omnium/, make a second directory called library/.
  5. Within library/, create a text file called library.info and give it content as in the sample library.info file.
  6. Create a text file index.html in omnium/.
  7. In index.html, write html code providing links to all your content items.
  8. Zip up omnium/, with all its subdirectories into a .zip file with the same name as your bundle (eg omnium.zip).
  9. Rename the zip file as a .xol file (e.g. omnium.xol).

Voila! The .xol file is your collection's library bundle.

Bundle hosting

To host your own bundles, you must tell your web server about the bundle mime types Sugar expects. You need to add the following to your web-server configuration (/etc/apache/mime.types, or /etc/mime.types on Ubuntu systems):

 application/vnd.olpc-sugar      xo
 application/vnd.olpc-content    xol

If you want to host your bundles elsewhere, you are welcome to upload them to this wiki or to dev.laptop.org (you can [[requesting an account|request an account] there if you need shell access), which will set the mime-type properly when they are later downloaded.

FAQ

Can I repackage an activity as a library bundle?

Yes -- but only for the purposes of providing navigation through the elements of the activity, as opposed to actually executing it.

To package your activity as a library bundle, you just need to add the index.html page and the library directory (including relevant configuration files) to your existing activity bundle. Then, rename it as a .xol file, and you should be all set. If you are modifying a bundle on an XO, you will also need to move it from /home/olpc/Activities to /home/olpc/Library . As mentioned above, there are plans to merge the xo and xol formats, so that no repackaging is needed for a bundle to be interpreted in both ways.

How do you open an XOL file?

An XOL file is a zip file with .xol extension instead of .zip. You can extract the contents using any unzip utility. If you want to install a content bundle, you do it just like any other activity. Download it with the browser, then resume it from the Journal. The new bundle will show up the next time you open the Browse Activity or if you refresh the browser's homepage.

How do you uninstall a collection?

See Collections#Removing a collection.

How do I upload my collection to this wiki, and host it here?

You can upload it by clicking "Upload file" in the left margin, and entering the filename and description on the page that comes up. Then, after you hit the upload button, it'll be hosted on the OLPC Wiki. Then, to get it into the index of Collections, you can edit that page by hand as well. (you can also try using Semantic Mediawiki to add your entry to the table.)

See also