Re: gnome admin guide broken links

Frederic Peters <[email protected]> Mon, 25 Nov 2013 10:56:21 +0100
Newsgroups gmane.comp.gnome.documentation,gmane.comp.gnome.web
Message-ID <[email protected]>
Andrea Veri wrote:
> Forwarding this to the documentation team.

To make sure it's not lost, you should file that as bug against
help.gnome.org, or directly against gnome-user-docs if the problem is 

As you have access to the server, you can run

  python ~/git-wd/library-web/src/lgo.py \
        -c /srv/http/library-web/extra/conf/lgorc \
        --rebuild /ftp/pub/gnome/sources/gnome-user-docs/3.10/gnome-user-docs-3.10.2.tar.xz \
        -vvvvv

and notice such errors:

/var/cache/gnomeweb/library.gnome.org/extracts/gnome-user-docs-3.10.2/system-admin-guide/C/extensions-lockdown.page:19: element include: XInclude error : could not load /var/cache/gnomeweb/library.gnome.org/extracts/gnome-user-docs-3.10.2/system-admin-guide/C/legal.xml, and no fallback was found

Indeed the legal.xml file is missing from the tarball, I just fixed
that.
  https://git.gnome.org/browse/gnome-user-docs/commit/?id=a712e4ec54749a9b09f90e11381f3699fee2c4bb

For now I also manually copied the legal.xml file to the server, and
got the files generated.


        Fred