reorder news, add IRC activity
This commit is contained in:
parent
3e5df356ea
commit
ed54768d6c
26
portal.cgi
26
portal.cgi
|
@ -48,7 +48,8 @@ section () {
|
||||||
}
|
}
|
||||||
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Content-type: text/html
|
Content-type: text/html; charset=utf-8
|
||||||
|
Refresh: 500
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
@ -71,7 +72,6 @@ h2 {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="icon" type="image/png" href="portal.png">
|
<link rel="icon" type="image/png" href="portal.png">
|
||||||
<meta http-equiv="refresh" content="500">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
EOF
|
EOF
|
||||||
|
@ -79,14 +79,19 @@ EOF
|
||||||
[ "$TINY" ] || \
|
[ "$TINY" ] || \
|
||||||
echo '<iframe class="calendar" src="https://www.google.com/calendar/embed?title=Calendar&showTitle=0&showDate=0&showPrint=0&showTz=0&mode=AGENDA&height=350&wkst=1&bgcolor=%23FFFFFF&src=2cdrf19kah6jkonhom8evck38c%40group.calendar.google.com&color=%23333333&src=s531giqfiotabht4qrn59tjf9g%40group.calendar.google.com&color=%231B887A&src=umtjjc250gp0m5gm8h3dn13hcc%40group.calendar.google.com&color=%236E6E41&src=dartcatcher%40gmail.com&color=%23125A12&src=laderbydames%40gmail.com&color=%2323164E&src=uulosalamos.org_gu7e0s8dsh1tn8iktt468tk95k%40group.calendar.google.com&color=%232F6309&src=en.usa%23holiday%40group.v.calendar.google.com&color=%238D6F47&ctz=America%2FDenver"></iframe>'
|
echo '<iframe class="calendar" src="https://www.google.com/calendar/embed?title=Calendar&showTitle=0&showDate=0&showPrint=0&showTz=0&mode=AGENDA&height=350&wkst=1&bgcolor=%23FFFFFF&src=2cdrf19kah6jkonhom8evck38c%40group.calendar.google.com&color=%23333333&src=s531giqfiotabht4qrn59tjf9g%40group.calendar.google.com&color=%231B887A&src=umtjjc250gp0m5gm8h3dn13hcc%40group.calendar.google.com&color=%236E6E41&src=dartcatcher%40gmail.com&color=%23125A12&src=laderbydames%40gmail.com&color=%2323164E&src=uulosalamos.org_gu7e0s8dsh1tn8iktt468tk95k%40group.calendar.google.com&color=%232F6309&src=en.usa%23holiday%40group.v.calendar.google.com&color=%238D6F47&ctz=America%2FDenver"></iframe>'
|
||||||
|
|
||||||
cat <<EOF
|
echo '<form action="http://www.google.com/"><input name="q" size="12"><input type="submit" value="G">'
|
||||||
<form action="http://www.google.com/"><input name="q" size="12"><input type="submit" value="G"></form>
|
cat $HOME/public_html/activity.txt
|
||||||
EOF
|
echo '</form>'
|
||||||
|
|
||||||
weather
|
weather
|
||||||
|
|
||||||
section LA \
|
section LA \
|
||||||
'http://ladailypost.com/' \
|
'http://ladailypost.com/' \
|
||||||
'http://ladailypost.com/feed/'
|
'http://ladailypost.com/feed/'
|
||||||
section "CSM" \
|
section "Ars Technica" \
|
||||||
|
'http://m.arstechnica.com/' \
|
||||||
|
'http://feeds.arstechnica.com/arstechnica/index?format=xml'
|
||||||
|
section CSM \
|
||||||
'http://www.csmonitor.com/textedition' \
|
'http://www.csmonitor.com/textedition' \
|
||||||
'http://rss.csmonitor.com/feeds/csm'
|
'http://rss.csmonitor.com/feeds/csm'
|
||||||
section NPR \
|
section NPR \
|
||||||
|
@ -95,15 +100,6 @@ section NPR \
|
||||||
section AJE \
|
section AJE \
|
||||||
'http://m.aljazeera.net' \
|
'http://m.aljazeera.net' \
|
||||||
'http://www.aljazeera.com/Services/Rss/?PostingId=2007731105943979989'
|
'http://www.aljazeera.com/Services/Rss/?PostingId=2007731105943979989'
|
||||||
section "Ars Technica" \
|
|
||||||
'http://m.arstechnica.com/' \
|
|
||||||
'http://feeds.arstechnica.com/arstechnica/index?format=xml'
|
|
||||||
section "Top Stories" \
|
|
||||||
'http://news.google.com/m?pz=1&cf=all&ned=us&hl=en' \
|
|
||||||
'http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&gwt=on&output=rss'
|
|
||||||
section "World News" \
|
|
||||||
'http://news.google.com/m?pz=1&cf=all&ned=us&hl=en&topic=w' \
|
|
||||||
'http://news.google.com/news?pz=1&cf=all&ned=us&hl=en&topic=w&output=rss'
|
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue