Fork pylogs, pydiary was born today
Pubdate:2011-01-05 18:31:37 Categories: python 1407 ViewsTags: pydiary
My blog is based on pylogs. This is a weblog system based on Django&python. I found some bugs in it and commit these bugs to pylogs. I mail to author of pylogs, say that I want to join this project. But no echo. Perhaps the author has stopped the maintain of the project. So I decided to fork this project. I rename it pydiary. I like this project, and someday these two project maybe merge.
I committed pylogs-1.15beta to google code as the initial version of pydiary. There is still no new code.
Record the initial procedure here:
build pydiay project at google code.
$svn checkout http://pylogs.googlecode.com/svn/trunk/ pylogs-read-only
$cd pylogs-read-only
$find . -type d -name ".svn" | xargs rm -rf
$cd ..
$svn checkout https://pydiary.googlecode.com/svn/trunk/ pydiary --username username
$cd pydiary
$svn add *
$svn ci -m "fork pylogs-1.15 beta"
Many thanks to the authors of pylogs.
Welcome other developer join this project.
Comments(0)