Your dream project - Programming On Unix

Users browsing this thread: 1 Guest(s)
wolf
Members
I wouldn't call it a "dream" project, but a study roadmap.

I probably have mentioned to some of you that I'm trying to write a wiki system with C. The content ( markdown, images, et cetera ) could be published by some control version system or API ( or both ). A simple but effective ACL on viewing would be nice plus some search system. I also would love to avoid any RDBMS.
I was trying to use inotify(7) to provide automatic build of new documents, but probably I'll get some headaches with recursive directory monitoring and software portability ( especially when using with UNIX ).

I guess it can be done with a toolchain linke BHCS+Manticore, maybe. But my goal is mainly to learn some coding.


Messages In This Thread
Your dream project - by z3bra - 25-07-2017, 08:01 AM
RE: Your dream project - by jkl - 25-07-2017, 08:38 AM
RE: Your dream project - by z3bra - 25-07-2017, 09:14 AM
RE: Your dream project - by jkl - 25-07-2017, 09:43 AM
RE: Your dream project - by z3bra - 25-07-2017, 10:18 AM
RE: Your dream project - by r4ndom - 25-07-2017, 04:06 PM
RE: Your dream project - by z3bra - 25-07-2017, 05:20 PM
RE: Your dream project - by darthlukan - 26-07-2017, 02:43 PM
RE: Your dream project - by z3bra - 26-07-2017, 03:16 PM
RE: Your dream project - by Tmplt - 17-10-2017, 03:12 PM
RE: Your dream project - by grah - 27-02-2019, 04:33 AM
RE: Your dream project - by z3bra - 27-02-2019, 11:45 AM
RE: Your dream project - by grah - 28-02-2019, 12:56 AM
RE: Your dream project - by z3bra - 19-04-2019, 07:28 AM
RE: Your dream project - by wolf - 01-05-2019, 11:55 PM
RE: Your dream project - by Doom - 13-05-2019, 01:21 PM
RE: Your dream project - by venam - 14-05-2019, 12:30 AM
RE: Your dream project - by Doom - 14-05-2019, 01:56 PM
RE: Your dream project - by evbo - 15-05-2019, 01:55 PM
RE: Your dream project - by Doom - 15-05-2019, 10:38 PM
RE: Your dream project - by seninha - 07-05-2021, 02:00 PM
RE: Your dream project - by venam - 07-05-2021, 02:56 PM
RE: Your dream project - by freem - 11-05-2021, 09:16 AM
RE: Your dream project - by TheAnachron - 11-05-2021, 10:26 AM
RE: Your dream project - by freem - 11-05-2021, 11:06 AM
RE: Your dream project - by s0kx - 24-05-2021, 03:09 PM