Re: [Hypercontent-users] Hello World Type Application-using hypercontent
Brought to you by:
alexvigdor
From: Carl P B. <C.P...@hu...> - 2006-09-06 09:11:13
|
Hello HyperContent does require the use of DTDs XML and XSL to function. This is what makes it so flexible. I have updated the demo site from Hull in the WIKI (V2-development.zip) which is pretty much a 'Hello World' type of site. It includes the basic standard functions I have set up here at Hull and a few test pages to demo dynamic creation of navigation. The site does have Hull branding but you can change this very easily with a little knowledge of XSL. In /confing/xsl/common.xsl and /confing/xsl/commonhome.xsl The instructions to get this site running are as follows: Download the project Zip from the WIKI http://www.ja-sig.org/wiki/display/HYP/HyperContent+2.0+Demo+Site+from+H ull+University=20 Go to your HyperContent installation projects site http://localhost:8080/projects Login with Admin Admin Input a project repository name into the field labelled 'Create a new project' and press [enter] Give your project a mount-point. (Use development for the purpose of the Hull test site) Replace ${repository.base}/project-repository/ with your project repository details ${repository.base}/development/ Enter the 'metadata' screen by clicking the link located after 'list' and 'search'=20 Fill in the form and click 'save'. (Give HyperContent 10 seconds or so) Go to the address in a web browser (http://localhost:8080/development/) You will see two directories 'config' and 'workflow-data' >From the root of the site go into the workflow options(not the directory) At the bottom of the screen under Zip I/O, browse for the development zip file which you have downloaded =20 Set 'Force overwrite' to true Click upload wait for the site to upload. =20 If you click on the index file at the root of the site you will be able to see and use the site You will need to set your build and publish paths in the project definition if you want to put the site onto another web server. You may want to set up some groups and permissions, this is set up /config/groups.xml and /config permissions.xml If you have any problems please let me know. I will try and find some time to document how to set up a project although from the test site you should be able to see the process, I have some info in our WIKI here in Hull which might not be suitable as a starting point. Many Thanks Carl ************************************* Carl Barrow Systems Integrator e-Services The University of Hull Cottingham Road Hull HU6 7RX Ext. 6838 ************************************* -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of tom tom Sent: 06 September 2006 07:48 To: hyp...@li... Subject: [Hypercontent-users] Hello World Type Application-using hypercontent Hello World Type Application, =20 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. =20 I made a simple project definition but it failed. =20 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. =20 =20 My intention is to demonstrte, HyperContent 2.0 with CAS and uPortal.=20 =20 I created new project, and login as admin user. =20 What is the support for the jsp pages, can we have jsp pages, will it render? =20 =20 =20 <?xml version=3D"1.0" encoding=3D"UTF-8"?> <!DOCTYPE cms-project SYSTEM "http://hypercontent.sourceforge.net/dtd/hypercontent2_0.dtd"> <cms-project> <build> <filesystem-def name=3D"myproject Site Build" type=3D"local"> <argument index=3D"0" value=3D"${repository.base}/myproject-build/" /> <argument index=3D"1" value=3D"autocreate"/> </filesystem-def> </build> <publish> <filesystem-def name=3D"myproject Site Publish" type=3D"local"> <argument index=3D"0" value=3D"${repository.base}/myproject-publish/" /> <argument index=3D"1" value=3D"autocreate"/> </filesystem-def> </publish> =09 =09 <resource-directory path=3D"/html" label=3D"htmlfiles"> <content type=3D"text/html"/> <output content-type=3D"text/html" /> </resource-directory> =09 </cms-project> __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around=20 http://mail.yahoo.com=20 ------------------------------------------------------------------------ - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D= 121642 _______________________________________________ Hypercontent-users mailing list Hyp...@li... https://lists.sourceforge.net/lists/listinfo/hypercontent-users |