website for Webcam Manager
https://wm.diagram.institute
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.vscode | 2 years ago | |
Steps-Mono-webfont | 3 years ago | |
assets | 2 years ago | |
webcam-manager-user-guide | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
package-lock.json | 3 years ago | |
package.json | 3 years ago | |
readme.md | 2 years ago |
readme.md
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://git.diagram.institute/Telecommuters/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).