public
Description: Command-line blog engine
Homepage: http://rcrowley.org/2008/09/03/bashpress
Clone URL: git://github.com/rcrowley/bashpress.git
rcrowley (author)
Mon Mar 16 21:44:44 -0700 2009
commit  b7711a421cda5b50387593ecb6f8e77eff1e3a1f
tree    7b3043a73a9fdf29deff634a6f7b7b86a56d31fe
parent  71544c0ec6cd07acddfd9288cae224fdea05b235
bashpress / README
100644 50 lines (37 sloc) 1.383 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
NAME
Bashpress
 
SYNOPSIS
<bashpress>/bin/new <title>
<bashpress>/bin/publish [-c] <path>
 
DESCRIPTION
Bashpress is a rebellion against browser-based blogging engines,
WYSIWYG editors, and relational databases. It is command-line only,
has no user accounts, and doesn't use a database. It loves Smarty.
 
-c This option, available to bin/publish and bin/republish
will disable commenting no matter the default state.
 
INSTALLATION
Download or checkout Bashpress. Use the included httpd.conf file to
setup a VirtualHost rooted at <bashpress>/public. Create
<bashpress>/.templates and make it writable by the webserver.
 
Modify the PHP include_path variable, defined in httpd.conf, to point
to your Bashpress and Smarty installations.
 
Modify <bashpress>/include/config.php to setup basic site and feed
parameters, especially your site's Fully Qualified Domain Name.
(Since Bashpress contains PHP code run outside of the webserver SAPI,
this variable must be provided by the user.)
 
DEPENDENCIES
PHP <http://php.net/>
Smarty <http://smarty.net/>
 
VERSION
0.1
 
DATE
2008-08-17
 
AUTHOR
Richard Crowley <r@rcrowley.org>
 
SEE ALSO
<http://rcrowley.org/tags/bashpress>
<http://github.com/rcrowley/bashpress>
 
LICENSE
This work is licensed under a Creative Commons
Attribution-Share Alike 3.0 Unported License
<http://creativecommons.org/licenses/by-sa/3.0/>