Bug 128072 - [NEW PORT] www/WadcomBlog: Simple open-source static blog engine written in Python
Summary: [NEW PORT] www/WadcomBlog: Simple open-source static blog engine written in P...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-13 20:10 UTC by Julien Laffaye
Modified: 2008-12-25 20:10 UTC (History)
0 users

See Also:


Attachments
WadcomBlog-0.3.shar (3.55 KB, text/plain)
2008-10-13 20:10 UTC, Julien Laffaye
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Laffaye 2008-10-13 20:10:01 UTC
WadcomBlog is a simple open-source static blog engine written in Python
by Vlad Skvortsov and distributed under BSD license.
It doesn't use any backend database but instead reads a set of plain i
text files (in RFC2822 format) and creates a tree of interlinked HTML pages
that may be then published. To update a blog one just needs to add a file
to the source tree and run the command-line WadcomBlog script
to regenerate the output.

WWW:	http://vss.73rus.com/wadcomblog/

Generated with FreeBSD Port Tools 0.77
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2008-10-13 21:27:58 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2008-12-25 20:08:50 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-12-25 20:09:17 UTC
miwi        2008-12-25 20:09:01 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/wadcomblog       Makefile distinfo pkg-descr pkg-plist 
  Log:
  WadcomBlog is a simple open-source static blog engine written in Python
  by Vlad Skvortsov and distributed under BSD license.
  It doesn't use any backend database but instead reads a set of plain i
  text files (in RFC2822 format) and creates a tree of interlinked HTML pages
  that may be then published. To update a blog one just needs to add a file
  to the source tree and run the command-line WadcomBlog script
  to regenerate the output.
  
  WWW:    http://vss.73rus.com/wadcomblog/
  
  PR:             ports/128072
  Submitted by:   Julien Laffaye <kimelto at gmail.com>
  
  Revision  Changes    Path
  1.2212    +1 -0      ports/www/Makefile
  1.1       +33 -0     ports/www/wadcomblog/Makefile (new)
  1.1       +3 -0      ports/www/wadcomblog/distinfo (new)
  1.1       +9 -0      ports/www/wadcomblog/pkg-descr (new)
  1.1       +27 -0     ports/www/wadcomblog/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"