34 lines
1.7 KiB
Bash
Executable file
34 lines
1.7 KiB
Bash
Executable file
#!/bin/sh
|
|
|
|
command="./curl_wrapper"
|
|
|
|
echo
|
|
echo "---- linux.sh ----"
|
|
echo
|
|
|
|
$command xml/portalinux.rss http://www.portalinux.org/backend.php
|
|
$command xml/lealinux.rss http://lea-linux.org/_src/rss.php?max=20
|
|
$command xml/unixgarden.rss http://www.unixgarden.com/index.php/feed
|
|
#$command xml/pclinuxonline.rss http://pclinuxonline.com/e107_plugins/rss_menu/rss.php\?1.2
|
|
$command xml/madpenguin.rss http://www.madpenguin.org/backend.php
|
|
#$command xml/linuxbe.rss http://www.unixtech.be/backend.php
|
|
$command xml/zelinux.rss http://www.ze-linux.org/backend2xml.php
|
|
$command xml/dotkde.rss http://dot.kde.org/rdf
|
|
#$command xml/linuxfr.rss http://linuxfr.org/backend/news/rss20.rss
|
|
$command xml/linuxfr.atom http://linuxfr.org/news.atom
|
|
$command xml/linuxfr_journaux.atom http://linuxfr.org/journaux.atom
|
|
#$command xml/linuxfr_journaux_homepage.rss http://linuxfr.org/backend/journaux-homepage/rss20.rss
|
|
#$command xml/linuxfrench.rss http://www.linuxfrench.net/backend.php
|
|
$command xml/freshmeat.rss http://freshmeat.net/backend/fm-releases-global.xml
|
|
#$command xml/newsforge_n.rss http://www.newsforge.com/newsvac.rss
|
|
$command xml/linuxcom_n.rss http://www.linux.com/feed\?theme=rss
|
|
#$command xml/newsforge_r.rss http://www.newsforge.com/reports.rss
|
|
#$command xml/portalux.rss http://portalux.com/nnl/nnl.rss
|
|
$command xml/linuxcomp.rss http://www.linuxcompatible.org/backend.php
|
|
$command xml/debian-fr.rss http://planet-fr.debian.net/rss20.xml
|
|
$command xml/gentoofr.rss http://gentoofr.org/backend.php3
|
|
$command xml/debian-administration.rss http://www.debian-administration.org/headlines.rdf
|
|
$command xml/debianadmin.rss http://feeds.feedburner.com/debiansystemadmin
|
|
date +"(MAJ %d %b %Y @ %H:%M)">/home/www/website/webnews/modules/backends/linux.date.txt
|
|
|
|
|