Visual Outliner (new from the developer of Goal Enforcer)
< Next Topic | Back to topic list | Previous Topic >
Pages: ‹ First < 2 3 4 5 6 7 >
Posted by Alexander Deliyannis
Nov 17, 2018 at 10:27 AM
You mean this http://doorscope.ch/ as I understand? This is quite impressive!
Rochus wrote:
>That’s how it is done e.g. in the OMG ReqIF format; inline text
>formating is officially supported by a subset of XHTML; I already
>support the format in my DoorScope application and also intend to
>implement it in CrossLine (so people can import ReqIF specification
>documents into CrossLine too). OPML has some similarities to ReqIF but
>much less expressiveness.
Posted by tightbeam
Nov 17, 2018 at 12:40 PM
Here is a handy link to all of Rochus’ software:
http://rochus-keller.info/?cat=7
Posted by Rochus
Nov 17, 2018 at 01:28 PM
Alexander Deliyannis wrote:
You mean this http://doorscope.ch/ as I understand? This is quite
>impressive!
Yes, that’s the app I was referring to, thanks.
Posted by Alexander Deliyannis
Nov 18, 2018 at 08:41 AM
So, if I understand correctly, OMG ReqIF https://www.omg.org/spec/ReqIF/About-ReqIF/ is a standard file format for hierarchically structured documents which supports:
- Rich text, including tables
- Internal links
- Attributes, quantitative and qualitative
- Change history
- Annotations (by one or more users?)
and all of the above per branch/node?
And you provide a free tool to work with such a format?
I can assume what OMG stands for ;)
Rochus wrote:
>Alexander Deliyannis wrote:
>You mean this http://doorscope.ch/ as I understand? This is quite
>>impressive!
>
>Yes, that’s the app I was referring to, thanks.
Posted by Rochus
Nov 18, 2018 at 11:03 AM
Alexander Deliyannis wrote:
So, if I understand correctly, OMG ReqIF
>https://www.omg.org/spec/ReqIF/About-ReqIF/ is a standard file format
>for hierarchically structured documents which supports:
>
>- Rich text, including tables
>- Internal links
>- Attributes, quantitative and qualitative
>- Change history
>- Annotations (by one or more users?)
>and all of the above per branch/node?
>
>And you provide a free tool to work with such a format?
Yes, I implemented it in DoorScope; here are the relevant source files: https://github.com/rochus-keller/DoorScope/blob/github/ReqIfParser.cpp and https://github.com/rochus-keller/DoorScope/blob/github/ReqIfImport.cpp.
But keep in mind that DoorScope is a reader/review tool, not an authoring tool. It originally only implemented a proprietary stream format which my DXL script generated when run within DOORS, but since IBM started to support ReqIF as an official means to get things out of DOORS I also implemented this. DoorScope was well accepted by the DOORS/RM community; I implemented in when I was part of the management of a large government defence procurement program and a lot of people had to have access to DOORS data but didn’t want to purchase expensive licenses only to read the documents.