mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Update project URLs per #424
This commit is contained in:
parent
1f4ca64ef4
commit
138904bf8b
10
README.rst
10
README.rst
@ -1,8 +1,8 @@
|
|||||||
django-helpdesk - A Django powered ticket tracker for small businesses.
|
django-helpdesk - A Django powered ticket tracker for small businesses.
|
||||||
=======================================================================
|
=======================================================================
|
||||||
|
|
||||||
.. image:: https://travis-ci.org/rossp/django-helpdesk.png?branch=master
|
.. image:: https://travis-ci.org/django-helpdesk/django-helpdesk.png?branch=master
|
||||||
:target: https://travis-ci.org/rossp/django-helpdesk
|
:target: https://travis-ci.org/django-helpdesk/django-helpdesk
|
||||||
|
|
||||||
Copyright 2009- Ross Poulton and contributors. All Rights Reserved. See LICENSE for details.
|
Copyright 2009- Ross Poulton and contributors. All Rights Reserved. See LICENSE for details.
|
||||||
|
|
||||||
@ -94,11 +94,11 @@ Contributing
|
|||||||
|
|
||||||
If you want to help translate django-helpdesk into languages other than English, we encourage you to make use of our Transifex project.
|
If you want to help translate django-helpdesk into languages other than English, we encourage you to make use of our Transifex project.
|
||||||
|
|
||||||
https://www.transifex.com/rossp/django-helpdesk/
|
https://www.transifex.com/django-helpdesk/django-helpdesk/
|
||||||
|
|
||||||
Feel free to request access to contribute your translations.
|
Feel free to request access to contribute your translations.
|
||||||
|
|
||||||
Pull requests for all other changes are welcome. We're currently trying to add test cases wherever possible, so please continue to include tests with pull requests.
|
Pull requests for all other changes are welcome. We're currently trying to add test cases wherever possible, so please continue to include tests with pull requests.
|
||||||
|
|
||||||
.. image:: https://secure.travis-ci.org/rossp/django-helpdesk.png?branch=master
|
.. image:: https://secure.travis-ci.org/django-helpdesk/django-helpdesk.png?branch=master
|
||||||
:target: https://travis-ci.org/rossp/django-helpdesk
|
:target: https://travis-ci.org/django-helpdesk/django-helpdesk
|
||||||
|
@ -5,7 +5,7 @@ WORKDIR=/tmp/django-helpdesk-build.$$
|
|||||||
mkdir $WORKDIR
|
mkdir $WORKDIR
|
||||||
pushd $WORKDIR
|
pushd $WORKDIR
|
||||||
|
|
||||||
git clone git://github.com/rossp/django-helpdesk.git
|
git clone git://github.com/django-helpdesk/django-helpdesk.git
|
||||||
cd django-helpdesk
|
cd django-helpdesk
|
||||||
|
|
||||||
/usr/bin/python setup.py sdist upload
|
/usr/bin/python setup.py sdist upload
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Ticket API
|
Ticket API
|
||||||
==========
|
==========
|
||||||
|
|
||||||
*Warning*: The django-helpdesk API is deprecated, and no longer maintained. See https://github.com/rossp/django-helpdesk/issues/198 for more details.
|
*Warning*: The django-helpdesk API is deprecated, and no longer maintained. See https://github.com/django-helpdesk/django-helpdesk/issues/198 for more details.
|
||||||
|
|
||||||
The API will be removed in January 2016 - you should instead build an integration with eg django-rest-framework.
|
The API will be removed in January 2016 - you should instead build an integration with eg django-rest-framework.
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@ Wherever possible please break git commits up into small chunks that are specifi
|
|||||||
|
|
||||||
Commit messages should also explain *what*, precisely, has been changed.
|
Commit messages should also explain *what*, precisely, has been changed.
|
||||||
|
|
||||||
If you have any questions, please contact the project co-ordinator, Ross Poulton, at ross@rossp.org.
|
If you have any questions, please start a discussion on the GitHub issue tracker at https://github.com/django-helpdesk/django-helpdesk/issues
|
||||||
|
|
||||||
Tests
|
Tests
|
||||||
-----
|
-----
|
||||||
|
@ -15,7 +15,7 @@ Try using ``pip install django-helpdesk``. Go and have a beer to celebrate Pytho
|
|||||||
GIT Checkout (Cutting Edge)
|
GIT Checkout (Cutting Edge)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
If you're planning on editing the code or just want to get whatever is the latest and greatest, you can clone the official Git repository with ``git clone git://github.com/rossp/django-helpdesk.git``
|
If you're planning on editing the code or just want to get whatever is the latest and greatest, you can clone the official Git repository with ``git clone git://github.com/django-helpdesk/django-helpdesk.git``
|
||||||
|
|
||||||
Copy the ``helpdesk`` folder into your ``PYTHONPATH``.
|
Copy the ``helpdesk`` folder into your ``PYTHONPATH``.
|
||||||
|
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
{% trans "<a href='https://github.com/rossp/django-helpdesk'>django-helpdesk</a>." %}
|
{% trans "<a href='https://github.com/django-helpdesk/django-helpdesk'>django-helpdesk</a>." %}
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<h2 id='warning'>Deprecation Warning</h2>
|
<h2 id='warning'>Deprecation Warning</h2>
|
||||||
|
|
||||||
<P>This API has been deprecated and will be removed in January 2016. Please <a href='https://github.com/rossp/django-helpdesk/issues/198'>See the GitHub Issue Tracker</a> for more details.</p>
|
<P>This API has been deprecated and will be removed in January 2016. Please <a href='https://github.com/django-helpdesk/django-helpdesk/issues/198'>See the GitHub Issue Tracker</a> for more details.</p>
|
||||||
<P>Do <strong>not</strong> build new integrations using this API.</p>
|
<P>Do <strong>not</strong> build new integrations using this API.</p>
|
||||||
|
|
||||||
<p>We recommend using django-rest-framework or similar for all integrations.</p>
|
<p>We recommend using django-rest-framework or similar for all integrations.</p>
|
||||||
|
@ -57,11 +57,11 @@ def api(request, method):
|
|||||||
|
|
||||||
|
|
||||||
THIS IS DEPRECATED AS OF DECEMBER 2015 AND WILL BE REMOVED IN JANUARY 2016.
|
THIS IS DEPRECATED AS OF DECEMBER 2015 AND WILL BE REMOVED IN JANUARY 2016.
|
||||||
SEE https://github.com/rossp/django-helpdesk/issues/198 FOR DETAILS
|
SEE https://github.com/django-helpdesk/django-helpdesk/issues/198 FOR DETAILS
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
warnings.warn("django-helpdesk API will be removed in January 2016. See https://github.com/rossp/django-helpdesk/issues/198 for details.", category=DeprecationWarning)
|
warnings.warn("django-helpdesk API will be removed in January 2016. See https://github.com/django-helpdesk/django-helpdesk/issues/198 for details.", category=DeprecationWarning)
|
||||||
|
|
||||||
if method == 'help':
|
if method == 'help':
|
||||||
return render(request, template_name='helpdesk/help_api.html')
|
return render(request, template_name='helpdesk/help_api.html')
|
||||||
|
2
setup.py
2
setup.py
@ -140,7 +140,7 @@ setup(
|
|||||||
keywords=['django', 'helpdesk', 'tickets', 'incidents', 'cases'],
|
keywords=['django', 'helpdesk', 'tickets', 'incidents', 'cases'],
|
||||||
author='Ross Poulton',
|
author='Ross Poulton',
|
||||||
author_email='ross@rossp.org',
|
author_email='ross@rossp.org',
|
||||||
url='http://github.com/rossp/django-helpdesk',
|
url='http://github.com/django-helpdesk/django-helpdesk',
|
||||||
license='BSD',
|
license='BSD',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
package_data=find_package_data("helpdesk", only_in_packages=False),
|
package_data=find_package_data("helpdesk", only_in_packages=False),
|
||||||
|
Loading…
Reference in New Issue
Block a user