SCM: Wiki + Forum + ticket System [closed] - frameworks

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any open source framework that encapsulates: a Wiki, Forum and a ticket system. Something like a software configuration Manager (SCM).
Looking for something very similar to sourceforge offers to project owners.
I'm looking to give support to a small private web software project. I keep finding separate implementations of these features.
If there are commercial products it would be nice to hear from them too.
Wordpress might be an option.

You could use Redmine. It offers a Wiki, Boards (=Forum), Issue tracking.
Another popular alternative would be Trac which offers Wiki and Issue tracking. For forums there exists a plugin (The plugin is not actively developed anymore?).

Related

Is there any tool to organize development notes and ideas? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have been searching for some tool to organize my development notes, ideas and features on diferente projects.
I saw diferente tools that did part or what I need but nome combines all.
I know I can do it, but dont have the time.
Right now I use different tools to manage:
By Project
By versions
Features
Note
requests
bugs
etc
Basic features I whould like:
Organized by project
By version
What is it ( Note, idea, feature request, bug, etc
Import/Priority
Deadline
some sort of tag to catalog it
Code-snippet, to better illustrate
Image to better illustrate
I'd like more, these whould do for now.
Does any one know of some tool that those this, or most of it ?
Thanks
We are using Jira. Jira is a bugtracker, issuetracker etc... You can combine it with many add-ons (for scrum, github functionality)

How to learn about the Eclipse Platform [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
What is the up-to-date way to learn about the Eclipse Platform, RCP...? I found these books, but they were last published 3 years ago. Is that considered eons ago in the Eclipse world? What is the canonical Introductory Guide for understanding Eclipse principles nowadays?
There are now two ways to do Eclipse RCP development, the Eclipse 3.x way where the older books are probably still relevant, and the Eclipse 4 'e4' way which features a new application model, direct injection and CSS styling. For an introduction to e4 RCP development see: http://www.vogella.com/articles/EclipseRCP/article.html the author also has an e-book version of the tutorial.

Is there an Eclipse plugin for collaborative editing? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I setup etherpad and showed my co-worker, and he swears there is an Eclipse plugin that does the same thing but can not remember the name. Neither of us use Eclipse regularly except if we were both interested in making the switch.
Have a look into Saros project: http://www.saros-project.org/
Have a look at http://wiki.eclipse.org/DocShare_Plugin
This is the current "official" solution to collaborative editing in Eclipse.
I think a similar project should exist based on the framework ECF.
(DocShare as mentioned by Tonny Madsen)
There was a SOC project for real-time sharing named Cola, but I don't know its current status.

Are there any good software specification/requirement tools out there? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a good tool for our product/design team to use when they write up the specifications (app feature requirements) for our projects. Right now we're using Word docs that are continually edited, and it's hard to keep track of what has changed when we're developing.
You may look at CASE Spec. It is an affordable enterprise requirements specification and requirements management software.
The best way to track changes in docs or software is the use of CVS. I used TortoiseCVS for my projects.
In other collaborative projects I used Dropbox that is a share application that also can track changes.
http://en.wikipedia.org/wiki/Concurrent_Versions_System#IDEs_with_support_for_CVS

deployable wiki-based documentation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for a wiki project that is editable by developers and can have comments and history, much like everything else, but also has the following features:
A way to tag or version the wiki in an intuitive interface that any competent developer can use
A way to deploy a tagged or versioned snapshot of the wiki with the option of stripping it of any editorial history.
The use case is to have a team of developers able to fluidly update documentation in the lifecycle of a project and have the necessary internal dialogs, but then have a way to package the documentation in a polished way so that it can be included with a commercial product.
The ideal solution, if this software exists somewhere, would be to have some type of facility so that you can do say, PDF output to send to a commercial printer or have a way to do custom templates depending on the parameters of the deployment.
Does any sage developer out there know of such software?
I would take a look at GitHub's Gollum which seems to fit your requirements quite well. They also support a bunch of different markup alternatives, and both Markdown and Textile have converters to PDF (and probably a bunch of the other markup choices as well).