TVO Installation $Id: INSTALL 121 2006-05-16 01:51:54Z ned $ This is repeated in the README.otl file. === Extracting the archive You will want to extract the distribution archive (.tar.gz or .zip) into the installation directory described below. Make sure that you use the directories in the file, because there are several files with the same filename in different directories. The file MANIFEST contains the list of files that should be in the zip. === Installing in a local or global .vim directory You will want to install TVO into a directory in your Vim runtimepath :he 'runtimepath'. Type the command :set runtimepath To find out what it is set to. This will display a list of directories separated by commas. On my Linux system, these directories are: ~/.vim /usr/local/share/vim/vimfiles /usr/local/share/vim/vim60 /usr/local/share/vim/vimfiles/after ~/.vim/after I installed TVO into my ~/.vim directory. I could have also installed it so it would be available to all the users on my system by putting it into either the /usr/local/share/vim/vimfiles or /usr/local/share/vim/vim60 directories. The zip should be unpacked in one of these directories on your 'runtimepath'. That is, the ftplugin/otl.vim should go in (say) the ~/.vim/ftplugin directory. On a Unix system, you'd do something like: cd ~/.vim unzip vimoutliner-120.zip === Installing the converter scripts I've included some Ruby scripts that I use for conversion of .otl files to other formats including HTML, RTF, and Perl POD, as well as some that convert from other formats including M$ .doc format and the OPML XML outline format into OTL format. There is also a Perl POD to OTL converter that is written in Perl. These aren't necessary to run TVO, but they're handy if you need to convert to or from TVO's own format. You will need the Ruby (and/or Perl) language to run these; and to run doc2otl you will also need to get the Antiword package. Ruby: http://www.ruby-lang.org Perl: http://www.perl.com Antiword: http://www.winfield.demon.nl/ You can move these to a directory on your path (you may also have to change the shebang (#!) lines). On my TODO list is integrating these scripts into the TVO menu, but you have to run these from a command line at present. If you're using Windows, you can get a one-click Ruby installer (a full programming environment) from http://rubyinstaller.rubyforge.org/wiki/wiki.pl The conversions include: OTL to ... otl2html OTL to HTML as