Update to sblg-0.5.4.
Release notes: https://kristaps.bsd.lv/sblg/archive.html From Bryan Vyhmeister (maintainer); thanks!
This commit is contained in:
parent
3ac5b18c1d
commit
b5ea3410d4
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2019/08/12 06:32:33 solene Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2019/08/20 10:09:23 bentley Exp $
|
||||
|
||||
COMMENT = simple off-line blog utility
|
||||
|
||||
DISTNAME = sblg-0.4.29
|
||||
DISTNAME = sblg-0.5.4
|
||||
CATEGORIES = www
|
||||
|
||||
HOMEPAGE = https://kristaps.bsd.lv/sblg/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sblg-0.4.29.tar.gz) = PyL6uTsT8Hn6Xt3GPJQJnqS3BblHeBEv0aAp8klvEeA=
|
||||
SIZE (sblg-0.4.29.tar.gz) = 73325
|
||||
SHA256 (sblg-0.5.4.tar.gz) = sTMlSyJoovd4QIbgFs+Lj/xc3QZITHeKk15jQXIiIrs=
|
||||
SIZE (sblg-0.5.4.tar.gz) = 1447189
|
||||
|
@ -1,7 +1,3 @@
|
||||
sblg is a utility for creating static blogs: it knits together articles and
|
||||
templates, generating static HTML files and Atom feeds. It's built for use
|
||||
with make(1), as blogs depend upon articles, etc. No markdown, no "CMS", no
|
||||
CGI, no PHP. Just a simple tool for pulling data from articles and
|
||||
populating templates. sblg(1) is an ISC licensed ISO C utility that depends
|
||||
only on libexpat. (Where "simple" encompasses Atom feeds, multi-language
|
||||
support, tag filtering, etc.)
|
||||
templates in a variety of ways, generating static HTML files, Atom feeds,
|
||||
and even JSON. It is built for use with make.
|
||||
|
@ -1,5 +1,90 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/12/31 14:51:47 pascal Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2019/08/20 10:09:23 bentley Exp $
|
||||
@bin bin/sblg
|
||||
@man man/man1/sblg.1
|
||||
share/sblg/
|
||||
share/sblg/examples/
|
||||
share/sblg/examples/brutalist/
|
||||
share/sblg/examples/brutalist/Makefile
|
||||
share/sblg/examples/brutalist/README.md
|
||||
share/sblg/examples/brutalist/article1.md
|
||||
share/sblg/examples/brutalist/article10.md
|
||||
share/sblg/examples/brutalist/article2.md
|
||||
share/sblg/examples/brutalist/article3.md
|
||||
share/sblg/examples/brutalist/article4.md
|
||||
share/sblg/examples/brutalist/article5.md
|
||||
share/sblg/examples/brutalist/article6.md
|
||||
share/sblg/examples/brutalist/article7.md
|
||||
share/sblg/examples/brutalist/article8.md
|
||||
share/sblg/examples/brutalist/article9.md
|
||||
share/sblg/examples/brutalist/atom-template.xml
|
||||
share/sblg/examples/brutalist/index.css
|
||||
share/sblg/examples/brutalist/index.xml
|
||||
share/sblg/examples/brutalist/template.css
|
||||
share/sblg/examples/brutalist/template.xml
|
||||
share/sblg/examples/photos-column/
|
||||
share/sblg/examples/photos-column/Makefile
|
||||
share/sblg/examples/photos-column/README.md
|
||||
share/sblg/examples/photos-column/atom-template.xml
|
||||
share/sblg/examples/photos-column/index.css
|
||||
share/sblg/examples/photos-column/index.xml
|
||||
share/sblg/examples/photos-column/photo.css
|
||||
share/sblg/examples/photos-column/photo.xml
|
||||
share/sblg/examples/photos-column/photo1.jpg
|
||||
share/sblg/examples/photos-column/photo2.jpg
|
||||
share/sblg/examples/photos-column/photo3.jpg
|
||||
share/sblg/examples/photos-column/photo4.jpg
|
||||
share/sblg/examples/photos-column/photo5.jpg
|
||||
share/sblg/examples/photos-column/photo6.jpg
|
||||
share/sblg/examples/photos-column/photo7.jpg
|
||||
share/sblg/examples/photos-column/photo8.jpg
|
||||
share/sblg/examples/photos-grid/
|
||||
share/sblg/examples/photos-grid/Makefile
|
||||
share/sblg/examples/photos-grid/README.md
|
||||
share/sblg/examples/photos-grid/atom-template.xml
|
||||
share/sblg/examples/photos-grid/index.css
|
||||
share/sblg/examples/photos-grid/index.xml
|
||||
share/sblg/examples/photos-grid/photo.css
|
||||
share/sblg/examples/photos-grid/photo.xml
|
||||
share/sblg/examples/photos-grid/photo1.jpg
|
||||
share/sblg/examples/photos-grid/photo2.jpg
|
||||
share/sblg/examples/photos-grid/photo3.jpg
|
||||
share/sblg/examples/photos-grid/photo4.jpg
|
||||
share/sblg/examples/photos-grid/photo5.jpg
|
||||
share/sblg/examples/photos-grid/photo6.jpg
|
||||
share/sblg/examples/photos-grid/photo7.jpg
|
||||
share/sblg/examples/photos-grid/photo8.jpg
|
||||
share/sblg/examples/retro/
|
||||
share/sblg/examples/retro/Makefile
|
||||
share/sblg/examples/retro/README.md
|
||||
share/sblg/examples/retro/article1.md
|
||||
share/sblg/examples/retro/article2.md
|
||||
share/sblg/examples/retro/atom-template.xml
|
||||
share/sblg/examples/retro/index.css
|
||||
share/sblg/examples/retro/index.xml
|
||||
share/sblg/examples/retro/template.css
|
||||
share/sblg/examples/retro/template.xml
|
||||
share/sblg/examples/simple/
|
||||
share/sblg/examples/simple-frontpage/
|
||||
share/sblg/examples/simple-frontpage/Makefile
|
||||
share/sblg/examples/simple-frontpage/README.md
|
||||
share/sblg/examples/simple-frontpage/article1.xml
|
||||
share/sblg/examples/simple-frontpage/article2.jpg
|
||||
share/sblg/examples/simple-frontpage/article2.xml
|
||||
share/sblg/examples/simple-frontpage/article3.jpg
|
||||
share/sblg/examples/simple-frontpage/article3.xml
|
||||
share/sblg/examples/simple-frontpage/atom-template.xml
|
||||
share/sblg/examples/simple-frontpage/index.css
|
||||
share/sblg/examples/simple-frontpage/index.xml
|
||||
share/sblg/examples/simple-frontpage/template.css
|
||||
share/sblg/examples/simple-frontpage/template.xml
|
||||
share/sblg/examples/simple/Makefile
|
||||
share/sblg/examples/simple/README.md
|
||||
share/sblg/examples/simple/article1.xml
|
||||
share/sblg/examples/simple/article2.xml
|
||||
share/sblg/examples/simple/article3.xml
|
||||
share/sblg/examples/simple/atom-template.xml
|
||||
share/sblg/examples/simple/profile1.jpg
|
||||
share/sblg/examples/simple/profile2.jpg
|
||||
share/sblg/examples/simple/template.css
|
||||
share/sblg/examples/simple/template.xml
|
||||
share/sblg/schema.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user