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.
 
 
@🕸️🕸️🕸️🕸️🕸️ 779a2d60eb
add link
2 years ago
.vscode big update 2 years ago
Steps-Mono-webfont steps mono webfont 3 years ago
assets update assets 2 years ago
webcam-manager-user-guide add link 2 years ago
.gitignore ignore updates to StoryList 2 years ago
LICENSE fix graphics 2 years ago
package-lock.json Install TW in project 3 years ago
package.json Install TW in project 3 years ago
readme.md add sponsor details 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

  1. Clone this repository
git clone https://git.diagram.institute/Telecommuters/webcam_manager_userguide.git
  1. Install TiddlyWiki
cd webcam_manager_userguide
npm install
  1. Launch local server
tiddlywiki webcam-manager-user-guide --listen 
  1. 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).