On Tue, 23 Feb 2010 07:12:15 +0900, Marc Weber <[email protected]> wrote: > for vim-addon-manager I added missing metadata myself. > Eg for the perl browser plugin I added meta data in > vim-addon-known-repsoitories this way: > > " this is mainly used to add missing dependencies > let s:missing_addon_infos["browser_4025"] = '{ "dependencies" : > {"synmark":{}}, "runtimepath": "vim" }'
How about using Vim Wiki to put such data? For example, AutoPagerize uses wedata (which is a wiki-like database) to maintain metadata for various websites. If such metadata can be updated via Vim Wiki, users can contribute missing metadata easily, without asking you to add it. AutoPagerize: http://autopagerize.net/ Its metadata at wedata: http://wedata.net/databases/AutoPagerize/items -- To Vim, or not to Vim. http://whileimautomaton.net/ -- You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php
