Nó thực sự rất đơn giản để làm Quay số kết nối với ĐL.NET, dựa trên hướng dẫn tôi đã làm một thời gian trước đây về chủ đề này.
Về cơ bản những gì chúng ta phải làm là chỉnh sửa tệp /usr/share/pyshared/turpial/api/protocols/identica/identica.py và thay thế cái này:
class Identica(Protocol):
def init(self):
Protocol.init(self, 'Identi.ca', 'http://identi.ca/api',
'http://identi.ca/api', 'http://identi.ca/tag/',
'http://identi.ca/group', 'http://identi.ca')
Đối với điều này:
class Identica(Protocol):
def init(self):
Protocol.init(self, 'Identi.ca', 'http://tt.desdelinux.net/index.php/api',
'http://tt.desdelinux.net
/index.php/api', 'http://tt.desdelinux.net
/index.php/tag/',
'http://tt.desdelinux.net
/index.php/group', 'http://tt.desdelinux.net
/index.php')
Nếu bạn sử dụng Xfce phía sau một Proxy, bạn có thể giải quyết từ mẫu nàyhoặc của Này khác.