Skip to content

update website to fix broken links and highlight 4.x features on main page#67

Merged
jodygarnett merged 4 commits intomasterfrom
foss4g-eu-update
Aug 13, 2025
Merged

update website to fix broken links and highlight 4.x features on main page#67
jodygarnett merged 4 commits intomasterfrom
foss4g-eu-update

Conversation

@jodygarnett
Copy link
Copy Markdown
Contributor

@jodygarnett jodygarnett commented Aug 12, 2025

I have been working on fixing a few things each day for a while this is as far as I got.

  • nabble footer links to user forum
  • download: Mark Version 3.12 as legacy also
  • home page feature list, emphasis edit workflow, rather than metrics dashboard (no longer exists)
  • api and extensibility, emphasis portal, and geonetwork-ui client. We could use screen snap here
  • communication: setup expectation of 1) public discuss 2) report 3) fix
  • update with better quality screen snaps
  • update with svg icons

It is hard to fact check what is supported, however the result is a lot better. I hope you like it.

image

Based on this list of unsupported API Guide https://docs.geonetwork-opensource.org/4.4/api/

I have update the main page to show what is present available.

image

Copy link
Copy Markdown

@PascalLike PascalLike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it looks good!

<script language="JavaScript" src="https://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fosgeo-org.1560.n6.nabble.com%2FGeoNetwork-users-f3860293.xml&amp;num=7&amp;targ=y&amp;utf=y" charset="UTF-8" type="text/javascript"></script>
<!-- <script charset="ISO-8859-1" src="https://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fosgeo-org.1803224.n2.nabble.com%2FGeoNetwork-users-f2013074.xml&num=5&desc=75"></script> -->
<span><a href="https://osgeo-org.1560.n6.nabble.com/GeoNetwork-users-f3860293.html">Join the discussion</a></span>
<span><a href="https://discourse.osgeo.org/c/geonetwork/55/none">Join the discussion</a></span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use directly https://discourse.osgeo.org/c/geonetwork ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No we cannot, the geonetwork apparently does not matter, only 55.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, if I try with incognito window both
https://discourse.osgeo.org/c/geonetwork and https://discourse.osgeo.org/c/orange/55 work

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<h3>Latest commits</h3>
<script language="JavaScript" src="https://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fosgeo-org.1560.n6.nabble.com%2FGeoNetwork-users-f3860293.xml&amp;num=7&amp;targ=y&amp;utf=y" charset="UTF-8" type="text/javascript"></script>
<span><a href="https://osgeo-org.1560.n6.nabble.com/GeoNetwork-users-f3860293.html">Join the discussion</a></span>
<span><a href="https://discourse.osgeo.org/c/geonetwork/55/none">Join the discussion</a></span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See previous comment about https://discourse.osgeo.org/c/geonetwork

<h3>Latest posts</h3>
<script language="JavaScript" src="https://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fosgeo-org.1560.n6.nabble.com%2FGeoNetwork-users-f3860293.xml&amp;num=7&amp;targ=y&amp;utf=y" charset="UTF-8" type="text/javascript"></script>
<span><a class="btn" href="https://osgeo-org.1560.n6.nabble.com/GeoNetwork-users-f3860293.html">Join the discussion</a></span>
<span><a class="btn" href="https://discourse.osgeo.org/c/geonetwork/55/none">Join the discussion</a></span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See previous comment about https://discourse.osgeo.org/c/geonetwork

<h3>Latest commits</h3>
<script language="JavaScript" src="https://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fosgeo-org.1560.n6.nabble.com%2FGeoNetwork-users-f3860293.xml&amp;num=7&amp;targ=y&amp;utf=y" charset="UTF-8" type="text/javascript"></script>
<span><a class="btn" href="https://osgeo-org.1560.n6.nabble.com/GeoNetwork-users-f3860293.html">Join the discussion</a></span>
<span><a class="btn" href="https://discourse.osgeo.org/c/geonetwork/55/none">Join the discussion</a></span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See previous comment about https://discourse.osgeo.org/c/geonetwork

Comment thread docsrc/community.rst
1. Public communication: To ask a question, explore a new idea, or troubleshoot a problem please
make use of our public communication channels:

* `GeoNetwork Forum <https://discourse.osgeo.org/c/geonetwork/55/none>`_
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See previous comment about https://discourse.osgeo.org/c/geonetwork

Comment thread docsrc/index.rst
(OSGeo) software foundation, providing software you can
trust to be free, open and sustainable.

Community support is provided through `documentation website <https://docs.geonetwork-opensource.org/>`__, and `online forum <https://discourse.osgeo.org/c/geonetwork/user/54>`__.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://discourse.osgeo.org/c/geonetwork ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See above, only 54 matters.

Comment thread docsrc/downloads.rst
$ cd web
$ cd es
$ docker compose up -d
$ cd ../web
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the above addition to run es is essential in a quickstart.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think (not sure) that the compose config also runs es.

@jodygarnett
Copy link
Copy Markdown
Contributor Author

@PascalLike I keep finding sentences and so on that do not work well; or functionality like plugins that are not mentioned.

@jodygarnett jodygarnett merged commit 406c59e into master Aug 13, 2025
2 checks passed
<script language="JavaScript" src="https://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fosgeo-org.1560.n6.nabble.com%2FGeoNetwork-users-f3860293.xml&amp;num=7&amp;targ=y&amp;utf=y" charset="UTF-8" type="text/javascript"></script>
<!-- <script charset="ISO-8859-1" src="https://landmark-project.com/feed2js/feed2js.php?src=http%3A%2F%2Fosgeo-org.1803224.n2.nabble.com%2FGeoNetwork-users-f2013074.xml&num=5&desc=75"></script> -->
<span><a href="https://osgeo-org.1560.n6.nabble.com/GeoNetwork-users-f3860293.html">Join the discussion</a></span>
<span><a href="https://discourse.osgeo.org/c/geonetwork/55/none">Join the discussion</a></span>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread docsrc/community.rst
and feature requests should be done.

There are templates for both uses that *needs to be followed* in order to facilitate
The `GeoNetwork GitHub issues tracker <https://github.com/geonetwork/core-geonetwork/issues>`_ with templates for both **bug reports** and **feature requests**. The provided templates *need to be followed* in order to facilitate
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Outside of your PR, however, I think GitHub (and discourse) are the official place for discussions???

I'm not sure - perhaps we should highlight here and put the most important first?

Comment thread docsrc/downloads.rst
$ cd web
$ cd es
$ docker compose up -d
$ cd ../web
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think (not sure) that the compose config also runs es.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants