From 3a1cb8d142293dd8908366ee35d03bdfc798b0dc Mon Sep 17 00:00:00 2001 From: El Mau Date: Wed, 17 Nov 2021 19:38:09 -0600 Subject: [PATCH] =?UTF-8?q?Actualizar=20v=C3=ADnculos=20en=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ source/static/js/ui/main.js | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9fde91..dce0150 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,12 @@ BTC: `3FhiXcXmAesmQzrNEngjHFnvaJRhU1AGWV` * openssl * xmlsec +* Ubuntu 20.04 + +``` +apt install pkg-config libxml2-dev libxmlsec1-dev libxmlsec1-openssl xsltproc +``` + Debería de funcionar con cualquier combinación servidor-wsgi que soporte aplicaciones Python. diff --git a/source/static/js/ui/main.js b/source/static/js/ui/main.js index 6db536b..60851f9 100644 --- a/source/static/js/ui/main.js +++ b/source/static/js/ui/main.js @@ -61,7 +61,7 @@ var menu_user = { var link_blog = "Blog"; var link_forum = "Foro"; -var link_doc = "Doc"; +var link_doc = "Doc"; var ui_main = {