1
0
Fork
You've already forked gopher_news
0
Backend for a gopher-based news site using C and mgod
  • C 98%
  • Makefile 2%
Find a file
2021年05月02日 19:30:02 +00:00
Articles Add code 2021年05月02日 21:21:35 +02:00
.gopher Add code 2021年05月02日 21:21:35 +02:00
.gopher.rec Add code 2021年05月02日 21:21:35 +02:00
dir.c Add code 2021年05月02日 21:21:35 +02:00
dir.h Add code 2021年05月02日 21:21:35 +02:00
front.c Add code 2021年05月02日 21:21:35 +02:00
Makefile Add code 2021年05月02日 21:21:35 +02:00
README.md Add README.md 2021年05月02日 19:30:02 +00:00
tools.c Add code 2021年05月02日 21:21:35 +02:00
tools.h Add code 2021年05月02日 21:21:35 +02:00

Gopher News

This is a backend for a dynamic news gopherhole, built using C and requires the mgod gopher server.

All articles are placed in the "Articles" folder and symlinked to their respective categories in the "Categories" folder. The backend then creates menus for all paths, automatically sorting the articles and replacing their titles.