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

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

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)

SCM: Wiki + Forum + ticket System [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
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?).

Need Proper Guidance [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 finding a way or package where I can create website where member can sell them electronic (downloadable) product and all money will store into the website account. After defined amount they can transfer to them registered PayPal account.
Example: Theme Forest
I would really appreciate if any free script is available or I can integrate with any popular CMS (wordpress, joomla) without security issue.
There is an extension that allows your members to do just that. I found it here. I haven't used it personally, but it sounds like what you are looking for.
Good luck!
Cynthia

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.

Any good introductions and resources for gettext? [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 into frameworks for translation, and have been considering gettext. Because it's supposedly quite good, and lots of projects use it. Now I read part of the official manual, but it sucked. I kind of have an idea how it works now, but I have no idea where to get started.
In particular my project spans C++, Lua and Javascript, so I'd love to be able to unify the i18n with a single tool, but I'm also not having luck finding gettext good support for Lua or Javascript, are they supported, has anybody used gettext with these?
Thanks.
How about this tutorial? Another example is at O'Reilly.