Skip to content

The server-specific code for *.dpldocs.info. Together with adrdox repo code, this forms the backend for the site. See also: https://www.patreon.com/adam_d_ruppe

Notifications You must be signed in to change notification settings

adamdruppe/dpldocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

dpldocs.info backend. works with adrdox.

compile command:

dmd -debug -m64 dl ~/arsd/{cgi,dom,http2,jsvar} -version=scgi

assuming you have my libs in the same place as i do on my box lol

then you can test locally with

	./dl GET /some/path --host whatever.dpldocs.info

Note that the directories it wants to write to are hardcoded, as are a few other things. This code is not meant to be distributed or deployed elsewhere, it is a quick hack to run on my server for my purposes. I'm only putting it here in case someone wants to add stuff to it.

btw you MUST put the method (GET or POST or whatever) first on the command line, and it must be all caps, or else it will think you want to spawn up the scgi server.

About

The server-specific code for *.dpldocs.info. Together with adrdox repo code, this forms the backend for the site. See also: https://www.patreon.com/adam_d_ruppe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages