Listing entries tagged with volunteer
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";
?>
the next dictionary
11.23.2005, 12:53 PM
Make sure that the document extension is .php and that your server supports PHP documents.
I found this Hartford Courant article on slashdot.
Martin Benjamin heads up an eleven year old project to create an online Swahili dictionary called the Kamusi Project. Despite 80 million speakers, the current Swahili dictionary is over 30 years old. Setting this project apart from other online dictionaries, these entries are created by, not only academics, but also by volunteers ranging from former Peace Corp workers to African linguistic hobbyists. The site also includes a discussion board for the community of users and developers.
It is also important to mention that, like wikipedia, donations and volunteers support this collaborative project. Unlike wikipedia, it does not have the broad audience and publicity that wikipedia enjoys, which makes funding a continual issue.
Posted by ray cha at 12:53 PM
| Comments (0)
tags: Swahili , book , collaborative , dictionary , networked , volunteer , wikipedia



