Skip to content

Commit

Permalink
Move some files around to simplify releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeingol committed Feb 29, 2020
1 parent 0976703 commit 7962735
Show file tree
Hide file tree
Showing 7 changed files with 872 additions and 874 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Win32/
x64/
Debug/
Release/
/x64/Release/
/Win32/Release/
Source/Drop/
Source/Almonaster/Pages/*.cpp
.suo
Expand Down
1,136 changes: 568 additions & 568 deletions Source/Release/GPL.txt → Source/GPL.txt

Large diffs are not rendered by default.

344 changes: 172 additions & 172 deletions Source/Release/LGPL.txt → Source/LGPL.txt

Large diffs are not rendered by default.

234 changes: 117 additions & 117 deletions Source/Release/bin/Alajar.conf → Source/Release/Alajar.conf
Original file line number Diff line number Diff line change
@@ -1,117 +1,117 @@
//
// State of HTTP port
// 0 = Off
// 1 = On
//
EnableHttpPort=1
//
// Server HTTP port, if enabled
//
HttpPort=80
//
// State of HTTPS port
// 0 = Off
// 1 = On
//
EnableHttpsPort=0
//
// Server HTTPS port, if enabled
//
HttpsPort=443
//
// Server HTTPS public key file, if HTTPS is enabled
// On Windows, this must be a .cer file
// If OpenSSL is used, this should be an OpenSSL public key file
//
HttpsPublicKeyFile=
//
// Server HTTPS private key file, if HTTPS is enabled
// On Windows, this must be a .pfx file
// If OpenSSL is used, this should be an OpenSSL private key file
//
HttpsPrivateKeyFile=
//
// Server HTTPS private key file password, if HTTPS is enabled
// On Windows, this is the password with which the pfx file was exported
//
HttpsPrivateKeyFilePassword=
//
// Filecache state
// 0 = Off
// 1 = On
//
FileCache=1
//
// Approximate number of files that might end up in the filecache
// Only has meaning if FileCache=1
//
ApproxNumFilesInFileCache=1000
//
// State of memory cache of frequently allocated objects
// 0 = Off
// 1 = On
//
MemoryCache=1
//
// Base number of server worker threads
//
InitNumThreads=5
//
// Maximum number of server worker threads
//
MaxNumThreads=25
//
// Default priority of server worker threads
// Lower
// Normal
// Higher
// Highest
//
DefaultThreadPriority=Normal
//
// Report verbosity
//
ReportTraceLevel=Info
//
// Directory for pagesource counters
//
CounterPath=..\site\Counters
//
// Directory for logs
//
LogPath=..\site\Logs
//
// Directory for pagesource dll's
//
PageSourcePath=.
//
// Directory for pagesource config files
//
ConfigPath=..\site\Config
//
// Directory for reports
//
ReportPath=..\site\Reports
//
// Directory for statistics
//
StatisticsPath=..\site\Statistics
//
// State of HTTP port
// 0 = Off
// 1 = On
//
EnableHttpPort=1

//
// Server HTTP port, if enabled
//
HttpPort=80

//
// State of HTTPS port
// 0 = Off
// 1 = On
//
EnableHttpsPort=0

//
// Server HTTPS port, if enabled
//
HttpsPort=443

//
// Server HTTPS public key file, if HTTPS is enabled
// On Windows, this must be a .cer file
// If OpenSSL is used, this should be an OpenSSL public key file
//
HttpsPublicKeyFile=

//
// Server HTTPS private key file, if HTTPS is enabled
// On Windows, this must be a .pfx file
// If OpenSSL is used, this should be an OpenSSL private key file
//
HttpsPrivateKeyFile=

//
// Server HTTPS private key file password, if HTTPS is enabled
// On Windows, this is the password with which the pfx file was exported
//
HttpsPrivateKeyFilePassword=

//
// Filecache state
// 0 = Off
// 1 = On
//
FileCache=1

//
// Approximate number of files that might end up in the filecache
// Only has meaning if FileCache=1
//
ApproxNumFilesInFileCache=1000

//
// State of memory cache of frequently allocated objects
// 0 = Off
// 1 = On
//
MemoryCache=1

//
// Base number of server worker threads
//
InitNumThreads=5

//
// Maximum number of server worker threads
//
MaxNumThreads=25

//
// Default priority of server worker threads
// Lower
// Normal
// Higher
// Highest
//
DefaultThreadPriority=Normal

//
// Report verbosity
//
ReportTraceLevel=Info

//
// Directory for pagesource counters
//
CounterPath=.\site\Counters

//
// Directory for logs
//
LogPath=.\site\Logs

//
// Directory for pagesource dll's
//
PageSourcePath=.

//
// Directory for pagesource config files
//
ConfigPath=.\site\Config

//
// Directory for reports
//
ReportPath=.\site\Reports

//
// Directory for statistics
//
StatisticsPath=.\site\Statistics
3 changes: 0 additions & 3 deletions Source/Release/Readme.txt

This file was deleted.

12 changes: 6 additions & 6 deletions Source/Release/site/Config/Admin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ ReportTraceLevel=Info
//
// File to be used for 401 Not Authorized errors
//
401File=..\site\Errors\401.html
401File=.\site\Errors\401.html

//
// File to be used for 403 Forbidden errors
//
403File=..\site\Errors\403.html
403File=.\site\Errors\403.html

//
// File to be used for 404 Not Found errors
//
404File=..\site\Errors\404.html
404File=.\site\Errors\404.html

//
// File to be used for 404 Not Found errors
//
500File=..\site\Errors\500.html
500File=.\site\Errors\500.html

//
// File to be used for 404 Not Found errors
//
501File=..\site\Errors\501.html
501File=.\site\Errors\501.html

//
// Override 401 Not Authorized errors
Expand Down Expand Up @@ -70,7 +70,7 @@ AllowDirectoryBrowsing=0
//
// Base path of pagesource's virtual directory
//
BasePath=..\site\Www_root\Admin
BasePath=.\site\Www_root\Admin

//
// Use a default file when a directory name is requested
Expand Down
14 changes: 7 additions & 7 deletions Source/Release/site/Config/Default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ ReportTraceLevel=Info
//
// File to be used for 401 Not Authorized errors
//
401File=..\site\Errors\401.html
401File=.\site\Errors\401.html

//
// File to be used for 403 Forbidden errors
//
403File=..\site\Errors\403.html
403File=.\site\Errors\403.html

//
// File to be used for 404 Not Found errors
//
404File=..\site\Errors\404.html
404File=.\site\Errors\404.html

//
// File to be used for 404 Not Found errors
//
500File=..\site\Errors\500.html
500File=.\site\Errors\500.html

//
// File to be used for 404 Not Found errors
//
501File=..\site\Errors\501.html
501File=.\site\Errors\501.html

//
// Override 401 Not Authorized errors
Expand Down Expand Up @@ -70,7 +70,7 @@ AllowDirectoryBrowsing=0
//
// Base path of pagesource's virtual directory
//
BasePath=..\site\Www_root\Almonaster
BasePath=.\site\Www_root\Almonaster

//
// Use a default file when a directory name is requested
Expand Down Expand Up @@ -210,7 +210,7 @@ DatabaseConnectionString=Data Source=.\SQLExpress;Integrated Security=SSPI;Initi
//
// Resource path
//
ResourceDirectory=..\site\WWW_Root\Almonaster\Resource
ResourceDirectory=.\site\WWW_Root\Almonaster\Resource

//
// Maximum number of speakers in server chatroom
Expand Down

0 comments on commit 7962735

Please sign in to comment.