bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

commit dae3869f9d2758f12026dcb173f741bc041962d6
parent 661390646b7680241cea55091f15ec443d79b842
Author: cipher <haris@2f30.org>
Date:   Mon,  2 Dec 2013 22:00:42 +0200

comment fix

Diffstat:
Mbin/bliper-generate.pl | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/bliper-generate.pl b/bin/bliper-generate.pl @@ -81,7 +81,7 @@ chdir($pages_b) or die "Can't change path to $indir $!\n"; print "Entering " . getcwd . "\n\n"; my @ind_pages = <*>; -foreach my $file (@ind_pages) { # Read each file(post) from indir, cat to $outdir/$file.html +foreach my $file (@ind_pages) { # Read each page that we do not want to add in our menu print "Processing individual page:"; printf ("%-30s", $file); print "\t==> output file:\t" . "../$outdir/$file.html\n";