mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
4fa3094071
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>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
bin/wadcomblog.py
|
|
bin/wblg-mk-redirects.py
|
|
bin/wblg-new.py
|
|
%%PYTHON_SITELIBDIR%%/lib/__init__.py
|
|
%%PYTHON_SITELIBDIR%%/lib/ezt.py
|
|
%%PYTHON_SITELIBDIR%%/lib/__init__.pyc
|
|
%%PYTHON_SITELIBDIR%%/lib/ezt.pyc
|
|
%%PYTHON_SITELIBDIR%%/lib/__init__.pyo
|
|
%%PYTHON_SITELIBDIR%%/lib/ezt.pyo
|
|
@dirrmtry %%PYTHON_SITELIBDIR%%/lib
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/my.wblg
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/static/license.txt
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/static/resume.txt
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/swa/one-entry/index.html
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/entry-header.ezt
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/entry.ezt
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/feed.ezt
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/index.ezt
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/templates
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/swa/one-entry
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/swa
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/static
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|