aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-31 10:05:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-31 10:05:06 +1200
commit9c22a172a38862ee435e79cc50f23344ca11e1e3 (patch)
tree6e5ced9962f99e6f47f94d32a0791b2cd43e9a81
parentFirst commit of changes to nagios-syntax. (diff)
downloadvim-nagios-9c22a172a38862ee435e79cc50f23344ca11e1e3.tar.gz
vim-nagios-9c22a172a38862ee435e79cc50f23344ca11e1e3.zip
Fix up README a bit
-rw-r--r--README.markdown15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.markdown b/README.markdown
index c0fbd7c..b4cd1db 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,24 +1,21 @@
Nagios Vim Syntax
=================
-Syntax file for Nagios in Vim. Forked from the [`vim-scripts` repository][1] of
-the same name, itself a mirror from [the script][2] on the official Vim site.
+Syntax file for Nagios in Vim. Forked from the [vim-scripts repository][1],
+itself a mirror of the file by [Elan Ruusamäe][2] hosted on the official Vim
+site.
This way I can add it as a Pathogen bundle and submodule of my [dotfiles][3]
-repository.
-
-This was originally forked to include `ftdetect` rules, which are missing from
+repository. This was forked to include `ftdetect` rules, which are missing from
the original repository. They're for the default install going into
`/usr/local/nagios`, or the Debian layout of `/etc/nagios3`. I'm happy to merge
others in if this is at all helpful to anyone.
-I may add or fix more stuff later, which I'll push back to the original.
-
License
-------
-Sorry, I'm not sure what the license terms are. Check the original repo, or ask
-the maintainer, one Elan Ruusamäe. This particular fork is by [Tom Ryder][4].
+Sorry, I'm not sure what the license terms are. This particular fork is by [Tom
+Ryder][4].
[1]: https://github.com/vim-scripts/nagios-syntax
[2]: http://www.vim.org/scripts/script.php?script_id=2261