Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
BULGE | now with web-based post management
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  7 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Stanley Lieber  
View profile  
 More options Aug 30 2011, 1:10 am
From: Stanley Lieber <stanley.lie...@gmail.com>
Date: Tue, 30 Aug 2011 00:10:46 -0500
Local: Tues, Aug 30 2011 1:10 am
Subject: BULGE | now with web-based post management
BULGE - blog, url, paste

DESCRIPTION
        BULGE utilizes rc(1) and command line tools to display
        blog posts (blog), bookmarked URLs (url), or pastebin
        entries (paste). 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's 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.

ADMIN
        Any tool that can create, alter, or delete flat files
        and directories is sufficient to administer a BULGE.

        Web-based login and administration utilizes werc's
        user authentication combined with custom pages
        for adding, updating and deleting posts:

        http://$masterSite/login
                Login using werc's user authentation.

        http://$masterSite/user
                After logging in, manage posts through the
                admin interface.

        Web-based administration requires that the src/
        directory and its sub-directories are writable by
        the web server process.

SOURCE
        http://plan9.stanleylieber.com/werc/apps/bulge.tgz

DEVELOPMENT SITES
        blog
                http://stanleylieber.com
        bookmarks
                http://url.stanleylieber.com
        pastebin
                http://okturing.com

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jacob Todd  
View profile  
 More options Aug 30 2011, 2:10 am
From: Jacob Todd <jaketodd...@gmail.com>
Date: Tue, 30 Aug 2011 02:10:59 -0400
Local: Tues, Aug 30 2011 2:10 am
Subject: Re: BULGE | now with web-based post management

Didn't you already post this app, but with a different name?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stanley Lieber  
View profile  
 More options Aug 30 2011, 10:42 am
From: Stanley Lieber <stanley.lie...@gmail.com>
Date: Tue, 30 Aug 2011 09:42:34 -0500
Local: Tues, Aug 30 2011 10:42 am
Subject: Re: BULGE | now with web-based post management

> Didn't you already post this app, but with a different name?

I posted the app under the same name when it was first finished.
This is an update with new features.

I recently posted a utility for BULGE called fg that imports an RSS
feed and converts it to BULGE posts (now included in the distribution).

The whole thing is loosely based on my previous, non-werc project,
askeladd:

http://code.stanleylieber.com/askeladd

-sl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stanley Lieber  
View profile  
 More options Aug 30 2011, 10:54 am
From: Stanley Lieber <stanley.lie...@gmail.com>
Date: Tue, 30 Aug 2011 09:54:38 -0500
Local: Tues, Aug 30 2011 10:54 am
Subject: Re: BULGE | now with web-based post management
NOTE:

The example CSS stylesheets are kind of a mess, as I haven't
yet removed a lot of deprecated items. But they work.

-sl


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David J Patrick  
View profile  
 More options Aug 30 2011, 3:19 pm
From: David J Patrick <d...@linuxcaffe.ca>
Date: Tue, 30 Aug 2011 15:19:09 -0400
Local: Tues, Aug 30 2011 3:19 pm
Subject: Re: BULGE | now with web-based post management

On Tue, Aug 30, 2011 at 12:10:46AM -0500, Stanley Lieber wrote:
> BULGE - blog, url, paste

Can you give us a link to see it in action ?
djp

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jacob Todd  
View profile  
 More options Aug 30 2011, 3:21 pm
From: Jacob Todd <jaketodd...@gmail.com>
Date: Tue, 30 Aug 2011 15:21:26 -0400
Local: Tues, Aug 30 2011 3:21 pm
Subject: Re: BULGE | now with web-based post management

Check the bottom of the first post...
On Aug 30, 2011 3:19 PM, "David J Patrick" <d...@linuxcaffe.ca> wrote:

> On Tue, Aug 30, 2011 at 12:10:46AM -0500, Stanley Lieber wrote:
>> BULGE - blog, url, paste

> Can you give us a link to see it in action ?
> djp

> --
> You received this message because you are subscribed to the Google Groups
"werc" group.
> To post to this group, send email to werc9@googlegroups.com.
> To unsubscribe from this group, send email to

werc9+unsubscribe@googlegroups.com.
> For more options, visit this group at

http://groups.google.com/group/werc9?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stanley Lieber  
View profile  
 More options Aug 30 2011, 3:25 pm
From: Stanley Lieber <stanley.lie...@gmail.com>
Date: Tue, 30 Aug 2011 14:25:20 -0500
Local: Tues, Aug 30 2011 3:25 pm
Subject: Re: BULGE | now with web-based post management
 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »