Skip to content

Commit

Permalink
docs: update the repo location on github
Browse files Browse the repository at this point in the history
we moved from the "kergoth" user account to the "libts" organisation.
  • Loading branch information
merge committed May 17, 2019
1 parent 1b80460 commit 1f08b4c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ though.

### what to contribute
We collect ideas about improving tslib
[in our issue tracker](https://github.com/kergoth/tslib/issues). There's a lot
[in our issue tracker](https://github.com/libts/tslib/issues). There's a lot
that could be done, for any operating system you might work on.

### how to contribute
Expand Down Expand Up @@ -123,11 +123,11 @@ set in `AC_INIT` doesn't matter that much.
### project organisation for new maintainers

The tslib project currently consists of
* the [kergoth/tslib](https://github.com/kergoth/tslib) github repository. This
* the [libts/tslib](https://github.com/libts/tslib) github repository. This
is the main upstream repository users download from. The
maintainer of course must have access to it, at least for committing and
creating releases. When becoming a new maintainer, ask Christopher Larson, who
holds the "kergoth" github account, to give you access.
creating releases. When becoming a new maintainer, ask one of the "libts"
organisation's owners to give you access, or become an owner too.
* the [tslib.org](http://tslib.org) project page. It is currently registered at
[easyname](https://www.easyname.com) and is maintained in the website directory.
This project site must include links to *all parts* of the tslib project.
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ WEBSITE

GIT

The main source repository is at https://github.com/kergoth/tslib
The main source repository is at https://github.com/libts/tslib

LICENSE

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](website/logo.svg)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/11027/badge.svg)](https://scan.coverity.com/projects/tslib)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/kergoth/tslib.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/kergoth/tslib/context:cpp)
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/libts/tslib.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/libts/tslib/context:cpp)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/752/badge)](https://bestpractices.coreinfrastructure.org/projects/752)

# C library for filtering touchscreen events
Expand Down Expand Up @@ -825,7 +825,7 @@ installed: `module_raw input_evdev`.
## Contributors

This project exists [[thanks](THANKS)] to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
<a href="https://github.com/kergoth/tslib/contributors"><img src="https://opencollective.com/tslib/contributors.svg?width=890&button=false" /></a>
<a href="https://github.com/libts/tslib/contributors"><img src="https://opencollective.com/tslib/contributors.svg?width=890&button=false" /></a>


## Backers
Expand Down
16 changes: 8 additions & 8 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,40 +39,40 @@
tslib is used to <i>access</i> touch screen devices, in case the operating system
doesn't provide driver support. It may instead also only be used to <i>optimize</i>
the touch user experience by applying
<a href="https://github.com/kergoth/tslib/blob/master/README.md#filter-modules">
<a href="https://github.com/libts/tslib/blob/master/README.md#filter-modules">
mathematical filters</a> in any number or order.
The libts library is highly configurable and portable. tslib includes tools to
<i>calibrate</i>, test and use the library. It is well suited for embedded
devices and used in many commercial products. tslib includes
<a href="https://github.com/kergoth/tslib/blob/master/README.md">documentation</a>
<a href="https://github.com/libts/tslib/blob/master/README.md">documentation</a>
on how to use it.
<p>
<b>Download tslib</b>
<p>
tslib only provides source archives. The latest release is version <b>1.19</b>
including libts library version 0.10.1, released on the <b>24th of January 2019</b>.
Get it from our <a href="https://github.com/kergoth/tslib/releases">release page</a>
Get it from our <a href="https://github.com/libts/tslib/releases">release page</a>
(<a href="https://gitlab.com/tslib/tslib/tags">mirror</a>).

<p>
<b>tslib is free software</b>
<p>
The library is available under the
<a href="https://github.com/kergoth/tslib/blob/master/COPYING">LGPLv2</a> license.
Check out the code at <a href="https://github.com/kergoth/tslib">our git
<a href="https://github.com/libts/tslib/blob/master/COPYING">LGPLv2</a> license.
Check out the code at <a href="https://github.com/libts/tslib">our git
repository</a> (<a href="https://gitlab.com/tslib/tslib">mirror</a>).
Feel free to <a href="https://github.com/kergoth/tslib/blob/master/CONTRIBUTING.md">
Feel free to <a href="https://github.com/libts/tslib/blob/master/CONTRIBUTING.md">
contribute</a> yourself and join our <a href="http://lists.infradead.org/mailman/listinfo/tslib">
mailing list</a>.

<p>
<b>Who makes tslib?</b>
<p>
tslib exists thanks to
<a href="https://github.com/kergoth/tslib/blob/master/THANKS">various
<a href="https://github.com/libts/tslib/blob/master/THANKS">various
contributors</a> from companies across the world and is open to your
input. It was originally written by Russel King in 2001 and is
<a href="https://github.com/kergoth/tslib/blob/master/AUTHORS">actively
<a href="https://github.com/libts/tslib/blob/master/AUTHORS">actively
maintained</a>.

<center>
Expand Down

0 comments on commit 1f08b4c

Please sign in to comment.