问题标签 [dokuwiki]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
315 浏览

latex - DokuWiki - Latex - libjpeg.8.dylib 需要更新的版本?

我正在尝试将 LaTex-Plugin 用于 DokuWiki。当我运行 LaTeX 疑难解答时,我收到此错误:

在此处输入图像描述

我不知道如何将其升级到版本 13。感谢任何形式的帮助!约翰

0 投票
1 回答
872 浏览

integration - DokuWiki 与 mantis 的集成失败

我尝试将 dokuwiki 与螳螂集成。-> DokuWiki 集成

我使用 mantis 1.1.6 和最新的 dokuwiki(angua)。这些应用程序在 apache 2.2.14 上运行,后者集成在 xampp 1.7.4 中

我的配置如下所示:

mantis/config_inc.php 和 mantis/config_defaults_inc.php:

dokuwiki/conf/local.php:

其他一切都与描述的文档中的相同。

现在我使用 mantis 中的管理员帐户登录。我可以看到新的菜单选项“Wiki”。遵循此菜单选项“Wiki”会给我带来以下错误消息:

致命错误:在第 41 行调用 C:\xampp\htdocs\dokuwiki\inc\auth\mantis.class.php 中未定义的函数 auth_prepare_username()

我没有修改 mantis.class.php。

有人知道现在该怎么办吗?

最好的祝愿克里斯汀

0 投票
1 回答
390 浏览

php - 如何为 dokuwiki 中的登录用户添加默认组?

我有一个 CAS 数据库,并为我的 wiki 安装了带有 CAS 插件的 phpCAS。

我想通过 CAS(组:用户)为所有登录的用户添加一个默认组来管理 ACL。

有谁知道该怎么做?

谢谢 :)

0 投票
1 回答
694 浏览

wiki - How can I link from a dokuwiki wiki article to a mantis ticket?

I would like to link from a dokuwiki article to a mantis ticket and an overview of tickets

I have the latest versions of mantisbt, dokuwiki and the mantis plugin for doku wiki. Also I have integrated dokuwiki in mantis.

The dokuwiki config looks at the moment like the following

doku wiki config

The address of mantis is: testserver/mantisbt/ The address of dokuwiki is: testserver/dokuwiki

What´s the meaning of "Username for Mantis"? The adminstrator of mantis?

The following descriptions shows the way to link to the tickets and the ticket overview:

http://www.dokuwiki.org/plugin:mantis#usage

In my mantis I have the following structure

mantisbt/testproject/ticket

so in an wiki article I linked {{mantisbt>testproject}}, like the descriptions says, to show an overview of tickets. but it does not work

so my questions are:

  1. What do I have to configure?
  2. What do I have to write in an aritcle to show an overview of tickets of the project?
  3. What do I have to write in an article to link to a special ticket?

Thanks Best wishes Christine

0 投票
2 回答
12318 浏览

syntax-highlighting - DokuWiki 中的内联代码

我正在寻找一种将代码作为段落的一部分包含在 DokuWiki 中的方法,就像我可以通过在 StackOverflow 中添加反引号转义一样like _so_。只需添加<code>bla</code>将代码放在它自己的行上。

0 投票
1 回答
524 浏览

php - 我正在尝试在我的网站中使用 dokuwiki 解析器引擎

我正在开发一些网站,我想将 dokuwiki 引擎作为文本编辑器,而不是一些基于 javascript 的所见即所得引擎。

我从下面的链接中复制了代码并尝试使用它。 http://www.dokuwiki.org/devel:parser#basic_invocation

应该将文档“syntax.txt”编译成一些 xhtml 文档并回显编译后的文档的代码,但我得到的只是“meh”。

如果有人有这个问题的经验,请给我一些提示。

谢谢。

ps

  • 我在代码中添加了<?php和。?>

  • 我像 $ php example.php 一样执行

  • 我将 DOKU_INC、DOKU_DATA 等路径更改为适当的路径。

0 投票
2 回答
834 浏览

apache - 如果需要,如何使用 apache .htaccess 重写 url

我在http://blabla.com/下运行一个 dokuwiki ,现在我有了额外的 url http://wiki.com/

我想要的是将请求http://blabla.com/test/gna或其他任何内容的用户重定向到http://wiki.com/test/gna而不会损害 dokuwiki 的默认 .htaccess

只是在结尾或开头添加这样的东西根本没有任何效果:

0 投票
2 回答
298 浏览

git - 使用带有多个提交者的 Git 部署网站

我想在我的服务器上运行一个dokuwiki.org 。我正在使用基于文件的设置,因此不涉及外部数据库。

我想设置一个包含 dokuwikidata目录的 git 存储库,以便多个提交者能够脱机工作并在完成后将更改推回。git仓库中的data目录没什么大不了的,你可以data使用dokuwiki的config-files设置目录的位置。

我使用指南进行了所有设置,并且按预期工作。

tl;指南博士:

  • 设置bare回购
  • post-receive挂钩裸仓库以导航到htdocs目录并从仓库签出更改bare
  • 您将某些内容推送到存储库,htdocs目录会自动签出存储库中的更改。

因此,该指南仅在您将其用于静态站点或基于数据库的内容时才有用。

我的问题是,www每次有人通过基于 Web 的 wiki 而不是他们本地存储库中的文件编辑某些内容时,目录都会更改 -> 更改不会被推送回bare存储库,因为没有钩子/方式/...到去做。

我在这里有什么遗漏或更好的方法来处理这个用例吗?

0 投票
0 回答
391 浏览

ios - DokuWiki 中带有 markdownextra 插件的内部链接以匹配 Trunbk Notes 语法

我想将 DokuWiki 用作使用 iOS 应用程序 Trunk Notes生成的 wiki 文件的桌面前端。我已经安装了markdownextra 插件,希望能让 DokuWiki 与 Trunk Notes 兼容。

我现在的问题是在Trunk Notes语法中输入的内部链接为

不要在DokuWiki中工作。因为链接应该在 Trunk Notes 中保持工作状态,所以我无法将链接样式更改为例如[AnotherPage(?id=AnotherPage.md)DokuWiki 插件用户指南中建议的(向下滚动到插件页面的末尾)。

知道如何解决这个问题吗?有没有人设法让DokuWiki使用Trunk Notes生成的文件,包括内部链接?

0 投票
1 回答
1888 浏览

wiki - 在 Dokuwiki 中自动命名页面

是否可以在 Dokuwiki 中自动命名页面中的链接(使用页面名称)?

即,如果我在全局命名空间中创建一个页面 [[projects]],并在其中放置任何进一步的链接

这些页面应该自动位于“项目”命名空间下。

这可能吗(本机或通过插件)?