~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to packaging/win32/portable/help.html

  • Committer: Package Import Robot
  • Author(s): Alex Valavanis
  • Date: 2014-08-19 19:10:32 UTC
  • mfrom: (1.6.5) (2.5.14 sid)
  • Revision ID: package-import@ubuntu.com-20140819191032-2eca1qihaszjk9i6
Tags: 0.48.5-2ubuntu1
* Merge with Debian Unstable (LP: #1358863). Fixes several Ubuntu bugs:
  - Illustrator CS SVG won't load: namespace URIs in entities (LP: #166371)
  - inkscape crashed with SIGSEGV in
    sp_dtw_color_profile_event() (LP: #966441)
  - inkscape crashed with SIGSEGV (LP: #1051017)
  - inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()
    (LP: #1163241)
  - save a copy reverts to save as (LP: #529843)
  - Extension to braille not working on Xubuntu 12.10 (LP: #1090865)
* Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + demote pstoedit from Recommends to Suggests (because it's in universe),
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation
* Drop debian/patches/librevenge.patch (superseded by
    debian/patches/0006-Update_to_new_libwpg.patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
<html lang="en-US"><head><title>Inkscape Portable Help</title>
3
 
        <link rel="alternate" type="application/rss+xml" title="PortableApps.com" href="http://portableapps.com/feeds/general">
4
 
        <link rel="SHORTCUT ICON" href="Other/Help/images/favicon.ico">
5
 
<style>body {
6
 
        font-family: Verdana,Arial,Helvetica,sans-serif;
7
 
        font-size: 76%;
8
 
        color: #000;
9
 
        margin: 20px;
10
 
        background: #E6E8EA;
11
 
        text-align: center;
12
 
}
13
 
a
14
 
{
15
 
        color: #B31616;
16
 
        font-weight: bold;
17
 
}
18
 
a:link {
19
 
        }
20
 
a:visited {
21
 
        }
22
 
a:active {
23
 
        }
24
 
a:hover {
25
 
        color: red;
26
 
        }
27
 
h1, h2, h3, h4, h5, h6 {
28
 
        font-family: Arial, sans-serif;
29
 
        font-weight: normal;
30
 
}
31
 
h1 {
32
 
        color: #B31616;
33
 
        font-weight: bold;
34
 
        letter-spacing: -2px;
35
 
        font-size: 2.2em;
36
 
        border-bottom: 1px solid silver;
37
 
        padding-bottom: 5px;
38
 
        }
39
 
h2 {
40
 
        font-size: 1.5em;
41
 
        border-bottom: 1px solid silver;
42
 
        padding-bottom: 3px;
43
 
        clear: both;
44
 
        }
45
 
h3 {
46
 
        font-size: 1.2em;
47
 
        }
48
 
h4 {
49
 
        font-size: 1.1em;
50
 
        }
51
 
h5 {
52
 
        font-size: 1.0em;
53
 
        }
54
 
h6 {
55
 
        font-size: 0.8em;
56
 
        }
57
 
img {
58
 
        border: 0;
59
 
        }
60
 
ol, ul, li {
61
 
        font-size: 1.0em;
62
 
        }
63
 
p, table, tr, td, th {
64
 
        font-size: 1.0em;
65
 
        }
66
 
pre {
67
 
        font-family: Courier New,Courier,monospace;
68
 
        font-size: 1.0em;
69
 
        }
70
 
strong, b {
71
 
        font-weight: bold;
72
 
        }
73
 
table, tr, td {
74
 
        font-size: 1.0em;
75
 
        border-collapse: collapse;
76
 
}
77
 
td, th {
78
 
        border: 1px solid #aaaaaa;
79
 
        border-collapse: collapse;
80
 
        padding: 3px;
81
 
}
82
 
th {
83
 
        background: #3667A8;
84
 
        color: white;
85
 
}
86
 
ol ol {
87
 
        list-style-type: lower-alpha;
88
 
}
89
 
.content {
90
 
        text-align: left;
91
 
        margin-left: auto;
92
 
        margin-right: auto;
93
 
        width: 780px;
94
 
        background-color: #FFFFFF;
95
 
        border-left: 1px solid Black;
96
 
        border-right: 1px solid Black;
97
 
        padding: 12px 30px;
98
 
        line-height: 150%;
99
 
}
100
 
.logo {
101
 
        background: #ffffff url("Other/Help/images/help_background_header.png") repeat-x;
102
 
        width: 840px;
103
 
        margin-top: 20px;
104
 
        margin-left: auto;
105
 
        margin-right: auto;
106
 
        text-align: left;
107
 
        border-right: 1px solid black;
108
 
        border-left: 1px solid black;
109
 
}
110
 
.footer {
111
 
        background: #ffffff url("Other/Help/images/help_background_footer.png") repeat-x;
112
 
        width: 840px;
113
 
        height: 16px;
114
 
        margin-left: auto;
115
 
        margin-right: auto;
116
 
        text-align: left;
117
 
        border-right: 1px solid black;
118
 
        border-left: 1px solid black;
119
 
}
120
 
.logo img {
121
 
        padding-left: 0px;
122
 
        border: none;
123
 
        position: relative;
124
 
        top: -4px;
125
 
}
126
 
* html .content {
127
 
        width: 760px;
128
 
}
129
 
* html .logo, * html .footer {
130
 
        width: 820px;
131
 
}
132
 
.content h1 {
133
 
        margin: 0px;
134
 
}
135
 
h1.hastagline {
136
 
        border: 0;
137
 
}
138
 
h2.tagline {
139
 
        color: #747673;
140
 
        clear: none;
141
 
        margin-top: 0em;
142
 
}
143
 
/*printer styles*/ 
144
 
@media print{ 
145
 
body, .content {margin: 0; padding: 0;}
146
 
.navigation, .locator, .footer a, .message, .footer-links {display:none;} 
147
 
.footer, .content, .header {border: none;}
148
 
a {text-decoration: none; font-weight: normal; color: black;}
149
 
}</style>
150
 
</head>
151
 
<body>
152
 
<div class="logo"><a href="http://portableapps.com/"><img src="Other/Help/images/help_logo_top.png" width="229" height="47" alt="PortableApps.com - Your Digital Life, Anywhere"></a></div>
153
 
<div class="content">
154
 
<h1 class="hastagline">Inkscape Portable Help</h1>
155
 
<h2 class="tagline">amazing vector graphics - everywhere!</h2>
156
 
<p>Inkscape Portable is the popular Inkscape vector graphics editor packaged with a PortableApps.com launcher as a <a href="http://portableapps.com/about/what_is_a_portable_app">portable app</a>, to help you design on your iPod, USB flash drive, portable hard drive, etc.  It has all the same great features as Inkscape including editing vector graphics, designing things and more. Plus, it leaves no personal information behind on the machine you run it on, so you can take it with you wherever you go.  <a href="http://inkscape.org/">Learn more about Inkscape...</a></p>
157
 
 
158
 
<p><a href="http://inkscape.org/donate.php"><img src="Other/Help/images/donation_button.png" width="110" height="23" border="0" align="top" alt="Make a Donation"></a> - Support Inkscape Development</p>
159
 
<p><a href="http://portableapps.com/donate"><img src="Other/Help/images/donation_button.png" width="110" height="23" border="0" align="top" alt="Make a Donation"></a> - Support PortableApps.com's Hosting and Development</p>
160
 
 
161
 
<p><a href="http://inkscape.org/">Go to the Inkscape Portable Homepage &gt;&gt;</a></p>
162
 
 
163
 
<p><a href="http://PortableApps.com/">Get more portable apps at PortableApps.com</a></p>
164
 
 
165
 
<p>This software is OSI Certified Open Source Software. OSI Certified is a certification mark of the Open Source Initiative.</p>
166
 
 
167
 
<h2>Portable App Issues</h2>
168
 
<ul>
169
 
        <li><a href="http://portableapps.com/support/portable_app#downloading">Downloading a Portable App</a></li>
170
 
        <li><a href="http://portableapps.com/support/portable_app#installing">Installing a Portable App</a></li>
171
 
        <li><a href="http://portableapps.com/support/portable_app#using">Using a Portable App</a></li>
172
 
        <li><a href="http://portableapps.com/support/portable_app#upgrading">Upgrading a Portable App</a></li>
173
 
</ul>
174
 
<p>You can read about advanced configuration options for the Inkscape Portable launcher in its <a href="Other\Source\Readme.txt">readme file</a>.
175
 
</div>
176
 
<div class="footer"></div>
177
 
</body>
178
 
</html>