active questions tagged wiki - Stack Overflow most recent 30 from stackoverflow.com 2009-12-10T19:53:10Z http://stackoverflow.com/feeds/tag/wiki http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1616690/customizing-confluence 0 customizing confluence oo 2009-10-24T01:43:33Z 2009-12-09T23:31:17Z <p>is there anyway to make confluence look and act more like a regular website. can you still in your own design, css, menus. etc . ? we are trying to spruce up a pretty boring intranet confluence WIKI.</p> http://stackoverflow.com/questions/10961/have-you-used-a-wiki-in-your-project-or-group 17 Have you used a wiki in your project or group? Andrew Hampton 2008-08-14T12:57:44Z 2009-12-07T14:07:42Z <p>The workgroup at my company is considering creating a wiki to store information that everyone may find useful. It would contain anything from tips/links on new technologies used on projects to internal procedures/guides for the servers we have set up. Has anyone had experience with this?</p> <p>Right now we're mainly using Sharepoint to keep track of all the documents we have, and the two main wiki contenders are Sharepoint 07's wiki and Mediawiki. If anyone has had any specific experiences with either of those, I'd be interested in hear that as well.</p> http://stackoverflow.com/questions/1854794/wiki-database-is-there-one 4 Wiki Database, is there one? Faiz 2009-12-06T08:42:44Z 2009-12-06T22:13:05Z <p>I was searching net for something like a wiki database, just like the wikipedia but instead stores structured content, editable by users. What I was looking for was an online database accessible by everyone where people can design the schema and data with proper versioning of both schema and data. I couldn't find any such. I am not sure if it is my search skills or there is really no wiki database as of now. Does anyone out there know anything like this?</p> <p>I think there is a great potential for something like this. A possible example will be a website with a GUI for querying a MySQL DB where any website visitor can create DB objects and populate data.</p> http://stackoverflow.com/questions/1850471/using-a-single-wiki-table-for-multiple-subject-tables 0 Using a single wiki table for multiple subject tables Vittorio Vittori 2009-12-05T00:06:03Z 2009-12-05T13:04:02Z <p>Hello, I wonder to know if someone can help to understand if I'm doing well using a single table with wiki content for multiple subjects, so:</p> <pre><code>TABLE wiki ==&gt; wiki_id wiki_content wiki_language wiki_user_id TABLE houses house_id house_name house_year house_location ==&gt; wiki_id TABLE architects arch_id arch_name arch_born arch_died ==&gt; wiki_id </code></pre> <p>I think it could be a right way if i use:</p> <pre><code>SELECT * FROM houses WHERE house_id = '123' INNER JOIN wiki ON houses.wiki_id = wiki.wiki_id </code></pre> <p>but I don't have experience on databases</p> <p>the wiki structure, is substantially identical in the both cases, so, am I wrong using one wiki table for two different tables? Could I encounter problems in the future on this db design solution?</p> http://stackoverflow.com/questions/170352/confluence-experiences 8 confluence experiences? Nickolay 2008-10-04T13:45:54Z 2009-12-04T13:13:16Z <p>We're considering moving from trac to <a href="http://www.atlassian.com/software/confluence/" rel="nofollow">Atlassian Confluence</a> as our knowledge base solution. ("We" are a growing IT consulting company, so most users are somewhat technical.)</p> <p>There are many reasons we're looking for an alternative to trac: ACL, better wiki refactoring tools (Move/rename, Delete (retaining history), What links here, Attachments [change tracking], easier way to track changes (i.e. better "timeline" interface), etc.), "templates"/"macros", WYSIWYG/Word integration.</p> <p>Confluence looks to be very nice from the feature list POV. But toying with it for a little I had the impression that its interface may seem somewhat confusing to the new users (and I recently saw <a href="http://stackoverflow.com/questions/170101/how-do-you-get-other-people-to-contribute-to-the-project-wiki#170133">a comment to that effect on SO</a>). I hope that can be fixed by installing/creating a simpler skin, though.</p> <p>If you've used Confluence, what are your thoughts on it?</p> <ul> <li>Do you agree it's not as easy to use as other software, can anything be done about it?</li> <li>What are its other shortcomings?</li> <li>Would you choose a different wiki if you had another chance?</li> </ul> <p>[edit] <a href="#488571" rel="nofollow">my own experiences</a></p> http://stackoverflow.com/questions/780151/how-can-i-configure-screwturn-wiki-to-use-sql-server 0 How can I configure ScrewTurn Wiki to use SQL Server? coffeeaddict 2009-04-23T03:02:36Z 2009-12-03T11:00:06Z <p>I'm trying to configure the excellent ScrewTurn Wiki product on my server, and haven't been able to make sense of <a href="http://www.screwturn.eu/Plugins.ashx#SQL%5FServer%5FUsersPages%5FStorage%5FProvider%5FBBCBDG%5F10" rel="nofollow">the documentation</a>. </p> <p>I'd like to configure it to use SQL Server for storage... Do I still need to specify a valid value for the <code>PublicDirectory</code> key in <code>web.config</code>?</p> <p>This is how I've tried to configure the connection so far, but obviously I'm missing something else:</p> <pre><code>&lt;add name="WikiData" connectionString="Data Source=xxx;Initial Catalog=xxx;User ID=xxx;Password=xxx" providerName="System.Data.SqlClient"/&gt; </code></pre> <p>Can't even get the page to load without it complaining about the <code>PublicDirectory</code> key now after adding this connection string. Before I added the connection string, the site came up fine without SQL Server implementation. I'm not even getting a chance to see if the db connection works and don't know what to name it here if the name makes any difference in the key.</p> <p>Any suggestions on how to get this working properly?</p> http://stackoverflow.com/questions/1711335/how-do-you-normally-make-a-program-look-beautiful 7 How do you normally make a program look beautiful? Papuccino1 2009-11-10T21:28:33Z 2009-12-02T16:01:06Z <p>How can I make an Application look nice and not like an amateur pulled it together?</p> <p>I mean graphic-wise.</p> <p>Is there some sort of book you can read regarding beautiful program layouts, etc?</p> <p>I put this in Community Wiki so please feel free to leave your opinions that way we can all learn. :D</p> <p>Edit: Oh my god. I completely forgot to mention what <strong>kind</strong> of program. I mean desktop applications. Not web applications. :D</p> http://stackoverflow.com/questions/1809854/which-issue-tracker-do-you-recommend 1 Which issue tracker do you recommend? Sudheer 2009-11-27T17:25:27Z 2009-11-30T14:00:09Z <p>I am looking for an open source issue tracker with</p> <ul> <li>Multiple projects</li> <li>Wiki</li> <li>Web API to integrate with CRM and other clients</li> <li>Optionally Extendible via custom plugins or modules</li> <li>Preferably written in PHP or Python. I am okay with other languages as long as it works on Unix/Linux</li> </ul> http://stackoverflow.com/questions/1775503/minimalistic-tools-for-developer-documentation 7 Minimalistic tools for developer documentation Pekka 2009-11-21T13:38:23Z 2009-11-30T00:05:25Z <p>I am currently working on a large PHP CMS / Framework and documenting it extensively as I go along. In addition to phpdoc-style inline comments, I need to document XML structures, details on concepts and practices, write HOWTOs and so on.</p> <p>At the moment, I am using simple OpenOffice documents for that, but I'm unhappy with it and looking for a "real" documentation system. </p> <p>So, I am looking for recommendations for <strong>robust, minimalistic, easy-to-use documentation software</strong>.</p> <p>I have tried a number of Wikis, most prominently Dokuwiki. I like the open-minded approach, the freedom in editing, and the simplicity, but they provide little support in structuring a multi-chapter documentation, and make basic reorganisation tasks very difficult (e.g. moving pages to a different namespace). Working with the plugins is Cumbersome, and they are not really easy to use. </p> <p>Open Source would be a plus but is not a requirement.</p> <blockquote> <p>Thanks for all the suggestions. I have not had time to look into each one in detail. I will be trying <strong>Sphinx</strong>, especially because it provides so much support for a good structure. I may update this post later when I'm done and report how it worked out. </p> </blockquote> <p><hr></p> <blockquote> <p><strong>The suggestions</strong> </p> <p><strong><a href="http://trac.edgewall.org/wiki/TracWiki" rel="nofollow">Trac's built-in wiki</a></strong> which is great but for my taste provides too little support for keeping a structure - it's perfect though for "normal", smaller size project documentation </p> <p><strong><a href="http://daringfireball.net/projects/markdown/" rel="nofollow">Markdown</a></strong> my current favourite because of its minimalism, however not sure yet whether maintaining a structure will be easy enough. A Markdown-Based system would of course be very easy to extend, e.g. to look up cross references from the project's code base. Of course it would be great to find something that already has that out of the box. </p> <p>The <strong><a href="http://www.oasis-open.org/committees/docbook/" rel="nofollow">DocBook</a></strong> format and to edit, the commercial <strong><a href="http://www.oxygenxml.com/" rel="nofollow">Oxygen XML Editor</a></strong> - a great standard for building documentation, no doubt. Maybe too "technical" for my purposes as I need something to open quickly, write into and go on coding. Still always worth a mention. </p> <p><strong><a href="http://sphinx.pocoo.org/" rel="nofollow">Sphinx</a></strong> an Open Source, Python based documentation generator, promising structured documentation and extensive cross-referencing. Interesting and will take a look.</p> <p><strong><a href="http://www.atlassian.com/software/confluence/" rel="nofollow">Confluence</a></strong> a commercial but very affordable Wiki.</p> <p><strong><a href="http://www.xwiki.org/xwiki/bin/view/Main/WebHome" rel="nofollow">XWiki</a></strong>, an Open Source playing in Confluence's league with numerous extensions and connectors to Eclipse and Microsoft Office. </p> <p><strong><a href="http://www.tiddlywiki.com/" rel="nofollow">TiddlyWiki</a></strong> an open-source Wiki.</p> </blockquote> http://stackoverflow.com/questions/170101/how-do-you-get-other-people-to-contribute-to-the-project-wiki 11 How do you get other people to contribute to the project Wiki? Harald Scheirich 2008-10-04T10:38:20Z 2009-11-29T15:36:23Z <p>We have a distributed team working on a mid-sized project; I am currently the only technical person involved. At the beginning of the project we had a discussion on what to use for project documentation and we agreed on a wiki.</p> <p>We are now a couple of months into this project and still nobody except me has put any actual content into the wiki. As usual, Word documents are being sent around; some are occasionally uploaded, but most are not.</p> <p>When deploying new software I usually spearhead things by just using the new tool and basically 'eating my own dogfood' but in this case I am not the one who can contribute and I don't really want to sit down and convert other people's Word docs into Wiki format.</p> <p>How do you educate people about the use of the wiki and how do you get them to use it?</p> <p>[Edit 1] One of the main problems right now is that almost all of the content that is being produced by now is NOT my content, it is mostly SMEs and project management stuff. While I am willing to spearhead, I really don't want to be the document fairy...</p> <p>The wiki is currently a MediaWiki, we have another instance of it running for another project and that works OK.</p> http://stackoverflow.com/questions/1762935/inserting-special-character-in-redmine-wiki-page 0 Inserting special character in Redmine wiki page Miguel Rentes 2009-11-19T12:24:18Z 2009-11-29T13:18:31Z <p>Hi everyone!</p> <p>I'm using redmine and I'm trying to insert the special character "|" inside a table in a redmine wiki page. I don't want this character to be parsed as a column separator. I've achieved this by doing a &lt; code >|&lt; /code> around this character, but I don't want to use the code tag, since this character will gain code attributes, namely the courier new font. Is there a tag for displaying plain text and avoid the parsing from the redmine wiki engine? I'm reading the redmine wiki formatting documentation but it is very poor and points me to textile formatting which doesn't seem to include this special case.</p> <p>Best regards,</p> <p>Miguel Rentes</p> http://stackoverflow.com/questions/1534364/looking-for-a-good-tool-for-online-help 0 Looking for a good tool for online help Linus 2009-10-07T21:37:15Z 2009-11-29T13:16:20Z <p>I'm looking for a tool that would allow a small team to build out on-line help content for our web application. Ideally, the tool would allow us to grow the help content very easily, so something like a wiki or a CMS would work well.</p> <p>I have no real experience with any of these types of tools, so I need some opinions. These are my ideal requirements:</p> <ul> <li>Support video help content.</li> <li>Support for tags and a good search engine.</li> <li>Ability to integrate all of the above with our web application in a context-sensitive way. There should be a way to query the help site for help content relevant to the current module in the application so the application can show a list of relevant topics.</li> <li>Ideally, I'm looking for free software.. or at the very least a one time inexpensive payment. I'd rather host the software on our software than pay a monthly fee for our content to be hosted somewhere else.</li> </ul> <p>Any recommendations of products you've actually used? </p> http://stackoverflow.com/questions/1806135/c-text-replace-preserve-case 2 C# text.Replace preserve case Josh King 2009-11-26T23:38:35Z 2009-11-26T23:57:35Z <p>I am working on a wiki bot for my communities wiki that uses the DotNetWikiBot Framework; it is to find a word that is commonly a typo (such as "abilty") and replaces them with the correction (such as "ability").</p> <p>This works as is is coded:</p> <pre><code>p.text = p.text.Replace(@"\b" + typoArray[x, 0] + @"\b", typoArray[x, 1]); </code></pre> <p>However this will replace "Abilty" with "ability" which is of course going to cause issues, but I cannot figure out how to preserve the case of the replaced word (so Abilty becomes Ability) unless the typo replacement is meant to be capitalized, no matter what it is replacing: januray to January</p> http://stackoverflow.com/questions/1328768/sharepoint-wiki-hierarchical-view-of-pages 0 Sharepoint Wiki hierarchical view of pages unknown (google) 2009-08-25T14:45:24Z 2009-11-23T20:00:04Z <p>As you can see in the official MS powerpoint slides here: <a href="http://www.microsoft.com/germany/msdn/launch2008/library.aspx?id=SP%5FT16%5FDI%5F1800" rel="nofollow">http://www.microsoft.com/germany/msdn/launch2008/library.aspx?id=SP%5FT16%5FDI%5F1800</a> it is possible to program a hierarchical view of sharepoint wiki pages.</p> <p>i searched the web and i only found blogs full of the known weaknesses of SP wiki like: no comments, no pictures, no mark up language, no full text search etc.</p> <p>but this is a thing which should be possible somehow, i hope. </p> http://stackoverflow.com/questions/1775661/delete-a-sharepoint-wiki-page-that-has-no-menu 0 Delete a Sharepoint Wiki page that has no menu Graeme 2009-11-21T14:45:35Z 2009-11-23T16:28:29Z <p>Hi I created a Wiki in Sharepoint 2007, and then deleted the Home page. Now when I go to the AllPages.aspx (ie the root of the wiki) I've got no menu options. I cannot delete the Wiki page, or add any pages to it. </p> <p>Here's what I see - there's no way to delete it as far as I can tell. Any help greatly appreciated, don't want to start using Sharepoint if the first thing it does it create undeletable orphans...</p> <p><img src="http://i45.tinypic.com/k4b3a0.jpg" alt="alt text"></p> http://stackoverflow.com/questions/1743701/is-there-a-wiki-preferably-net-that-has-stackoverflow-like-editor 1 Is there a wiki (preferably .NET) that has StackOverflow-like editor? Neil N 2009-11-16T17:40:01Z 2009-11-21T16:34:18Z <p>I am looking to set up an internal wiki for our development/design team.</p> <p><strong>The key feature I am looking for is a very simple editor with revision history</strong>. Ideally, the uber-simple markup system StackOverflow.com uses would be great. One of the reasons for this is that we have non-technical people (managers, sales people, designers) who would benifit from a clean markup, not having to know HTML, and yet still be able to view revisions and make modifications easily.</p> <p>I have tried ScrewTurn wiki, but it seems its markup is very ugly, and thier latest WYSIWG seems kinda buggy (keeps adding lines on revisions)</p> <p>I would be willing to use a non-.NET solution if it provided a turn key solution. I would just prefer .NET since we are a .NET house.</p> http://stackoverflow.com/questions/382710/how-to-import-word-documents-into-wiki 0 How to import word documents into wiki? Nick Long 2008-12-20T01:03:22Z 2009-11-19T19:29:47Z <p>Anyone knows? Because i think one of the stumbling blocks for people to embrace wiki is of the fact that they need to separately upload the images to the wiki instead of just doing simple copy/paste to the word document</p> http://stackoverflow.com/questions/1470067/compare-tinymce-and-ckeditor-for-a-wiki 1 Compare TinyMCE and CKeditor for a Wiki becomingGuru 2009-09-24T06:34:04Z 2009-11-18T18:05:06Z <p>For a custom wiki <a href="http://github.com/bartTC/django-wakawaka" rel="nofollow">django-wakawaka</a>, i want to be able to add a WYSIWYG support.</p> <p>TinyMCE is obviously the most popular plugin, used even by Wordpress.</p> <p>But CK-editor seems more feature full.</p> <p>Those who have used either of these or both, which is better and why. Are there some better packages, that I am missing?</p> <p>Is there something that I am missing when I conclude CKeditor is better, by going through them (because it is not as widely used).</p> <p>I want to use it with django and jquery, with multiple instances of WYSIWYG widget per page. Does one offer advantage over the other.</p> http://stackoverflow.com/questions/1207374/what-is-a-good-wiki-with-great-spam-protection-that-is-easily-hosted-on-windows-i 0 What is a good wiki with great spam protection that is easily hosted on Windows/IIS7? Brennan 2009-07-30T15:32:38Z 2009-11-18T16:06:38Z <p>I am looking to host a wiki but want it to be very low maintenance. Spam protection will be key. Perhaps I can have a new account approval process and ban users who spam the system. I have looked occasionally over the last year and I have not not been happy with the available options.</p> <p>I would prefer a .NET solution but I understand I may find a solution in PHP which will serve my needs. I would like to use SQL Server 2005 over MySQL so I not have to install and run MySQL on my server.</p> <p>What would you recommend?</p> http://stackoverflow.com/questions/1596198/c-object-documentation-wiki-export 0 C# object documentation wiki export Jeremy B. 2009-10-20T17:41:27Z 2009-11-17T22:00:02Z <p>I am looking for something that will iterate over our model and extract each objects properties in order to build a documentation wiki. Is there a tool out there which will do such a thing?</p> <p>Basically I do not want to have to extract all of our documentation out of the projects by hand.</p> http://stackoverflow.com/questions/1749913/integrating-wiki-user-accounts-with-backend-database 0 Integrating Wiki user accounts with backend database James.Elsey 2009-11-17T16:08:18Z 2009-11-17T16:08:18Z <p>I have a web application deployed on tomcat, this application stores all its user account info (name, password, emails etc) in a database, in this scenario MS SQL server.</p> <p>I've set up a wiki, a <a href="http://www.jspwiki.org/" rel="nofollow">JSPWiki</a> to be precise, as this drops into Tomcat nicely.</p> <p>Is there some way I could integrate the wiki user information to the user table in my application?</p> <p>JSPWiki by default stores its user information in an XML file, but does have support for JDBCDatabases.</p> <p>Is there an API / integrator I could use?</p> http://stackoverflow.com/questions/1682740/best-solution-for-integrated-bug-tracking-wiki-and-version-control 0 Best solution for integrated bug tracking, wiki and version control Jader Dias 2009-11-05T18:50:31Z 2009-11-17T11:40:07Z <p>I love the Google Project Hosting web app. It includes bug tracking, wiki and SCM in one interface. (Example: <a href="http://code.google.com/p/n2markdowneditors/" rel="nofollow">WMD Editor</a>)</p> <p>This solution is closed source and not for sale. While searching similar solutions I found <a href="http://trac.edgewall.org/" rel="nofollow">Trac</a> which has a rougher interface.</p> <p>Could you list similar solutions?</p> <p><a href="http://stackoverflow.com/questions/1170831/distributed-revision-control-wiki-and-bug-tracking-all-in-one">Someone asked the same question, but specified Git as the SCM.</a></p> http://stackoverflow.com/questions/1733668/wiki-with-api-for-creating-editing-posts 0 Wiki with API for creating/editing posts dcr 2009-11-14T08:19:12Z 2009-11-14T09:36:08Z <p>Mediawiki is the only wiki software I've found that has an API for creating/editing posts (<a href="http://www.mediawiki.org/wiki/API" rel="nofollow">http://www.mediawiki.org/wiki/API</a>). Are there any others?</p> http://stackoverflow.com/questions/1093036/parsing-wikimedia-markup-are-ebnf-based-parsers-poorly-suited 7 Parsing wikimedia markup - are EBNF-based parsers poorly suited? toluju 2009-07-07T15:31:41Z 2009-11-13T20:24:43Z <p>I am attempting to parse (in Java) Wikimedia markup as found on Wikipedia. There are a number of existing packages out there for this task, but I have not found any to fit my needs particularly well. The best package I have worked with is the <a href="http://www.matheclipse.org/en/Java%5FWikipedia%5FAPI" rel="nofollow">Mathclipse Bliki parser</a>, which does a decent job on most pages. </p> <p>This parser is incomplete, however, and fails to parse certain pages or parses incorrectly on others. Sadly the code is rather messy and thus fixing the problems in this parsing engine is very time consuming and error prone.</p> <p>In attempting to find a better parsing engine I have investigated using an EBNF-based parser for this task (specifically ANTLR). After some attempts however it seems that this approach isn't particularly well suited for this task, as the Wikimedia markup is relatively relaxed and thus cannot be easily fit into a structured grammar. </p> <p>My experience with ANTLR and similar parsers is very limited however, so it may be my inexperience that is causing problems rather than such parsers being inherently poorly suited for this task. Can anyone with more experience on these topics weigh in here?</p> <p>@Stobor: I've mentioned that I've looked at various parsing engines, including the ones returned by the google query. The best I've found so far is the Bliki engine. The problem is that fixing problems with such parsers becomes incredibly tedious, because they are all essentially long chains of conditionals and regular expressions, resulting in spaghetti code. I am looking for something more akin to the EBNF method of parsing, as that method is much clearer and more concise, and thus easier to understand and evolve. I've seen the mediawiki link you posted, and it seems to confirm my suspicions that EBNF out of the box is poorly suited for this task. Thus I am looking for a parsing engine that is clear and understandable like EBNF, but also capable of handling the messy syntax of wiki markup.</p> http://stackoverflow.com/questions/1731662/how-can-i-store-attachments-on-the-filesystem-instead-of-in-the-db-in-xwiki 0 How can I store attachments on the filesystem instead of in the DB in XWiki? braveterry 2009-11-13T20:23:17Z 2009-11-13T20:23:17Z <p>Right now, attachments get stored in the DB instead of on the filesystem. Is there a configuration option or a plugin that can be used to change XWiki to store and read attachments from disk?</p> <p>I see that there are hooks in xwiki.cfg file for swapping out the Java class that implements attachment storage.</p> <p>So far I've come across <a href="http://n2.nabble.com/AttachmentStore-my-filesystem-based-implementation-tt516568.html#a516569" rel="nofollow">this user contributed solution</a>, but I was hoping for something a little simpler and a bit more official.</p> http://stackoverflow.com/questions/1635092/has-anyone-successfully-installed-the-open-source-version-wikihow-without-major-b 0 Has anyone successfully installed the Open Source version WikiHow without major bugs? Steve 2009-10-28T03:50:45Z 2009-11-12T02:32:40Z <p>Hello,</p> <p>I am working on trying to install and customize the OSS version of WikiHow (built on Mediawiki.) I am having a devil of a time getting even the basic feature set to work. The code is available here..</p> <p><a href="http://www.wikihow.com/x/wikihow-source-code.tar.gz" rel="nofollow">http://www.wikihow.com/x/wikihow-source-code.tar.gz</a> </p> http://stackoverflow.com/questions/1573574/using-maml-for-conceptual-documentation-of-library 0 Using MAML for conceptual documentation of library Hemant 2009-10-15T16:37:38Z 2009-11-10T23:04:20Z <p>I am working on a new library and I am using XML comments for API documentation along with SandCastle which works really well.</p> <p>But I need to write additional documentation which covers concepts, overall architecture, working demos etc, class diagrams etc.</p> <p>I have 2 options:</p> <ol> <li>Use some wiki engine and write documentation wiki style.</li> <li>Use MAML which seems to be for this purpose.</li> </ol> <p>Using wiki seems safe solution because there are many stable, popular and free engines available but API and conceptual documentation will not go hand in hand (cross-linking, appearance etc). Using MAML means a learning curve and I am not sure about how mature it is and what are its advantages/disadvantages.</p> <p>Have you used MAML/Wiki for this purpose and what have been your learnings? What would you suggest me?</p> http://stackoverflow.com/questions/1707086/project-management-system-script-with-svn-issue-and-time-sheet-tracking 4 Project Management System Script, With SVN, Issue and Time-Sheet Tracking Ramji 2009-11-10T10:51:27Z 2009-11-10T14:12:41Z <p>Hi I run a small IT business and I am a startup. I am looking for a free or open source script to be hosted in Web in my domain that can do the following.</p> <ol> <li>Project Planning, Scheduling &amp; Delivery with TODO list.</li> <li>User Management </li> <li>Source Code Version Control System. (SVN Repository with Branching) </li> <li>Issue Tracking</li> <li>Time Tracking/ Time Sheet etc.</li> <li>Email Alerts</li> <li>Wiki &amp; Document Management.</li> </ol> <p>I would like to know if there is all in one Script which takes care of all/Most of the above</p> http://stackoverflow.com/questions/1692979/what-wiki-system-does-stackoverflow-use 0 What Wiki system does Stackoverflow use? [closed] unknown (google) 2009-11-07T13:08:51Z 2009-11-07T13:14:57Z <p>Any one knows the kind of wiki system Stackoverflow uses? Or any recommendations for the best wikis out there that can do a decent job like stackoverflow? </p> <p>-Merci dank</p> http://stackoverflow.com/questions/1687470/best-wiki-syntax-for-documentation-in-ruby-code-and-project-readme-files 1 Best wiki syntax for documentation in ruby code and project README files gustavgans 2009-11-06T13:02:20Z 2009-11-07T13:07:40Z <p>Hi,</p> <p>Are there any wiki syntax like rdoc, markdown, ... recommended in the ruby world? I write sometimes open source code and have no glue which syntax I should use in Code documents and in README files. What be helpful for me which and why you use it.</p>