There were some typos.

This commit is contained in:
June Hardy 2022-12-22 02:59:58 +01:00
parent b4299f56cc
commit bb210ad92e
2 changed files with 11 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Lipu e pilin
Lipu e pilin (Toki Pona for "document experiences"), is just a bunch of scripts to allow you to do microblogging using git commits.
You can use it as an offline/downloadble blog, readable with git log, or as a traditional web page, with the index.html generate at each commit.
You can use it as an offline/downloadable blog, readable with git log, or as a traditional web page, with the index.html generate at each commit.
## How it works
When you create a commit, the pre-commit hook runs a perl script to export a git log in a neat and simple HTML file.
@ -11,8 +11,8 @@ When you create a commit, the pre-commit hook runs a perl script to export a git
- Perl
## Installation
Download the latest release. After extracting it, run `git init` in the directory.
Copy the pre-commit hook in your .git/hooks directory.
Download the latest release. After extracting it, run `git init` in the directory.
Copy the pre-commit hook in your .git/hooks directory.
Et voilà!
Note: because the HTML file is created by parsing a git log command, its always late of 1 commit.

View File

@ -3,11 +3,17 @@
<meta charset="utf-8">
</head>
<body><pre>
* commit 09010fd
* commit 7d6ed9c
| Author: June &lt;june@lacoloc.cafe&gt;
| Date: Thu Dec 22 02:59:58 2022 +0100
|
| There were some typos.
|
* commit b4299f5
| Author: June &lt;june@lacoloc.cafe&gt;
| Date: Thu Dec 22 02:55:15 2022 +0100
|
| Now, we have a useful README.me
| Now, we have a useful README.md
|
* commit 15da013
| Author: June &lt;june@lacoloc.cafe&gt;