Listing entries tagged with subscription
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";
?>
uh oh
09.12.2005, 6:13 PM
Make sure that the document extension is .php and that your server supports PHP documents.
It's really happening. Next Monday, The New York Times will inaugurate its "Times Select" subscription service. NYTimes.com will remain free, with much of the usual content still available (including multimedia), but op-eds and columnists will be pay-only. Oh well, the Washington Post opinion page is better anyway. The 100-article-per-month archive access is slightly tempting though.
The Times is betting that significant numbers of readers will shell out, just like they do for a premium channel on cable. Can the Times be the HBO of web news? Casual reader poll: who's thinking of paying?
(link: Letter From the Editor explaining the new service to readers)
Posted by ben vershbow at 06:13 PM
| Comments (2)
tags: HBO , NYTimes , Online , Publishing, Broadcast, and the Press , internet , journalism , media , news , newspaper , newyork , newyorktimes , subscription , times , timesselect , web





