5
3
mirror of https://github.com/tildeverse/lobsters synced 2024-06-14 13:06:41 +00:00

jcs/lobsters -> lobsters/lobsters

This commit is contained in:
joshua stein 2017-10-01 13:38:20 -05:00
parent 9693da5d82
commit 5dc824a04a
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
### Licensing ### Licensing
The `lobsters` codebase is under a [3-clause BSD The `lobsters` codebase is under a [3-clause BSD
license](https://github.com/jcs/lobsters/blob/master/LICENSE). All code license](https://github.com/lobsters/lobsters/blob/master/LICENSE). All code
submitted must be licensed under these or more-permissive terms (2-clause BSD, submitted must be licensed under these or more-permissive terms (2-clause BSD,
MIT, ISC, etc.). MIT, ISC, etc.).
@ -13,12 +13,12 @@ website, this source code repository is for the code running the website at
Not all changes or new features submitted will be accepted. Please discuss Not all changes or new features submitted will be accepted. Please discuss
your proposed changes on [/t/meta](https://lobste.rs/t/meta) or as a your proposed changes on [/t/meta](https://lobste.rs/t/meta) or as a
[Github issue](https://github.com/jcs/lobsters/issues) before working on them [Github issue](https://github.com/lobsters/lobsters/issues) before working on them
to avoid wasted efforts. to avoid wasted efforts.
### Making Changes ### Making Changes
* Fork [jcs/lobsters](https://github.com/jcs/lobsters) on Github. * Fork [lobsters/lobsters](https://github.com/lobsters/lobsters) on Github.
* (Optional) Create a branch to house your changes. * (Optional) Create a branch to house your changes.
@ -45,4 +45,4 @@ been broken by your changes.
* Push your changes to your fork of the repository (to your branch if you * Push your changes to your fork of the repository (to your branch if you
created one). created one).
* Submit a pull request to [jcs/lobsters](https://github.com/jcs/lobsters). * Submit a pull request to [lobsters/lobsters](https://github.com/lobsters/lobsters).

View File

@ -6,7 +6,7 @@ source code to the site operating at
[https://lobste.rs](https://lobste.rs). [https://lobste.rs](https://lobste.rs).
It is a Rails 5 codebase and uses a SQL (MariaDB in production) backend for the database. It is a Rails 5 codebase and uses a SQL (MariaDB in production) backend for the database.
While you are free to fork this code and modify it (according to the [license](https://github.com/jcs/lobsters/blob/master/LICENSE)) While you are free to fork this code and modify it (according to the [license](https://github.com/lobsters/lobsters/blob/master/LICENSE))
to run your own link aggregation website, this source code repository and bug to run your own link aggregation website, this source code repository and bug
tracker are only for the site operating at [lobste.rs](https://lobste.rs/). tracker are only for the site operating at [lobste.rs](https://lobste.rs/).
Please do not use the bug tracker for support related to operating your own Please do not use the bug tracker for support related to operating your own
@ -14,7 +14,7 @@ site unless you are contributing code that will also benefit [lobste.rs](https:/
#### Contributing bugfixes and new features #### Contributing bugfixes and new features
Please see the [CONTRIBUTING](https://github.com/jcs/lobsters/blob/master/CONTRIBUTING.md) Please see the [CONTRIBUTING](https://github.com/lobsters/lobsters/blob/master/CONTRIBUTING.md)
file. file.
#### Initial setup #### Initial setup
@ -23,7 +23,7 @@ file.
* Checkout the lobsters git tree from Github * Checkout the lobsters git tree from Github
$ git clone git://github.com/jcs/lobsters.git $ git clone git://github.com/lobsters/lobsters.git
$ cd lobsters $ cd lobsters
lobsters$ lobsters$