SolarfluX
February 9th, 2004, 15:35
Just a heads-up, I recently updated the pf-r (https://solarflux.org/pf/) with some new stuff in the tools section and added PF news from OBSDJ (and elsewhere, in the future) in the 'fresh' section at the very top.

:infinity:

Anyone good at creating XML/RSS feeds? I'd like to have just the PF-related articles from OBSDJ appear as they are posted. Right now, I just use their search page for PF:

http://www.deadly.org/search.php3?query=&topic=PF

As always, pf.conf examples are welcomed, particularly from experienced/advanced users. I think now they must have something new to provide, whether it's a new feature or less-documented one. We still need more examples that take advantage of ALTQ (cbq)...

elmore
February 9th, 2004, 15:42
I actually have a couple of new bi-nat rulesets and a new bridge ruleset I can send. Where should I send em?

bmw
February 9th, 2004, 15:48
Anyone good at creating XML/RSS feeds? I'd like to have just the PF-related articles from OBSDJ appear as they are posted.
Not an expert, but found this code that I was just about to play with ...

http://www.xmlhub.com/rssgenr8.php

SolarfluX
February 9th, 2004, 15:49
BTW, I'm upgrading the FreeBSD 5.1-R + pf + ALTQ box to 5.2-R-p2 + pf 2.03 + altq-freebsd-5.2-release-beta2. A few small changes in procedure, will have to create a new tutorial for it.

SolarfluX
February 9th, 2004, 15:52
I actually have a couple of new bi-nat rulesets and a new bridge ruleset I can send. Where should I send em?Just post them online (so you can maintain) somewhere, and I'll link to them. Good for advertising your site, also...

soup4you2
February 9th, 2004, 17:13
Anyone good at creating XML/RSS feeds?

Are you doing this though a database? it's the only way i know howto..

an output syntax looks like:

[code:1:930ce9654d]
<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">

<channel>
<title>BSDHound</title>
<link>http://BSDHound.com/</link>
<description>: BSDHound News :</description>
<language>en-us</language>
<lastBuildDate>Mon, 09 Feb 2004 16:13:44 EST</lastBuildDate>
<generator>XML/RSS Feed for BSDHound</generator>
</channel>
<item>
<title>Printing Clients and Servers</title>
<link>http://BSDHound.com//newsread.php?newsid=229</link>
<description><![CDATA[Last time, onlamp configured two commodity home printers to work with a FreeBSD system. Now we'll learn how to use FreeBSD's built-in tools to configure this system as a print server for other UNIX bo...]]></description>
<category>:: Printing ::</category>
<pubDate>Mon, 09 Feb 2004 08:40:11 EST</pubDate>
</item>
</rss>[/code:1:930ce9654d]