10000 GitHub - yoannsculo/ucwiki: ucwiki is a tiny and static C wiki engine - Migrated to https://codeberg.org/yoannsculo/ucwiki
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

yoannsculo/ucwiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
COPYING 8000
 
 
 
 
 
 

Repository files navigation

µcwiki is a tiny and static C wiki engine. Meant to be as simple as possible. We just give a directory path as input, and the µcwiki transforms markup files into nice html pages powered with bootstrap.

The project is still in development, you can encounter some dirty bugs. Please don't hesitate to give me feedback. Thanks.

How to build it

git submodule init
git submodule update
make

How to run it

./ucwiki

Usage

Usage: ucwiki [OPTIONS]
       -i	: input directory
       -o	: output directory

By default, input dir is doc and output dir is tmp. But you can specify input and output directories.

./ucwiki -i ./example -o ./output

For instance, just start your web browser here to see the result:

firefox ./output

See, markdown syntax to start your wiki.

TODO LIST

  • [WISH] daemonize ucwiki to run in background and detect changes.
  • [WISH] handle yaml headers
  • [WISH] add a whitelist to copy just the files we need in extra.
  • [WISH] add an index.html at root dir

Dependencies

LICENSE

Licensed under the terms of the MIT License (MIT) See the file COPYING for details.

Contact

Yoann Sculo - yoann.sculo@gmail.com

About

ucwiki is a tiny and static C wiki engine - Migrated to https://codeberg.org/yoannsculo/ucwiki

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0