summaryrefslogtreecommitdiffstats
path: root/editors/vimoutliner/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'editors/vimoutliner/DETAILS')
-rwxr-xr-xeditors/vimoutliner/DETAILS29
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/vimoutliner/DETAILS b/editors/vimoutliner/DETAILS
new file mode 100755
index 0000000000..e0d1ffd28f
--- /dev/null
+++ b/editors/vimoutliner/DETAILS
@@ -0,0 +1,29 @@
+. "$GRIMOIRE/FUNCTIONS"
+ SPELL=vimoutliner
+ VERSION=$(get_scm_version)
+ SOURCE="${SPELL}-git.tar.bz2"
+ SOURCE_URL[0]=git://github.com/$SPELL/$SPELL.git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="http://www.vim.org/scripts/script.php?script_id=3645"
+ LICENSE[0]="GPL"
+ ENTERED=20130522
+ KEYWORDS=""
+ SHORT="Outline processor designed for lightning fast authoring"
+cat << EOF
+VimOutliner is an outline processor with many of the same features as Grandview,
+More, Thinktank, Ecco, etc. Features include tree expand/collapse, tree
+promotion/demotion, level sensitive colors, interoutline linking, and body text.
+
+What sets VimOutliner apart from the rest is that it's been constructed from the
+ground up for fast and easy authoring. Keystrokes are quick and easy,
+especially for someone knowing the Vim editor. The mouse is completely
+unnecessary (but is supported to the extent that Vim supports the mouse). Many
+of the VimOutliner commands start with a double comma because that's very quick
+to type.
+
+All VimOutliner files have the ".otl" extension. For an overview of the
+VimOutliner commands you can type ":h vo_cheatsheet" when you have opened an
+otl file. For help on VimOutliner type ":h vo"
+EOF