Is Django Book platform available? [closed]
Asked Answered
A

6

17

The Django Book has a neat content publishing template. Anyone knows if it's available for public use?

Alternatively, what Django sources would you recommend as an easy to use, out of the box CMS?

Acrimonious answered 22/9, 2009 at 11:43 Comment(4)
Do you mean the source code backing djangobook.com? Is that what you're asking about?Charlet
@Charlet My interpretation was definitely that konzepz wanted the source backing djangobook.comMata
@Hank Gay: While you're probably correct, the question -- as stated -- doesn't say that very clearly. It makes the question hard to search for, and not very usable as written.Charlet
@konzepz: Please don't comment on your own question. Please fix your question instead of commenting on it.Charlet
C
7

According to this post on the mailing list, the source hasn't been released, and it doesn't look like it will be.

I'd be interested in seeing the code as well.

All we know is that it uses the YUI / extjs comment system. Based on that mailing list post it sounds like the code the Django site uses is from a BSD licensed version of the code, so perhaps you could use that javascript as a starting point.

Ian Bicking created a similar commentary system implemented as WSGI middleware. Here are the docs for it. Looks like the source is here.

Cymograph answered 22/9, 2009 at 11:56 Comment(2)
Last paragraph is now useless, links are not working anymore.Aziza
@SorinSbarnea Not so, the links in the last paragraph do work.Effable
U
10

The Django Book is now available in sources (both examples and book content in reStructuredText):

  $ svn co http://djangobook.com/svn/trunk/en

I read book and try examples without leaving Emacs!!

PS Seems SVN server is down. Check https://github.com/jacobian/djangobook.com or even https://github.com/search?q=djangobook

NOTE book was originally published by Apress in 2009 and covered Django version 1.0. Since then it has languished and, in places, is extremely out of date

Uneven answered 14/10, 2011 at 20:8 Comment(0)
C
7

According to this post on the mailing list, the source hasn't been released, and it doesn't look like it will be.

I'd be interested in seeing the code as well.

All we know is that it uses the YUI / extjs comment system. Based on that mailing list post it sounds like the code the Django site uses is from a BSD licensed version of the code, so perhaps you could use that javascript as a starting point.

Ian Bicking created a similar commentary system implemented as WSGI middleware. Here are the docs for it. Looks like the source is here.

Cymograph answered 22/9, 2009 at 11:56 Comment(2)
Last paragraph is now useless, links are not working anymore.Aziza
@SorinSbarnea Not so, the links in the last paragraph do work.Effable
U
7

There's a free, and fully supported, Django package that we built to have the same functionality as the Django Book site.

http://ucomment.org

That codebase is used on several publicly-available websites, such at http://connectmv.com/tutorials

We do our best to maintain this package, so please give it a try and send us your feedback.

Kevin

Undine answered 13/1, 2011 at 19:18 Comment(1)
Sites are all dead, unfortunately.Corotto
A
1

Remark box is built on the same principles as the DjangoBook comment system, its a free service for small sites.

And unlike other projects, it can be used on any HTML page, integration is just a few JavaScript lines. You might want to check it out if you like the DjangoBook-like contextual comments.

Their front page has a live demo http://www.remarkbox.com/

Ammonify answered 24/1, 2010 at 23:2 Comment(0)
T
1

there is also commentpress, a similar comment model for wordpressm made by the institute for the future of the book http://www.futureofthebook.org/commentpress/

Telephotography answered 18/10, 2010 at 0:32 Comment(0)
P
0

I think you're looking for Open Book Platform (Chinese)

Its author, limodou, made a clone of the Django Book platform very early on.

Paganini answered 22/9, 2009 at 12:40 Comment(3)
Can you see any download link over there? Can't see nothing.Acrimonious
It looks like only the source is available. See this page for instructions on how to do a checkout: code.google.com/p/openbookplatform/source/checkoutCymograph
Unfortunately the limodou code is quite old. Browsing SVN indicates it mostly dates to February, 2007. It was written against an old version of Django and might require a fair amount of work to run with 1.1.1 stable. If I can't find something usable I'm going to have to write this myself. And, yes, it will be FLOSS.Shay

© 2022 - 2024 — McMap. All rights reserved.