ViewVC Help
View Directory | Root Listing
root/i-scream/projects/cms/source/server
File Last Change
 ../
build/
db/
idl/
uk/
COPYING 1.1 (21 years ago) by tdb: i-scream is now licensed under the GPL. I've added the GPL headers to every source file, and put a full copy of the license in the appropriate places. I think I've covered everything. This is going to be a mad commit ;)
Config2.inc 1.45 (19 years ago) by tdb: Commit various fixes from skel (Daniel Piddock): CMS Server: - DiskMonitor was overflowing due to using an int variable for the inode count. Upped to a long. - Updated URL to iscream cms javadoc RRD graphing: - added uptime logging and graph creation - diskio - Cope with modern linux device paths (eg "ide/host0/bus0/target0/lun0/disc") by replacing / with hex - diskio - Cope with windows device paths (eg "0 C: D:") by replacing : and space with hex - disk - Cope with windows mount points (eg C:\) by replacing : and \ with hex - net - Cope with windows network "device names". Basically the whole network card as it appears in Device Manager, not "Local Area Connection" - Include total processes (for winhost) Also modified the PHP code to catch up. Patch slightly modified from that submitted, but only minor alterations. Thanks skel!
Makefile 1.35 (21 years ago) by tdb: Added install target for util package. Removed duplicates copies of the COPYING (GPL License) file.
Makefile.inc 1.14 (21 years ago) by tdb: A continuation of my last commit on all this Makefile reworking. I think I've managed to get the dependencies working quite well now. As long as the builds are done from the top level Makefile it should all be fine. If you try from, say, the build directory it might not notice things changing in the source files.
README 1.13 (21 years ago) by tdb: Removed the util package from the server. The source for it still remains, for now, until I decide how to dispose of it.
Version.inc 1.2 (21 years ago) by tdb: A version number of snapYYMMDD is seeming not "right". It should simply be YYMMDD instead.
build.config 1.19 (19 years ago) by tdb: Catch a lot of old URL's and update them. Also remove a couple of old files that aren't used.
build.xml 1.14 (19 years ago) by tdb: Catch a lot of old URL's and update them. Also remove a couple of old files that aren't used.
configure 1.26 (19 years ago) by tdb: Commit various fixes from skel (Daniel Piddock): CMS Server: - DiskMonitor was overflowing due to using an int variable for the inode count. Upped to a long. - Updated URL to iscream cms javadoc RRD graphing: - added uptime logging and graph creation - diskio - Cope with modern linux device paths (eg "ide/host0/bus0/target0/lun0/disc") by replacing / with hex - diskio - Cope with windows device paths (eg "0 C: D:") by replacing : and space with hex - disk - Cope with windows mount points (eg C:\) by replacing : and \ with hex - net - Cope with windows network "device names". Basically the whole network card as it appears in Device Manager, not "Local Area Connection" - Include total processes (for winhost) Also modified the PHP code to catch up. Patch slightly modified from that submitted, but only minor alterations. Thanks skel!
4 directories and 9 files shown