sponsor Vim development Vim logo Vim Book Ad

woc : A vim WoC browser. It enables hyperlinks for sources and ASCII texts.

 script karma  Rating 36/9, Downloaded by 1331  Comments, bugs, improvements  Vim wiki

created by
AlpT Aliptah
 
script type
utility
 
description
This is the WoC client for Vim.
If you don't know what WoC is, read http://dev.dyne.org/wiki/Woc .

Short description:
This plugin permits to use "hypertags", i.e. tags pointing to remote files.
It also supports cscope and ctags, thus you can use hyper-cscope commands which will bring you to remote locations.

General description:
Wocvim is a WoC client for Vim. WoC is a protocol which enables the use of hyperlinks in plain ASCII texts.
The links can point to local or remote locations. The protocol is specifically designed to support source code, but it can
be used in any text. For source code, it's also possible to use ad-hoc tag generators like cscope and ctags.


woc-vim: http://www.freaknet.org/alpt/src/utils/woc/readme
 
install details
Download the latest woc-vim tarball from:
http://www.freaknet.org/alpt/src/utils/woc/tarball/

Then just use ./install.sh  
or simply execute the following commands:
                            
        cp wocdownloader ~/.vim/woc/
        cp woc.vim ~/.vim/plugin/
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
woc-1.2.tar.bz2 1.2 2007-01-28 7.0 AlpT Aliptah Fixed a ``wocdownloader'' bug.

Added the g:woc_global_index option. It specifies to always load a global
index.woc file.

Python syntax highlighting

When WOCClearCache() is called automatically by WOC, only the last used cache
is cleaned. If, instead, it is called by the :WocClearCache user command, the
whole cache/ dir is removed.

Added the g:woc_mappings option, to let the user define more easily its own
mappings.
woc-1.1.tar.bz2 1.1 2007-01-26 7.0 AlpT Aliptah A little bit of documentation added.
Read the README ;)
woc-1.0.tar.bz2 1.0 2007-01-21 7.0 AlpT Aliptah Initial upload
ip used for rating: 3.19.56.45

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github