Skip to content

Cardigan-Bay Early 0.0.3

Compare
Choose a tag to compare
@interstar interstar released this 31 Aug 01:47
· 277 commits to master since this release

Working version : 29/08/2020

Tested on Linux, Raspian on the Raspberry Pi 3, Windows

Quick Start :

Unzip the cardigan.zip file

Go into the cardigan directory

java -jar cardigan.jar

Go to http://localhost:4545/index.html in your browser

This is in the go.sh file. And the go.bat file for Windows.

Options

java -jar cardigan.jar -n NAME -p PORT-NUMBER -d DIRECTORY

NAME should be a string, and be the name of your wiki. Eg. "ThoughtStorms Wiki"

PORT-NUMBER should be a port number. Eg. 4008. That puts your wiki at http://localhost:4008/index.html

DIRECTORY should be the absolute path on your operating system to an existing directory where you will keep the pages.

By Default

Cardigan Bay uses a directory called bedrock which contains the default wiki pages. It's best to start any new wiki by cloning the "bedrock" directory. Cardigan Bay doesn't need you to do this, this, but there is useful functionality and examples embedded in those pages.

The front-page of all wikis is the "HelloWorld" page.

The default port number is 4545

What's in this release?

Bug Fixes

Nicer CSS and look

Has automatic backlinks in an automatically generated card at the end of each page. (For all you Roam Research cultists)

Moved to Java new Files and Paths to manage file system and dropped fsquery-clj dependency.