It wasn't all that intimidating as I thought.
http://scie.nti.st/2007/11/14/hosting-git-repositories-the-easy-and-secure-way
Here's a nicely explained tutorial on setting up Shared Git repos./me is increasingly tending towards Git Advocacy.
Assuming that the argument is a node ID, being sent (say from a panel, under most circumstances)
// grab nid from referring node
$args[0]=arg(1);
if(is_numeric(arg(1))){
$nid = arg(1); //node id
$term = taxonomy_node_get_terms_by_vocabulary($nid, 3); // 3 is the vid. Use your own Vocabualary ID!
$tids=key($term);
return $tids;
}$args[1]=$tids;
If you run into this (amongst others, while trying to update your packages), like I did for various reasons (pauses while upgrading?, et al). You need to:
sudo apt-get autoremove
sudo apt-get install -f
and update packages all over again and possible do partial upgrades (or full) depending upon what you are prompted with.
February was the last I think. Quite a lot has changed since then
function ripper($url) {
$page = appr_curl_function($url);
if ($page === false)
{
die("Something wack happened");
}
preg_match('/watch_fullscreen\?video_id=(.*?)&l=(.*?)+&t=(.*?)&/', $page, $match);
$match1 = "http://www.youtube.com/get_video?video_id=";
if(!$match[1]){
http://drupal.org/drupal-6.0Finally! I should be ready to upgrade most of my sites right away. First pleasing news of the day!