https://github.com/abzico/openbor-wiki
Accumulated resource of openbor i.e. tutorials, notes, engine code, etc https://wiki.abzi.co/openbor/
https://github.com/abzico/openbor-wiki
openbor technical wiki
Last synced: about 1 month ago
JSON representation
Accumulated resource of openbor i.e. tutorials, notes, engine code, etc https://wiki.abzi.co/openbor/
- Host: GitHub
- URL: https://github.com/abzico/openbor-wiki
- Owner: abzico
- Created: 2019-06-09T08:26:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T22:14:50.000Z (over 6 years ago)
- Last Synced: 2025-01-23T11:34:45.829Z (about 1 year ago)
- Topics: openbor, technical, wiki
- Language: HTML
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openbor-wiki
The file structure is to host as website on server.
* `index.html` is the first page users will see at your web server `.../openbor-wiki` path.
* `src` is directory that holds the source for editing posts in `.txt` format which finally will be manually converted into `.html` with `pandoc` tool via `pandoc -B header.html filename.txt -o filename.html` or similary `pandoc -s -B header.html filename.txt -o filename.html`.
* `.html` files will live in `posts` directory.
This project doesn't aim to provide good looking website thus style. Pure focus on content as reference, and to be useful for OpenBOR users.
# make.sh
Use `make.sh` to manage and edit a new/existing post.
`./make.sh new ` - in which `` can be either new or existing file. If it's the latter
case, then it will ask you to confirm whether to overwrite or continue editing. Behind the scene,
it listen to changes event of file, and open browser tab (`firefox` for now) for you to see the
changes immediately.
# Credits
* `belug1.css` and webpage style - taken from [The Linux Information Project](http://www.linfo.org)
# License
Copyrights 2019, Wasin Thonkaew, Angry Baozi (气包子) https://abzi.co.
In case of reprinting, or to do anything with the article you're unsure of, please write me e-mail.