About this presentation (inserted post-talk) · About Planet Some history Making a good Planet The...

Post on 26-Jun-2020

1 views 0 download

Transcript of About this presentation (inserted post-talk) · About Planet Some history Making a good Planet The...

About Planet Some history Making a good Planet The software The end

About this presentation (inserted post-talk)

These are the slides for a presentation given by Mary Gardiner atthe Open Source Developers’ Conference in Melbourne Australia inDecember 2006.

The slides were produced by LATEX using the Beamer class,available from http://latex-beamer.sourceforge.net/.Presentation source is available via Bazaar fromhttp://users.puzzling.org/users/mary/bzr/OSDC+2006/

This work is licensed under the Creative CommonsAttribution-ShareAlike 2.5 License. To view a copy of this license,visit http://creativecommons.org/licenses/by-sa/2.5/

About Planet Some history Making a good Planet The software The end

Disclaimers (inserted post-talk)

The Planet symbol used in this talk is actually the web-browser.svgimage from the Tango icon theme, which is available under theCreative Commons Attribution-ShareAlike 2.5 License Agreementfrom http://tango.freedesktop.org/. It isn’t normally usedby the Planet project.

The hackergotchi heads used in this presentation are those of MaryGardiner and Andrew Bennetts with an assortment fromhttp://planet.gnome.org/heads/

All smack about Planet v Venus is pure hyperbole.

About Planet Some history Making a good Planet The software The end

The Planet Feed ReaderBetter Living Through Gravity

Mary Gardinermary@puzzling.org

Open Source Developers’ Conference, 6th December 2006

About Planet Some history Making a good Planet The software The end

Outline

1 About Planet

2 Some history

3 Making a good Planet

4 The software

5 The end

About Planet Some history Making a good Planet The software The end

Planet: a conceptual overview

About Planet Some history Making a good Planet The software The end

Planet: definition 1

Planet proper noun

A piece of software written in Python, which aggregatessyndication feeds and outputs a text document, usually a web page.

Sample usage: “How do I install Planet?” “Why does Planet useso much memory?”

About Planet Some history Making a good Planet The software The end

Planet: definition 2

Planet proper noun

A webpage that has been produced by the Planet software.

Sample usage: “I want to run a Planet.” “I saw that on PlanetDebian.”

About Planet Some history Making a good Planet The software The end

Planets

Screenshot of http://planet.gnome.org/

About Planet Some history Making a good Planet The software The end

Planets

Screenshot of http://planet.debian.org/

About Planet Some history Making a good Planet The software The end

Planets

Screenshot of http://planet.freedesktop.org/

About Planet Some history Making a good Planet The software The end

Hackergotchis

Screenshot of http://planet.gnome.org/heads/

About Planet Some history Making a good Planet The software The end

Hackergotchis

Screenshot of http://en.wikipedia.org/wiki/Hackergotchi

About Planet Some history Making a good Planet The software The end

Speaking of Wikipedia

Screenshot of http://en.wikipedia.org/wiki/Planet aggregator

About Planet Some history Making a good Planet The software The end

Outline

1 About Planet

2 Some history

3 Making a good Planet

4 The software

5 The end

About Planet Some history Making a good Planet The software The end

In the beginning was Advogato

Screenshot of http://www.advogato.org/ circa August 2000

About Planet Some history Making a good Planet The software The end

In the beginning was Advogato

Screenshot of http://www.advogato.org/recentlog.html circa August 2000

About Planet Some history Making a good Planet The software The end

The Dark Ages

About Planet Some history Making a good Planet The software The end

The Dark Ages

Screenshot of http://www.misbehaving.net/ circa 2004

About Planet Some history Making a good Planet The software The end

Dawn of a new era

Screenshot of http://www.gnome.org/∼jdub/planetgnome/ circa August2003

About Planet Some history Making a good Planet The software The end

Hackergotchis: the original and the best

About Planet Some history Making a good Planet The software The end

Outline

1 About Planet

2 Some history

3 Making a good Planet

4 The software

5 The end

About Planet Some history Making a good Planet The software The end

Why?

Community building: who are the people behind the code?

About Planet Some history Making a good Planet The software The end

Why?

We’re all friends here: talking to your peers.

About Planet Some history Making a good Planet The software The end

Guidelines

1 real faces;

2 real names;

3 real kitty photos...

4 but not too many.

About Planet Some history Making a good Planet The software The end

Guidelines

1 real faces;

2 real names;

3 real kitty photos...

4 but not too many.

About Planet Some history Making a good Planet The software The end

End result

1 inter-blog communications; and

2 reflections on project direction.

About Planet Some history Making a good Planet The software The end

Outline

1 About Planet

2 Some history

3 Making a good Planet

4 The software

5 The end

About Planet Some history Making a good Planet The software The end

Configuring Planet

[Planet]name = LinuxChix Livelink = http://live.linuxchix.org/template_files = index.html.tmploutput_dir = /home/vhosts/live.linuxchix.org/

[http://thewronghands.livejournal.com/data/rss/]name = Raven[http://weblog.obso1337.org/wp-rss2.php]name = Celeste Lyn Paulface = http://live.linuxchix.org/heads/celeste.pngfacewidth = 55faceheight = 80

About Planet Some history Making a good Planet The software The end

Templating Planet

<TMPL_IF channel_face><img alt="<TMPL_VAR channel_name>"src="<TMPL_VAR channel_face>"height="<TMPL_VAR channel_faceheight>"width="<TMPL_VAR channel_facewidth>"/></TMPL_IF>

<h3><a href="<TMPL_VAR channel_link">"title="<TMPL_VAR channel_title>"><TMPL_VAR channel_name></a></h3><h3><a href="<TMPL_VAR link>"><TMPL_VAR title></a></h3><TMPL_VAR content>

About Planet Some history Making a good Planet The software The end

Templating Planet

<TMPL_IF channel_face><img alt="<TMPL_VAR channel_name>"src="<TMPL_VAR channel_face>"height="<TMPL_VAR channel_faceheight>"width="<TMPL_VAR channel_facewidth>"/></TMPL_IF>

<h3><a href="<TMPL_VAR channel_link">"title="<TMPL_VAR channel_title>"><TMPL_VAR channel_name></a></h3><h3><a href="<TMPL_VAR link>"><TMPL_VAR title></a></h3><TMPL_VAR content>

About Planet Some history Making a good Planet The software The end

Running Planet

planet.py [config file]

(Use a command scheduler)

About Planet Some history Making a good Planet The software The end

Running Planet

planet.py [config file]

(Use a command scheduler)

About Planet Some history Making a good Planet The software The end

Planet development

Development is coordinated through thedevel@lists.planetplanet.org list.

... so is support.

See http://www.planetplanet.org/ for the mailing lists andBazaar branches.

... except for Venus (more soon)

About Planet Some history Making a good Planet The software The end

Planet development

Development is coordinated through thedevel@lists.planetplanet.org list.

... so is support.

See http://www.planetplanet.org/ for the mailing lists andBazaar branches.

... except for Venus (more soon)

About Planet Some history Making a good Planet The software The end

Planet development

Development is coordinated through thedevel@lists.planetplanet.org list.

... so is support.

See http://www.planetplanet.org/ for the mailing lists andBazaar branches.

... except for Venus (more soon)

About Planet Some history Making a good Planet The software The end

Planet development

Development is coordinated through thedevel@lists.planetplanet.org list.

... so is support.

See http://www.planetplanet.org/ for the mailing lists andBazaar branches.

... except for Venus (more soon)

About Planet Some history Making a good Planet The software The end

Technical details

Planet is:

written in Python;

based on Feed Parser, by Mark Pilgrim and Sam Ruby:http://www.feedparser.org/; and

uses htmltmpl (http://htmltmpl.sourceforge.net/ (orXSLT) for templating.

About Planet Some history Making a good Planet The software The end

Technical challenges

Planet is a pain because:

htmltmpl doesn’t stream (read: memory woes);

the original maintainers ran it on a well equipped machine(read: memory woes);

the original codebase isn’t well tested (read: maintainencewoes);

for a long time it used bsddb (read: crazy woes); and

people keep writing their own feed generators with a variety ofentertaining mistakes, particularly in date stamping (generalwoes of all kinds).

About Planet Some history Making a good Planet The software The end

What’s a little project to do?

?????????????????????????????

About Planet Some history Making a good Planet The software The end

Planet v Venus

Artist’s impression

About Planet Some history Making a good Planet The software The end

Outline

1 About Planet

2 Some history

3 Making a good Planet

4 The software

5 The end

About Planet Some history Making a good Planet The software The end

Planet

Software:

The Planet software is available fromhttp://www.planetplanet.org/1

The Venus branch is athttp://www.intertwingly.net/code/venus/

If you don’t like Bazaar/bzr, hassle us, tarballs and zipfiles area bit intermittant.

Planets of choice:

Planet GNOME: http://planet.gnome.org/

Planet Debian: http://planet.debian.org/

Bonus Planets:

Planet Python: http://planet.python.org/ orhttp://www.planetpython.org/

Planet Perl: http://planet.perl.org/1Don’t call it “Planet Planet”, it upsets Jeff.