Skip to content

Commit

Permalink
change GitHub organization
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Zimmermann committed Mar 5, 2024
1 parent 2518982 commit f046d4d
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion contrib/dump_comments.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
contrib/dump_comments.py --help
By installing the optional colorama dependency, you'll get a colored output.
An example of output can be found at https://github.com/posativ/isso/issues/634
An example of output can be found at https://github.com/isso-comments/isso/issues/634
"""

import argparse
Expand Down
4 changes: 2 additions & 2 deletions docs/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ me on IRC (@posativ) if you want to be the main contributor for a language.
You may notice some "weird" newlines in translations -- that's the separator
for pluralforms_ in the templating engine.

.. __: https://github.com/posativ/isso/blob/master/isso/js/app/i18n/en.js
.. __: https://github.com/isso-comments/isso/blob/master/isso/js/app/i18n/en.js
.. _Transifex: https://www.transifex.com/projects/p/isso/
.. _pluralforms: http://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html?id=l10n/pluralforms

Expand All @@ -52,7 +52,7 @@ experienced in JS, please take a look at the code (that does not mean, the
Python code is perfect ;-). A few feature requests and issues, where I
definitely need help:

* `Admin Web Interface <https://github.com/posativ/isso/issues/10>`_ –
* `Admin Web Interface <https://github.com/isso-comments/isso/issues/10>`_ –
administration via email is cumbersome with a high amount of comments. A
administration web interface should include the ability to:

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/configuration/client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ english translation of the ``postbox-notification`` message, you could add:

``data-isso-postbox-notification-text-en="Select to be notified of replies to your comment"``

.. __: https://github.com/posativ/isso/blob/master/isso/js/app/i18n/en.js
.. __: https://github.com/isso-comments/isso/blob/master/isso/js/app/i18n/en.js

Lazy-loading on scroll
----------------------
Expand Down Expand Up @@ -130,7 +130,7 @@ the same as same as "pt-BR").

You can find a list of all supported languages by browsing the
`i18n directory
<https://github.com/posativ/isso/tree/master/isso/js/app/i18n>`_ of
<https://github.com/isso-comments/isso/tree/master/isso/js/app/i18n>`_ of
the source tree.

data-isso-default-lang
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/configuration/server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Server Configuration

The Isso configuration file is an `INI-style`__ textfile. It reads integers,
booleans, strings and lists. Here's the default isso configuration:
`isso.conf <https://github.com/posativ/isso/blob/master/share/isso.conf>`. A
`isso.conf <https://github.com/isso-comments/isso/blob/master/share/isso.conf>`. A
basic configuration from scratch looks like this:

.. code-block:: ini
Expand Down Expand Up @@ -207,7 +207,7 @@ samesite
By default, isso will set ``SameSite=None`` when served over https and
``SameSite=Lax`` when served over http
(see `MDM: SameSite <https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite>`_
and `#682 <https://github.com/posativ/isso/issues/682>`_ for details).
and `#682 <https://github.com/isso-comments/isso/issues/682>`_ for details).

Accepted values: ``None``, ``Lax``, ``Strict``

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/extras/contribs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Utility scripts

Some utility scripts have been developed by isso users.
They are stored in the `GitHub contrib/ directory
<https://github.com/posativ/isso/tree/master/contrib>`_ :
<https://github.com/isso-comments/isso/tree/master/contrib>`_ :

* `dump_comments.py` : dump isso comments as text, optionally with color
* `import_blogger.py` : comment importer from Blogger
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Get a fresh copy of Isso:

.. code-block:: sh
~> git clone https://github.com/posativ/isso.git
~> git clone https://github.com/isso-comments/isso.git
~> cd isso/
To create a virtual environment (recommended), run:
Expand Down Expand Up @@ -231,7 +231,7 @@ don't use FastCGi or uWSGI:
- SysVinit (Isso + Gunicorn): https://salsa.debian.org/jelmer/isso/-/blob/master/debian/isso.init
- OpenBSD: https://gist.github.com/noqqe/7397719
- FreeBSD: https://gist.github.com/ckoepp/52f6f0262de04cee1b88ef4a441e276d
- Supervisor: https://github.com/posativ/isso/issues/47
- Supervisor: https://github.com/isso-comments/isso/issues/47

If you're writing your own init script, you can utilize ``start-stop-daemon``
to run Isso in the background (Isso runs in the foreground usually). Below you
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ The web console shows 404 Not Found responses

Isso returned "404 Not Found" to indicate "No comments" in versions prior to
0.12.3. This behaviour was changed in
`a pull request <https://github.com/posativ/isso/pull/565>`_ to return a code
`a pull request <https://github.com/isso-comments/isso/pull/565>`_ to return a code
of "200" with an empty array.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<h2>Links</h2>
<ul>
<li><a href="https://pypi.python.org/pypi/isso/">Isso @ PyPi</a></li>
<li><a href="https://github.com/posativ/isso/">Isso @ GitHub</a></li>
<li><a href="https://github.com/isso-comments/isso/">Isso @ GitHub</a></li>
</ul>
<h2>Help</h2>
<p>
Join <code>#isso</code> on <a href="https://libera.chat/">Libera.Chat</a>
or open an issue on <a href="https://github.com/posativ/isso/discussions">GitHub</a>.
or open an issue on <a href="https://github.com/isso-comments/isso/discussions">GitHub</a>.
</p>
<h2>Contribute</h2>
<p>
Expand Down
2 changes: 1 addition & 1 deletion isso/js/app/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(["app/lib/promise", "app/globals"], function(Q, globals) {
for (i = 0; i < js.length; i++) {
if (js[i].getAttribute("async") || js[i].getAttribute("defer")) {
throw "Isso's automatic configuration detection failed, please " +
"refer to https://github.com/posativ/isso#client-configuration " +
"refer to https://github.com/isso-comments/isso#client-configuration " +
"and add a custom `data-isso` attribute.";
}
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Martin Zimmermann",
"description": "lightweight Disquis alternative",
"license": "MIT",
"repository": "github:posativ/isso",
"repository": "github:isso-comments/isso",
"dependencies": {},
"devDependencies": {
"almond": "^0.3.3",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):
packages=find_packages(),
include_package_data=True,
zip_safe=False,
url='https://github.com/posativ/isso/',
url='https://github.com/isso-comments/isso/',
license='MIT',
description='lightweight Disqus alternative',
python_requires='>=3.5',
Expand Down
4 changes: 2 additions & 2 deletions share/isso.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ gravatar = false
# default url for gravatar. {} is where the hash will be placed
gravatar-url = https://www.gravatar.com/avatar/{}?d=identicon

# enable the "/latest" endpoint, that serves comment for multiple posts (not
# enable the "/latest" endpoint, that serves comment for multiple posts (not
# needing to previously know the posts URIs)
latest-enabled = false

Expand Down Expand Up @@ -125,7 +125,7 @@ trusted-proxies =
# By default, isso will set SameSite=None when served over https and
# SameSite=Lax when served over http.
# See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite
# and https://github.com/posativ/isso/issues/682
# and https://github.com/isso-comments/isso/issues/682
# Accepted values: None, Lax, Strict
samesite =

Expand Down

0 comments on commit f046d4d

Please sign in to comment.