Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit fad0894

Browse files
author
R. Nicolás Savinelli
committed
v1.2
1 parent 90822f1 commit fad0894

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[VERSION 1.2]
2+
- `_listandPrompt` now has bound detection.
3+
- Entries are automatically listed inside index.html
4+
5+
[VERSION 1.1]
6+
- Bug fixes
7+
18
[VERSION 1.0]
29

310
- The initialization mechanism has been modified.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For a list of all changes made to the original script review the [`CHANGELOG`](h
1010

1111
For licensing details refer to the [`LICENSE`](https://github.com/rnsavinelli/nlb/blob/blog/LICENSE) file.
1212

13-
IMPORTANT: This fork will be kept up-to-date with Luke's upstream version as long as updates are proven to be useful, or valuable. For instance, commit [f13cf1a](https://github.com/LukeSmithxyz/lb/commit/f13cf1a3a642dcaa6eb188b15db4e36450edcabd)
13+
IMPORTANT: This fork will be kept up-to-date with Luke's upstream version as long as updates are proven to be useful, or valuable. For instance, commit [f13cf1a](https://github.com/LukeSmithxyz/lb/commit/f13cf1a3a642dcaa6eb188b15db4e36450edcabd)
1414
seemed to be an improvement at first, but it ended up obfuscating the user's experience. See pull request [#35](https://github.com/LukeSmithxyz/lb/pull/35) and commit [66e2a7a](https://github.com/LukeSmithxyz/lb/commit/66e2a7a1eda6d835266d8ad62270d87b50ee488c) for more details.
1515

1616
## Features
@@ -19,6 +19,7 @@ seemed to be an improvement at first, but it ended up obfuscating the user's exp
1919

2020
- A Rolling Blog Page. See [my own Rolling Page](https://rnsavinelli.github.io/blog.html) as an example.
2121
- A list of all blog entries with dates: [Blog List File](https://rnsavinelli.github.io/blogindex.html).
22+
- Idem but for the website's index: [my own Index Page](https://rnsavinelli.github.io/index.html).
2223
- All your blog posts appear as standalone entries/pages, for example [like this one](https://rnsavinelli.github.io/blog/now-plotting-network-traffic.html).
2324
- These standalone files exist in a `blog/` directory, which you can allow to be browsed manually via your Apache web server.
2425
- Blog posts are added, in full form, to an RSS feed of your chosing as well, see [my RSS feed](https://rnsavinelli.github.io/rss.xml).
@@ -34,12 +35,11 @@ seemed to be an improvement at first, but it ended up obfuscating the user's exp
3435
./nlb n(ew) # Make a new blog post draft.
3536
./nlb e(dit) # Edit a draft of an entry.
3637
./nlb t(rash) # Delete a draft of an entry.
38+
./nlb l(ist) # List all drafts.
3739
./nlb p(ublish) # Finalize/publish a blog post draft.
3840

3941
./nlb d(elete) # Delete a published blog post.
4042
./nlb r(evise) # Revise an already published entry (you can republish it with `nlb p` when done).
41-
42-
./nlb l(ist) # List all drafts.
4343
./nlb h(istory) # List published entries (publication history)
4444
```
4545

@@ -55,7 +55,7 @@ seemed to be an improvement at first, but it ended up obfuscating the user's exp
5555

5656
IMPORTANT: `lb` markers were NOT modified to grant backwards compatibility.
5757

58-
For the system to work, add the following comment line to a (1) Rolling Blog File (as above), a (2) Blog List File and (3) RSS feed.
58+
For the system to work, add the following comment line to a (1) Rolling Blog File (as above), a (2) Blog List File, a (3) Index File, and (4) RSS feed. See the example files provided with `nlb` to have a better picture.
5959

6060
```
6161
<!-- LB -->

0 commit comments

Comments
 (0)