Full of lovely web standards information and a large helping of PHP

Public Bazaar Repository

1 year, 3 months ago

I've just finished setting up a public Bazaar repository for the various libraries and snippets of code I distribute on this site.

What's Bazaar?

It's a distributed version control system written in Python which is really simple to use. Stuart, who introduced me to it wrote a detailed post explaining how it works. I'd definitely recommend checking that out as well as Bazaar's own online documentation which is very thorough.

My Repository

My repository is located at http://bazaar.ejeliot.com/. Browsing to it in a web browser will show you a listing of what's available.

Checking out a copy of one of my libraries is simple. With Bazaar installed you can grab a copy of my PhpDelicious library, for example, by running:

  1. bzr branch http://bazaar.ejeliot.com/php-delicious

In due course I'll be going back through my blog archive and linking to this repository from the relevant posts as well as trying to automate generation of the corresponding zip file downloads from it.

Comments

  • np, Tomasz. I'm pleased you found it interesting. Thanks for taking the time to provide feedback.

    Ed Eliot - 13th May 2007

Help make this post better

Notes: Standard BBCode for links, bold, italic and code are supported. rel="nofollow" is added to all links. Your email address will never be displayed on the site.

Back to index