Who's Online

We have 24 guests online

Short News



Hollywood does Mass Effect, the movie

Hollywood does Mass Effect, the movie fresh news straight from Hollywood cleaning equipment previews.peugeot-used.co.uk hunting-poland.eu . One of the (supposedly) the leading producer Avi Arad certain surprised the world by providing the film rights to one of the best RPGs in recent years, Mass Effect, created by legendary studio BioWareReplica IWC Watch carfinance-offers.co.uk moto.motor-blogs.co.uk . Avi Arad we can associate with films such as Spider-Man, Iron Man, or the Blade. Obviously at the moment we do not know absolutely nothing about what the film will be Mass Effect, but Internet users outdo each other in filling roles. I wonder who would play Shephard?

Hollywood remembers dead celebrities

This year was particularly sad when it comes to number of prominent filmmakers who have gone on forever carfinance-offers.co.uk reviews.best-car.co.uk Rihanna Nude . In 2003, the dead include four times Oscar winner Katharine Hepburn, the greatest of film lovers Gregory Peck, a master of comedy, Bob Hope, screen "tough" Charles Bronson, UK used cars previews.great-car.co.uk motor the great Briton Alan Bates, actor and dancer Donald O'Connor, star of cinema and television, Robert Stack, Jeanne Crain and rewarded by Academy of prominent directors Elia Kazan and John Schlesingerindia phone card previews.mini-used.co.uk Furniture products .

FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
movie news Case study: Blogofile for a fictitious movie review site (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: movie news Case study: Blogofile for a fictitious movie review site
#305
John Feminella (Visitor)
Click here to see the profile of this user
Birthdate:
movie news Case study: Blogofile for a fictitious movie review site  
I wanted to bring up an example that uses Blogofile in a slightly unconventional manner and see if I'm thinking about this the right way. Let's say you're a movie buff and you're making a site that's going to host your movie reviews: Moviefile. 1.) When you write posts, some (but not all) of your Moviefile posts will correspond to reviews about individual movies. You'll also have generic posts that reflect your general feelings about, say, the movie industry in general, topical news, et cetera. 2.) Posts may have a `movie` hash in their YAML preamble. This is a hash of three key-value pairs: `year`, an integer representing the year the movie was made; `rating`, an integer score for the movie from 0 to 100; and `_title_`, a string representing the movie's name. Posts with this hash are considered reviews for the aforementioned movie. 3.) You'd like a movie_index.mako, so that you can have a page which is a list of every movie you've reviewed so far with _link_s to posts about that page. Ryan had a good example here for how you'd make a category_index page: http://gist.github.com/244820 (I think there is a slight typo above, though: `category_indexes.py` should be named `category_index.py` or else Blogofile won't associate it correctly.) Presumably you'd just pull the same sort of stunt here
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#306
Ryan McGuire (Visitor)
Click here to see the profile of this user
Birthdate:
movie news Case study: Blogofile for a fictitious movie review site  
I wanted to bring up an example that uses Blogofile in a slightly unconventional manner and see if I'm thinking about this the right way. Let's say you're a movie buff and you're making a site that's going to host your movie reviews: Moviefile. 1.) When you write posts, some (but not all) of your Moviefile posts will correspond to reviews about individual movies. You'll also have generic posts that reflect your general feelings about, say, the movie industry in general, topical news, et cetera. 2.) Posts may have a `movie` hash in their YAML preamble. This is a hash of three key-value pairs: `year`, an integer representing the year the movie was made; `rating`, an integer score for the movie from 0 to 100; and `_title_`, a string representing the movie's name. Posts with this hash are considered reviews for the aforementioned movie. 3.) You'd like a movie_index.mako, so that you can have a page which is a list of every movie you've reviewed so far with _link_s to posts about that page. Ryan had a good example here for how you'd make a category_index page: http://gist.github.com/244820 (I think there is a slight typo above, though: `category_indexes.py` should be named `category_index.py` or else Blogofile won't associate it correctly.) Presumably you'd just pull the same sort of stunt here
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#307
John Feminella (Visitor)
Click here to see the profile of this user
Birthdate:
movie news Case study: Blogofile for a fictitious movie review site  
There's one big problem to doing it this way. Posts don't allow arbitrary fields like movie . But that in itself is an excellent suggestion, and one that shouldn't be too hard to implement. On Sun, Nov 29, 2009 at 2:50 PM, John Feminella < This e-mail address is being protected from spam bots, you need JavaScript enabled to view it wrote: I wanted to bring up an example that uses Blogofile in a slightly unconventional manner and see if I'm thinking about this the right way. Let's say you're a movie buff and you're making a site that's going to host your movie reviews: Moviefile. 1.) When you write posts, some (but not all) of your Moviefile posts will correspond to reviews about individual movies. You'll also have generic posts that reflect your general feelings about, say, the movie industry in general, topical news, et cetera. 2.) Posts may have a `movie` hash in their YAML preamble. This is a hash of three key-value pairs: `year`, an integer representing the year the movie was made; `rating`, an integer score for the movie from 0 to 100; and `_title_`, a string representing the movie's name. Posts with this hash are considered reviews for the aforementioned movie. 3.) You'd like a movie_index.mako, so that you can have a page which is a list of every movie you've reviewed so far with _link_s to posts about that page. Ryan had a good example here for how you'd make a category_index page: http://gist.github.com/244820 (I think there is a slight typo above, though: `category_indexes.py` should be named `category_index.py` or else Blogofile won't associate it correctly.) Presumably you'd just pull the same sort of stunt here
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#308
Ryan McGuire (Visitor)
Click here to see the profile of this user
Birthdate:
movie news Case study: Blogofile for a fictitious movie review site  
Implemented: http://github.com/EnigmaCurry/blogofile/commit/06009403428d9ca1d16376... Btw, I merged templates-externalized branch back into master. The master branch is now on track to become the 0.6 release.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#309
Ryan McGuire (Visitor)
Click here to see the profile of this user
Birthdate:
movie news Case study: Blogofile for a fictitious movie review site  
I'd propose that if this becomes legit, then Blogofile should document (or even programmatically expose) a list of names it considers reserved.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#310
Ryan McGuire (Visitor)
Click here to see the profile of this user
Birthdate:
movie news Case study: Blogofile for a fictitious movie review site  
The docs already have this here (http://www.blogofile.com/documentation/file_overview.html#yaml-header), but it looks like it's missing a few things, like the format attribute that the `simple_blog` demo posts use. I updated the docs here: http://www.blogofile.com/documentation/file_overview.html#yaml-header I've still got a lot more work though to document all the changes since 0.5
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop