🌐 website for Webcam Manager
- HTML 75.6%
- JavaScript 12.8%
- Shell 11.6%
|
|
||
|---|---|---|
| .vscode | Fix spaces in file names | |
| assets | update assets | |
| Steps-Mono-webfont | steps mono webfont | |
| webcam-manager-user-guide | Update GIT repos URLs | |
| .gitignore | ignore updates to StoryList | |
| deploy.sh | Document deployment | |
| LICENSE | fix graphics | |
| package-lock.json | . | |
| package.json | Install TW in project | |
| readme.md | Update GIT repos URLs | |
Webcam Manager User Manual
Website and documentation for Webcam Manager
This website is built with TiddlyWiki, specifically the nodejs version used locally to produce a static site.
Install
- Clone this repository
git clone https://codeberg.org/IDS/webcam_manager_userguide.git
- Install TiddlyWiki
cd webcam_manager_userguide
npm install
- Launch local server
tiddlywiki webcam-manager-user-guide --listen
- Open the address in a browser
syncer-server-filesystem: Dispatching 'save' task: $:/StoryList
Serving on http://127.0.0.1:8080
Modify the site
See the TiddlyWiki documentation
To add a page:
- Click the "+" button in the sidebar
- Assign the section with the tag name menu under the title
- Choose between TiddlyWiki syntax (default) or Markdown using the "type" menu at the bottom
Images are added by dragging them onto the wiki browser window.
To contribute your changes back to the main site please submit a pull-request.
Build as a static site
cd webcam_manager_userguide
./build.sh
This produces HTML files and static assets in output/static/ (ignored by git).