Some people is asking where is emesene 2 code available.
well, it's not on svn like emesene 1.x, since the start of emesene 2 we are using git and the code is located at github.
what is git?simply explained it's a distributed version control system, that means that it allows people having their own repositories.
why would you want that?anyone that want's to start coding something new can "clone" (copy) a repository and start working on it doing local commits and pushes, people can watch the repository, get the code, test it play with it and even clone it. When it's done this user can ask other programmers to "pull" (get) his code into their repositories. That makes the main repository stable and allow people to try new things and show them.
imagine also that I go crazy and start to port emesene 2 to
whitespace, people can clone the latest sane version of emesene and keep coding from there.
also, you can follow experimental branches if you want, or clone the code to play with it.
why git?I made a poll some time ago and git won :)
so where is the code?the main repositories are mine and the on from boyska and dxdx they are here:
http://github.com/marianoguerra/emesenehttp://github.com/boyska/emesenehttp://github.com/dequis/emesenenice, how do I *really* get the code?you can click the download button or you can clone the repository using git
firts install it:
sudo aptitude install git-coreor similar for other distros..
then clone the repo
git clone git://github.com/marianoguerra/emesene.gityou can update periodically doing
git pulledit:I fixed the problem appearing when papyon wasn't installed, if it's not available the papyon extension will be disabled, try cloning again my repo or updating it.
if you want the papyon extension (to see display pictures) you will have to install it from here:
http://launchpadlibrarian.net/31746931/python-papyon_0.4.2-1%7Eppa9.04%2B1_all.deb