feed.dcgi - gophercgis - Collection of gopher CGI/DCGI for geomyidae
HTML hg clone https://bitbucket.org/iamleot/gophercgis
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
feed.dcgi
---
1 #!/bin/sh
2
3 . ../common/config.sh
4 . ../common/feed.sh
5
6 FEED_AUTHOR=yes
7 FEED_DATE=yes
8 ARTICLE_CGI="${CGI_BASEDIR}/acmqueue/article.cgi"
9
10 echo ""
11 echo "ACM Queue"
12 echo ""
13
14 url="https://queue.acm.org/rss/feeds/queuecontent.xml"
15 curl -Lgs -- "${url}" |
16 feed_to_gph