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

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)

Related

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?).

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).

Well written Perl Open Source to learn from? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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
is there any well written perl open source out there (not using any kinda of framework) that i could use as sample for learning and good pratice of the perl...
I've searched around and found many things for PHP, but nothing in perl that uses no framework.
Thanks in advance.
Have you tried browsing CPAN? You can find code there doing pretty much anything, and many distributions post links to their github repositories, so you can follow along in the development process.
CPAN Ratings has reviews and rankings of a large number of releases, which helps you differentiate between good releases and bad ones, but being able to make this determination for yourself would be best, which you get through learning and experience.

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.