You can change a parameter in sitemap.xmap
in:
[source]/dspace-xmlui/dspace-
xmlui-api/src/main/resources/aspects/ArtifactBrowser/

...
<map:match pattern="">
...
<map:transform type="CommunityBrowser">
<map:parameter name="depth" value="1"/>
</map:transform>
<map:serialize type="xml"/>
</map:match>
...

Change the value of "depth" to 100, or more (it's 999 for match
pattern="community-list")
So when you are at the home page (<map:match pattern="">) the tranformer
CommunityBrowser will display communities and collection until it reaches
"depth" 100
After that rebuild, update...

Kostas Paraskevopoulos

Kostas Paraskevopoulos

Phyllis Diller  - "I want my children to have all the things I couldn't
afford. Then I want to move in with them."

On Thu, Dec 18, 2008 at 21:58, Dorothea Salo <[email protected]> wrote:

> > To appear on my home page. Out-of-the-box I just get the bare listing of
> > communities.
> >
> > I'm using 1.5 with XMLUI, and I can't quite figure out where in the XSLT
> > that decision is made. Thanks.
>
> The problem is that it's not made in the XSLT. What you want is to get
> your home-page XMLUI aspect to fire CommunityBrowser.java in the
> aspect/artifactbrowser folder, so that everything gets added to the
> DRI... but I'm baffled by what aspect actually builds the home page.
> Anybody?
>
> Dorothea
>
> --
> Dorothea Salo                [email protected]
> Digital Repository Librarian      AIM: mindsatuw
> University of Wisconsin
> Rm 218, Memorial Library
> (608) 262-5493
>
>
> ------------------------------------------------------------------------------
> SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
> The future of the web can't happen without you.  Join us at MIX09 to help
> pave the way to the Next Web now. Learn more and register at
>
> http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
> _______________________________________________
> DSpace-tech mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to