Endre Turpial for å koble til DL.NET

Det er faktisk veldig enkelt å lage turpial kobler til DL.NET, basert på opplæringen jeg gjorde for en tid siden om nettopp dette emnet.

I utgangspunktet er det vi må gjøre å redigere filen /usr/share/pyshared/turpial/api/protocols/identica/identica.py og erstatt dette:

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

For dette:

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

Hvis du bruker Xfce bak en proxy, kan du løse fra Denne formen, Av Denne andre.