After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 101435 - Outdated links in web-browser.scm
Outdated links in web-browser.scm
Status: VERIFIED FIXED
Product: GIMP
Classification: Other
Component: Script-Fu
1.x
Other All
: Normal trivial
: ---
Assigned To: GIMP Bugs
Daniel Egger
Depends on:
Blocks:
 
 
Reported: 2002-12-17 10:18 UTC by Raphaël Quinet
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First patch: add GUG, remove GIMP News (1.08 KB, patch)
2002-12-17 10:19 UTC, Raphaël Quinet
none Details | Review
Second patch: remove old FAQs and old tutorials page (1.34 KB, patch)
2002-12-17 10:20 UTC, Raphaël Quinet
none Details | Review

Description Raphaël Quinet 2002-12-17 10:18:31 UTC
The script plug-ins/webbrowser/web-browser.scm contains the bookmarks
that are displayed in <Toolbox>/Xtns/Web Browser/.  Some of these links
should be updated:
- The GIMP News page does not exist anymore and redirects to the gimp.org
  home page, so it can be removed
- There is no link to the GIMP User Group (GUG, a.k.a. GimpForce), which
  is a very useful resource for GIMP users because it contains a more
  up-to-date set of tutorials and FAQs.
Attached below is a first patch that corrects these two problems.

In addition, several links are still working but provide outdated
information.  I suggest to remove them:
- The GIMP User FAQ and GIMP Developer FAQ: some of these FAQs are covered
  by the GUG FAQs, and most of the others are outdated anyway (refering to
  GIMP version 0.99.x or to the "recently released 1.0.0").  In some
  cases, the answers are incorrect for the current versions of the GIMP
  and could confuse some users.
- The GIMP Tutorials page has not been updated since 1999.  Some of the
  links in that page are broken, and the most interesting tutorials have
  been rewritten in the GUG Tutorials section.
The second patch attached below removes these working but obsolete links.
Comment 1 Raphaël Quinet 2002-12-17 10:19:23 UTC
Created attachment 13062 [details] [review]
First patch: add GUG, remove GIMP News
Comment 2 Raphaël Quinet 2002-12-17 10:20:36 UTC
Created attachment 13063 [details] [review]
Second patch: remove old FAQs and old tutorials page
Comment 3 Sven Neumann 2002-12-17 12:33:16 UTC
Applied to the stable branch:

2002-12-17  Sven Neumann  <sven@gimp.org>

  * plug-ins/webbrowser/webbrowser.scm: applied a patch from Raphael
  Quinet that removes outdated links and adds one for the GUG   
  (#101435).

For the HEAD branch, I'd prefer to remove the plug-in completely.
Links can be provided in the help files and on www.gimp.org and the
functionality to direct a running browser to a help page (needed by
the help system) is better provided by helper applications like
gnome-moz-remote.
Comment 4 Sven Neumann 2002-12-17 12:38:22 UTC
I've mentioned my ideas about the webbrowser plug-in in bug #51632 and
will close this report now.
Comment 5 Raphaël Quinet 2003-06-20 18:32:00 UTC
The fix is part of the stable release 1.2.4.  Closing this bug.