[SUCS Devel] site r680 - in branches/sucs-site: htdocs htdocs/files htdocs/files/Help htdocs/images htdocs/pictures htdocs/pictures/games htdocs/pictures/screenshots htdocs/pictures/screenshots/proxy plugins
imranh at sucs.org
imranh at sucs.org
Sun Apr 19 13:43:51 BST 2015
Author: imranh
Date: 2015-04-19 13:43:43 +0100 (Sun, 19 Apr 2015)
New Revision: 680
Added:
branches/sucs-site/htdocs/crossdomain.xml
branches/sucs-site/htdocs/files/.htaccess
branches/sucs-site/htdocs/files/Help/example.html
branches/sucs-site/htdocs/files/SUCS_WiFi.mobileconfig
branches/sucs-site/htdocs/images/apple-touch-icon.png
branches/sucs-site/htdocs/images/disk.graph.php
branches/sucs-site/htdocs/images/forum
branches/sucs-site/htdocs/images/hard_drive.png
branches/sucs-site/htdocs/images/lastsnap.jpg
branches/sucs-site/htdocs/images/printer.graph.php
branches/sucs-site/htdocs/images/printer.png
branches/sucs-site/htdocs/images/sm_logo.png
branches/sucs-site/htdocs/images/sucs20.png
branches/sucs-site/htdocs/images/sucshistory.png
branches/sucs-site/htdocs/pictures/games/Half-Life 2: Deathmatch.jpg
branches/sucs-site/htdocs/pictures/games/Minecraft.jpg
branches/sucs-site/htdocs/pictures/games/Wolfenstein ET.jpg
branches/sucs-site/htdocs/pictures/games/css.jpg
branches/sucs-site/htdocs/pictures/lan1.jpg
branches/sucs-site/htdocs/pictures/lan1_thumb.jpg
branches/sucs-site/htdocs/pictures/lan2.jpg
branches/sucs-site/htdocs/pictures/lan2_thumb.jpg
branches/sucs-site/htdocs/pictures/lan3.jpg
branches/sucs-site/htdocs/pictures/lan3_thumb.jpg
branches/sucs-site/htdocs/pictures/mw.png
branches/sucs-site/htdocs/pictures/mwconf.png
branches/sucs-site/htdocs/pictures/room-map.jpg
branches/sucs-site/htdocs/pictures/room-map_thumb.jpg
branches/sucs-site/htdocs/pictures/screenshots/
branches/sucs-site/htdocs/pictures/screenshots/adiumx.png
branches/sucs-site/htdocs/pictures/screenshots/adobereader.png
branches/sucs-site/htdocs/pictures/screenshots/armagetron.png
branches/sucs-site/htdocs/pictures/screenshots/bzflag.png
branches/sucs-site/htdocs/pictures/screenshots/crackattack.png
branches/sucs-site/htdocs/pictures/screenshots/desktop_on_demand_1.jpg
branches/sucs-site/htdocs/pictures/screenshots/desktop_on_demand_2.jpg
branches/sucs-site/htdocs/pictures/screenshots/filezilla.png
branches/sucs-site/htdocs/pictures/screenshots/firefox.png
branches/sucs-site/htdocs/pictures/screenshots/freemind.png
branches/sucs-site/htdocs/pictures/screenshots/frozenbubble.png
branches/sucs-site/htdocs/pictures/screenshots/gaim.png
branches/sucs-site/htdocs/pictures/screenshots/openoffice.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/
branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxconnectionsettings.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxmenubar.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxoptions.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/iecontrolpanel.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/ieinternetproperties.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/ielansettings.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/ienetworkinetsettings.png
branches/sucs-site/htdocs/pictures/screenshots/proxy/ieproxysettings.png
branches/sucs-site/htdocs/pictures/screenshots/psi.png
branches/sucs-site/htdocs/pictures/screenshots/putty.png
branches/sucs-site/htdocs/pictures/screenshots/puttyconfig.png
branches/sucs-site/htdocs/pictures/screenshots/puttyloggedin.png
branches/sucs-site/htdocs/pictures/screenshots/puttypassword.png
branches/sucs-site/htdocs/pictures/screenshots/scorched3d.png
branches/sucs-site/htdocs/pictures/screenshots/thunderbird.png
branches/sucs-site/htdocs/pictures/screenshots/vncviewer.png
branches/sucs-site/htdocs/pictures/screenshots/voodoopad.png
branches/sucs-site/htdocs/pictures/screenshots/winscp.png
branches/sucs-site/htdocs/pictures/sucsroom.jpg
branches/sucs-site/htdocs/pictures/sucsroom.jpg.bak
branches/sucs-site/htdocs/pictures/webdav01-mynetworkplaces.png
branches/sucs-site/htdocs/pictures/webdav02-addanetworkplace.png
branches/sucs-site/htdocs/pictures/webdav03-addnetworkplacewizard.png
branches/sucs-site/htdocs/pictures/webdav04-securityalert.png
branches/sucs-site/htdocs/pictures/webdav05-enternetworkpassword.png
branches/sucs-site/htdocs/pictures/webdav07-davonsucsorg.png
branches/sucs-site/htdocs/pictures/webdav08-connecttosucsorg.png
branches/sucs-site/plugins/function.logo_of_the_day.php
Modified:
branches/sucs-site/htdocs/images/shame.php
Log:
Add things to the svn that were missing
Added: branches/sucs-site/htdocs/crossdomain.xml
===================================================================
--- branches/sucs-site/htdocs/crossdomain.xml (rev 0)
+++ branches/sucs-site/htdocs/crossdomain.xml 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
+<cross-domain-policy>
+ <allow-access-from domain="sucs.org" />
+ <allow-access-from domain="www.sucs.org" />
+ <allow-access-from domain="www.swansea-union.co.uk" />
+ <allow-access-from domain="swansea-union.co.uk" />
+ <allow-access-from domain="stream.sucs.org" />
+ <allow-access-from domain="www.fomore.com" />
+</cross-domain-policy>
+
Added: branches/sucs-site/htdocs/files/.htaccess
===================================================================
--- branches/sucs-site/htdocs/files/.htaccess (rev 0)
+++ branches/sucs-site/htdocs/files/.htaccess 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1 @@
+AddType application/x-apple-diskimage dmg
Added: branches/sucs-site/htdocs/files/Help/example.html
===================================================================
--- branches/sucs-site/htdocs/files/Help/example.html (rev 0)
+++ branches/sucs-site/htdocs/files/Help/example.html 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+ <head>
+ <title>My Homepage</title>
+ </head>
+ <body>
+ <h1>Hello, this is my page</h1>
+ <p>I'm a student at <strong>Swansea University.</strong></p>
+ <p>I'm also a member of <a href="http://sucs.org/">SUCS</a></p>
+ </body>
+</html>
Added: branches/sucs-site/htdocs/files/SUCS_WiFi.mobileconfig
===================================================================
--- branches/sucs-site/htdocs/files/SUCS_WiFi.mobileconfig (rev 0)
+++ branches/sucs-site/htdocs/files/SUCS_WiFi.mobileconfig 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1,71 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>ConsentText</key>
+ <dict>
+ <key>default</key>
+ <string>Please use your SUCS username and password when prompted.</string>
+ </dict>
+ <key>PayloadContent</key>
+ <array>
+ <dict>
+ <key>AutoJoin</key>
+ <true/>
+ <key>EAPClientConfiguration</key>
+ <dict>
+ <key>AcceptEAPTypes</key>
+ <array>
+ <integer>21</integer>
+ </array>
+ <key>EAPFASTProvisionPAC</key>
+ <false/>
+ <key>EAPFASTProvisionPACAnonymously</key>
+ <false/>
+ <key>EAPFASTUsePAC</key>
+ <false/>
+ <key>TTLSInnerAuthentication</key>
+ <string>PAP</string>
+ </dict>
+ <key>EncryptionType</key>
+ <string>WPA</string>
+ <key>HIDDEN_NETWORK</key>
+ <false/>
+ <key>PayloadDescription</key>
+ <string>Configures wireless connectivity settings.</string>
+ <key>PayloadDisplayName</key>
+ <string>WiFi (SUCS)</string>
+ <key>PayloadIdentifier</key>
+ <string>com.sucs.wifi.wifi1</string>
+ <key>PayloadOrganization</key>
+ <string>Swansea University Computer Society</string>
+ <key>PayloadType</key>
+ <string>com.apple.wifi.managed</string>
+ <key>PayloadUUID</key>
+ <string>5B8847BA-4E0B-4A0C-AAA7-58F02493C45B</string>
+ <key>PayloadVersion</key>
+ <integer>1</integer>
+ <key>ProxyType</key>
+ <string>None</string>
+ <key>SSID_STR</key>
+ <string>SUCS</string>
+ </dict>
+ </array>
+ <key>PayloadDescription</key>
+ <string>Profile for connecting to SUCS WiFi network.</string>
+ <key>PayloadDisplayName</key>
+ <string>SUCS WiFi</string>
+ <key>PayloadIdentifier</key>
+ <string>com.sucs.wifi</string>
+ <key>PayloadOrganization</key>
+ <string>Swansea University Computer Society</string>
+ <key>PayloadRemovalDisallowed</key>
+ <false/>
+ <key>PayloadType</key>
+ <string>Configuration</string>
+ <key>PayloadUUID</key>
+ <string>CE79D61D-882C-4526-8A3B-0B29F9AAF28B</string>
+ <key>PayloadVersion</key>
+ <integer>1</integer>
+</dict>
+</plist>
Added: branches/sucs-site/htdocs/images/apple-touch-icon.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/images/apple-touch-icon.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/images/disk.graph.php
===================================================================
--- branches/sucs-site/htdocs/images/disk.graph.php (rev 0)
+++ branches/sucs-site/htdocs/images/disk.graph.php 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1 @@
+link ../../components/disk.graph.php
\ No newline at end of file
Property changes on: branches/sucs-site/htdocs/images/disk.graph.php
___________________________________________________________________
Added: svn:special
+ *
Added: branches/sucs-site/htdocs/images/forum
===================================================================
--- branches/sucs-site/htdocs/images/forum (rev 0)
+++ branches/sucs-site/htdocs/images/forum 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1 @@
+link ../../lib/punbb/img/
\ No newline at end of file
Property changes on: branches/sucs-site/htdocs/images/forum
___________________________________________________________________
Added: svn:special
+ *
Added: branches/sucs-site/htdocs/images/hard_drive.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/images/hard_drive.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/images/lastsnap.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/images/lastsnap.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/images/printer.graph.php
===================================================================
--- branches/sucs-site/htdocs/images/printer.graph.php (rev 0)
+++ branches/sucs-site/htdocs/images/printer.graph.php 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1 @@
+link ../../components/printer.graph.php
\ No newline at end of file
Property changes on: branches/sucs-site/htdocs/images/printer.graph.php
___________________________________________________________________
Added: svn:special
+ *
Added: branches/sucs-site/htdocs/images/printer.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/images/printer.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: branches/sucs-site/htdocs/images/shame.php
===================================================================
--- branches/sucs-site/htdocs/images/shame.php 2015-04-19 10:49:25 UTC (rev 679)
+++ branches/sucs-site/htdocs/images/shame.php 2015-04-19 12:43:43 UTC (rev 680)
@@ -1 +1 @@
-link ../../components/disk.graph/index.php
\ No newline at end of file
+link ../../components/disk.graph.php
\ No newline at end of file
Added: branches/sucs-site/htdocs/images/sm_logo.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/images/sm_logo.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/images/sucs20.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/images/sucs20.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/images/sucshistory.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/images/sucshistory.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/games/Half-Life 2: Deathmatch.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/games/Half-Life 2: Deathmatch.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/games/Minecraft.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/games/Minecraft.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/games/Wolfenstein ET.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/games/Wolfenstein ET.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/games/css.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/games/css.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/lan1.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/lan1.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/lan1_thumb.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/lan1_thumb.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/lan2.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/lan2.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/lan2_thumb.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/lan2_thumb.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/lan3.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/lan3.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/lan3_thumb.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/lan3_thumb.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/mw.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/mw.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/mwconf.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/mwconf.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/room-map.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/room-map.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/room-map_thumb.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/room-map_thumb.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/adiumx.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/adiumx.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/adobereader.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/adobereader.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/armagetron.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/armagetron.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/bzflag.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/bzflag.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: svn:executable
+ *
Added: branches/sucs-site/htdocs/pictures/screenshots/crackattack.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/crackattack.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/desktop_on_demand_1.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/desktop_on_demand_1.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: svn:executable
+ *
Added: branches/sucs-site/htdocs/pictures/screenshots/desktop_on_demand_2.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/desktop_on_demand_2.jpg
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/filezilla.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/filezilla.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: svn:executable
+ *
Added: branches/sucs-site/htdocs/pictures/screenshots/firefox.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/firefox.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/freemind.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/freemind.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/frozenbubble.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/frozenbubble.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/gaim.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/gaim.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/openoffice.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/openoffice.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxconnectionsettings.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxconnectionsettings.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxmenubar.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxmenubar.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxoptions.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/firefoxoptions.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/iecontrolpanel.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/iecontrolpanel.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/ieinternetproperties.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/ieinternetproperties.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/ielansettings.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/ielansettings.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/ienetworkinetsettings.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/ienetworkinetsettings.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/proxy/ieproxysettings.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/proxy/ieproxysettings.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/psi.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/psi.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/putty.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/putty.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/puttyconfig.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/puttyconfig.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/puttyloggedin.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/puttyloggedin.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/puttypassword.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/puttypassword.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: svn:executable
+ *
Added: branches/sucs-site/htdocs/pictures/screenshots/scorched3d.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/scorched3d.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: svn:executable
+ *
Added: branches/sucs-site/htdocs/pictures/screenshots/thunderbird.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/thunderbird.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/vncviewer.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/vncviewer.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/voodoopad.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/voodoopad.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/screenshots/winscp.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/screenshots/winscp.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/sucsroom.jpg
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/sucsroom.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/sucsroom.jpg.bak
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/sucsroom.jpg.bak
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/webdav01-mynetworkplaces.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/webdav01-mynetworkplaces.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/webdav02-addanetworkplace.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/webdav02-addanetworkplace.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/webdav03-addnetworkplacewizard.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/webdav03-addnetworkplacewizard.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/webdav04-securityalert.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/webdav04-securityalert.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/webdav05-enternetworkpassword.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/webdav05-enternetworkpassword.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/webdav07-davonsucsorg.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/webdav07-davonsucsorg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/htdocs/pictures/webdav08-connecttosucsorg.png
===================================================================
(Binary files differ)
Property changes on: branches/sucs-site/htdocs/pictures/webdav08-connecttosucsorg.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: branches/sucs-site/plugins/function.logo_of_the_day.php
===================================================================
--- branches/sucs-site/plugins/function.logo_of_the_day.php (rev 0)
+++ branches/sucs-site/plugins/function.logo_of_the_day.php 2015-04-19 12:43:43 UTC (rev 680)
@@ -0,0 +1,15 @@
+<?php
+ function smarty_function_logo_of_the_day($params, &$smarty) {
+
+ $logos = glob ("../htdocs/images/awesomelogos/*.png");
+ $logo_of_the_day = $logos[array_rand ($logos)];
+ $logo_size = getimagesize($logo_of_the_day);
+ $width_height_string = $logo_size[3];
+
+ $logo_src = str_replace("../htdocs","",$logo_of_the_day);
+
+ return "<img src=\"$logo_src\" $width_height_string alt=\"SUCS\" />";
+ }
+
+
+?>
More information about the Devel
mailing list