Skip to content

Commit

Permalink
Update WyPyPlus
Browse files Browse the repository at this point in the history
  • Loading branch information
lchen198 authored Jul 23, 2021
1 parent 407e19d commit 07d72e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions w/WyPyPlus
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ WyPyPlus (pronounced "whippy plus") is a minimalist wiki server in 23 lines of c
* Runs on Mac, Linux and Windows.
* A built-in calendar and daily journal.
* A GetThingsDone template to help you setup your GTD system quickly.
* A tempalte system that automatically inserts pre-defined content into new wiki pages.
* A template system that automatically inserts pre-defined content into new wiki pages.
* Full-text search.
* A modernized and mobile-friendly look using [Sakura CSS](https://github.com/oxalorg/sakura).
* Wiki pages save to plain text files under the "w" directory
Expand Down Expand Up @@ -91,10 +91,10 @@ There's no difference between Tags and WikiWords. When you create a new page, th
For example, you can create a page called ToDo, and put the word ToDo to other pages and see references here:
http://127.0.0.1:8000/cgi-bin/wypyplus?p=ToDo&q=f

### How to define and use a tempalte
You can create a template just like any other wiki page. A tempalte name must start with "Tpl" and follow by three characters. WyPyPlus will automatically insert content to a new wiki page when the first three character of the page matche the tempalte.
### How to define and use a template
You can create a template just like any other wiki page. A template name must start with "Tpl" and follow by three characters. WyPyPlus will automatically insert its content to a new wiki page when the first three characters of the page matches the template

For example, If you create a template page called TplJan, a new page called Jan23 will load the content from tempalte.
For example, If you create a template page called TplJan, a new page called Jan23 will load the content from the template.

# Source Code

Expand Down

0 comments on commit 07d72e3

Please sign in to comment.