Skip to content

Commit

Permalink
global: inveniosoftware.org
Browse files Browse the repository at this point in the history
* Changes `invenio-software.org` to `inveniosoftware.org` to use the
  same dashless canonical ID everywhere (GitHub, Twitter, Web).

Signed-off-by: Tibor Simko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Jun 28, 2016
1 parent c73679e commit 5074c07
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,8 @@ language.
Happy hacking and thanks for flying Invenio-Classifier.

| Invenio Development Team
| Email: info@invenio-software.org
| Email: info@inveniosoftware.org
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| GitHub: https://github.com/inveniosoftware/invenio-classifier
| URL: http://invenio-software.org
| URL: http://inveniosoftware.org
4 changes: 2 additions & 2 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Documentation
Happy hacking and thanks for flying Invenio-Classifier.

| Invenio Development Team
| Email: info@invenio-software.org
| Email: info@inveniosoftware.org
| IRC: #invenio on irc.freenode.net
| Twitter: http://twitter.com/inveniosoftware
| GitHub: https://github.com/inveniosoftware/invenio-classifier
| URL: http://invenio-software.org
| URL: http://inveniosoftware.org
4 changes: 2 additions & 2 deletions invenio_classifier/regexs.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,12 @@ def compute_months():
(https?|s?ftp)://(?:[\w\d_.-])+(?::\d{1,5})?
(?:/[\w\d_.?=&%~∼-]+)*/?
"""
# Stand-alone URL (e.g. http://invenio-software.org/ )
# Stand-alone URL (e.g. http://inveniosoftware.org/ )
re_raw_url = \
re.compile("['\"]?(?P<url>" + raw_url_pattern + ")['\"]?",
re.UNICODE | re.I | re.VERBOSE)

# HTML marked-up URL (e.g. <a href="http://invenio-software.org/">
# HTML marked-up URL (e.g. <a href="http://inveniosoftware.org/">
# CERN Document Server Software Consortium</a> )
re_html_tagged_url = \
re.compile(r"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
keywords='invenio TODO',
license='GPLv2',
author='CERN',
author_email='info@invenio-software.org',
author_email='info@inveniosoftware.org',
url='https://github.com/inveniosoftware/invenio-classifier',
packages=packages,
zip_safe=False,
Expand Down

0 comments on commit 5074c07

Please sign in to comment.