Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
start [2019/09/20 23:40]
admin
start [2019/12/09 11:08]
admin [Upcoming Events]
Line 1: Line 1:
-<html+~~NOCACHE~~ 
-<!-- div style="​background-color:​ yellow; font-size:​200%">​ +<php
-Sept 21st Public Astronomy Night Status: Not decided yetCheck again later. +$af fopen('/​www/​nekaal.org/​webapps/​ROOT/announce.html', '​r'​);​ 
-</div --> +$contents = fread($affilesize('​announce.html'​));​ 
-<!-- Not decided yetCheck again later. --> +fclose($af);​ 
-<!-- Will happen. Hope you can make it. --> +echo $contents; 
-<!-- Canceled because of cloudshope to see you next time--> +</php>
-</html>+
  
 ===== Welcome to NEKAAL (Northeast Kansas Amateur Astronomers’ League Inc.) ===== ===== Welcome to NEKAAL (Northeast Kansas Amateur Astronomers’ League Inc.) =====
Line 17: Line 16:
 **Policy Update notice: All public astronomy nights at Farpiont will be canceled if it is raining or too cloudy. You can check within two hours of the event for status updates.** **Policy Update notice: All public astronomy nights at Farpiont will be canceled if it is raining or too cloudy. You can check within two hours of the event for status updates.**
  
-{{rss>​https://​nekaal.org/​nekaal_events.xml?​ts=description ​1h reverse}}+{{rss>​https://​nekaal.org/​nekaal_events.xml?​ts=author date 1h }} 
  
 ===== News ===== ===== News =====
Line 41: Line 41:
 <php> <php>
 echo '<​div align="​center">​Current Moon Phase:<​br>';​ echo '<​div align="​center">​Current Moon Phase:<​br>';​
-echo '<a href="http://​www.usno.navy.mil/​USNO/​time/​moon-phase-images"><​img ​ src="http://​tycho.usno.navy.mil/​cgi-bin/​phase.gif?​ts='​.time().'"​ alt="​Current moon phase"></​a><​br>';​+echo '<a href="https://​www.usno.navy.mil/​USNO/​time/​moon-phase-images"><​img ​ src="https://​tycho.usno.navy.mil/​cgi-bin/​phase.gif?​ts='​.time().'"​ alt="​Current moon phase"></​a><​br>';​
 </​php>​ </​php>​
-[[http://​aa.usno.navy.mil/​data/​docs/​RS_OneDay.php|Sun/​Moon Rise and Set]] \\+[[https://​aa.usno.navy.mil/​data/​docs/​RS_OneDay.php|Sun/​Moon Rise and Set]] \\
 [[https://​www.lightpollutionmap.info/#​zoom=14&​lat=4705258&​lon=-10686460&​layers=0BTFFFFFFF|Light Pollution Map]]  [[https://​www.lightpollutionmap.info/#​zoom=14&​lat=4705258&​lon=-10686460&​layers=0BTFFFFFFF|Light Pollution Map]] 
 <​html>​ <​html>​
Line 51: Line 51:
 <div align="​center">​ <div align="​center">​
 </​html>​ </​html>​
-[[http://​cleardarksky.com/​c/​FrpntObKSkey.html|Sky clock]] for Farpoint Observatory (Cloud Cover and Transparency):​+[[https://​cleardarksky.com/​c/​FrpntObKSkey.html|Sky clock]] for Farpoint Observatory (Cloud Cover and Transparency):​
 <php> <php>
-echo '<​br><​a href=http://​cleardarksky.com/​c/​FrpntObKSkey.html>​ <img src="http://​cleardarksky.com/​c/​FrpntObKScs0.gif?​cacheBreak='​.time().'"></​a>';​+echo '<​br><​a href=https://​cleardarksky.com/​c/​FrpntObKSkey.html>​ <img src="https://​cleardarksky.com/​c/​FrpntObKScs0.gif?​cacheBreak='​.time().'"></​a>';​
 echo '<​br><​a href="​https://​clearoutside.com/​forecast/​38.89/​-96.00"><​img src="​https://​clearoutside.com/​forecast_image_small/​38.89/​-96.00/​forecast.png"​ /></​a></​div>';​ echo '<​br><​a href="​https://​clearoutside.com/​forecast/​38.89/​-96.00"><​img src="​https://​clearoutside.com/​forecast_image_small/​38.89/​-96.00/​forecast.png"​ /></​a></​div>';​
 </​php>​ </​php>​