Live data from Hacker News

Git 1.7.7 changes affecting the everyday developer

johnkary.net

21–30 of 48 posts

Re: Git 1.7.7 changes affecting the everyday developer

#21
post #13

Earlier quoted context omitted.

Though not written in Python, I'm a fan of Jekyll ( https://github.com/mojombo/jekyll ). You write your entries in Markdown, it converts them to HTML, sets up links and embedded content, and then publishes them to your server via Git to be served up by Apache, Nginx, etc.

The Python equivalent is, of course, Hyde ( http://hyde.github.com ).

thanks for making my day

Re: Git 1.7.7 changes affecting the everyday developer

#23
post #6
post #5

Hacker News has been an education for me about how many people don't realize that WordPress will destroy their server without caching.

On that subject, anyone know of good blogging software written in python?

Blogofile works for me. http://blogofile.com/

Re: Git 1.7.7 changes affecting the everyday developer

#27
post #6

Earlier quoted context omitted.

On that subject, anyone know of good blogging software written in python?

There used to be Zine ( http://zine.pocoo.org/ ) - it was basically WordPress in Python, but it never picked up sufficient community and now it's dead. Now, if you want a server-side blog in Python, the standard solution is to write one yourself in Django.

Zinnia is pretty good (https://github.com/Fantomas42/django-blog-zinnia)

Re: Git 1.7.7 changes affecting the everyday developer

#28

Enabled WP Super Cache plugin, site should be back and operating as normal.

It's returning a blank page at blazing speed.

Seems to be 0 bytes long ... at least for me, so it is certainly doing its job in cutting down page size ;-)
Post reply on HN