kod

Programmers' editor for OS X [DEAD PROJECT]

Github星跟蹤圖

Kod -- a programmers' editor for OS X

A modern and open universal text editor for programmers on Mac OS X.

If you want to use Kod, simply download the latest "stable" version from http://kodapp.com/download/

Development

Get the source (for building):

git clone --recursive https://github.com/rsms/kod.git
git remote add upstream https://github.com/rsms/kod.git

Get the source (for contributing):

If you want to contribute to the project you will have to make a fork. Then do this:

git clone --recursive git@github.com:MyUsername/kod.git
git remote add upstream https://github.com/rsms/kod.git

Checkout and build libcss:

This step isn't entirely necessary, but the first time you run this it will check out a bunch of subversion repositories which might take a few minutes.

deps/libcss/build.sh

Start hacking:

open kod.xcodeproj

Refreshing your clone

Since Kod is made up of a main repository as well as a few sub-repositories (git submodules) a simple git pull is not sufficient to update your source tree clone. Use the update.sh shell script for this:

./update.sh

It will fetch updates from the upstream repository (rsms/kod). Then you should merge the branches you want to use, for example something like so:

git merge upstream/master

You can use it to update from your own repository by calling it like this:

./update.sh origin

Contributing

The main Kod source tree is hosted on git (a popular DVCS), thus you should create a fork of the repository in which you perform development. See http://help.github.com/forking/.

We prefer that you send a pull request here on GitHub which will then be merged into the official main line repository. You need to sign the Kod CLA to be able to contribute (see below).

Also, in your first contribution, add yourself to the end of AUTHORS.md (which of course is optional).

Creating and submitting a patch

As mentioned earlier in this article, we prefer that you send a pull request on GitHub.

  1. Create a fork of the upstream repository by visiting https://github.com/rsms/kod/fork. If you feel unsecure, here's a great guide: http://help.github.com/forking/

  2. Clone of your repository: git clone https://yourusername@github.com/yourusername/kod.git

  3. This is important: Create a so-called topic branch: git checkout -tb name-of-my-patch where "name-of-my-patch" is a short but descriptive name of the patch you're about to create. Don't worry about the perfect name though -- you can change this name at any time later on.

  4. Hack! Make your changes, additions, etc and commit them.

  5. Send a pull request to the upstream repository's owner by visiting your repository's site at github (i.e. https://github.com/yourusername/kod) and press the "Pull Request" button. Here's a good guide on pull requests: http://help.github.com/pull-requests/

Use one topic branch per feature -- don't mix different kinds of patches in the same branch. Instead, merge them all together into your master branch (or develop everything in your master and then cherry-pick-and-merge into the different topic branches). Git provides for an extremely flexible workflow, which in many ways causes more confusion than it helps you when new to collaborative software development. The guides provided by GitHub at http://help.github.com/ are a really good starting point and reference.
If you are fixing a ticket, a convenient way to name the branch is to use the URL slug from the bug tracker, like this: git checkout -tb 53-feature-manually-select-language.

Contributor License Agreement

Before we can accept any contributions to Kod, you need to sign this CLA:

http://kodapp.com/cla.html

The purpose of this agreement is to clearly define the terms under which intellectual property has been contributed to Kod and thereby allow us to defend the project should there be a legal dispute regarding the software at some future time.

For a list of contributors, please see AUTHORS and https://github.com/rsms/kod/contributors

License

See the file LICENSE

主要指標

概覽
名稱與所有者rsms/kod
主編程語言Objective-C
編程語言PHP (語言數: 6)
平台
許可證Other
所有者活动
創建於2010-08-29 23:27:04
推送於2011-09-28 21:57:20
最后一次提交2011-06-21 01:31:28
發布數3
最新版本名稱v0.0.3 (發布於 2011-01-12 07:14:36)
第一版名稱v0.0.1 (發布於 2010-12-24 06:27:30)
用户参与
星數2.3k
關注者數36
派生數165
提交數664
已啟用問題?
問題數0
打開的問題數0
拉請求數31
打開的拉請求數3
關閉的拉請求數22
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?