This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p> | |
A book of readings will be available for purchase from the UFT office.</p> | |
<ul> | |
<li>Elkind, D. and D. Hetzel. <em>Readings in Human Development: Contemporary Perspectives</em>. New York: Harper and Row, 1977. | |
<li> | |
Fowler, J. <i>Becoming adult, becoming Christian: adult development and Christian faith</i>. Rev. ed. Jossey-Bass, 1999.</li> | |
<li>Gallagher, M. P. <em>Faith maps: Ten religious explorers from Newman to Joseph Ratzinger</em>. New York: Paulist Press, 2010. | |
<li>Hahnenberg, E. <em>Awakening Vocation: A Theology of Christian Call</em>. Collegeville: Liturgical Press, 2010. | |
<li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$page = new stdClass; | |
$page->disabled = FALSE; /* Edit this to true to make a default page disabled initially */ | |
$page->api_version = 1; | |
$page->name = 'welcome'; | |
$page->task = 'page'; | |
$page->admin_title = 'Welcome'; | |
$page->admin_description = 'Custom welcome/front page'; | |
$page->path = 'welcome'; | |
$page->access = array(); | |
$page->menu = array(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$view = new view; | |
$view->name = 'tsa_article_view'; | |
$view->description = 'List of TSA Articles'; | |
$view->tag = 'public'; | |
$view->view_php = ''; | |
$view->base_table = 'node'; | |
$view->is_cacheable = FALSE; | |
$view->api_version = 2; | |
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ | |
$handler = $view->new_display('default', 'Defaults', 'default'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core = 7.x | |
api = 2 | |
; Drupal core | |
projects[drupal][type] = "core" | |
projects[drupal][version] = "7.14" | |
; Install profile | |
projects[vcb_profile][type] = "profile" | |
projects[vcb_profile][download][type] = "git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# From http://www.thingy-ma-jig.co.uk/blog/10-10-2006/mysql-drop-all-tables | |
mysqldump -u[USERNAME] -p[PASSWORD] --add-drop-table --no-data [DATABASE] | grep ^DROP | mysql -u[USERNAME] -p[PASSWORD] [DATABASE] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core = 7.x | |
api = 2 | |
; Copy of core | |
projects[drupal][version] = "7.18" | |
; Copy of hnw_profile | |
; This contains another makefile that will recursively fetch | |
; our contrib/custom modules, libraries and themes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<iframe width="300" height="300" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com.au/maps?f=q&source=s_q&hl=en&geocode=&q=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+Australia&aq=0&oq=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+australi&sll=-37.886319,145.158485&sspn=0.007553,0.010664&ie=UTF8&hq=&hnear=14+Aristoc+Rd,+Glen+Waverley+Victoria+3150&t=m&view=map&ll=-37.886302,145.158491&spn=0.020322,0.025749&z=14&iwloc=A&output=embed"></iframe><br /><small><a href="https://maps.google.com.au/maps?f=q&source=embed&hl=en&geocode=&q=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+Australia&aq=0&oq=14+Aristoc+Road,+Glen+Waverley,+VIC,+3150,+australi&sll=-37.886319,145.158485&sspn=0.007553,0.010664&ie=UTF8&hq=&hnear=14+Aristoc+Rd,+Glen+Waverley+Victoria+3150&t=m&view=map&ll=-37.886302,145.158491&spn=0.020322,0.025749&z=14&iwloc=A" style="color:# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Just copy and paste the lines below (all at once, it won't work line by line!) | |
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY! | |
function abort { | |
echo "$1" | |
exit 1 | |
} | |
set -e |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core = 7.x | |
api = 2 | |
; Copy of core | |
projects[drupal][version] = "7.22" | |
; Copy of uft_profile | |
; This contains another makefile that will recursively fetch | |
; our contrib/custom modules, libraries and themes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
core = 7.x | |
api = 2 | |
; Copy of core | |
projects[drupal][version] = "7.16" | |
; Copy of yarragreens_profile | |
; This contains another makefile that will recursively fetch | |
; our contrib/custom modules, libraries and themes |