~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/script-fu/scripts/web-browser.scm

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
; The GIMP -- an image manipulation program
 
1
; GIMP - The GNU Image Manipulation Program
2
2
; Copyright (C) 1995 Spencer Kimball and Peter Mattis
3
3
;
4
4
; gimp-online.scm
18
18
; along with this program; if not, write to the Free Software
19
19
; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
20
 
 
21
(define (gimp-online-docs-web-site)
 
22
  (plug-in-web-browser "http://docs.gimp.org")
 
23
)
 
24
 
 
25
(define (gimp-help-2-concepts-usage)
 
26
  (gimp-help "" "gimp-concepts-usage")
 
27
)
 
28
 
 
29
(define (gimp-help-2-using-docks)
 
30
  (gimp-help "" "gimp-using-docks")
 
31
)
 
32
 
 
33
(define (gimp-help-2-using-simpleobjects)
 
34
  (gimp-help "" "gimp-using-simpleobjects")
 
35
)
 
36
 
 
37
(define (gimp-help-2-using-selections)
 
38
  (gimp-help "" "gimp-using-selections")
 
39
)
 
40
 
 
41
(define (gimp-help-2-using-fileformats)
 
42
  (gimp-help "" "gimp-using-fileformats")
 
43
)
 
44
 
 
45
(define (gimp-help-2-using-photography)
 
46
  (gimp-help "" "gimp-using-photography")
 
47
)
 
48
 
 
49
(define (gimp-help-2-using-web)
 
50
  (gimp-help "" "gimp-using-web")
 
51
)
 
52
 
 
53
(define (gimp-help-2-concepts-paths)
 
54
  (gimp-help "" "gimp-concepts-paths")
 
55
)
 
56
 
 
57
 
 
58
; shortcuts to help topics
 
59
(script-fu-register "gimp-help-2-concepts-paths"
 
60
   _"Using _Paths"
 
61
   _"Bookmark to the user manual"
 
62
    "Roman Joost <romanofski@gimp.org>"
 
63
    "Roman Joost <romanofski@gimp.org>"
 
64
    "2006"
 
65
    ""
 
66
)
 
67
 
 
68
(script-fu-menu-register "gimp-help-2-concepts-paths"
 
69
                         "<Toolbox>/Help/User Manual")
 
70
 
 
71
 
 
72
(script-fu-register "gimp-help-2-using-web"
 
73
   _"_Preparing your Images for the Web"
 
74
   _"Bookmark to the user manual"
 
75
    "Roman Joost <romanofski@gimp.org>"
 
76
    "Roman Joost <romanofski@gimp.org>"
 
77
    "2006"
 
78
    ""
 
79
)
 
80
 
 
81
(script-fu-menu-register "gimp-help-2-using-web"
 
82
                         "<Toolbox>/Help/User Manual")
 
83
 
 
84
 
 
85
(script-fu-register "gimp-help-2-using-photography"
 
86
   _"_Working with Digital Camera Photos"
 
87
   _"Bookmark to the user manual"
 
88
    "Roman Joost <romanofski@gimp.org>"
 
89
    "Roman Joost <romanofski@gimp.org>"
 
90
    "2006"
 
91
    ""
 
92
)
 
93
 
 
94
(script-fu-menu-register "gimp-help-2-using-photography"
 
95
                         "<Toolbox>/Help/User Manual")
 
96
 
 
97
 
 
98
(script-fu-register "gimp-help-2-using-fileformats"
 
99
   _"Create, Open and Save _Files"
 
100
   _"Bookmark to the user manual"
 
101
    "Roman Joost <romanofski@gimp.org>"
 
102
    "Roman Joost <romanofski@gimp.org>"
 
103
    "2006"
 
104
    ""
 
105
)
 
106
 
 
107
(script-fu-menu-register "gimp-help-2-using-fileformats"
 
108
                         "<Toolbox>/Help/User Manual")
 
109
 
 
110
 
 
111
(script-fu-register "gimp-help-2-concepts-usage"
 
112
   _"_Basic Concepts"
 
113
   _"Bookmark to the user manual"
 
114
    "Roman Joost <romanofski@gimp.org>"
 
115
    "Roman Joost <romanofski@gimp.org>"
 
116
    "2006"
 
117
    ""
 
118
)
 
119
 
 
120
(script-fu-menu-register "gimp-help-2-concepts-usage"
 
121
                         "<Toolbox>/Help/User Manual")
 
122
 
 
123
 
 
124
(script-fu-register "gimp-help-2-using-docks"
 
125
   _"How to Use _Dialogs"
 
126
   _"Bookmark to the user manual"
 
127
    "Roman Joost <romanofski@gimp.org>"
 
128
    "Roman Joost <romanofski@gimp.org>"
 
129
    "2006"
 
130
    ""
 
131
)
 
132
 
 
133
(script-fu-menu-register "gimp-help-2-using-docks"
 
134
                         "<Toolbox>/Help/User Manual")
 
135
 
 
136
 
 
137
(script-fu-register "gimp-help-2-using-simpleobjects"
 
138
   _"Drawing _Simple Objects"
 
139
   _"Bookmark to the user manual"
 
140
    "Roman Joost <romanofski@gimp.org>"
 
141
    "Roman Joost <romanofski@gimp.org>"
 
142
    "2006"
 
143
    ""
 
144
)
 
145
 
 
146
(script-fu-menu-register "gimp-help-2-using-simpleobjects"
 
147
                         "<Toolbox>/Help/User Manual")
 
148
 
 
149
 
 
150
(script-fu-register "gimp-help-2-using-selections"
 
151
   _"Create and Use _Selections"
 
152
   _"Bookmark to the user manual"
 
153
    "Roman Joost <romanofski@gimp.org>"
 
154
    "Roman Joost <romanofski@gimp.org>"
 
155
    "2006"
 
156
    ""
 
157
)
 
158
 
 
159
(script-fu-menu-register "gimp-help-2-using-simpleobjects"
 
160
                         "<Toolbox>/Help/User Manual")
 
161
 
 
162
 
 
163
;; Links to GIMP related web sites
21
164
 
22
165
(define (gimp-online-main-web-site)
23
 
  (plug-in-web-browser "http://www.gimp.org"))
 
166
  (plug-in-web-browser "http://www.gimp.org/")
 
167
)
24
168
 
25
169
(define (gimp-online-developer-web-site)
26
 
  (plug-in-web-browser "http://developer.gimp.org"))
 
170
  (plug-in-web-browser "http://developer.gimp.org/")
 
171
)
27
172
 
28
173
(define (gimp-online-plug-in-web-site)
29
 
  (plug-in-web-browser "http://registry.gimp.org"))
 
174
  (plug-in-web-browser "http://registry.gimp.org/")
 
175
)
30
176
 
31
177
 
32
178
(script-fu-register "gimp-online-main-web-site"
33
 
                    _"_Main Web Site"
34
 
                    "Link to http://www.gimp.org"
35
 
                    "Henrik Brix Andersen <brix@gimp.org>"
36
 
                    "Henrik Brix Andersen <brix@gimp.org>"
37
 
                    "2003"
38
 
                    "")
 
179
   _"_Main Web Site"
 
180
   _"Bookmark to the GIMP web site"
 
181
    "Henrik Brix Andersen <brix@gimp.org>"
 
182
    "Henrik Brix Andersen <brix@gimp.org>"
 
183
    "2003"
 
184
    ""
 
185
)
39
186
 
40
187
(script-fu-menu-register "gimp-online-main-web-site"
41
 
                         _"<Toolbox>/Help/The GIMP Online")
 
188
                         "<Toolbox>/Help/GIMP Online")
42
189
 
43
190
 
44
191
(script-fu-register "gimp-online-developer-web-site"
45
 
                    _"_Developer Web Site"
46
 
                    "Link to http://developer.gimp.org"
47
 
                    "Henrik Brix Andersen <brix@gimp.org>"
48
 
                    "Henrik Brix Andersen <brix@gimp.org>"
49
 
                    "2003"
50
 
                    "")
 
192
   _"_Developer Web Site"
 
193
   _"Bookmark to the GIMP web site"
 
194
    "Henrik Brix Andersen <brix@gimp.org>"
 
195
    "Henrik Brix Andersen <brix@gimp.org>"
 
196
    "2003"
 
197
    ""
 
198
)
51
199
 
52
200
(script-fu-menu-register "gimp-online-developer-web-site"
53
 
                         _"<Toolbox>/Help/The GIMP Online")
 
201
                         "<Toolbox>/Help/GIMP Online")
 
202
 
 
203
 
 
204
(script-fu-register "gimp-online-docs-web-site"
 
205
   _"_User Manual Web Site"
 
206
   _"Bookmark to the GIMP web site"
 
207
    "Roman Joost <romanofski@gimp.org>"
 
208
    "Roman Joost <romanofski@gimp.org>"
 
209
    "2006"
 
210
    ""
 
211
)
 
212
 
 
213
(script-fu-menu-register "gimp-online-docs-web-site"
 
214
                         "<Toolbox>/Help/GIMP Online")
54
215
 
55
216
 
56
217
(script-fu-register "gimp-online-plug-in-web-site"
57
 
                    _"Plug-in _Registry"
58
 
                    "Link to http://registry.gimp.org"
59
 
                    "Henrik Brix Andersen <brix@gimp.org>"
60
 
                    "Henrik Brix Andersen <brix@gimp.org>"
61
 
                    "2003"
62
 
                    "")
 
218
   _"Plug-in _Registry"
 
219
   _"Bookmark to the GIMP web site"
 
220
    "Henrik Brix Andersen <brix@gimp.org>"
 
221
    "Henrik Brix Andersen <brix@gimp.org>"
 
222
    "2003"
 
223
    ""
 
224
)
63
225
 
64
226
(script-fu-menu-register "gimp-online-plug-in-web-site"
65
 
                         _"<Toolbox>/Help/The GIMP Online")
 
227
                         "<Toolbox>/Help/GIMP Online")