User:Jiangxin: Difference between revisions
m (→About (个人自述)) |
|||
Line 21: | Line 21: | ||
|} | |} | ||
==My | ==My Interest == | ||
=== FreeMind === | |||
I use FreeMind to record everything, and can not live without it. | |||
Every day, I update my freemind maps, and check in it back to my personal subversion server. | |||
I also patched freemind to fit my needs: better chinese support, subversion friendly, and others. | |||
===CVS/SVN friendly .mm file format=== | ===CVS/SVN friendly .mm file format=== | ||
Some attributes of FreeMind's .mm file are not suitable for version control. | Some attributes of FreeMind's .mm file are not suitable for version control. |
Revision as of 03:31, 14 August 2008
About (个人自述)
曾经使用过很长时间的 MindManager,直到我发现了 FreeMind,就再也离不开了。 FreeMind 吸引我的是毫不逊色的功能,XML 的文件格式(易于版本控制),开放源代码(让我自己有参与修改的可能,虽然我没有 Java 编程的经验)。 WorldHello.net 最早被我用于个人的 DocBook 文档展示以及 DocBook 的网站制作实践。FreeMind 又一次改变了我的文档撰写习惯,FreeMind + DocBook + CVS/SVN,使我个人的知识积累和总结变得更有效率。 联系方式,参见:这里... |
I have used MindManager for a long time, until I found FreeMind.
FreeMind + DocBook + CVS/SVN make me think and write more efficiently. |
My Interest
FreeMind
I use FreeMind to record everything, and can not live without it. Every day, I update my freemind maps, and check in it back to my personal subversion server.
I also patched freemind to fit my needs: better chinese support, subversion friendly, and others.
CVS/SVN friendly .mm file format
Some attributes of FreeMind's .mm file are not suitable for version control.
e.g., 'FOLDED' attribute saved in .mm file, makes documents changed frequently and unnecessarily.
The patch I wrote is split into two seperate files. Why split into two? the latter is not stable, and needs your help.
See also: 1465921 : Split .mm file for better CVS/SVN version control
Save some attributes out of .mm file
User:Jiangxin/Patch_save_extra_attributes_outof_mmfile
Load .mm file with .mmx file
User:Jiangxin/Patch_load_mm_file_with_mmx_file
Utf-8 aware, and not encode Chinese characters
FreeMind is not utf-8 aware. What I mean is that at least FreeMind 0.8.0 doesn't like a "XML declare" in .mm file. (such as <?xml encoding="utf-8"?>
For our Chinese, &#x...; encoded Chinese characters are meaningless for us. So I wrote this patch for FreeMind 0.8.0.
User:Jiangxin/Better_chinese_characters_support
See also: 1465924 : Utf-8 aware, and better Chinese characters
Contact (联系方式)
- 蒋 鑫
- Phone: 010-51262007
- Email: worldhello.net.AT.gmail.com
- Homepage: http://www.opensourcexpress.com, http://www.worldhello.net