[GeoNetwork-users] HTML5 user interface Geonetwork 10.1 war

Hi everybody!

Does anybody know how can a switch to HTML5 Geonetwork interface?. Do
i have to compile the web project as it is said in the web (mvn clean
package -Phtml5ui) or it just a matter of changing the config files
once the war file is deployed.

Thank you very much in advance

--
Jesús

Hi Jesús

If you're using the source code you can build with mvn clean package
-Phtml5ui

Otherwise if you're using the war file available in Sourceforge, you can
also change it in the file WEB-INF/config-gui.xml. Find this line:

<client type="redirect" widget="false" url="main.home" />

and change to:

<!-- <client type="redirect" widget="false" url="main.home" /> -->
<client type="redirect" widget="true" url="../../srv/eng/search"
createParameter="#create" stateId="s" />

That should change to the new UI.

Regards,
Jose García

On Wed, Sep 25, 2013 at 2:34 AM, Jesús <gesusjl@anonymised.com> wrote:

Hi everybody!

Does anybody know how can a switch to HTML5 Geonetwork interface?. Do
i have to compile the web project as it is said in the web (mvn clean
package -Phtml5ui) or it just a matter of changing the config files
once the war file is deployed.

Thank you very much in advance

--
Jesús

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*

Thank you very much Jose.

I'm gonna test it as soon as i can. Also, i was curious about where i
could find some better information to customize the new HTML5
interface. I was checking the geonetwork manual
http://geonetwork-opensource.org/manuals/2.10.0/eng/developer/userinterface/html5ui/index.html
but it looks there's a lack of documentation.

I've seen there's a workshop made from the author María Arias, in the
recently finished foss4g but it is not publicly available.

Best Regards
Jesus

2013/9/25, Jose Garcia <jose.garcia@anonymised.com>:

Hi Jesús

If you're using the source code you can build with mvn clean package
-Phtml5ui

Otherwise if you're using the war file available in Sourceforge, you can
also change it in the file WEB-INF/config-gui.xml. Find this line:

<client type="redirect" widget="false" url="main.home" />

and change to:

<!-- <client type="redirect" widget="false" url="main.home" /> -->
<client type="redirect" widget="true" url="../../srv/eng/search"
createParameter="#create" stateId="s" />

That should change to the new UI.

Regards,
Jose García

On Wed, Sep 25, 2013 at 2:34 AM, Jesús <gesusjl@anonymised.com> wrote:

Hi everybody!

Does anybody know how can a switch to HTML5 Geonetwork interface?. Do
i have to compile the web project as it is said in the web (mvn clean
package -Phtml5ui) or it just a matter of changing the config files
once the war file is deployed.

Thank you very much in advance

--
Jesús

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
from
the latest Intel processors and coprocessors. See abstracts and register
>
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*

--
Jesús

Hi Jesús

I guess the presentation from Maria will be available soon in the FOSS4G
website. I'll check with her also to publish it in the
http://geonetwork-opensource.org website.

Depending on the nature of your customisations (add new features to the UI,
modify behaviour) you'll need to download the source code to modify the
html5ui code and rebuild GeoNetwork with the changes. If it's only about
styling and minor customisations then no need to download the code and can
manage directly changing the css files in your installation.

The UI is build using ExtJs widgets, you can find API documentation in
http://geonetwork-opensource.org/manuals/trunk/eng/widgets/index.html

Also if you go to http://localhost:8080/geonetwork/apps should see an index
of apps developed with these widgets that contain several examples about
how to use them.

Regards,
Jose García

On Wed, Sep 25, 2013 at 5:01 PM, Jesús <gesusjl@anonymised.com> wrote:

Thank you very much Jose.

I'm gonna test it as soon as i can. Also, i was curious about where i
could find some better information to customize the new HTML5
interface. I was checking the geonetwork manual

http://geonetwork-opensource.org/manuals/2.10.0/eng/developer/userinterface/html5ui/index.html
but it looks there's a lack of documentation.

I've seen there's a workshop made from the author María Arias, in the
recently finished foss4g but it is not publicly available.

Best Regards
Jesus

2013/9/25, Jose Garcia <jose.garcia@anonymised.com>:
> Hi Jesús
>
> If you're using the source code you can build with mvn clean package
> -Phtml5ui
>
> Otherwise if you're using the war file available in Sourceforge, you can
> also change it in the file WEB-INF/config-gui.xml. Find this line:
>
> <client type="redirect" widget="false" url="main.home" />
>
> and change to:
>
> <!-- <client type="redirect" widget="false" url="main.home" /> -->
> <client type="redirect" widget="true" url="../../srv/eng/search"
> createParameter="#create" stateId="s" />
>
>
> That should change to the new UI.
>
> Regards,
> Jose García
>
>
>
> On Wed, Sep 25, 2013 at 2:34 AM, Jesús <gesusjl@anonymised.com> wrote:
>
>> Hi everybody!
>>
>> Does anybody know how can a switch to HTML5 Geonetwork interface?. Do
>> i have to compile the web project as it is said in the web (mvn clean
>> package -Phtml5ui) or it just a matter of changing the config files
>> once the war file is deployed.
>>
>> Thank you very much in advance
>>
>> --
>> Jesús
>>
>>
>>
------------------------------------------------------------------------------
>> October Webinars: Code for Performance
>> Free Intel webinars can help you accelerate application performance.
>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
>> from
>> the latest Intel processors and coprocessors. See abstracts and register
>> >
>>
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
>> _______________________________________________
>> GeoNetwork-users mailing list
>> GeoNetwork-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geonetwork-users
>> GeoNetwork OpenSource is maintained at
>> http://sourceforge.net/projects/geonetwork
>>
>
>
>
> --
> *
> GeoCat Bridge for ArcGIS allows instant publishing of data and metadata
on
> GeoServer and GeoNetwork. Visit http://geocat.net for details.
> _________________________
> Jose García
> GeoCat bv
> Veenderweg 13
> 6721 WD Bennekom
> The Netherlands
> http://GeoCat.net/&gt;
>
> *
>

--
Jesús

--
*
GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net for details.
_________________________
Jose García
GeoCat bv
Veenderweg 13
6721 WD Bennekom
The Netherlands
http://GeoCat.net/&gt;

*