forked from cmccabe/rtc-man-pages
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.2 KiB
42 lines
1.2 KiB
.TH shlog 5 "19 Apr 2019" "version 0.01"
|
|
|
|
.SH NAME
|
|
|
|
shlog - the shell blog
|
|
|
|
.SH SYNOPSIS
|
|
|
|
mkdir ~/.shlog
|
|
.br
|
|
touch ~/.shlog/yyyy-mm-dd-first-shlog-post.txt
|
|
.br
|
|
chmod -R 755 ~/.shlog/
|
|
|
|
.SH DESCRIPTION
|
|
|
|
'shlog' is the rawtext.club's (RTC) internal blog platform. Really it is just a file structure and naming convention that provides consistency to internal-only, shell-based blogging so that users can publish posts and other users can browse them.
|
|
|
|
.SH STRUCTURE
|
|
|
|
Create a '.shlog' directory in the top of your home directory. Make sure it is readable by other users.
|
|
|
|
In that '.shlog' directory, simply use your favorite text editor to create posts.
|
|
|
|
Name your posts according to this filename convention: yyyy-mm-dd-post-name.txt
|
|
|
|
Make sure your posts are readable by other users. And you're shlogging!
|
|
|
|
.SH SYSTEM POLICIES
|
|
|
|
shlog posts are intended to be privately accessible ONLY to RTC users. You may do as you wish with your own content, of course, but please DO NOT make content from other users' shlogs accessible outside of RTC.
|
|
|
|
.SH AUTHOR
|
|
|
|
You!
|
|
|
|
.SH SEE ALSO
|
|
|
|
See '~papa/share/bin/shlog -h' for an in-development shlog browser/roller.
|
|
|
|
You also have ~public_gopher and ~public_html directories for publishing internet-wide publicly viewable phlogs and blogs
|