hypercontent-users Mailing List for HyperContent (Page 17)
Brought to you by:
alexvigdor
You can subscribe to this list here.
2004 |
Jan
|
Feb
(4) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(7) |
Aug
(4) |
Sep
(31) |
Oct
(11) |
Nov
(30) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(23) |
Feb
(11) |
Mar
(22) |
Apr
(13) |
May
(31) |
Jun
(27) |
Jul
(32) |
Aug
(4) |
Sep
(25) |
Oct
(21) |
Nov
(31) |
Dec
(28) |
2006 |
Jan
(14) |
Feb
(12) |
Mar
(17) |
Apr
(21) |
May
(6) |
Jun
(4) |
Jul
(26) |
Aug
(24) |
Sep
(19) |
Oct
(24) |
Nov
(34) |
Dec
(17) |
2007 |
Jan
(10) |
Feb
(43) |
Mar
(60) |
Apr
(10) |
May
(20) |
Jun
(2) |
Jul
(17) |
Aug
(38) |
Sep
(45) |
Oct
(5) |
Nov
(4) |
Dec
(5) |
2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
(10) |
May
(2) |
Jun
(2) |
Jul
|
Aug
(4) |
Sep
(1) |
Oct
(5) |
Nov
(1) |
Dec
(1) |
2009 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Carl B. <C.P...@hu...> - 2006-08-10 12:56:11
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl P B. <C.P...@hu...> - 2006-08-09 11:02:12
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2006-08-08 23:41:03
|
Hi Carl, Good catch. The fix is to remove line 673 of org/hypercontent/=20= server/ContentServer.java. I've checked the patch into CVS. Cheers, Alex On Aug 8, 2006, at 9:51 AM, Carl Barrow wrote: > Hi Alex, > > > > This is one I=92ve just come across today and spent sometime trying =20= > to track down what the problem was before I realized just what was =20 > going on. If you try to access a locked page when using IE you get =20= > a HTTP 500 Internal Server Error when you try to edit. In firefox =20 > you get the =91This file is currently locked by another user. Please =20= > try again later.=92 > > > > I=92m not sure if I=92ve missed an update but as far as I know I=92m = up =20 > to date. > > > > Cheers > > Carl > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > **********************************************************************=20= > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > **********************************************************************=20= > *******************---------------------------------------------------=20= > ---------------------- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642________________________= ______=20 > _________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Carl B. <C.P...@hu...> - 2006-08-08 13:51:36
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2006-08-03 16:12:14
|
Hi all, I have just committed a patch to CVS that addresses a bug in IE, which displays its cached data instead of fresh HTTP 200 response data received in response to a forced conditional request if the last modified header is not more recent than what's in the cache. Other browsers don't do this, and I believe it could be a violation of the HTTP 1.1 specification in regards to cache control, but anyway it makes sense for HyperContent to return the current time in the last- modified header of a dynamic response, so I'm not going to pick a fight with Microsoft on this one. The user-facing symptom of this bug would be while using a recent version of IE, after opening a file for editing, discarding the changes, then opening it for editing again, the submission of the first editing form would NOT change the underlying data, as the form was pulled from IE's cache with expired form bindings, and thus the inputs were not recognized by HyperContent. Subsequent attempts to submit that or other editing forms while the file is open would then succeed, due to the user's temp file modification date being updated, perhaps leading the user to think it was an anomaly or their own error. They might not even notice, for example if they immediately switch to another editor without using the first one. This bug may also affect HyperContent 2.0 users who are not using current CVS code; you can manually apply the patch to org.hypercontent.server.ContentServer Search for the line: final Date assetMod = asset.lastModified(); And replace it with: final Date assetMod = isModal ? new Date(time1) : asset.lastModified(); HC 2.0 users should NOT try to use the current CVS version of ContentServer without using the rest of the latest CVS code as well! Cheers, Alex |
From: Alex V. <al...@bi...> - 2006-07-25 13:52:20
|
Hi Carl, Now that just sounds weird! Is there a way you could grant me =20= access to the server so I can have a look? You could always set up a =20= dummy user account for me (e.g. /users/a/al/alexvigdor). Cheers, Alex On Jul 25, 2006, at 5:00 AM, Carl P Barrow wrote: > Hi Alex, > > > > I=92ve updated and things still aren=92t working. I just get bounced =20= > out to see a url in the browser window. I am no longer seeing any =20 > image thumbnails when browsing the images directory and when I try =20 > to add any to a page they just don=92t display. > > > > Cheers > > Carl > > > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > From: hyp...@li... =20 > [mailto:hyp...@li...] On Behalf =20= > Of Alex Vigdor > Sent: 24 July 2006 17:26 > To: Hypercontent-users List > Subject: Re: [Hypercontent-users] Pipelines.xml > > > > Hi Carl, > > Lucky for you, it turns out I just spent the weekend =20 > tracking down a different manifestation of the same bug! It turns =20 > out the buggy code has been there since the initial commit a year =20 > and a half ago, but only just started to show up because of changes =20= > I made to the validation architecture in the last month. The =20 > manifestation I found was that after editing a file, viewing, =20 > editing some more and viewing again, the preview ceased to update =20 > with the latest changes. Both this and the broken image editor are =20= > fixed in today's commit of > > > > /org/hypercontent/data/impl/FileHandleValidator.java > > > > So update from CVS, and you should no longer see the problem. You =20 > should probably also empty out the directory "repositories/cache", =20 > since some of the validators stored there may still suffer from the =20= > problem. This won't affect any of your data, it just means all =20 > pages will be forced to re-render after you restart. > > > > Cheers, > > Alex > > > > On Jul 24, 2006, at 6:06 AM, Carl P Barrow wrote: > > > > > Hi Alex, > > > > I don=92t really understand what I=92m meant to put in pipelines.xml. = =20 > Up until I made the updates from the CVS image editing was fine but =20= > now It doesn=92t work at all. What should pipelines.xml look like =20 > and what should be in there. I=92ve not actually used it at all yet! > > > > Cheers > > Carl > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > From: hyp...@li... =20 > [mailto:hyp...@li...] On Behalf =20= > Of Alex Vigdor > Sent: 17 July 2006 18:54 > To: Hypercontent-users List > Subject: Re: [Hypercontent-users] couple of points > > > > Hi Carl, > >> 1 =96 The rotating image option doesn=92t work. I just get the =20 >> following in a blank browser window.. >> > Make certain you merge the changes to /config/pipelines.xml in CVS =20 > with your local bootstrap repository; the rotation uses a new form =20 > handler that's specified there in the image-edit pipeline. The new =20 > classname is org.hypercontent.form.image.ImageRotateProcessor - =20 > make sure it's in your classpath. > > > > 2 =96 When browsing for links, the xml filename is displayed and =20 > then the page title in parentheses. The older version of the code =20 > I had displayed just the page title. Where is the code to change =20 > this since I only need the page title. > > The file is /screens/rss-directory.vm in the bootstrap. Line 25 =20 > currently looks like this: > > > > #set ($title =3D $strings.concat($title,' (',$xmlencoder.encode=20 > ($dublincore.Title),')')) > > > > To get just the metadata title, change that to > > > > #set ($title =3D $xmlencoder.encode($dublincore.Title)) > > > > I had changed it in response to user feedback at Columbia. > > > > Cheers, > > Alex > > > > > > **********************************************************************=20= > ******************* > > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > > **********************************************************************=20= > ******************* > > > > **********************************************************************=20= > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > **********************************************************************=20= > ******************* |
From: Carl P B. <C.P...@hu...> - 2006-07-25 09:00:26
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2006-07-24 16:33:35
|
Hi Carl, Right now, that screen is hard-coded in Java to show all = published =20 outputs. There is not a quick and easy way to adjust this for now - =20 if you'd like to see this addressed in a future release, go ahead and =20= make a feature request in JIRA. Cheers, Alex On Jul 20, 2006, at 5:03 AM, Carl Barrow wrote: > Hi Alex, > > > > Since I output all pages in three versions the user get the option =20 > to see those versions when editing. So they can click on WYSIWYG, =20 > text/text_only, pdf/pdf. I don=92t want them to have the option and =20= > just want the WYSIWYG option. Where would I remove the links? > > > > Cheers > > Carl > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > **********************************************************************=20= > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > **********************************************************************=20= > *******************---------------------------------------------------=20= > ---------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to =20 > share your > opinions on IT & business topics through brief surveys -- and earn =20 > cash > http://www.techsay.com/default.php?=20 > page=3Djoin.php&p=3Dsourceforge&CID=3DDEVDEV____________________________= ____=20 > _______________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Alex V. <al...@bi...> - 2006-07-24 16:31:38
|
Hey everybody, If you're using a recent CVS version of HyperContent (as I know at least Columbia and Hull are), there is a bug that affects the image editor and the integrity of page previews while editing. In both cases a stale cache entry can cause the wrong thing to show up on screen during the editing process. This bug was dormant in the code for over year, before being unearthed by a recent change in the validation architecture to support stored searches. The fix is simple, tested and checked in: /source/org/hypercontent/data/impl/FileHandleValidator.java There were a couple other minor bug fixes over the last week, so I recommend that everyone on the bleeding edge update from CVS for all the patches. Cheers, Alex |
From: Alex V. <al...@bi...> - 2006-07-24 16:26:07
|
Hi Carl, Lucky for you, it turns out I just spent the weekend tracking = down a =20 different manifestation of the same bug! It turns out the buggy code =20= has been there since the initial commit a year and a half ago, but =20 only just started to show up because of changes I made to the =20 validation architecture in the last month. The manifestation I found =20= was that after editing a file, viewing, editing some more and viewing =20= again, the preview ceased to update with the latest changes. Both =20 this and the broken image editor are fixed in today's commit of /org/hypercontent/data/impl/FileHandleValidator.java So update from CVS, and you should no longer see the problem. You =20 should probably also empty out the directory "repositories/cache", =20 since some of the validators stored there may still suffer from the =20 problem. This won't affect any of your data, it just means all pages =20= will be forced to re-render after you restart. Cheers, Alex On Jul 24, 2006, at 6:06 AM, Carl P Barrow wrote: > Hi Alex, > > > > I don=92t really understand what I=92m meant to put in pipelines.xml. = =20 > Up until I made the updates from the CVS image editing was fine but =20= > now It doesn=92t work at all. What should pipelines.xml look like =20 > and what should be in there. I=92ve not actually used it at all yet! > > > > Cheers > > Carl > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > From: hyp...@li... =20 > [mailto:hyp...@li...] On Behalf =20= > Of Alex Vigdor > Sent: 17 July 2006 18:54 > To: Hypercontent-users List > Subject: Re: [Hypercontent-users] couple of points > > > > Hi Carl, > >> 1 =96 The rotating image option doesn=92t work. I just get the =20 >> following in a blank browser window.. >> > Make certain you merge the changes to /config/pipelines.xml in CVS =20 > with your local bootstrap repository; the rotation uses a new form =20 > handler that's specified there in the image-edit pipeline. The new =20 > classname is org.hypercontent.form.image.ImageRotateProcessor - =20 > make sure it's in your classpath. > > > 2 =96 When browsing for links, the xml filename is displayed and =20 > then the page title in parentheses. The older version of the code =20 > I had displayed just the page title. Where is the code to change =20 > this since I only need the page title. > > The file is /screens/rss-directory.vm in the bootstrap. Line 25 =20 > currently looks like this: > > > > #set ($title =3D $strings.concat($title,' (',$xmlencoder.encode=20 > ($dublincore.Title),')')) > > > > To get just the metadata title, change that to > > > > #set ($title =3D $xmlencoder.encode($dublincore.Title)) > > > > I had changed it in response to user feedback at Columbia. > > > > Cheers, > > Alex > > > > > > **********************************************************************=20= > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > **********************************************************************=20= > ******************* |
From: Carl P B. <C.P...@hu...> - 2006-07-24 10:06:20
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl B. <C.P...@hu...> - 2006-07-20 09:03:38
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl P B. <C.P...@hu...> - 2006-07-18 14:57:45
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2006-07-18 14:36:00
|
Hey Adam, The brackets are used in a case where you want to include an alternate form of output after resolving a relative path. For example, if the current path was /pages/docs/help/starting/index.xml and you specify an include [/cal/]/!/!/!/rss.xml The system will first resolve the relative path to /pages/docs/help/rss.xml and will then look for the form of output of that file at the basedir "/cal/" /cal/pages/docs/help/rss.xml In this example, an identical result could be achieved by specifying the include as [/cal/]../rss.xml It is important to note that this syntax is NOT currently compatible with wildcard patterns - if you have any * characters in the include, you'll get no results. The main goal of this syntax is to make it easy to include RSS or calendar XML output from a single navigation or search file. Alex On Jul 18, 2006, at 10:23 AM, Adam Carl wrote: > Alex, > > I noticed in one of your project definitions the use of brackets in > the source path for an include. > Example: <include data="yes" metadata="no" source="[/ > cal/]/!/!/!/rss.xml"/> > > Can you explain what that is used for? > > Thanks, > > Adam Carl > Programmer > CUIT Web Services > ac...@co... > > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |
From: Adam C. <ac...@co...> - 2006-07-18 14:23:42
|
Alex, I noticed in one of your project definitions the use of brackets in the source path for an include. Example: <include data="yes" metadata="no" source="[/cal/]/!/!/!/ rss.xml"/> Can you explain what that is used for? Thanks, Adam Carl Programmer CUIT Web Services ac...@co... |
From: Alex V. <al...@bi...> - 2006-07-18 14:09:03
|
Hi Carl, > I did this by adding myself as an administrator in the bootstrap =20 > repository. Is this the way to do it? Yes, adding yourself to "group:admin" in the bootstrap gives you =20 universal superuser access. > Also, is there a way to get the =91projects=92 project listed in the = =20 > site list that is presented at http://localhost:8080/index.xml?=20 > mode=3Ddashboard-portlet > > > I would like to be able to login to uPortal and see that listed =20 > along with everything else so I can add sites from there. Projects is actually a directory in the bootstrap, not a separate =20 project, but you can fake it easily enough. The project list is =20 generated by the file /screens/project-list.vm, which currently looks =20= like this: <?xml version=3D"1.0" encoding=3D"UTF-8"?> <projects> #set ($projects =3D $project-factory.ProjectKeys) #foreach ($key in $projects) #if(!($key.equals('/')) && $session.hasPermission("read",$key)) <project href=3D"${abs-server-base}${key}"> <title>${xmlencoder.encode($project-factory.getProjectTitle($key))}</=20 title> <description>${xmlencoder.encode($project-=20 factory.getProjectDescription($key))}</description> </project> #end #end </projects> After the last #end and before the closing </projects>, you could add =20= this statement: #if($session.hasPermission("create","/projects/*")) <project href=3D"${abs-server-base}/projects/"> <title>Project Declarations</title> <description>add/remove projects from HyperContent</description> </project> #end Good luck going live! Cheers, Alex= |
From: Carl P B. <C.P...@hu...> - 2006-07-18 13:21:08
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Carl P B. <C.P...@hu...> - 2006-07-18 10:15:27
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Goodyear, D. <DGo...@ua...> - 2006-07-17 22:04:25
|
I've followed the walk through on the wiki, but heres a few missing elements. There is no hypercontent-handler.jar file in the distribution. The files in the 'endorsed/' directory already exist in my '/common/endorsed' directory, so I didn't over write the ones I already had.=20 And after deploying the hypercontent.war file, all I get is an empty screen with the directory listing with webapps/ Trying to run it on its own internal server, I did "ant startup" and recived an error saying the JDK (I'm running 1.5.0) couldn't find the -server command. Any help is appreciated. Thank you! ________________________________________________ Duran Goodyear Web Developer Administrative Computing The University of the Arts 215.717.6068 -----Original Message----- From: hyp...@li... [mailto:hyp...@li...] On Behalf Of Alex Vigdor Sent: Monday, July 17, 2006 1:39 PM To: Hypercontent-users List Subject: Re: [Hypercontent-users] Does this integrate with Academus 2.0? Hi Duran, HyperContent is a tool dedicated to authoring, managing and =20 publishing web content. Its function is complementary to basically =20 any portal. There is no longer any tight integration between =20 HyperContent 2.0 and uPortal, so there's no reason it shouldn't work =20 with Academus. All the integration points leverage basic web and =20 portal technologies. Here is a list of a few approaches: 1) Single Sign-On By using a common SSO solution such as CAS, you can publish =20 authenticated and/or personalized content seamlessly from =20 HyperContent into uPortal. The basic example is a dashboard that =20 comes with HyperContent, allowing you to present the user a list of =20 direct links from the portal to projects they are authorized to see =20 on the HyperContent server. 2) Portlet presentation of web site content (XHTML) You can leverage HyperContent's multiple output and static pipeline =20 processing model to repurpose content from web sites into portlet-=20 ready XHTML that is either served up by a regular apache installation =20 or by HyperContent directly to a Web Proxy channel in uPortal. The =20 advantage of this approach is that the XHTML is pre-rendered, saving =20 your portal from running additional XSL transforms. 3) XML feeds transformed in the portal You can also use HyperContent to output any variety of XML, including =20 RSS, that can be fed into the portal and rendered using the built in =20 RSS channel type or a custom XSL transform. While this approach =20 places the rendering burden on the portal, it makes it easier to =20 manage the presentation of mixed sources of content (HyperContent =20 and others) with a common look and feel in the portal. Good luck, Alex On Jul 12, 2006, at 11:59 AM, Goodyear, Duran wrote: > I just found out about hypercontent. > How does it integrate with Academus 2.0 from Unicon? > > I know its a out growth of uPortal, but I'm unsure of how different =20 > they are, and if there are significant differences that would cause =20 > problems. > > Thank you! > > ______________________ > Duran Goodyear > Web Developer > Administrative Computing > The University of the Arts > http://www.uarts.edu <http://www.uarts.edu> > > > > ---------------------------------------------------------------------- > --- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > ------------------------------------------------------------------------ - 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 |
From: Alex V. <al...@bi...> - 2006-07-17 17:54:40
|
Hi Carl, > 1 =96 The rotating image option doesn=92t work. I just get the =20 > following in a blank browser window.. Make certain you merge the changes to /config/pipelines.xml in CVS =20 with your local bootstrap repository; the rotation uses a new form =20 handler that's specified there in the image-edit pipeline. The new =20 classname is org.hypercontent.form.image.ImageRotateProcessor - make =20 sure it's in your classpath. > 2 =96 When browsing for links, the xml filename is displayed and =20 > then the page title in parentheses. The older version of the code =20 > I had displayed just the page title. Where is the code to change =20 > this since I only need the page title. The file is /screens/rss-directory.vm in the bootstrap. Line 25 =20 currently looks like this: #set ($title =3D $strings.concat($title,' (',$xmlencoder.encode=20 ($dublincore.Title),')')) To get just the metadata title, change that to #set ($title =3D $xmlencoder.encode($dublincore.Title)) I had changed it in response to user feedback at Columbia. Cheers, Alex |
From: Alex V. <al...@bi...> - 2006-07-17 17:39:41
|
Hi Duran, HyperContent is a tool dedicated to authoring, managing and publishing web content. Its function is complementary to basically any portal. There is no longer any tight integration between HyperContent 2.0 and uPortal, so there's no reason it shouldn't work with Academus. All the integration points leverage basic web and portal technologies. Here is a list of a few approaches: 1) Single Sign-On By using a common SSO solution such as CAS, you can publish authenticated and/or personalized content seamlessly from HyperContent into uPortal. The basic example is a dashboard that comes with HyperContent, allowing you to present the user a list of direct links from the portal to projects they are authorized to see on the HyperContent server. 2) Portlet presentation of web site content (XHTML) You can leverage HyperContent's multiple output and static pipeline processing model to repurpose content from web sites into portlet- ready XHTML that is either served up by a regular apache installation or by HyperContent directly to a Web Proxy channel in uPortal. The advantage of this approach is that the XHTML is pre-rendered, saving your portal from running additional XSL transforms. 3) XML feeds transformed in the portal You can also use HyperContent to output any variety of XML, including RSS, that can be fed into the portal and rendered using the built in RSS channel type or a custom XSL transform. While this approach places the rendering burden on the portal, it makes it easier to manage the presentation of mixed sources of content (HyperContent and others) with a common look and feel in the portal. Good luck, Alex On Jul 12, 2006, at 11:59 AM, Goodyear, Duran wrote: > I just found out about hypercontent. > How does it integrate with Academus 2.0 from Unicon? > > I know its a out growth of uPortal, but I'm unsure of how different > they are, and if there are significant differences that would cause > problems. > > Thank you! > > ______________________ > Duran Goodyear > Web Developer > Administrative Computing > The University of the Arts > http://www.uarts.edu <http://www.uarts.edu> > > > > ---------------------------------------------------------------------- > --- > 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=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |
From: Carl B. <C.P...@hu...> - 2006-07-17 11:58:02
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Goodyear, D. <DGo...@ua...> - 2006-07-12 16:00:30
|
I just found out about hypercontent. How does it integrate with Academus 2.0 from Unicon? =20 I know its a out growth of uPortal, but I'm unsure of how different they = are, and if there are significant differences that would cause problems. =20 Thank you! =20 ______________________ Duran Goodyear Web Developer Administrative Computing The University of the Arts http://www.uarts.edu <http://www.uarts.edu>=20 =20 |
From: Carl P B. <C.P...@hu...> - 2006-07-11 15:20:54
|
***************************************************************************************** To view the terms under which this email is distributed, please go to http://www.hull.ac.uk/legal/email_disclaimer.html ***************************************************************************************** |
From: Alex V. <al...@bi...> - 2006-07-11 15:13:19
|
Hi Carl, Are you running the login command first? cvs -d:pserver:ano...@hy...:/cvsroot/=20 hypercontent login Cheers, Alex On Jul 11, 2006, at 10:59 AM, Carl Barrow wrote: > Hi Alex, > > > > I=92m still having problems getting into the CVS. > > > > I=92m using the following setting=85 > > > > cvs -z3 -d:pserver:ano...@hy...:/=20 > cvsroot/hypercontent co -P hypercontent2 > > > > It asked for a username and password but when just pressing enter =20 > as suggested it won=92t let me in. Any ideas? > > > > Cheers > > Carl > > > > ************************************* > > Carl Barrow > Systems Integrator > e-Services > The University of Hull > Cottingham Road > Hull > HU6 7RX > Ext. 6838 > > ************************************* > > > > **********************************************************************=20= > ******************* > To view the terms under which this email is distributed, please go =20 > to http://www.hull.ac.uk/legal/email_disclaimer.html > **********************************************************************=20= > ******************* > ----------------------------------------------------------------------=20= > --- > Using Tomcat but need to do more? Need to support web services, =20 > security? > Get stuff done quickly with pre-integrated technology to make your =20 > job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache =20 > Geronimo > http://sel.as-us.falkag.net/sel?=20 > cmd=3Dlnk&kid=3D120709&bid=3D263057&dat=3D121642 > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users |