https://github.com/xiokka/webweaver
Generate a sites directory from an XML file.
https://github.com/xiokka/webweaver
Last synced: about 1 year ago
JSON representation
Generate a sites directory from an XML file.
- Host: GitHub
- URL: https://github.com/xiokka/webweaver
- Owner: xiokka
- License: gpl-3.0
- Created: 2024-10-28T18:21:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T21:28:57.000Z (over 1 year ago)
- Last Synced: 2025-02-13T14:43:52.049Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webweaver
## Description
Generate a sites directory from an XML file.
The XML structure must be:
```xml
Your Bookmarks Website Title
Your Bookmarks Website Description
https://xiokka.neocities.org/
Xiokka's Digital Home
The Best Website On The Entire Universe.
Personal, Neocities, Oldweb Comma-separated tags
255 User-defined scored. Unsigned 8-bit integer (0-255). Defines website priority on the list.
```
## Usage
### Generate website
```bash
webweaver sites.xml
```