Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Converted the README file to the Markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Kosmaczewski committed Aug 25, 2013
1 parent 33d09c1 commit fda270b
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions README.txt → README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
Rem
===

The project aims to the creation of an UML tool suitable both for academia and the industry, including Ivar Jacobson's proposed extensions for Aspect-Oriented Software Development (AOSD).
The project aims to the creation of an UML tool suitable both for
academia and the industry, including Ivar Jacobson's proposed extensions
for Aspect-Oriented Software Development (AOSD).

- Creation of a cross-platform (Linux, Windows & Mac OS X) UML editor, using C++;
- Allow users to create (in its first release) use case, sequence and class diagrams;
- Include AOSD extensions to create models for aspects, pointcuts and advices;
- Provide interoperability through the export of diagrams using the XMI standard;
- Deliver a high-quality code base, thoroughly unit- and functionally tested;
- Creation of a cross-platform (Linux, Windows & Mac OS X) UML editor,
using C++;
- Allow users to create (in its first release) use case, sequence and
class diagrams;
- Include AOSD extensions to create models for aspects, pointcuts and
advices;
- Provide interoperability through the export of diagrams using the XMI
standard;
- Deliver a high-quality code base, thoroughly unit- and functionally
tested;
- Provide a usable, standard and easy-to-use user interface.

The name "Rem" stands for "Requirements and Entity Modeler" but is also a reference to Rem Koolhaas, one of the greatest urbanists and architects of all time. The icon of the application is a stylized representation of one of Koolhaas’ major works, the building of the Seattle Public Library.
The name "Rem" stands for "Requirements and Entity Modeler" but is also
a reference to Rem Koolhaas, one of the greatest urbanists and
architects of all time. The icon of the application is a stylized
representation of one of Koolhaas’ major works, the building of the
Seattle Public Library.

0 comments on commit fda270b

Please sign in to comment.