Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
73 changes: 15 additions & 58 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,15 @@
XMind
=====

[XMind](http://www.xmind.net) is an open source project that contributes to
building a cutting-edge brainstorming/mind-mapping facility, focused on both
usability and extendability. It helps people in capturing ideas into visually
self-organized charts and sharing them for collaboration and communication.
Currently supporting mind maps, fishbone diagrams, tree diagrams, org-charts,
logic charts, and even spreadsheets. Often used for knowledge management,
meeting minutes, task management, and GTD.

**[Downloads Available For Windows/Mac/Ubuntu](http://www.xmind.net/download/?ref=github-home)**

License
-------

XMind is dual licensed under 2 open source licenses: the [Eclipse Public
License (EPL) v1.0](http://www.eclipse.org/legal/epl-v10.html) and the [GNU
Lesser General Public License (LGPL) v3](http://www.gnu.org/licenses/lgpl.html).

For licensees that wish to distribute XMind 3, modify the source code, and/or
build extensions, the EPL can be used to maintain copyleft of the original code
base while encouraging innovation with commercial and other open source
offerings incorporating XMind.

At the same time, for licensees that are concerned with incompatibility between
the EPL and GPL, we are providing the LGPL as an option to license XMind.

Please note that we are not providing legal advice here and you should not rely
on the above statements as such. For a full understanding of your rights and
obligations under these licenses, please consult the full text of the EPL
and/or LGPL, and your legal counsel as appropriate.

How To Run/Debug
----------------

1. Download and install [JDK v1.8 or higher](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
1. Download and install [Eclipse SDK v4.6 or higher](http://download.eclipse.org/eclipse/downloads/).
1. Make a clean workspace.
1. Import all bundles, features and releng projects into the workspace.
1. Open `org.xmind.cathy.target/cathy.target` with the default *Target Editor*
and click on 'Set as Target Platform' in the top-right corner of the opened
editor (you may have to wait for Eclipse to download all necessary
dependencies).
1. Open `org.xmind.cathy.product/cathy.product` with the default *Product
Configuration Editor* and, in the first 'Overview' tab, click on 'Launch an
Eclipse application' or 'Launch an Eclipse application in Debug mode'.

And, by the way...

- If you're using an OS *other than* Windows and encounter compiling errors
in plugin `org.xmind.cathy.win32`, just delete it from the workspace.

How To Contribute
-----------------

Any issue report or pull request will be highly welcomed!

XMind is an open source project that contributes to building a cutting-edge brainstorming/mind-mapping facility, focused on both usability and extendability. It helps people in capturing ideas into visually self-organized charts and sharing them for collaboration and communication. Currently supporting mind maps, fishbone diagrams, tree diagrams, org-charts, logic charts, and even spreadsheets. Often used for knowledge management, meeting minutes, task management, and GTD.

XMind is dual licensed under 2 open source licenses: the Eclipse Public License v1.0 (EPL), which is available at http://www.eclipse.org/legal/epl-v10.html , and the GNU Lesser General Public License v3 (LGPL), which is available at http://www.gnu.org/licenses/lgpl.html.

For licensees that wish to distribute XMind 3, modify the source code, and/or build extensions, the EPL can be used to maintain copyleft of the original code base while encouraging innovation with commercial and other open source offerings incorporating XMind.

At the same time, for licensees that are concerned with incompatibility between the EPL and GPL, we are providing the LGPL as an option to license XMind.

Please note that we are not providing legal advice here and you should not rely on the above statements as such.

For a full understanding of your rights and obligations under these licenses, please consult the full text of the EPL and/or LGPL, and your legal counsel as appropriate.

XMind source pack doesn't include required Eclipse plug-ins. To compile XMind source pack, you need download XMind.

**[Download XMind for Windows/Mac/Ubuntu Now!](https://www.xmind.net/download/)**
30 changes: 15 additions & 15 deletions bundles/org.xmind.cathy.fonts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.metadata
bin
tmp
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
# External tool builders
.externalToolBuilders/
# Folder containing Maven build results
target/
.metadata
bin
tmp
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath

# External tool builders
.externalToolBuilders/

# Folder containing Maven build results
target/
44 changes: 22 additions & 22 deletions bundles/org.xmind.cathy.fonts/.project
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.xmind.cathy.fonts</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.xmind.cathy.fonts</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eclipse.preferences.version=1
line.separator=\r\n
eclipse.preferences.version=1
line.separator=\r\n
12 changes: 6 additions & 6 deletions bundles/org.xmind.cathy.fonts/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.xmind.cathy.fonts
Bundle-Version: 3.7.0.qualifier
Bundle-Vendor: %Bundle-Vendor
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.xmind.cathy.fonts
Bundle-Version: 3.7.9.qualifier
Bundle-Vendor: %Bundle-Vendor
4 changes: 2 additions & 2 deletions bundles/org.xmind.cathy.fonts/OSGI-INF/l10n/bundle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Properties file for org.xmind.cathy.fonts
Bundle-Vendor = XMind Ltd.
#Properties file for org.xmind.cathy.fonts
Bundle-Vendor = XMind Ltd.
Bundle-Name = Additional Fonts For XMind
6 changes: 3 additions & 3 deletions bundles/org.xmind.cathy.fonts/README
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This plugin does not provide font files directly, but provides legal
information in about.html for custom fonts bundled with XMind RCP product
distribution.
This plugin does not provide font files directly, but provides legal
information in about.html for custom fonts bundled with XMind RCP product
distribution.
40 changes: 20 additions & 20 deletions bundles/org.xmind.cathy.fonts/about.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>Oct 12, 2015</p>
<p>
This software include open source fonts which are available with
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a> or <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL">SIL Open Font License</a>.
</p>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>

<p>Oct 12, 2015</p>

<p>
This software include open source fonts which are available with
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a> or <a href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL">SIL Open Font License</a>.

</p>

</body>
</html>
4 changes: 2 additions & 2 deletions bundles/org.xmind.cathy.fonts/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bin.includes = META-INF/,\
OSGI-INF/
bin.includes = META-INF/,\
OSGI-INF/
32 changes: 16 additions & 16 deletions bundles/org.xmind.cathy.fonts/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.xmind.cathy.plugins</groupId>
<artifactId>org.xmind.cathy.fonts</artifactId>
<version>3.7.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.xmind.releng</groupId>
<artifactId>org.xmind.cathy.releng</artifactId>
<version>3.7.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.xmind.cathy.plugins</groupId>
<artifactId>org.xmind.cathy.fonts</artifactId>
<version>3.7.9-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<parent>
<groupId>org.xmind.releng</groupId>
<artifactId>org.xmind.cathy.releng</artifactId>
<version>3.7.9-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
</project>
24 changes: 12 additions & 12 deletions bundles/org.xmind.cathy.win32/.classpath
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/swt/internal/**"/>
<accessrule kind="accessible" pattern="org/xmind/ui/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry excluding="**/.svn" kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins">
<accessrules>
<accessrule kind="accessible" pattern="org/eclipse/swt/internal/**"/>
<accessrule kind="accessible" pattern="org/xmind/ui/internal/**"/>
</accessrules>
</classpathentry>
<classpathentry excluding="**/.svn" kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
30 changes: 15 additions & 15 deletions bundles/org.xmind.cathy.win32/.gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.metadata
bin
tmp
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath
# External tool builders
.externalToolBuilders/
# Folder containing Maven build results
target/
.metadata
bin
tmp
*.tmp
*.bak
*.swp
*~.nib
local.properties
.loadpath

# External tool builders
.externalToolBuilders/

# Folder containing Maven build results
target/
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eclipse.preferences.version=1
line.separator=\r\n
eclipse.preferences.version=1
line.separator=\r\n
64 changes: 32 additions & 32 deletions bundles/org.xmind.cathy.win32/.settings/org.eclipse.pde.prefs
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
compilers.f.unresolved-features=1
compilers.f.unresolved-plugins=1
compilers.incompatible-environment=2
compilers.p.build=1
compilers.p.build.bin.includes=1
compilers.p.build.encodings=2
compilers.p.build.java.compiler=2
compilers.p.build.java.compliance=1
compilers.p.build.missing.output=2
compilers.p.build.output.library=1
compilers.p.build.source.library=1
compilers.p.build.src.includes=1
compilers.p.deprecated=1
compilers.p.discouraged-class=1
compilers.p.internal=1
compilers.p.missing-packages=2
compilers.p.missing-version-export-package=2
compilers.p.missing-version-import-package=2
compilers.p.missing-version-require-bundle=2
compilers.p.no-required-att=0
compilers.p.not-externalized-att=2
compilers.p.unknown-attribute=1
compilers.p.unknown-class=1
compilers.p.unknown-element=1
compilers.p.unknown-identifier=1
compilers.p.unknown-resource=1
compilers.p.unresolved-ex-points=0
compilers.p.unresolved-import=0
compilers.s.create-docs=false
compilers.s.doc-folder=doc
compilers.s.open-tags=1
eclipse.preferences.version=1
compilers.f.unresolved-features=1
compilers.f.unresolved-plugins=1
compilers.incompatible-environment=2
compilers.p.build=1
compilers.p.build.bin.includes=1
compilers.p.build.encodings=2
compilers.p.build.java.compiler=2
compilers.p.build.java.compliance=1
compilers.p.build.missing.output=2
compilers.p.build.output.library=1
compilers.p.build.source.library=1
compilers.p.build.src.includes=1
compilers.p.deprecated=1
compilers.p.discouraged-class=1
compilers.p.internal=1
compilers.p.missing-packages=2
compilers.p.missing-version-export-package=2
compilers.p.missing-version-import-package=2
compilers.p.missing-version-require-bundle=2
compilers.p.no-required-att=0
compilers.p.not-externalized-att=2
compilers.p.unknown-attribute=1
compilers.p.unknown-class=1
compilers.p.unknown-element=1
compilers.p.unknown-identifier=1
compilers.p.unknown-resource=1
compilers.p.unresolved-ex-points=0
compilers.p.unresolved-import=0
compilers.s.create-docs=false
compilers.s.doc-folder=doc
compilers.s.open-tags=1
eclipse.preferences.version=1
Loading