DrupalBin
Submit Code
About
Recent Posts
Code
2 hours 8 min
ago
Code
5 hours 21 min
ago
Fix for Code
5 hours 31 min
ago
d5, hook_comment, trying to force an input filter format
8 hours 48 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
xen node
Xen Node update
April 8, 2008 - 2:55am —
http://mitchell...
<?php
// $Id$
/**
* @file
* Xen instance node module file
*/
/**
* Implementation of hook_node_info()
* TODO: check if fields are properly implemented
*/
xen node
Read more
xen create config
April 8, 2008 - 2:53am —
http://mitchell...
#!/usr/bin/python
from
optparse
import
OptionParser
import
os
import
sys
rootdir=
"/xen/users/"
kernel =
'kernel = "/xen/kernels/linux-2.6.21-xenU"'
memory =
'memory = "%s"'
python
xen node
Read more
Xen Node update
April 8, 2008 - 2:10am —
http://mitchell...
<?php
// $Id$
/**
* @file
* Xen instance node module file
*/
/**
* Implementation of hook_node_info()
* TODO: check if fields are properly implemented
*/
xen node
Read more
hook form parse error
April 7, 2008 - 6:35pm —
http://mitchell...
/**
* Implementation of hook_form()
* TODO: title=hostname ip= file=tar.bz2 description=body disk size=(permissioned) memory size=(permissioned) swap size=(permissioned)
*/
module
xen
xen node
Read more