wiki

How to store wiki sites (vcs)

Hello, as a personal project I am trying to write a wiki with the help of django. I'm a beginner when it comes to web development. I am at the (early) point where I need to decide how to store the wiki sites. I have three approaches in mind and would like to know your suggestion. Flat files I considered a flat file approach with a ver...

Web Issue Tracking & Project Management that Can Tie into SVN?

I'm looking for an alternative to redmine but with very similar features. Project Planning and Overview Works with SVN Issue Tracking Wiki & Document Management We like the style of BugNET but it lacks some more advanced features that redmine has. Anything in between? ...

Which cms or script for social network wiki?

Hi, I am building a social network. I need a cms that will allow users to contribute content. Each content item will need to have a google map, list of features, ratings, comments, etc. And the content must be editable by other users with revision control. Also, each user should have a profile with their bookmarked content items, contri...

Can I Move a MediaWiki site to a new virtual folder?

I had MediaWiki installed in as the default site on my server using IIS 6 and I created a virtual directory and pointed it to the Wiki folder. The page loads, but all the links are pointing to the original location that is no longer pointing to the Wiki Folder. Info Server Name: tech Path to Wiki: http://tech/wiki/ Example Links Wrong ...

Bitbucket Wiki TableOfContents

Hello guys, I started with bitbucket and tried to use the wiki for my documentation. Therefore, i created a folder "documentation" unter the folder "wiki" (same level as home.wiki) and added some .wiki files. Now i'm trying to display all these contents of Documentation/ as table of contents. Therefore, i added the line: <<toc Docume...

What wiki tools exist to generate shippable user doc from a wiki?

I am looking into using a wiki (prefer mediawiki, but not a req.) as the repository for developer generated documentation (User Guides, Release Notes, Application Notes, Errata, etc.) from a collaborative/easy-to-update point of view a wiki seems like a good match, however since this documentation will ultimately ship to customers we wan...

Minimal way to render Wiki Syntax (for example MoinMoin Wiki)

I enjoy using to Wikis to document all kind of stuff (recently I used MoinMoin, so I am used to that syntax). Now I am looking for a more lightweight solution, for documents where setting up a MoinMoin server is too much hassle. What is the "easiest" way to render a .txt file in Wiki syntax (for example by displaying it, or converting ...

Import MS Office document into Atlassian Confluence via API

Is it possible to do this? I browser through the Confluence Core API and haven't found anything remotely similar. Google search also comes dry. ...

BitBucket Wiki: Create a heirarchy structure?

I want to create a hierarchy in my wiki like so: General FooPages Foo1 Foo2 Foo3 ODP Bar Baz I would like to create these pages, and use <<toc>> table of contents macros to organize them. How can I do that? Do I need to clone and edit the wiki on my own machine, or can I do that exclusively through the web inter...

HTML usability question - (double) clicking to select text

Hi As you well know, double clicking on a word in a browser selects it, triple clicking selects the entire paragraph. I'm tweaking a wiki, where signatures for anonymous users are created automatically and they look like: --- // <ip.ad.dr.ess> // The "---" generates a , // is for italic text and generates <em></em>. This is how it...

Would it be crazy to use a (serialized) array instead of a join table to link two database tables?

I'm using Ruby on Rails to develop a web application. I have a wiki article system as part of my project. As part of the wiki, articles can be linked to authors, and those links also need to be tracked by the revision system. Authors is an attribute of the Article as a whole, and not related to who enters particular Revision, and is a ...

Ruby on Rails: Is there any way to use nested attributes for a wiki system?

I'm building a wiki system for an application. The essence of the design is that there is an Article model, and each Article has_many Revisions. When it's time to display an Article, the most recent Revision is pulled up to get all relevant information. This seems like a perfect case to use an accepts_nested_attributes_for so that editi...

How to get a wiki database into search engines?

I'm creating a site that is going to have a wiki article database. Right now, there aren't any links into the wiki articles other than using the on site search engine. How can I get the articles to be spidered by Google and the other Internet search engines? There are far too many articles in the database to directly include links to th...

Is it possible dynamically to create a MediaWiki list of pages based on template date?

We have a MediaWiki wiki in which we make extensive use of templates. These templates often include a future date. For example, when a page should be deleted, we use a deletion template with a date one week in the future. (This then produces a message on the page showing that the page will be subject to deletion at that date.) Is ther...

Where is the source pages for MoinMoin HelpOn pages?

Setting up MoinMoin 1.9.2 on my Fedora 13 laptop, I had to download the moinmoin 1.9.3 installation tar file to add static contents that the Fedora packages did not include. What I am missing are all the HelpContent & HelpOn* pages. These Wiki Pages were not in the moin-1.9.3.tar.gz Does anyone know how to obtain the HelpOn pages for ...

trac wiki: how do I display the current date

Hi, I want to create a fully printable document in the trac wiki markup. For this I need the current date as text on the page. suggestions? regards Ronny ...

are there any good open source WIKIs based on asp.net mvc?

I am looking for a good WIKI software to host on Windows. Are there any based on ASP.NET MVC that have been built? I can't seem to find any by googling. ...

What Tools for Creating Online Documentation for a Product with Different Versions?

Have to find a solution for taking pre-existing online documentation in wiki form that covers several versions of a software system. Essentially, there's a landing page that links you to versions 1.2, 1.3, etc. Currently, it is kept in a trac wiki but we want to move it to another domain that is primarily running wordpress (does not have...

How can you graphically represent the number of authors per page in MediaWiki?

We have a MediaWiki wiki. I'd like to be able to report how much collaboration is going on and I thought of the following graph: number of authors per page. So the data would be like this: #Pages #Authors 20 1 10 2 25 3 etc. This would show that 20 pages have only 1 author, 10 have 2, 25 have 3, ... Does anyone know of a ...

Is .NET a Framework Or Library ?

I am getting confused here. I am watch an educational tutorial. The speaker defined .Net as Library not dare to say as framework. As far as I know .Net is a Framework. Is there anyone who can explain, if .Net is framework or a library. Thanks After the answer, But the way the speaker define a Framework as follows 1. At least a portion...