Hello. I read the tutorial and I have some suggestions and a question.

TYPOS:
in "Setting up the development environment":
* No download link in "1. Download the project exercises archive (.zip)"

in "Bazaar basics":
* "$ mkdir elisa-plugins/elisa/plugins/apple-trailers" should be "mkdir -p"

in "Running your plugin"
* "The easiest way for other users to try it is that you create and
egg that they have to download to their elisa profile directory
plugins directory." create _an_ egg?

* "$ set PYTHONPATH=elisa-core;elisa-plugins;%PYHTONPATH%" should be
full-path. how about including: on linux "$ export
PYTHONPATH=$PWD/elisa-core:$PWD/elisa-plugins:$PYTHONPATH"

in exercise 4 - The Resource Provider
* "To Do (...)" should be "To do (...)"


QUESTION:
In the tutorial, the location of the setup.py is in the
elisa/plugins/apple-trailers, but in the bazaar repository of the
apple-trailers plugin, the setup.py is in the root directory. So,
where should it be?


2009/1/14 Jesús Corrius <[email protected]>:
> Dear Elisa users,
>
> The Elisa Team is proud to announce the first alpha version of the plugin
> tutorial:
>
> https://elisa.fluendo.com/wiki/Docs/PluginTutorial
>
> This tutorial gives you a "hands-on" introduction to the Elisa Media Center
> framework and the tools you can use to build applications on it. We will
> start with a preconfigured project file for the multiplatform Eclipse
> development environment to develop, step by step, a simple plugin to get the
> movie trailers from the Apple website. This tutorial will give you concrete
> examples of how to set up the project, develop the plugin logic, get the
> external data from Internet, the user interface and of course how to run
> inside Elisa and distribute your plugin so other people can use and enjoy
> it.
>
> This document is work in progress, so any errors, typos, enchantments,
> comments or suggestions are more than appreciated.
>
> Have fun,
>
> --
> Jesús Corrius
> <[email protected]>
>

Reply via email to