mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Change github URLs from micahflee/onionshare to onionshare/onionshare
This commit is contained in:
parent
4b4fecc802
commit
6049509db6
@ -36,7 +36,7 @@ fi
|
|||||||
mkdir -p build/source
|
mkdir -p build/source
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
cd build/source
|
cd build/source
|
||||||
git clone https://github.com/micahflee/onionshare.git
|
git clone https://github.com/onionshare/onionshare.git
|
||||||
cd onionshare
|
cd onionshare
|
||||||
|
|
||||||
# Verify tag
|
# Verify tag
|
||||||
|
@ -651,7 +651,7 @@ class Onion(object):
|
|||||||
key_content = "RSA1024"
|
key_content = "RSA1024"
|
||||||
|
|
||||||
# v3 onions don't yet support basic auth. Our ticket:
|
# v3 onions don't yet support basic auth. Our ticket:
|
||||||
# https://github.com/micahflee/onionshare/issues/697
|
# https://github.com/onionshare/onionshare/issues/697
|
||||||
if (
|
if (
|
||||||
key_type == "NEW"
|
key_type == "NEW"
|
||||||
and key_content == "ED25519-V3"
|
and key_content == "ED25519-V3"
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Start by getting the source code and changing to the `desktop` folder:
|
Start by getting the source code and changing to the `desktop` folder:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/micahflee/onionshare.git
|
git clone https://github.com/onionshare/onionshare.git
|
||||||
cd onionshare/desktop
|
cd onionshare/desktop
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -363,7 +363,7 @@ class Mode(QtWidgets.QWidget):
|
|||||||
self.startup_thread.quit()
|
self.startup_thread.quit()
|
||||||
|
|
||||||
# Canceling only works in Windows
|
# Canceling only works in Windows
|
||||||
# https://github.com/micahflee/onionshare/issues/1371
|
# https://github.com/onionshare/onionshare/issues/1371
|
||||||
if self.common.platform == "Windows":
|
if self.common.platform == "Windows":
|
||||||
if self.onion_thread:
|
if self.onion_thread:
|
||||||
self.common.log("Mode", "cancel_server: quitting onion thread")
|
self.common.log("Mode", "cancel_server: quitting onion thread")
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
<caption>Types of services that OnionShare supports</caption>
|
<caption>Types of services that OnionShare supports</caption>
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<url type="bugtracker">https://github.com/micahflee/onionshare/issues/</url>
|
<url type="bugtracker">https://github.com/onionshare/onionshare/issues/</url>
|
||||||
<url type="help">https://onionshare.org/</url>
|
<url type="help">https://onionshare.org/</url>
|
||||||
<url type="homepage">https://onionshare.org/</url>
|
<url type="homepage">https://onionshare.org/</url>
|
||||||
<developer_name>Micah Lee</developer_name>
|
<developer_name>Micah Lee</developer_name>
|
||||||
|
@ -14,10 +14,10 @@ OnionShare also has a `mailing list <https://lists.riseup.net/www/subscribe/onio
|
|||||||
Contributing Code
|
Contributing Code
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
OnionShare source code is to be found in this Git repository: https://github.com/micahflee/onionshare
|
OnionShare source code is to be found in this Git repository: https://github.com/onionshare/onionshare
|
||||||
|
|
||||||
If you'd like to contribute code to OnionShare, it helps to join the Keybase team and ask questions about what you're thinking of working on.
|
If you'd like to contribute code to OnionShare, it helps to join the Keybase team and ask questions about what you're thinking of working on.
|
||||||
You should also review all of the `open issues <https://github.com/micahflee/onionshare/issues>`_ on GitHub to see if there are any you'd like to tackle.
|
You should also review all of the `open issues <https://github.com/onionshare/onionshare/issues>`_ on GitHub to see if there are any you'd like to tackle.
|
||||||
|
|
||||||
When you're ready to contribute code, open a pull request in the GitHub repository and one of the project maintainers will review it and possibly ask questions, request changes, reject it, or merge it into the project.
|
When you're ready to contribute code, open a pull request in the GitHub repository and one of the project maintainers will review it and possibly ask questions, request changes, reject it, or merge it into the project.
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ Starting Development
|
|||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
OnionShare is developed in Python.
|
OnionShare is developed in Python.
|
||||||
To get started, clone the Git repository at https://github.com/micahflee/onionshare/ and then consult the ``cli/README.md`` file to learn how to set up your development environment for the command-line version, and the ``desktop/README.md`` file to learn how to set up your development environment for the graphical version.
|
To get started, clone the Git repository at https://github.com/onionshare/onionshare/ and then consult the ``cli/README.md`` file to learn how to set up your development environment for the command-line version, and the ``desktop/README.md`` file to learn how to set up your development environment for the graphical version.
|
||||||
|
|
||||||
Those files contain the necessary technical instructions and commands install dependencies for your platform, and to run OnionShare from the source tree.
|
Those files contain the necessary technical instructions and commands install dependencies for your platform, and to run OnionShare from the source tree.
|
||||||
|
|
||||||
|
@ -9,12 +9,12 @@ You will find instructions on how to use OnionShare. Look through all of the sec
|
|||||||
Check the GitHub Issues
|
Check the GitHub Issues
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
If it isn't on the website, please check the `GitHub issues <https://github.com/micahflee/onionshare/issues>`_. It's possible someone else has encountered the same problem and either raised it with the developers, or maybe even posted a solution.
|
If it isn't on the website, please check the `GitHub issues <https://github.com/onionshare/onionshare/issues>`_. It's possible someone else has encountered the same problem and either raised it with the developers, or maybe even posted a solution.
|
||||||
|
|
||||||
Submit an Issue Yourself
|
Submit an Issue Yourself
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
If you are unable to find a solution, or wish to ask a question or suggest a new feature, please `submit an issue <https://github.com/micahflee/onionshare/issues/new>`_. This requires `creating a GitHub account <https://help.github.com/articles/signing-up-for-a-new-github-account/>`_.
|
If you are unable to find a solution, or wish to ask a question or suggest a new feature, please `submit an issue <https://github.com/onionshare/onionshare/issues/new>`_. This requires `creating a GitHub account <https://help.github.com/articles/signing-up-for-a-new-github-account/>`_.
|
||||||
|
|
||||||
Join our Keybase Team
|
Join our Keybase Team
|
||||||
---------------------
|
---------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user