שנה את Turpial כדי להתחבר ל- DL.NET

זה פשוט מאוד פשוט להכנה טורפיאלי מתחבר ל DL.NET, מבוסס על את ההדרכה שעשיתי לפני זמן מה בדיוק בנושא זה.

בעיקרון מה שעלינו לעשות הוא לערוך את הקובץ /usr/share/pyshared/turpial/api/protocols/identica/identica.py והחלף זאת:

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')

לזה:

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')

אם אתה משתמש Xfce מאחורי פרוקסי, אתה יכול לפתור מ טופס זה, או מ האחר הזה.