Skip to content

Commit

Permalink
Switch the main project over to a meta project.
Browse files Browse the repository at this point in the history
  • Loading branch information
erbridge committed Apr 25, 2015
1 parent 7eb4511 commit 1f1303a
Show file tree
Hide file tree
Showing 267 changed files with 15 additions and 54,356 deletions.
4 changes: 0 additions & 4 deletions .gitattributes

This file was deleted.

12 changes: 0 additions & 12 deletions .gitignore

This file was deleted.

88 changes: 0 additions & 88 deletions .gitmodules

This file was deleted.

24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ All issues reported here should result in code being changed, added and/or remov

### 3. Feature requests belong here, unless they can be implemented via a plugin.

If the feature can be implemented via a plugin it fails by proxy to satisfy [#2](https://github.com/limetext/lime/blob/master/CONTRIBUTING.md#2-issues-should-be-openened-up-in-the-correct-repository).
If the feature can be implemented via a plugin it fails by proxy to satisfy [#2](CONTRIBUTING.md#2-issues-should-be-openened-up-in-the-correct-repository).


### 4. Bug reports belong here.

Bug reports should include a description of current behaviour and the expected behaviour in cases where this isn't obvious.

User errors where the error does not result in a code change count as support and fail to satisfy [#1](https://github.com/limetext/lime/blob/master/CONTRIBUTING.md#1-the-issues-list-is-for-development-purposes-only).
User errors where the error does not result in a code change count as support and fail to satisfy [#1](CONTRIBUTING.md#1-the-issues-list-is-for-development-purposes-only).

### 5. If you'd like to help but don't know how.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Fredrik Ehnbom and [contributors](https://github.com/limetext/lime/graphs/contributors)
Copyright (c) 2013 The lime Authors
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
[![Build Status](https://travis-ci.org/limetext/lime.svg?branch=master)](https://travis-ci.org/limetext/lime)
[![Coverage Status](https://img.shields.io/coveralls/limetext/lime.svg?branch=master)](https://coveralls.io/r/limetext/lime?branch=master)
[![GoDoc](https://godoc.org/github.com/limetext/lime?status.svg)](https://godoc.org/github.com/limetext/lime)
[![Bountysource Bounties](https://www.bountysource.com/badge/team?team_id=8742&style=bounties_received)](https://www.bountysource.com/teams/limetext/issues?utm_source=limetext&utm_medium=shield&utm_campaign=bounties_received)
[![Bountysource Raised](https://www.bountysource.com/badge/team?team_id=8742&style=raised)](https://www.bountysource.com/teams/limetext?utm_source=limetext&utm_medium=shield&utm_campaign=raised)

[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/limetext/lime)


# lime

Welcome to the meta project for Lime.

For the backend, please see [limetext/lime-backend](https://github.com/limetext/lime-backend).

There are also three frontends currently in development: [limetext/lime-qml](https://github.com/limetext/lime-qml), [limetext/lime-termbox](https://github.com/limetext/lime-termbox), and [limetext/lime-html](https://github.com/limetext/lime-html).


# Status

The [frontends](https://github.com/limetext/lime/issues?direction=desc&labels=frontend) are **not** ready to replace your favourite editor, but the backend itself isn't too far away.
The frontends are **not** ready to replace your favourite editor, but the backend isn't too far away.

If you want to help us build Lime, great! We'd love your help. See [here](https://github.com/limetext/lime#contributing) for how you could be most useful.

Expand Down Expand Up @@ -54,11 +60,11 @@ If your pull request is not accepted on the first try, don't be discouraged! If

Where is a good place to start? The [Contributing](https://github.com/limetext/lime/wiki/Contributing) page in the wiki has some suggestions. Think the [wiki](https://github.com/limetext/lime/wiki/_pages) needs clarifying, or something is missing? Go ahead and make the change.

Guidelines for making contributions can be found in [CONTRIBUTING.md](https://github.com/limetext/lime/blob/master/CONTRIBUTING.md).
Guidelines for making contributions can be found in [CONTRIBUTING.md](CONTRIBUTING.md).

Want to chat? Find us on [Gitter](https://gitter.im/limetext/lime).


# License

The license of the project is the [2-clause BSD license](https://github.com/limetext/lime/blob/master/LICENSE).
The license of the project is the [2-clause BSD license](LICENSE).
127 changes: 0 additions & 127 deletions backend/command.go

This file was deleted.

49 changes: 0 additions & 49 deletions backend/command_test.go

This file was deleted.

Loading

0 comments on commit 1f1303a

Please sign in to comment.