~adrian-wilkins/ubuntu/quantal/freemind/fix-file-association

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Eric Lavarde
  • Date: 2005-01-08 19:37:05 UTC
  • Revision ID: james.westby@ubuntu.com-20050108193705-271m5dryt7fv0gwa
Tags: 0.7.1-6
* Added "gtk" as LookAndFeel possibility, as well as the possibility to
  enter directly the Look&Feel class name (Closes: #288512).
* Renamed 'enum' to 'enumerator' in XMLElement.java; this is _not_ a promise
  to support Java 1.5, Java 1.5 support will come only officially with
  version >= 0.8.0 (Closes: #288506).
* Removed JAVA_HOME from debian/rules (Closes: #288505).
* Removed bashisms from freemind.sh, making it POSIX conform (Closes:
  #289067).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
freemind for Debian
 
2
-------------------
 
3
 
 
4
The files mm2xbel.xsl and xbel2mm.xsl in the 'accessories' directory
 
5
are meant to transform FreeMind files to and from XBEL (XML Bookmark Exchange
 
6
Language, see http://pyxml.sourceforge.net/topics/xbel/ for details).
 
7
You can use them e.g. with:
 
8
        $ xsltproc mm2xbel.xsl somefile.mm > somefile.xbel
 
9
 
 
10
freemind.mm is the FreeMind help file, itself in FreeMind format.
 
11
To read it, start FreeMind and call the menu point 'Help -> Documentation'.
 
12
 
 
13
-- Eric Lavarde <deb@zorglub.s.bawue.de>, Tue, 20 Nov 2004 22:01:14 +0100