BULGE - blog, url, paste
DESCRIPTION
BULGE utilizes rc(1) and command line tools to display
blog posts, lists of URLs or pastebin entries. Tagging and
RSS 2.0 feeds have been implemented.
SETUP
To enable BULGE, add:
conf_enable_bulge
to _werc/config in the site root or appropriate sub-directory.
To configure BULGE, copy or create the following files in
_werc/bulge/, either in the site root or in the sub-directory
you wish to activate (example files have been included in
this distribution):
_werc/bulge/config
A list of variables that control various site options:
site_type=paste # blog, url, paste
site_tmp=_tmp
posts_per_page=10
show_body=1
show_date=1
show_footer=0
show_header=0
show_id=1
show_link=0
show_raw=1
show_sidebar=0
show_tags=0
show_title=1
_werc/bulge/footer
HTML or markdown that will appear as the foot of
the BULGE content area.
_werc/bulge/header
HTML or markdown that will appear at the head of
the BULGE content area.
_werc/bulge/sidebar
HTML or markdown that will appear on one side of
the BULGE content area.
Finally, sample stylesheets are provided in the directory
pub/. Copy any of these to _werc/pub/style.css to try
them out.
POSTS
Posts are stored in the directory src/ relative to the
site root or active sub-directory.
Directory names in src/ that do not match the regular
expression [0-9]* will not be included in the listing of
posts that are displayed in the browser. However, such
directories will still be accessible when called directly
via the appropriate URL.
A post's directory contains the following files and
directories (an example post directory has been
included in this distribution):
body
date
link
tags/
title
The tags/ directory contains one empty file named
for each tag associated with the post.
SOURCE
http://plan9.stanleylieber.com/werc/apps/bulge.tgz
DEVELOPMENT SITES
blog
http://blog.okturing.com
bookmarks
http://url.okturing.com
pastebin
http://okturing.com
BUGS
User authentication and web-based post creation
are still in progress and are not currently functional.
LICENSE
Some code was borrowed from the existing blagh
app, while other code was adapted from a previous
project. In all cases, the code is released to the
public domain.
--
You received this message because you are subscribed to the Google Groups
"werc" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/werc9?hl=en.