wiki

Which wiki to use after MediaWiki? [closed]

拈花ヽ惹草 提交于 2019-12-03 15:42:42
We're thinking of moving from our existing installation of MediaWiki to something more feature-rich. I'm trying to find all the pains people have with MediaWiki today (mainly it's poor handling of external documents and less-than-perfect editing capabilities - compared to Word). We are using a wiki for design, spec, process guidelines. We have several external documents (docs, powerpoints) that we are currently putting on a shared folder and linking to from the wiki (because uploading files is not very convenient in MediaWiki). We are trying to make the friction minimum, so that nobody will

GitHub wiki directories

十年热恋 提交于 2019-12-03 14:15:55
问题 Does the wiki that installs with a GitHub repo support directories? Our wiki is cluttered with pages, and we are looking for a way to organize them better. We tried pulling the repo, creating local directories, and moving things around, but when committed back, the wiki didn't pick up the changes. 回答1: I was having the exact same issue and tried variants of what you tried. Nothing stuck. Asked GitHub support about it and received a reply that essentially said "No, but we'll let the developers

Fork GitHub project with custom wiki

杀马特。学长 韩版系。学妹 提交于 2019-12-03 14:11:01
When forking a project on GitHub, the wiki is cloned from the original project. Am I right to assume that I can make any changes (delete pages, edit pages) to my forked wiki without changing the upstream wiki? I've searched Google, Stack Overflow and the GitHub documentation without finding information about this :( Forking a GitHub project does not fork its wiki repo. A blank wiki is created instead in the fork, and any changes to it cannot be merged using pull requests. A workaround to this is to clone the GitHub wiki locally then push it into a separate repository, or a separate repository

Does there exist a “wiki” for editing doxygen comments? [closed]

こ雲淡風輕ζ 提交于 2019-12-03 10:37:29
I'm working on a fairly big open source RTS game engine ( Spring ). I recently added a bunch of new C++ functions callable by Lua, and am wondering how to best document them, and at the same time also stimulate people to write/update documentation for a lot of existing Lua call-outs. So I figured it may be nice if I could write the documentation initially as doxygen comments near the C++ functions - this is easy because the function body obviously defines exactly what the function does. However, I would like the documentation to be improved by game developers using the engine, who generally

Convert Excel documents to wiki markup

依然范特西╮ 提交于 2019-12-03 10:35:52
Is it possible to convert Excel spreadsheets into MediaWiki markup? I stumpled upon strange recommendations exporting to HTML and convert it into markup. Is there a solution, maybe exporting to XML first or directly converting it? Reinstate Monica I know of three options: Install a WYSIWYG editor extension like FCKeditor (see also Official ). Advantage: fairly easy Paste As Word (and therefore also as Excel) button. Disadvantage: installation can be tricky. Use a macro in Excel . Advantage: a one-click creation of markup. Disadvantage: client-side solution (so need it for all users). My

wikionary API - meaning of words

为君一笑 提交于 2019-12-03 09:59:31
问题 I would like get meaning of selected word using wikionary API. Content retrieve data should be the same as is presented in "Word of the day", only the basic meaning without etympology, Synonyms etc.. for example "postiche n Any item of false hair worn on the head or face, such as a false beard or wig." I tried use documentation but i can find similar example, can anybody help with this problem? 回答1: Although MediaWiki has an API ( api.php ), it might be easiest for your purposes to just use

Lighweight markup (wiki) language for documenting

删除回忆录丶 提交于 2019-12-03 09:36:21
问题 When I write papers or documentation it makes think using LaTeX or OpenOffice is overkill as I usually only need some markup elements (bold, headlines, lists, ...) . I'd like to write my documents using a wiki style markup as this is very efficient. For example: = Introduction = '''HTML''' is a markup language... In the end I'd like to simply convert it to PDF. (Cross-platform was nice too.) compiler.exe -pdf input.wiki output.pdf Is there a tool (or simple tool chain) to do this job? I'd

How does a wiki handle multiple simultaneous edits?

孤者浪人 提交于 2019-12-03 09:19:47
问题 This has always lingered in the back of my mind, so I figure I might as well go ahead and ask. How does a wiki handle multiple edits on the same content? Here's a simplistic example of what I'm asking. Let's say that a page has the following content: I'm a page! And now let's say that two go to edit that page. Each person adds a sentence: Person one: I'm a page! I'm a second sentence in the same page! Person two: I'm a page! I'm a second sentence! Imagine each person's second sentence being

Solid tutorial for building a simple wiki application in Ruby on Rails? [closed]

空扰寡人 提交于 2019-12-03 08:36:28
Closed. This question is off-topic. It is not currently accepting answers. Learn more . Want to improve this question? Update the question so it's on-topic for Stack Overflow. I've searched and I've found a lot that are antiquated. Any suggestions? You can easily create a wiki with zena (a rails CMS): You create an empty application with zena wiki You initialize an empty database cd wiki; rake zena:init RAILS_ENV=production You set the publish, write and read groups of a node to "public" (use the wrench tool, "drive" tab) You change the anonymous user's status from "moderated" to "user" (user

What is the best c# wiki to integrate into an already existing website? [closed]

帅比萌擦擦* 提交于 2019-12-03 07:52:27
问题 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 7 years ago . We need to add a wiki to an already existing website, however we want only logged in users to be able to edit the wiki and we would prefer to use our own method of authentication. Has anyone got any experiences with something similar or any suggestions of a good wiki engine for the job? UPDATE: Thanks everyone,