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

« back to all changes in this revision

Viewing changes to packaging/win32/portable/Other/Source/Readme.txt

  • 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
 
Inkscape Portable
2
 
=================
3
 
Copyright 2004-2008 John T. Haller
4
 
Copyright 2008-2009 Chris Morgan
5
 
 
6
 
Website: http://Inkscape.org/
7
 
 
8
 
This software is OSI Certified Open Source Software.
9
 
OSI Certified is a certification mark of the Open Source Initiative.
10
 
 
11
 
This program is free software; you can redistribute it and/or
12
 
modify it under the terms of the GNU General Public License
13
 
as published by the Free Software Foundation; either version 2
14
 
of the License, or (at your option) any later version.
15
 
 
16
 
This program is distributed in the hope that it will be useful,
17
 
but WITHOUT ANY WARRANTY; without even the implied warranty of
18
 
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19
 
GNU General Public License for more details.
20
 
 
21
 
You should have received a copy of the GNU General Public License
22
 
along with this program; if not, write to the Free Software
23
 
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
24
 
 
25
 
 
26
 
ABOUT INKSCAPE PORTABLE
27
 
=======================
28
 
The Inkscape Portable launcher allows you to run Inkscape from a
29
 
removable drive whose letter changes as you move it to another
30
 
computer.  The program can be entirely self-contained on the drive
31
 
and then used on any Windows computer.
32
 
 
33
 
 
34
 
LICENSE
35
 
=======
36
 
This code is released under the GPL.
37
 
The full code is included with this package as InkscapePortable.nsi.
38
 
 
39
 
 
40
 
INSTALLATION / DIRECTORY STRUCTURE
41
 
==================================
42
 
The program expects the following directory structure:
43
 
 
44
 
-\ <--- Directory with InkscapePortable.exe
45
 
        +\App\
46
 
                +\Inkscape\
47
 
        +\Data\
48
 
                +\settings\
49
 
 
50
 
 
51
 
INKSCAPEPORTABLE.INI CONFIGURATION
52
 
==================================
53
 
The Inkscape Portable launcher will look for an ini file called
54
 
InkscapePortable.ini in the directory which contains InkscapePortable.exe.
55
 
If you are happy with the default options, it is not necessary, though.
56
 
The INI file is formatted as follows:
57
 
 
58
 
[InkscapePortable]
59
 
AdditionalParameters=
60
 
DisableSplashScreen=false
61
 
 
62
 
The AdditionalParameters entry allows you to pass additional command-line
63
 
parameter entries to inkscape.exe.  Whatever you enter here will be
64
 
appended to the call to inkscape.exe.
65
 
 
66
 
The DisableSplashScreen entry allows you to run the Inkscape Portable
67
 
launcher without the splash screen showing up.  The default is false.