forked from endorphant/ttbp
adding settings descriptions to manual
parent
8d93eba14d
commit
8508854fb3
14
README.html
14
README.html
|
@ -133,6 +133,20 @@ them from within the program can help keep your files properly linked up.</p>
|
|||
makes a second copy for safekeeping in your home directory). you will no
|
||||
longer show up in any lists as a user.</li>
|
||||
</ul>
|
||||
<h3>settings</h3>
|
||||
<p>the settings menu lets you change specific options for handling your feels and
|
||||
using the interface.</p>
|
||||
<ul>
|
||||
<li><strong>editor</strong>--set your text editor</li>
|
||||
<li><strong>gopher</strong>--opt in or out of automatically posting to gopher</li>
|
||||
<li><strong>post as nopub</strong>--set whether posts default to being published or not
|
||||
published (if you're not publishing your feels, this doesn't matter)</li>
|
||||
<li><strong>publish dir</strong>--set the directory under you <code>public_html</code> where feels will be
|
||||
published (if you're not publishing your feels, this defaults to <code>None</code>)</li>
|
||||
<li><strong>publishing</strong>--opt in or out of automatically publishing entries to a
|
||||
world-readable html page</li>
|
||||
<li><strong>rainbows</strong>--opt in or out of having multicolored menu text</li>
|
||||
</ul>
|
||||
<h3>changing your page layout</h3>
|
||||
<p>you can modify how your blog looks by editing the stylesheet or header and
|
||||
footer files. the program sets you up with basic default. if you break your page
|
||||
|
|
15
README.md
15
README.md
|
@ -166,6 +166,21 @@ them from within the program can help keep your files properly linked up.
|
|||
makes a second copy for safekeeping in your home directory). you will no
|
||||
longer show up in any lists as a user.
|
||||
|
||||
### settings
|
||||
|
||||
the settings menu lets you change specific options for handling your feels and
|
||||
using the interface.
|
||||
|
||||
* **editor**--set your text editor
|
||||
* **gopher**--opt in or out of automatically posting to gopher
|
||||
* **post as nopub**--set whether posts default to being published or not
|
||||
published (if you're not publishing your feels, this doesn't matter)
|
||||
* **publish dir**--set the directory under you `public_html` where feels will be
|
||||
published (if you're not publishing your feels, this defaults to `None`)
|
||||
* **publishing**--opt in or out of automatically publishing entries to a
|
||||
world-readable html page
|
||||
* **rainbows**--opt in or out of having multicolored menu text
|
||||
|
||||
### changing your page layout
|
||||
|
||||
you can modify how your blog looks by editing the stylesheet or header and
|
||||
|
|
|
@ -123,6 +123,20 @@ them from within the program can help keep your files properly linked up.</p>
|
|||
makes a second copy for safekeeping in your home directory). you will no
|
||||
longer show up in any lists as a user.</li>
|
||||
</ul>
|
||||
<h3>settings</h3>
|
||||
<p>the settings menu lets you change specific options for handling your feels and
|
||||
using the interface.</p>
|
||||
<ul>
|
||||
<li><strong>editor</strong>--set your text editor</li>
|
||||
<li><strong>gopher</strong>--opt in or out of automatically posting to gopher</li>
|
||||
<li><strong>post as nopub</strong>--set whether posts default to being published or not
|
||||
published (if you're not publishing your feels, this doesn't matter)</li>
|
||||
<li><strong>publish dir</strong>--set the directory under you <code>public_html</code> where feels will be
|
||||
published (if you're not publishing your feels, this defaults to <code>None</code>)</li>
|
||||
<li><strong>publishing</strong>--opt in or out of automatically publishing entries to a
|
||||
world-readable html page</li>
|
||||
<li><strong>rainbows</strong>--opt in or out of having multicolored menu text</li>
|
||||
</ul>
|
||||
<h3>changing your page layout</h3>
|
||||
<p>you can modify how your blog looks by editing the stylesheet or header and
|
||||
footer files. the program sets you up with basic default. if you break your page
|
||||
|
|
|
@ -146,6 +146,21 @@ them from within the program can help keep your files properly linked up.
|
|||
makes a second copy for safekeeping in your home directory). you will no
|
||||
longer show up in any lists as a user.
|
||||
|
||||
### settings
|
||||
|
||||
the settings menu lets you change specific options for handling your feels and
|
||||
using the interface.
|
||||
|
||||
* **editor**--set your text editor
|
||||
* **gopher**--opt in or out of automatically posting to gopher
|
||||
* **post as nopub**--set whether posts default to being published or not
|
||||
published (if you're not publishing your feels, this doesn't matter)
|
||||
* **publish dir**--set the directory under you `public_html` where feels will be
|
||||
published (if you're not publishing your feels, this defaults to `None`)
|
||||
* **publishing**--opt in or out of automatically publishing entries to a
|
||||
world-readable html page
|
||||
* **rainbows**--opt in or out of having multicolored menu text
|
||||
|
||||
### changing your page layout
|
||||
|
||||
you can modify how your blog looks by editing the stylesheet or header and
|
||||
|
|
Loading…
Reference in New Issue