开发者

Writing to a Wiki [closed]

开发者 https://www.devze.com 2023-03-17 13:23 出处:网络
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_运维问答
Closed. This question needs details or clarity. It is not currently accepting answers. 开发者_运维问答

Want to improve this question? Add details and clarify the problem by editing this post.

Closed 9 years ago.

Improve this question

I need to write a script that writes (appends) data to an internal wiki that isn't public (needs username and password but unencrypted, http not https). The script can be a shell script, a Perl script, or even a Java application (last resort). Any help would be appreciated. Let me know if any additional information is needed.

Right now, I'm only able to read from the wiki using LWP Perl library using the getprint($url) function.

Thanks


If it's truly MediaWiki, then just use MediaWiki::API.

0

精彩评论

暂无评论...
验证码 换一张
取 消