Skip to content
Snippets Groups Projects
Commit 568a4307 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

move cas_auth to the plugins directory

parent cdb8dcbf
Branches
No related tags found
No related merge requests found
Showing
with 7 additions and 444 deletions
......@@ -11,7 +11,8 @@ Browse to the elgg directory in your web browser and do elgg's installation:
Be sure to set the correct RewriteBase /workspace/UNL_Elgg/elgg/ for example.
Create the local elgg/engine/settings.php file.
Be sure to specify unl_social as the database name
Create a local directory for elgg data outside of the web root.
Add this settings file to your svn:ignore list
Create a local directory named elgg_data for elgg to write to outside of the web root.
Change the permissions so Apache has write access to it.
sudo chown _www elgg_data
Install pear http://pear.php.net/manual/en/installation.getting.php
......@@ -55,19 +56,21 @@ http://ucommjuhl.unl.edu/UNL_Elgg/elgg, change it!)
*******
Just run the setup.sh script. If any plugins are added, add this to the setup.sh script.
elgg https://code.elgg.org/elgg/trunk/
elgg/mod/groups https://code.elgg.org/extensions/plugins/groups
elgg/mod/notifications https://code.elgg.org/extensions/plugins/notifications
elgg/mod/profile https://code.elgg.org/extensions/plugins/profile
elgg/mod/reportedcontent https://code.elgg.org/extensions/plugins/reportedcontent
elgg/mod/riverdashboard https://code.elgg.org/extensions/plugins/riverdashboard
elgg/mod/thewire https://code.elgg.org/extensions/plugins/thewire
elgg/mod/everybody http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/everybody
elgg/mod/flexprofile http://its-gforge.unl.edu/svn/unl_elgg/trunk/flexprofile_mj
elgg/mod/form http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/form
elgg/mod/globe http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/globe
elgg/mod/thewire https://code.elgg.org/extensions/plugins/thewire
elgg/mod/cas_auth http://its-gforge.unl.edu/svn/unl_elgg/trunk/plugins/cas_auth
elgg/featured/ http://its-gforge.unl.edu/svn/unl_huskers/trunk/
*******
......
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html version="-//W3C//DTD XHTML 1.1//EN" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/1999/xhtml http://www.w3.org/MarkUp/SCHEMA/xhtml11.xsd"><!-- InstanceBegin template="/Templates/fixed.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!--
Membership and regular participation in the UNL Web Developer Network
is required to use the UNL templates. Visit the WDN site at
http://wdn.unl.edu/. Click the WDN Registry link to log in and
register your unl.edu site.
All UNL template code is the property of the UNL Web Developer Network.
The code seen in a source code view is not, and may not be used as, a
template. You may not use this code, a reverse-engineered version of
this code, or its associated visual presentation in whole or in part to
create a derivative work.
This message may not be removed from any pages based on the UNL site template.
$Id: fixed.dwt 253 2009-06-09 18:00:03Z bbieber2 $
-->
<link rel="stylesheet" type="text/css" media="screen" href="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/all.css" />
<link rel="stylesheet" type="text/css" media="print" href="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/print.css" />
<script type="text/javascript" src="http://ucommjuhl.unl.edu/wdn/templates_3.0/scripts/all.js"></script>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="screen" href="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/ie.css" />
<![endif]-->
<meta name="author" content="University of Nebraska-Lincoln | Web Developer Network" />
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta http-equiv="content-language" content="en" />
<meta name="language" content="en" />
<link rel="shortcut icon" href="http://ucommjuhl.unl.edu/wdn/templates_3.0/images/favicon.ico" />
<!-- InstanceBeginEditable name="doctitle" -->
<title>UNL | Alumni Around the World</title>
<!-- InstanceEndEditable --><!-- InstanceBeginEditable name="head" -->
<!-- Place optional header elements here -->
<style type="text/css">
.footer_col {
display:none;
}
/** css for main story rotator **/
#splash {height:480px;margin:0px;border-top:1px solid #ddd;padding:1px 0 1px 0;border-bottom:1px solid #ddd;}
#splash ul {width:320px;height:480px;float:right;margin:0;padding:0;}
#splash ul li {list-style: none outside none;}
#splash ul li {margin:0;padding-left:20px;z-index:69;position:relative;background:transparent;}
#splash ul li.active {background:url('http://ucommcoleman.unl.edu/workspace/wdntemplates/wdn/templates_3.0/css/variations/images/splash_selector.png') no-repeat 0 30%;}
#splash ul li a {background:#efefef;color:#666;text-decoration:none;padding:10px;display:block;border-top:1px #ccc solid;height:139px;}
#splash ul li a:focus{color:#efefef !important;}
#splash ul li a span {display:block;font-size:11px;padding-top:7px;}
#splash ul li:first-child a {border-top:1px #efefef solid;}
#splash ul li.active a, #splash ul li a:hover {background:#b80302;color:#fff;border-top:1px #600 solid;}
#splash ul li.active:first-child a, #splash ul li:first-child a:hover {border-top:1px #900 solid;}
#posters {position:relative;}
#posters div {width:640px;height:480px;position:absolute;top:0;z-index:1;}
#posters div .logo {position:absolute; top:80px; left:28px;}
#posters div p {width:200px; color:#666; position:absolute; top:100px; left:30px;}
#posters div p#preview {width:100%; height:100%; top:0; left:0;}
#FE_InfoWindow { z-index: 9999; }
</style>
<script type="text/javascript">
var posters,headlines,thisPoster,nextPoster,posterState,currentSplash=0,splashDelay=10000,transtitonSpeed=20,control=1,loopswitch=1,looptime=0;
function rotatePoster(){
var postergroup = document.getElementById('posters');
posters = postergroup.getElementsByTagName('div');
for (var i=0; i < posters.length; i++) {
if (i==0) {posters[i].style.opacity = 1;}
else {
posters[i].style.opacity = 0;
posters[i].style.filter = 'alpha(opacity=0)';
posters[i].style.display = 'none';
}
}
loopPosters();
}
function loopPosters(){
var headlinegroup = document.getElementById('headlines');
headlines = headlinegroup.getElementsByTagName('li');
if(currentSplash>=posters.length) currentSplash = 0;
for (var i=0; i < headlines.length; i++) {
headlines[i].className = '';
}
headlines[currentSplash].className = 'active';
thisPoster = (nextPoster)?nextPoster:posters[currentSplash];
nextPoster = (posters[++currentSplash])?posters[currentSplash]:posters[currentSplash = 0];
thisPoster.style.display = 'block';
posterState = 'on';
control = 1;
looptime = window.setTimeout(posterFader,splashDelay);
}
function posterFader(){
if (loopswitch==1) {
if (posterState=='on') {
control = control - 0.1;
control = parseInt(control*100)/100;
if (control >= 0) {
thisPoster.style.opacity = control;
thisPoster.style.filter = 'alpha(opacity='+(control*100)+')';
looptime = window.setTimeout(posterFader,transtitonSpeed);
} else {
thisPoster.style.display = 'none';
nextPoster.style.display = 'block';
posterState='off';
looptime = window.setTimeout(posterFader,transtitonSpeed);
}
} else if (posterState=='off') {
control = control + 0.1;
control = parseInt(control*100)/100;
if(control <= 1){
nextPoster.style.opacity = control;
nextPoster.style.filter = 'alpha(opacity='+(control*100)+')';
looptime = window.setTimeout(posterFader,transtitonSpeed);
} else {loopPosters();}
}
}};
function select(node,selected) {
console.log("node: " + node + " & selected: " + selected);
loopswitch = 0;
window.clearTimeout(looptime);
var postergroup = document.getElementById('posters');
posters = postergroup.getElementsByTagName('div');
for (var i=0; i < posters.length; i++) {
posters[i].style.opacity = 0;
posters[i].style.filter = 'alpha(opacity=0)';
posters[i].style.display = 'none';
}
var currentPoster = document.getElementById(selected);
currentPoster.style.opacity = 1
currentPoster.style.filter = 'alpha(opacity=1)';
currentPoster.style.display = 'block';
var headlinegroup = document.getElementById("headlines");
headlines = headlinegroup.getElementsByTagName("li");
for (var i=0; i < headlines.length; i++) {
headlines[i].className = '';
}
node.parentNode.className='active';
};
// event listener
if(window.addEventListener) window.addEventListener('load', rotatePoster, false);
else if(document.addEventListener) document.addEventListener('load', rotatePoster, false);
else if(window.attachEvent) {
window.attachEvent('onload', rotatePoster);
} else {
if(typeof window.onload == 'function') {
var existing = onload;
window.onload = function() {
existing();
rotatePoster();
}
} else {
window.onload = function() {
rotatePoster();
}
}
}
</script>
<!-- begin poly9 globe js -->
<script type="text/javascript" src="http://globe.poly9.com/api.js"></script>
<script type="text/javascript">
//<![CDATA[
function createOnClick(country) {
return function(marker) {
marker.openInfoWindowHtml('Hello from ' + country + '!', 200, 32);
}
}
function onMapLoad() {
// start the globe out with Lincoln
var LincolnNE = new FE.LatLng(40.813620,-96.707739);
this.toggleDashboard();
//this.setTargetLatLng(LincolnNE);
var self = this;
var herbieLabel = window.herbieLabel = new FE.Pushpin(LincolnNE);
window.openHerbie = function(herbieLabel) {
self.panTo(LincolnNE,1.5,"easeInOutQuad");
self.zoomTo(19505000,1.5,"easeInOutQuad");
herbieLabel.openInfoWindowHtml('<div style="padding: 26px 20px; color: #333; font-family: helvetica, arial, sans-serif; padding-bottom: 4px;"><img src="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/mod/profile/icondirect.php?lastcache=1245432975&username=demouser&size=small" style="float:left; padding: 0 6px 6px 0;" /><h1 style="font-size:16px; padding-bottom: 4px;">Herbie Husker</h1><p style="font-style:italic; font-size: 10px; color:green; padding-bottom: 4px;">Lincoln, NE</p><p style="padding-bottom: 10px;">Class of \'96</p><p style="font-size: 11px; line-height: 14px;">I can\'t wait for football season. Goooooo biiiiiiiiig reeeeeeeeeeeeed!</p></div>', 256, 154);
};
FE.Event.addListener(herbieLabel, 'click', window.openHerbie );
this.addOverlay(herbieLabel);
var sandiegoCA = new FE.LatLng(32.715685,-117.161724);
};
jQuery(document).ready(function() {
var map = new FE.Map(document.getElementById("globeInner"));
map.onLoad = onMapLoad;
map.load();
});
//]]>
</script>
<!-- end poly9 globe js -->
<!-- InstanceEndEditable -->
</head>
<body class="fixed">
<p class="skipnav"> <a class="skipnav" href="#maincontent">Skip Navigation</a> </p>
<div id="wdn_wrapper">
<div id="header"> <a href="http://www.unl.edu/" title="UNL website"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/images/logo.png" alt="UNL graphic identifier" id="logo" /></a>
<h1>University of Nebraska&ndash;Lincoln</h1>
<div id="wdn_search">
<form id="wdn_search_form" action="http://www.google.com/u/UNL1?sa=Google+Search&amp;q=" method="get">
<fieldset>
<label for="q">Search this site, all UNL or for a person</label>
<input accesskey="f" id="q" alt="Search string" name="q" type="text" />
<input class="search" type="submit" value="Go" name="submit" />
</fieldset>
</form>
</div>
<ul id="wdn_tool_links">
<li><a href="http://www1.unl.edu/feeds/" class="feeds"
title="Subscribe to RSS feeds">Feeds</a></li>
<li><a href="http://forecast.weather.gov/MapClick.php?CityName=Lincoln&amp;state=NE&amp;site=OAX"
class="weather" title="Weather">Weather</a></li>
<li><a href="http://events.unl.edu/" class="events"
title="Events">Events</a></li>
<li><a href="http://peoplefinder.unl.edu/" class="peoplefinder"
title="Peoplefinder">Peoplefinder</a></li>
<li><a href="http://www.unl.edu/unlpub/cam/cam1.shtml"
class="webcams" title="Campus Cameras">Webcams</a></li>
</ul>
</div>
<div id="wdn_navigation_bar">
<div id="breadcrumbs">
<!-- WDN: see glossary item 'breadcrumbs' -->
<!-- InstanceBeginEditable name="breadcrumbs" -->
<ul>
<li><a href="http://www.unl.edu/">UNL</a></li>
<li><a href="http://www.unl.edu/finearts/">UNL Social Network</a></li>
</ul>
<!-- InstanceEndEditable --></div>
<div id="wdn_navigation_wrapper">
<div id="navigation"><!-- InstanceBeginEditable name="navlinks" -->
<ul>
<li><a href="#">Profile</a>
</li>
<li><a href="#">Dashboard</a></li>
<li><a href="#">Friends</a></li>
<li><a href="#">Groups</a></li>
<li><a href="#">The Wire</a></li>
<li><a href="#">Settings</a></li>
<li><a href="#">Log Out</a></li>
</ul>
<!-- InstanceEndEditable --></div>
</div>
</div>
<div id="wdn_content_wrapper">
<div id="titlegraphic"><!-- InstanceBeginEditable name="titlegraphic" -->
<h1>All Around the World</h1>
<!-- InstanceEndEditable --></div>
<div id="maincontent">
<!--THIS IS THE MAIN CONTENT AREA; WDN: see glossary item 'main content area' -->
<!-- InstanceBeginEditable name="maincontentarea" -->
<!-- begin splash code from ucommcoleman/workspace/wdntempaltes/splash.shtml -->
<div class="four_col">
<div id="splash" class="section">
<ul id="headlines">
<li class="active">
<a href="#" onclick="javascript:select(this,'splash1');return false;">
<strong>Alumni Around the World</strong>
<span>Alumni of the University of Nebraska-Lincoln do fantastic stuff around the world. Check out these alums:</span>
<span>
<img onclick="window.openHerbie(window.herbieLabel);return false;" src="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/mod/profile/icondirect.php?lastcache=1245432975&username=demouser&size=tiny" />
</span>
</a>
</li>
<li class=""><a href="#" onclick="javascript:select(this,'splash2');return false;"><strong>Join the Network</strong><span>All University of Nebraska-Lincoln alums are encouraged to be part of the conversation. It's alums like you that are the <strong>Power of Red</strong></span></a></li>
<li class=""><a href="#" onclick="javascript:select(this,'splash3');return false;"><strong>National TV Spot</strong><span>Check out the commercial, created by Chris Evan, a Class of '00 Alum, that is played during every televised Husker sporting event.</span></a></li>
</ul>
<div id="posters">
<div style="opacity: 1; display: block;" id="splash1">
<div id="globeInner" style="opacity:1 !important; display: block !important;width:640px;height:480px;background-color:#000;"></div>
</div>
<div style="opacity: 0; display: none;" id="splash2">
<p>Beginning May 11, several of the artist's large ceramic pieces will be placed in Sheldon's Great Hall. On June 19, his paintings and works on paper will open in three second-floor galleries. The exhibition will be on view through Oct. 11. <a href="http://newsroom.unl.edu/releases/2009/04/29/Paintings%2C+objects+of+Jun+Kaneko+opens+May+11+at+Sheldon+Museum+of+Art">Read the full news release.</a></p>
</div>
<div style="opacity: 0; display: none;" id="splash3">
<object data="http://www.youtube.com/v/-omonwFkkrY%26hl=en%26fs=1%26color1=0x3a3a3a%26color2=0x999999%26enablejsapi=1%26playerapiid=video1" wmode="transparent" id="video1" type="application/x-shockwave-flash" height="340" width="640"><param value="always" name="allowScriptAccess"></object>
</div>
</div>
</div>
</div>
<!-- end moded splash code -->
<br style="clear:both" /><br />
<!-- begin juhl's original splash code
<div id="globeOuter" style="width:100%; border-top: #f0f0f0 2px solid; border-bottom: #f0f0f0 2px solid; padding: 1px 0; height: 480px; margin-bottom: 20px;">
<div id="globeSidebar" style="float:right;width:300px; height: 480px; ">
<div id="globeSidebarPod1" style="border:1px solid green;width: 260px; height: 120px; padding: 20px; color: #FFF;background-color:#B90302;">
<h2 style="color:#FFF">Alumni Around the World</h2>
<p>Alumni of the University of Nebraska-Lincoln do fantastic stuff around the world. Check out these alums:</p>
<p><a href="#" onclick="window.openHerbie(window.herbieLabel);return false;"><img src="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/mod/profile/icondirect.php?lastcache=1245432975&username=demouser&size=tiny" style="float:left; padding: 0 6px 6px 0;" /></a></p>
</div>
<div id="globeSidebarPod2" style="width: 260px; height: 119px; padding: 20px; background-color:#F5F5F5; border-bottom: #BFBFBF 1px solid;">
<h2>Join the Network</h2>
<p>All University of Nebraska-Lincoln alums are encouraged to be part of the conversation. It's alums like you that are the <strong>Power of Red</strong>.</p>
</div>
<div id="globeSidebarPod2" style="width: 260px; height: 120px; padding: 20px; background-color:#F5F5F5;">
<h2>National TV Spot</h2>
<p>Check out the commercial, created by Chris Evan, a Class of '00 Alum, that is played during every televised Husker sporting event.</p>
</div>
</div>
<div id="globeInner" style="width:640px;height:480px;background-color:#000;"></div>
</div>
end juhl's original splash code -->
<h1 style="clear:both; padding-bottom: 0px; margin-bottom: 10px; border-bottom: #e5e5e5 1px solid;">The Latest Happenings</h1>
<div class="col left">
<h2 style="padding-left: 6px;">New Groups</h2>
<p style="background: url(http://ucommjuhl.unl.edu/UNL_Elgg/elgg/mod/groups/graphics/defaultsmall.gif) no-repeat; padding-left: 50px; padding-top: 5px; min-height: 40px; margin-top: 8px;"><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/groups/75/californians-for-nebraska/" style="font-weight: bold; ">Californians for Nebraska</a><br /><em>44 members</em></p>
<p style="background: url(http://ucommjuhl.unl.edu/UNL_Elgg/elgg/mod/groups/graphics/defaultsmall.gif) no-repeat; padding-left: 50px; padding-top: 5px; min-height: 40px; margin-top: 8px;"><a href="http://ucommjuhl.unl.edu/UNL_Elgg/elgg/pg/groups/75/californians-for-nebraska/" style="font-weight: bold; ">Californians for Nebraska</a><br /><em>44 members</em></p>
</div>
<div class="two_col middle">
<h2 style=" padding-left: 6px;">Discussions</h2>
</div>
<div class="col right">
<h2 style="padding-left: 6px;">Spotlight Alums</h2>
</div>
<!-- InstanceEndEditable -->
<div class="clear"></div>
<noscript>
<p>
Your browser does not appear to support JavaScript, or you have turned JavaScript off. You may use unl.edu without enabling JavaScript, but certain functions may not be available.
</p>
</noscript>
<!--THIS IS THE END OF THE MAIN CONTENT AREA.-->
</div>
<div id="footer">
<div id="footer_floater"></div>
<div class="footer_col">
<h3>Your Feedback</h3>
<form action="#" method="post" id="wdn_feedback" title="WDN Feedback Form:4" class="rating">
<fieldset><legend>Please Rate this Page</legend>
<ol>
<li><label for="r1">Your Rating:</label>
<select id="r1">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
<option value="5">5</option>
</select>
</li>
</ol>
<input type="submit" value="Submit" name="submit" /></fieldset>
</form>
</div>
<div class="footer_col"><!-- InstanceBeginEditable name="leftRandomPromo" -->
<h3>Now on UNL.edu</h3>
<div class="image_small_short" id="leftRandomPromo">
<a href="http://www.sheldonartgallery.org/" id="leftRandomPromoAnchor"><img id="leftRandomPromoImage" alt="Sheldon Memorial Art Gallery" src="http://www.unl.edu/ucomm/images/promos/promo_sheldon.jpg" /></a>
<script type="text/javascript" src="sharedcode/leftRandomPromo.js"></script>
</div>
<!-- InstanceEndEditable --></div>
<div class="footer_col"><!-- InstanceBeginEditable name="leftcollinks" -->
<h3>Related Links</h3>
<ul>
<li class="first"><a href="#">Related Link 1 </a></li>
<li><a href="#">Related Link 2 </a></li>
<li><a href="#">Related Link 3 </a></li>
<li><a href="#">Related Link 4 </a></li>
<li><a href="#">Related Link 5 </a></li>
</ul>
<!-- InstanceEndEditable --></div>
<div class="footer_col">
<h3>Contacting Us</h3>
<p><strong>Hixson-Lied College of Fine and Performing Arts</strong><br />
102 Woods Art Building<br />
402-472-9339<br />
Lincoln NE 68583-0218</p>
</div>
<!-- InstanceBeginEditable name="optionalfooter" --> <!-- InstanceEndEditable -->
<div id="wdn_copyright"><!-- InstanceBeginEditable name="footercontent" -->
&copy; 2009 University of Nebraska&ndash;Lincoln | Lincoln, NE 68588 |
402-472-7211 |
<a href="http://www.unl.edu/ucomm/aboutunl/"
title="Click here to know more about UNL">About UNL</a>
|
<a href="http://www1.unl.edu/comments/"
title="Click here to direct your comments and questions">comments?</a>
<br />
UNL is an equal opportunity employer with a comprehensive plan for
diversity. Find out more:
<a href="https://employment.unl.edu/" title="Employment at UNL">employment.unl.edu</a>
<!-- InstanceEndEditable -->
<ul>
<li><a href="http://validator.unl.edu/check/referer">W3C</a></li>
<li><a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></li>
</ul>
UNL web templates and quality assurance provided by the <a href="http://wdn.unl.edu/" title="UNL Web Developer Network">Web Developer Network</a>.
<a href="http://www.unl.edu/" title="UNL Home" id="wdn_unl_wordmark"><img src="http://ucommjuhl.unl.edu/wdn/templates_3.0/css/footer/images/wordmark.png" alt="UNL's wordmark" /></a> </div>
</div>
</div>
<div id="wdn_wrapper_footer"> </div>
</div>
</body>
<!-- InstanceEnd --></html>
\ No newline at end of file
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment