Date: Thu, 18 Jun 2009 14:01:58 +0200 (CEST) From: Wojciech Puchar <wojtek@wojtek.tensor.gdynia.pl> To: Martin McCormick <martin@dc.cis.okstate.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Automated Production of Web Pages Message-ID: <alpine.BSF.2.00.0906181400500.41055@wojtek.tensor.gdynia.pl> In-Reply-To: <200906181155.n5IBtfU1046242@dc.cis.okstate.edu> References: <200906181155.n5IBtfU1046242@dc.cis.okstate.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> I have been asked to come up with an automated way of producing > web pages. Specifically, this is for mrtg but it really doesn't > matter. The idea is that there are many pages which are > identical except for different names and a couple of other items > such as whether the page represents a system that is actively > being polled or was being polled at one time but is now here for > archival purposes, that sort of thing. sed is great for your needs. If not enough - simply write bash script. HTML is purely text format, so generating it with unix tools is simple. > Is there any open-source platform which makes this > especially quick and easy? Of course, as one who likes to script Yes. all standard unix tools. bash, sed, perl, awk, 100th of others.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.00.0906181400500.41055>