mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Drop code for the old wiki
This commit is contained in:
parent
6952a23c47
commit
b6f1f4231a
9 changed files with 3 additions and 409 deletions
|
@ -8,13 +8,6 @@ class FDroidException(Exception):
|
|||
return self.detail
|
||||
return '[...]\n' + self.detail[-16000:]
|
||||
|
||||
def get_wikitext(self):
|
||||
ret = repr(self.value) + "\n"
|
||||
if self.detail:
|
||||
ret += "=detail=\n"
|
||||
ret += "<pre>\n" + self.shortened_detail() + "</pre>\n"
|
||||
return ret
|
||||
|
||||
def __str__(self):
|
||||
if self.value is None:
|
||||
ret = __name__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue