mirror of
https://forge.katzen.cafe/katzen-cafe/katzen-cafe.git
synced 2024-11-05 15:36:23 +01:00
gave up fighting with mediawiki for the VisualEditor
This commit is contained in:
parent
cc33dfdbc6
commit
d6a0c9bb2c
|
@ -84,22 +84,19 @@
|
|||
url = "https://extdist.wmflabs.org/dist/extensions/OpenIDConnect-REL1_38-8f8bab6.tar.gz";
|
||||
sha256 = "sha256-g+PGNzt0o2FebI3xyVamz5RA95E86MD2yqD4v8N6zKU=";
|
||||
};
|
||||
#ParserFunctions = pkgs.fetchzip {
|
||||
#url = "https://extdist.wmflabs.org/dist/extensions/ParserFunctions-REL1_38-9455755.tar.gz";
|
||||
#sha256 = "sha256-+S89JIFkkc1o9nQmq278+WRdO9ByekGKDrwrrxyqXCc=";
|
||||
#};
|
||||
TemplateStyles = pkgs.fetchzip {
|
||||
url = "https://extdist.wmflabs.org/dist/extensions/TemplateStyles-REL1_38-a2d1ae3.tar.gz";
|
||||
sha256 = "sha256-AFTfKP5McB/UikA9RRAmw1vLrb7zWjbBLtJhsEP9sTY=";
|
||||
};
|
||||
#TemplateData = pkgs.fetchzip {
|
||||
#url = "https://extdist.wmflabs.org/dist/extensions/TemplateData-REL1_38-7763625.tar.gz";
|
||||
#sha256 = "sha256-204EBxEeuFZHtXoJPpa190vPSmPBcktxDVchIURW5Lo=";
|
||||
# this is cursed. why do the extensions 404???
|
||||
#JsonConfig = pkgs.fetchzip {
|
||||
#url = "https://extdist.wmflabs.org/dist/extensions/JsonConfig-REL1_39-9840e0b.tar.gz";
|
||||
#sha256 = "sha256-m6JfUftyokJUauAg8SV8p1daUiOpFMvxNMa3el/RrJ0=";
|
||||
#};
|
||||
TemplateData = null;
|
||||
Scribunto = null;
|
||||
ParserFunctions = null;
|
||||
TemplateData = null;
|
||||
VisualEditor = null;
|
||||
#VisualEditor = null;
|
||||
WikiEditor = null;
|
||||
CodeEditor = null;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue