Djangle is a tiny blogging web application still in its infancy. It is
written entirely in Django and I intend to get it running for my
personal blog (http://develworx.com - it will be up someday soon as I
don't have project page yet :). In most part it is already functional
but there is still a lot to do in terms of views, models, CSS, HTML
and jQuery; The core funtionality are pretty much coded up (I have a day
job but I'll try my best)
To install Djangle:
* Drop djangle into a suitable directory.
* Edit `settings.py` and run `python manage.py syncdb` (Assuming
Django is already installed).
* Execute `runserver.sh`
To contribute to Djangle:
* Fork my code. Simple as that.
* If you don't think something is right, write up a patch. I am
more than happy to accept it within my branch if it help you
(hey if it helped you do something, chances are it would help
me too!:)
* Contact me directly so we can discuss (the project is very
much in its infancy. I don't want to fragment it by creating a
wiki,mailinglist etc)
* Keep an eye out for the project space at github and djangle's
main website (http://djangle.develworx.com)
* The code can be accessed @ github
Tagging provided by Django-tagging - http://code.google.com/p/django-tagging
Djangle is licensed under GPLv2.
Copyright (C) 2009 Ishwor Gurung
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.