minor spec changes add openssl as dependency and add a buildRun section to the make file
This commit is contained in:
5
Makefile
5
Makefile
@ -31,3 +31,8 @@ release:
|
||||
|
||||
clean:
|
||||
rm -r bin cavecomm
|
||||
|
||||
buildRun:
|
||||
clear
|
||||
g++ $(INC) -o cavecomm $(SRCFILES) $(DEF) $(LIBS)
|
||||
./cavecomm src/default-cavecomm.conf
|
@ -161,13 +161,13 @@ passwordResetKey text
|
||||
expiration timestamp - the time at which the resetkey is unusable.
|
||||
|
||||
|
||||
### "/freelancer/profile"
|
||||
+++ "/freelancer/profile"
|
||||
Profile page collating freelancer pages.
|
||||
|
||||
# HTML Templates
|
||||
|
||||
HTML Templates are the raw HTML that is used, and filled in, by variable data provided by the system. Templates should be wrote and saved on the file system of the hosting computer, and loaded upon start up. These loaded templates should be filled in with data provided by the system, then the assembled HTML should be given as a response to users.
|
||||
The Templates should utilize purely lower-case variable names.
|
||||
HTML Templates are the raw HTML that is used, and filled in, by variable data provided by the system. Templates should be writen and saved on the file system of the hosting computer, and loaded upon start up. These loaded templates should be filled in with data provided by the system, then the assembled HTML should be given as a response to users.
|
||||
The Templates should utilize purely lower-case variable names and all upper case for system variables like errors.
|
||||
Generic template snippets that are used in multiple templates via {{> x}} are located in templateIncludes in the format {name}{type}.html
|
||||
|
||||
# Payment Verification
|
||||
|
@ -5,3 +5,4 @@ https://packages.debian.org/bullseye/libfmt-dev
|
||||
https://crowcpp.org
|
||||
Boost 1.81.0
|
||||
https://github.com/jeremydumais/CPP-SMTPClient-library
|
||||
OpenSSL
|
||||
|
Reference in New Issue
Block a user