File: 06_doc_libraries.patch

package info (click to toggle)
xfig 1%3A3.2.9a-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,960 kB
  • sloc: ansic: 76,504; sh: 3,214; makefile: 303; xml: 112; javascript: 22; csh: 5
file content (45 lines) | stat: -rw-r--r-- 1,425 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
From: Roland Rosenfeld <roland@debian.org>
Date: Wed, 01 Nov 2017 12:44:41 +0100
Subject: Replace external and no longer available
 http://epb.lbl.gov/xfig/libraries frame by a minmal local frame.
 Embedding an external web page in a frame was a potential privacy breach.
Forwarded: Thomas Loimer <thomas.loimer@tuwien.ac.at> on Sat, 14 Apr 2018 19:42:48 +0200

--- a/doc/html/japanese/frm_object_libraries.html
+++ b/doc/html/japanese/frm_object_libraries.html
@@ -6,7 +6,7 @@
 
 <frameset cols="172,*">
   <frame src="but_frm_object_libraries.html" marginheight=10 marginwidth=4>
-  <frame src="http://epb.lbl.gov/xfig/libraries" name="contents">
+  <frame src="libraries.html" name="contents">
   <noframes>
     Jump to <a href="contents.html">no frame version</a>.
   </noframes>
--- /dev/null
+++ b/doc/html/japanese/libraries.html
@@ -0,0 +1,24 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<html>
+<head>
+<title>Fig Object Libraries</title>
+</head>
+
+<body>
+<a href="contents.html"><img src="images/xfig-title.png"
+  alt="XFIG Users Manual" border=0></a>
+
+<hr>
+
+<h1>Fig Object Libraries</h1>
+The libraries of Fig objects are available in the Xfig distribution.
+<br>
+On a Debian system simply install package xfig-libs.
+<p>
+To find out how to make your own libraries,
+click <a href="drawing.html#makelibrary">here</a>.
+<p>
+Contributions to all libraries are most welcome.
+
+</body>
+</html>