Do not follow this link

~grauwoelfchen/workroom

The website of https://grauwoelfchen.net
Update about
Add a meta tag
Add a link

refs

trunk
browse  log 

clone

read-only
https://git.sr.ht/~grauwoelfchen/workroom
read/write
git@git.sr.ht:~grauwoelfchen/workroom

You can also use your local clone with git send-email.

#Workroom

pipeline status

Grauwölfchen's Workroom

The website of Grauwölfchen's Wookroom.

#Setup

# use stable
% rustc --version
rustc 1.54.0 (a178d0322 2021-07-26)

#Build

% make
% ./target/release/workroom
% xdg-open dst/index.html
# debug
% make build:debug && ./target/debug/workroom && xdg-open ./dst/index.html
# release
% make build:release && ./target/release/workroom && xdg-open ./dst/index.html

#License

This project is distributed as multiple licenses by parts.

#Contents (text, image)

GFDL-1.3

This work is distributed as the GNU Free Documentation License. (versior 1.3)

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included in the section entitled "GNU
Free Documentation License".

Check the GNU Free Documentation License.

#Software (program)

AGPL-3.0

This is free software: You can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>

See LICENSE.

Workroom
Copyright (C) 2014-2024 Yasha
Do not follow this link