winix/content
Tomasz Sowa 20f6fbcf84 changed: the way of building the cmslu
main Makefile is in an application directory
         in cmslu/ there are only libraries:
         core.a content.a confparser.a templates.a
added:   macros APPTEMPLATES APPFUNCTIONS
         defined in the application's Makefile
added:   PatternCacher
added:   cmslu function 'run'
         files which have exec permissions
         can be run (run is a default function)
         after read from the database the content is parsed
         into Ezc::Pattern object, this object is then cached
         in PatternCacher
added:   FunctionCodeParser - will be used to parse the code
         from standard functions (ls/cat/...)


git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@475 e52654a7-88a9-db11-a3e9-0013d4bc506e
2009-01-26 20:49:28 +00:00
..
Makefile changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
Makefile.dep changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
cat.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
content.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
content.h changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
default.item changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
emacs.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
login.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
logout.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
ls.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
mkdir.cpp I forgot to commit content/mkdir.cpp 2008-12-31 13:40:23 +00:00
node.cpp added: created directory 'content' which has Content:: files 2008-12-30 01:05:03 +00:00
priv.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
rm.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00
run.cpp changed: the way of building the cmslu 2009-01-26 20:49:28 +00:00