Listing entries tagged with WTO
The MTPaginate tag only works within PHP documents!
Make sure that the document extension is .php and that your server supports PHP documents.
1)
$paginate_current_page = 1;
$paginate_sections = array( 0
, 1);
$paginate_top_section = $paginate_sections[$paginate_current_page-1]+1;
$paginate_bottom_section = $paginate_sections[$paginate_current_page];
} else {
$paginate_top_section = 1;
$paginate_bottom_section = 1;
}
if(isset($_SERVER['QUERY_STRING'])) {
$paginate_self = '&' . $_SERVER['QUERY_STRING'] . '&';
$paginate_self = preg_replace("/&page=[^&]*&/", "&", $paginate_self);
$paginate_self = preg_replace("/&page_section=[^&]*&/", "&", $paginate_self);
$paginate_self = substr($paginate_self, 1, strlen($paginate_self) - 1);
if($paginate_self == '&')
$paginate_self = '';
else
$paginate_self = htmlentities($paginate_self);
} else {
$paginate_self = '';
}
$paginate_self = basename($_SERVER['PHP_SELF']) . "?${paginate_self}page";
?>
curbside at the WTO
12.14.2005, 5:54 PM
Make sure that the document extension is .php and that your server supports PHP documents.
A little while ago I came across this website maintained by a group of journalism students, business writers and bloggers in Hong Kong providing "frontline coverage" of the current WTO meetings. The site provides a mix of on-the-ground reporting, photography, event schedules, and useful digests of global press coverage of the week-long event and surrounding protests. It feels sort of halfway between a citizen journalism site and a professional news outlet. It's amazing how this sort of thing can be created practically overnight.
They have a number of good photo galleries. Here are the Korean farmers jumping into Hong Kong Harbor:

Posted by ben vershbow at 05:54 PM
| Comments (0)
tags: Hong_Kong , Publishing, Broadcast, and the Press , WTO , citizen_journalism , globalization , journalism , media , protests



