Please tell me what kind of programs you use insted of JIRA/confluence. I don't like jira because the design is so Java style. For example I like the PivotalTracker for tracking fresh projects.
What do you suggest? THX!
...
There is an emacs plugin to directly edit a confluence page in emacs:
http://code.google.com/p/confluence-el/
Is there something similar for VIM? I was not able to find something.
...
Can anyone tell me of any open source, preferably PHP/MySQL, document management systems that are similar to:
MSDN Library:
http://msdn.microsoft.com/en-us/library/ms123401.aspx
or Confluence:
http://confluence.atlassian.com/display/DOC/Confluence+Documentation+Home
...
I am looking for a Confluence plugin/macro to add voting capabilities to a page, similar to the one StackOverflow is offering. (Like the one next to this entry.)
...
i want my main pages to use one theme but i want my blog posts to have a different theme.
is this possible?
...
I'm writing a plugin for Confluence and there isn't much documentation on what you can use in velocity vm files. I'm able to add a base breadcrumb that goes from Dashboard -> ActionName but I want to to do something similar to page edits where you get the full page breadcrumb followed by the action name.
Here's what I'm using now:
#app...