[Hypercontent-users] Hello World Application
Brought to you by:
alexvigdor
From: tom t. <j_l...@ya...> - 2006-09-06 06:01:31
|
Hello World Type Application, I want to get a quick hello world type demo (prototype) using Hypercontent. Can't I get that through using HTML and images etc. Is it mandotary that it should always go with XML,DTDs and XSLTs. I made a simple project definition but it failed. Also it complain about 'You are not authorized to do this operation', Is there any place these been documented (steps)to get a simple project going on HyperContent. My intention is to demo, HyperContent 2.0 with CAS and uPortal. I created new project, and login as admin user. What is the support for the jsp pages, can we have jsp pages, will it render <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE cms-project SYSTEM "http://hypercontent.sourceforge.net/dtd/hypercontent2_0.dtd"> <cms-project> <build> <filesystem-def name="myproject Site Build" type="local"> <argument index="0" value="${repository.base}/myproject-build/" /> <argument index="1" value="autocreate"/> </filesystem-def> </build> <publish> <filesystem-def name="myproject Site Publish" type="local"> <argument index="0" value="${repository.base}/myproject-publish/" /> <argument index="1" value="autocreate"/> </filesystem-def> </publish> <resource-directory path="/html" label="htmlfiles"> <content type="text/html"/> <output content-type="text/html" /> </resource-directory> </cms-project> __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |