The Artima Developer Community
Sponsored Link

Python Buzz Forum
Using the Structured Blogging plugins to make a site like coffee.gen.nz

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Phillip Pearson

Posts: 1083
Nickname: myelin
Registered: Aug, 2003

Phillip Pearson is a Python hacker from New Zealand
Using the Structured Blogging plugins to make a site like coffee.gen.nz Posted: Apr 17, 2006 6:42 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Phillip Pearson.
Original Post: Using the Structured Blogging plugins to make a site like coffee.gen.nz
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
Latest Python Buzz Posts
Latest Python Buzz Posts by Phillip Pearson
Latest Posts From Second p0st

Advertisement

I got an e-mail today asking about the NZ coffee review site, which is often used as a showcase for Structured Blogging technology. Here's the response, because I need to remember to do some of the stuff I talk about. I've been thinking recently that it would be nice if coffee.gen.nz was based around the SB MCD interpreter, as this would let me add new fields just by adding a couple of lines into an XML file. At the moment to add something like the new wireless internet options, I have to:

- add a field into the database

- write code to display the new input fields

- write code to make it output properly

Anyway, here's the important bit of the e-mail.

---

Also, how did you set this site up? What were >all the components required - XML Review Server is >what I understand from the Structured Blogging site.

The site is actually all custom PHP - I did it way before Structured Blogging was the big deal it is now. It's often used as a showcase for SB tech though because of its use of feeds and microformats to get the information out. Also because I'm on the SB team, so there is an element of favoritism :-)

If you wanted to make a similar site NOW, though, you could use the microcontent library from the Structured Blogging project. I expect we'll be providing code examples at some point (at least a few months away though) to do that sort of thing. I'd grab the PHP microcontent library from the wpsb-files/microcontent directory of the WP-SB distribution, and write an MCD file (see the .xml files in wpsb-files/microcontent/descriptions) to create the review entry and display screens. I guess I'd start with the review/cafe one (review-cafe.xml) and modify it so the UI looks the way I want it.

Does that answer your question?

---

Comment

Read: Using the Structured Blogging plugins to make a site like coffee.gen.nz

Topic: Vishu, yet another new year! Previous Topic   Next Topic Topic: MochiKit at the Ajax Experience

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use