Skip to content
View freeNAMU's full-sized avatar
Block or Report

Block or report freeNAMU

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
freeNAMU/README.md

한국어

freeNAMU

Introduction

freeNAMU is an alternative wiki engine that supports namuwiki's namumark. freeNAMU uses Spring Boot as a backend framework, Vue.js as a frontend framework, supports various RDBMSs, and can be easily installed on various OSs through docker.

See also

  • openNAMU - An alternative wiki engine that supports namuwiki's namumark based on Python.

Pinned

  1. freeNAMUFrontend freeNAMUFrontend Public

    A frontend of freeNAMU based on Vue.js

    Vue 1 1

  2. freeNAMUBackend freeNAMUBackend Public

    A backend of freeNAMU based on Spring Boot

    Java

  3. freeNAMUParser freeNAMUParser Public

    A parser written in Java compatible with namumark

    Java 1

  4. freeNAMURenderer freeNAMURenderer Public

    A renderer written in Java that render freeNAMUNode to HTML

  5. freeNAMUNode freeNAMUNode Public

    AST nodes written in Java and used in parser and renderer

    Java