cleaning out old files and found an old perl blogging engine i wrote:
#!/usr/bin/perl
chdir 'posts';
($f = `cat ../template.html`) =~ s/\$POSTS/`ls -r | xargs cat`/e;
`echo "$f" > ../build.html`;
cleaning out old files and found an old perl blogging engine i wrote:
#!/usr/bin/perl
chdir 'posts';
($f = `cat ../template.html`) =~ s/\$POSTS/`ls -r | xargs cat`/e;
`echo "$f" > ../build.html`;
Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.
All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.