wiki

How to define parent and subpages in Trac?

北战南征 提交于 2019-12-11 09:37:46
问题 I know the Confluence wiki pretty well, and I like much the natural hierarchy of pages you get there. I have to use now a Trac wiki (which is not that bad, same root as MoinMoin), and am searching the feature here. What I want to reach: Edit the page "MyPage" and enter there the link to a page you want to be a subpage, eg. MySubPage . The link should be similar to /MySubPage or [/MySubPage] . The character "/" denotes that the resulting page should be a subpage of the current one. Follow the

BitBucket: how to track a repo's branches in its Wiki repo?

♀尐吖头ヾ 提交于 2019-12-11 06:27:24
问题 I have a (Mercurial) repo on BitBucket where I have a documentation directory to keep some simple markdown files project .hg .hgignore src many files doc Home.md This setup allows me to develop my documentation in sync with my code. I can write a small page documentating a new feature on a feature branch, and then merge both the source and the documentation into the master branch with a single commit. However, the BitBucket wiki is a separate repository by itself (and I believe it's the same

Is there any HTML to WikiText translator?

百般思念 提交于 2019-12-11 05:54:40
问题 Is there any HTML to WikiText translator? I need to translate tables with hyperlinks and images inside. 回答1: I found this html2wiki xslt stylesheet. It might inspire you. 回答2: I've had great success with this html2wiki online service. I converted a large sample of HTML to MediaWiki, and it was almost flawless. 来源: https://stackoverflow.com/questions/2162386/is-there-any-html-to-wikitext-translator

Programatically determining the URL of a MediaWiki image

旧城冷巷雨未停 提交于 2019-12-11 02:24:38
问题 I'm trying to download images from specific MediaWiki pages (Or just specific images) using a PHP script. I can run a query through the api, by retrieving the page at the following URL .../w/action=query&prop=images&titles=Abakanskiy and get a response <?xml version="1.0"?> <api> <query> <pages> <page pageid="260" ns="0" title="Abakanskiy"> <images> <im ns="6" title="File:Abakanskiy.jpg" /> </images> </page> </pages> </query> </api> So far, so good. Now, no matter what I've done with the

Hosting images on Google Code

穿精又带淫゛_ 提交于 2019-12-11 01:51:50
问题 I want to put several screenshots of a project I'm working on, in the wiki and project pages for the project on Google Code. How do I host or attach the image files? If this isn't possible, where should I put them? Update0 This question has spawned another: Get certificate fingerprint of HTTPS server from command line? 回答1: Yes, you can put these files in the same repository that holds the wiki - i.e. http://code.google.com/p/pydlnadms/source/checkout?repo=wiki. These files will be served

GitHub wikis and Markdown

我是研究僧i 提交于 2019-12-10 21:42:56
问题 Reading about the GitHub wikis, I saw that they support several lightweight markup languages including MarkDown, but I am still a bit confused about the status and features of Markdown and the version GitHub uses. Q1. In this link: Introduction to the GitHub flavored Markdown (GFM), GitHub says they use GFM , a special type of Markdown ( MD ) for messages, issues and comments. Do they also use GFM or regular MD on their Wikis? Q2 Is the original Markdown still under development? Q3 Does the

BBCode or wiki markup libraries for .NET? [closed]

故事扮演 提交于 2019-12-10 17:48:11
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 3 years ago . What's your favourite library for .NET for handling either: BBCode markup Wiki markup Why do you use those libraries, what is so good about them and why should I use them? 回答1: Textile.Net will give you Textile syntax parsing, which is common in wikis. CodeKicker BBCode will

Multiple Passwords Login: Good OR Bad

馋奶兔 提交于 2019-12-10 17:32:09
问题 I am in the quest to create the most flexible user login system I can think of, and is looking for feed back on some ideas. (system also currently has an OpenID integration option) I was in the process of revising one of my user login systems and the concept just hit me... Allot of people have trouble remembering a single password, majority of people I know have a few passwords they use from site to site just so they can remember them. Would allowing users to set multiple passwords ( can be

What Features Should Tomorrow's Wiki Include? [closed]

蓝咒 提交于 2019-12-10 10:54:40
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 8 years ago . What features should "Tomorrow's" wikis include? How might they incorporate Web 2.0 features like AJAX? What other features are they currently missing? What do you want to see from the next release of your favorite Wiki? Edit: How might a Wiki be integrated into other products? What "neat uses" could wikis have?

HashMap via SOAP from Java to PHP and back

家住魔仙堡 提交于 2019-12-10 07:42:23
问题 i'm facing a little problem and can't find a solution. The situation: I have a Java-Webservice containing different Methods. One of these creates a new Object (named "Bestellung", which is german for "Order"). This object contains some attributes, most of them are Strings, one is a Hashmap named "applikationsDaten" (application data). I'm receiving this object in php via SoapClient - all attributes are filled as i want them. print_r() shows the following (shortened to the relevant parts):