1
0
Fork
You've already forked webcam_manager_userguide
0
🌐 website for Webcam Manager
  • HTML 75.6%
  • JavaScript 12.8%
  • Shell 11.6%
2024年04月02日 11:59:13 +01:00
.vscode Fix spaces in file names 2024年02月02日 15:45:22 +00:00
assets update assets 2021年05月20日 10:16:11 +01:00
Steps-Mono-webfont steps mono webfont 2021年03月23日 20:05:15 +00:00
webcam-manager-user-guide Update GIT repos URLs 2024年04月02日 11:50:15 +01:00
.gitignore ignore updates to StoryList 2021年04月26日 22:30:25 +01:00
deploy.sh Document deployment 2024年04月02日 11:59:13 +01:00
LICENSE fix graphics 2021年05月18日 17:27:06 +01:00
package-lock.json . 2024年02月01日 15:42:49 +00:00
package.json Install TW in project 2021年03月27日 12:39:45 +00:00
readme.md Update GIT repos URLs 2024年04月02日 11:50:15 +01:00

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://codeberg.org/IDS/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).