BullDoc, the documentation tool

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
boroda75
Forum Newbie
Posts: 1
Joined: Thu Jun 18, 2009 1:50 pm

BullDoc, the documentation tool

Post by boroda75 »

Dear friends!

I’d like to present my documentation tool. It is generally for the projects developed on PHP and which uses SVN or other source control system.

There are the following key features and directions which drive my efforts:

- The documentation sources should be stored in the same repository as the code

- The sources should be text files, so SVN could track changes and we always could extract documentation version appropriate to the code

- There should be convenient to view the result of our authoring. Just open page in browser and see. No additional compiling. It should be easy to edit text – just press “edit” button and make correction right in browser.

It is written in PHP which could be bonus for PHP developers.

Please give it a try. Look at Quick Start (http://bulldoc.ru/eng/doc/quickstart.html) documentation section.

Website: http://www.bulldoc.ru/eng
Complete documentation: http://www.bulldoc.ru/eng/doc
Some comparison to other tools: http://www.bulldoc.ru/eng/doc/appendix/similar.html

Please forgive me for poor English if possible.
Post Reply