public
Description: My configuration files feat. hardcore Vim scripts
Homepage: http://kana.github.com/config/vim/
Clone URL: git://github.com/kana/config.git
kana (author)
Tue Nov 10 06:53:54 -0800 2009
commit  a32c1de2cd1e59da3174fd7f35e59fbc34309358
tree    0c9d7089c424ab27e938768d5cec2e15ede3eda5
parent  7469ef9dd2a7d839244ab73009d35e334403793c parent  8610b1276b5983a2a51dc2b57acdd119fc647ce0
config /
name age message
file Makefile Loading commit data...
file README Sat Sep 20 10:36:52 -0700 2008 Update naming rules for branches and tags [kana]
directory cereja/ Wed May 21 08:44:58 -0700 2008 Remove old $Id$ [kana]
directory colinux/ Wed May 21 08:44:58 -0700 2008 Remove old $Id$ [kana]
file dot.Xdefaults Wed May 21 08:44:58 -0700 2008 Remove old $Id$ [kana]
directory dot.bash.d/ Mon Sep 10 14:09:17 -0700 2007 Add dot.bash.d/svk-completion.pl to complete fo... [kana]
file dot.bash_profile Tue Apr 28 02:50:11 -0700 2009 sh: ENV_* - Rename "colinux" to "winter" [kana]
file dot.bashrc Tue Apr 28 02:50:11 -0700 2009 sh: ENV_* - Rename "colinux" to "winter" [kana]
file dot.ctags Thu Sep 10 06:44:03 -0700 2009 ctags: Add better Vim script support [kana]
file dot.gitconfig.in
file dot.gitignore Wed May 13 07:14:32 -0700 2009 git: Ignore ",*" [kana]
file dot.guile Wed May 21 08:44:58 -0700 2008 Remove old $Id$ [kana]
file dot.inputrc Wed May 21 08:44:58 -0700 2008 Remove old $Id$ [kana]
file dot.mayu Wed May 21 08:44:58 -0700 2008 Remove old $Id$ [kana]
directory dot.screen/ Thu Aug 06 07:59:37 -0700 2009 screen: Update the path to synergy [kana]
file dot.screenrc Wed May 14 06:59:17 -0700 2008 screen: Don't use concatenated .screenrc Try n... [kana]
file dot.sh_common_login Thu Aug 06 07:58:13 -0700 2009 Merge branch 'sh' * sh: sh: Set PATHs for $H... [kana]
file dot.xmodmaprc Fri Sep 14 07:41:45 -0700 2007 dot.guile, dot.xmodmaprc, dot.xmodmaprc-dvorak:... [kana]
file dot.xmodmaprc-dvorak Fri Sep 14 07:41:45 -0700 2007 dot.guile, dot.xmodmaprc, dot.xmodmaprc-dvorak:... [kana]
file dot.zprofile Sun Feb 08 02:43:30 -0800 2009 sh: Move common parts into dot.sh_common_login [kana]
file dot.zshrc Tue Apr 28 02:55:10 -0700 2009 sh: ENV_* - Rename "mac" to "avril" [kana]
file gauche-generate-symbols.scm Thu Oct 02 00:50:45 -0700 2008 vim: ft-gauche: Add filetype scripts for gauche [kana]
file gauche-generate-syntax-vim.scm Sat Jan 10 05:01:37 -0800 2009 vim: ft: gauche: Use filetype=scheme instead [kana]
file gitconfig-compiler.rb Tue Oct 06 16:39:34 -0700 2009 git: compiler: Remove unnecessary leading space [kana]
directory opera/ Sat Sep 05 05:52:52 -0700 2009 opera: Reflect recent changes on toolbar.ini [kana]
directory samurize/ Sun Sep 30 08:00:23 -0700 2007 Fix the path to be linked - prefix with /c/cygw... [kana]
directory test/
directory vim/
file vimup-info-generator Thu Sep 03 13:39:26 -0700 2009 vimup-info-generator: Accept "library plugin" [kana]
README
About This Repository
=====================

This git repository contains configuration files, documents and scripts
for various softwares which are written by kana <http://whileimautomaton.net/>.




License
=======

Most of these files contain the notice on their license, but some files don't
so.  The following is the license for such files (which is known as MIT
license):

    Copyright (C) 2008 kana <http://whileimautomaton.net/>

    Permission is hereby granted, free of charge, to any person obtaining
    a copy of these configuration files, associated documentation files,
    scripts and other associated files (the "Configuration"), to deal in the
    Configuration without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Configuration, and to permit persons to whom the
    Configuration is furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in
    all copies or substantial portions of the Configuration.

    THE CONFIGURATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
    NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE CONFIGURATION OR
    THE USE OR OTHER DEALINGS IN THE CONFIGURATION.




Notes
=====

Naming rules for branches and tags
----------------------------------

master
    The latest and stable version of files.

maint
    Branch for maintenance of the repository.

{software}-{topic}
    Branches for some {topic} on {software}.

{software}-{topic}-{version}
    Tags for a specific {version} of a branch {software}-{topic}.

z-*
    Tags for dead branches which are not maintained anymore.


To extract specific files
-------------------------

You can easily extract (or, more precise, make a package for) specific stuffs
from this repository with the following command:

    $ make PACKAGE_NAME={package_name} [PACKAGE_TYPE={archive_type}] package

Where {package_name} is one of the strings listed in ALL_PACKAGES,
and {archive_type} is one of the strings listed in ALL_PACKAGE_TYPES.
See Makefile for the detail of ALL_PACKAGES and ALL_PACKAGE_TYPES.
For example:

    $ make PACKAGE_NAME=vim-textobj-user package

The above command makes vim-textobj-user-{version}.tar.bz2
which contains files and directories related to textobj-user, a Vim plugin.




-- 
"To Vim, or not to Vim." -- The True Vim Master
kana <http://whileimautomaton.net/>