Mats Stijlaart on plugin frameworks

This is the next post in our series about the interns that currently work at Avisi. This time we introduce Mats Stijlaart. The Atlassian plugin framework is used on several projects to enable seamless extensions. Mats’s assignment is all about finding an alternative for, or confirm the choice of, the Atlassian plugin framework.

Continue reading

Confluence 5.1 – Blueprints

It has only been 1,5 months and Atlassian already released their next major version of Confluence. Confluence 5.1 is centered around page templates, which are known as ‘blueprints’ inside the application.

Blueprints

In previous versions of Confluence there were two types of content; pages and blogposts. When you created a new page or blogpost you started out with a blank page. With blueprints you don’t start with a blank page anymore. Instead you pick a type of page you want to create and you get a template for you page for free! Some blueprints even have a wizard where you have to fill in some information which will be used in the blueprint itself. You can of course still start with a blank page if you want.

Continue reading

Want an XML schema viewer in Confluence wiki?

This is a guest blog from Sarah Maddox, a technical writer, author and blogger at Atlassian. See her original blog post here.

Want an XML schema viewer in Confluence wiki? You got it. :) Avisi have developed two nifty macros to display an XML schema (XSD) in tabular and graphic format on a Confluence page. The XSD Viewer is a new add-on for Confluence wiki, and the Avisi developers are keen for input from technical writers and others interested in XML schemas.

Continue reading

Using gitflow and still merge often

Some people oppose to the idea of using gitflow because it conflicts with what Martin Fowler says:

“In practice it’s often useful if developers commit more frequently than that. The more frequently you commit, the less places you have to look for conflict errors, and the more rapidly you fix conflicts.”

Continue reading