Winix framework is a complete infrastructure written in the C++ programming language to create modern web applications and APIs.
Go to file
Tomasz Sowa 16e51cd4e5 added: to mount points: file systems
we have two file systems now:
       - simplefs - the files stored on the hard drive have the same structure as in the database (dir1/dir2/file)
       - hashfs - files are stored in special directories
extented: the mountparser can read file system 
added: function download
       this is a default function for items which have static content
  


git-svn-id: svn://ttmath.org/publicrep/winix/trunk@588 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-02-18 23:30:22 +00:00
confparser changed: rename cmslu to winix 2010-01-28 15:39:01 +00:00
content added: to mount points: file systems 2010-02-18 23:30:22 +00:00
core added: to mount points: file systems 2010-02-18 23:30:22 +00:00
html added: to mount points: file systems 2010-02-18 23:30:22 +00:00
locale added: functions: chmod, chown 2010-02-16 18:34:41 +00:00
main fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
static/layout1 added: to mount points: file systems 2010-02-18 23:30:22 +00:00
templates added: to mount points: file systems 2010-02-18 23:30:22 +00:00
templatesnotify fixed: Config::Text() returned a reference to a local variable (std::string) 2010-02-15 00:31:14 +00:00
Makefile added: to mount points: file systems 2010-02-18 23:30:22 +00:00