Added readme
31
README.md
Normal file
@ -0,0 +1,31 @@
|
||||
# LiteRyzJS/Treeview
|
||||
|
||||
> LiteRyzJS/Treeview is a basic treeview control written in pure JavaScript. Formerly, BBTreeview.
|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
- Basic treeview
|
||||
- Checkboxes
|
||||
|
||||
## Screenshots
|
||||
|
||||
[](wiki/screenshot-0.png)
|
||||
[](wiki/screenshot-1.png)
|
||||
[](wiki/screenshot-2.png)
|
||||
[](wiki/screenshot-3.png)
|
||||
|
||||
---
|
||||
|
||||
## Releases & Builds
|
||||
|
||||
See [Releases](/Ray/literyzjs-treeview/releases)
|
||||
|
||||
## Documentation
|
||||
|
||||
See [Usage](wiki/USAGE.md)
|
||||
|
||||
## License
|
||||
|
||||
This project is licensed under the least restrictive terms of its dependencies, viz. MIT License.
|
||||
134
wiki/USAGE.md
Normal file
@ -0,0 +1,134 @@
|
||||
JS: LiteRyzJS/Treeview
|
||||
|
||||
```md
|
||||
# JS: LiteRyzJS/Treeview
|
||||
|
||||
> Hi, I'm Ray
|
||||
|
||||
## Navigation
|
||||
|
||||
- Home
|
||||
- Articles
|
||||
- Photo Albums
|
||||
- Releases
|
||||
- Projects
|
||||
|
||||
## Social Links
|
||||
|
||||
- Flickr
|
||||
- Git Repository
|
||||
- Goodreads
|
||||
- Instagram
|
||||
- LinkedIn
|
||||
- Bluesky
|
||||
|
||||
---
|
||||
|
||||
## Project Overview
|
||||
|
||||
**Name:** `{{ Content.Name }}`
|
||||
|
||||
**Description:** `{{ Content.Description }}`
|
||||
|
||||
**Current Version:** `{{ Content.CurrentVersion }}`
|
||||
|
||||
### Call To Action
|
||||
|
||||
The page dynamically renders up to four CTA buttons such as:
|
||||
|
||||
- Download
|
||||
- Documentation
|
||||
- Git Repository
|
||||
- Other project links
|
||||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
The following section is dynamically populated from `Content.Features`:
|
||||
|
||||
- `{{ item }}`
|
||||
- `{{ item }}`
|
||||
- `{{ item }}`
|
||||
|
||||
---
|
||||
|
||||
## Releases & Builds
|
||||
|
||||
This section is dynamically generated from `Content.History`.
|
||||
|
||||
For each release:
|
||||
|
||||
### `{{ item.Name }}` (`{{ item.Date }}`)
|
||||
|
||||
#### Changelog
|
||||
|
||||
- `{{ item2 }}`
|
||||
- `{{ item2 }}`
|
||||
|
||||
#### Downloads
|
||||
|
||||
| Download | MD5 |
|
||||
|---|---|
|
||||
| `{{ item2.Name }}` | `{{ item2.MD5 }}` |
|
||||
|
||||
#### Documentation
|
||||
|
||||
- `{{ item2.Name }}`
|
||||
|
||||
---
|
||||
|
||||
## License & Warranty
|
||||
|
||||
This section is dynamically populated from `Content.License`.
|
||||
|
||||
---
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
This section is dynamically populated from:
|
||||
|
||||
- `Content.Acknowledgements`
|
||||
- `Content.Attribution`
|
||||
|
||||
Example attribution list:
|
||||
|
||||
- `{{ item.Name }}`
|
||||
|
||||
---
|
||||
|
||||
## Screenshots
|
||||
|
||||
Screenshots are dynamically rendered from `Content.Screenshots`.
|
||||
|
||||
---
|
||||
|
||||
## Code Repository
|
||||
|
||||
Repository buttons are rendered from `Content.Repositories`.
|
||||
|
||||
---
|
||||
|
||||
## Footer
|
||||
|
||||
### Sections
|
||||
|
||||
- Home
|
||||
- Articles
|
||||
- Photo Albums
|
||||
- Releases
|
||||
- Projects
|
||||
|
||||
### Social
|
||||
|
||||
- Flickr
|
||||
- Git Repository
|
||||
- Goodreads
|
||||
- Instagram
|
||||
- LinkedIn
|
||||
- Bluesky
|
||||
|
||||
---
|
||||
|
||||
Copyright © 2014–2026 Ray Lam. All Rights Reserved.
|
||||
```
|
||||
BIN
wiki/screenshot-0-h240.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
wiki/screenshot-0.png
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
wiki/screenshot-1-h240.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
wiki/screenshot-1.png
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
BIN
wiki/screenshot-2-h240.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
wiki/screenshot-2.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
BIN
wiki/screenshot-3-h240.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
wiki/screenshot-3.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |