| 7 | | [wiki:Install How to install?] |
| | 7 | == Features == |
| | 8 | |
| | 9 | * [wiki:Query User-defined semantic and metric queries] of program structures |
| | 10 | * [wiki:Dependency Dependency] analysis |
| | 11 | * [wiki:SideEffect Side effect] analysis |
| | 12 | * [wiki:DataFlow Data-flow] and [wiki:DynFun dynamic function call] analysis |
| | 13 | * Module and function [wiki:clustering] |
| | 14 | * 24 different [wiki:refactorings refactoring steps] |
| | 15 | * Layout preservation for unmodified source parts |
| | 16 | * Two different storage: [wiki:MnesiaDB Mnesia] and [wiki:NifDB C++ graph based] |
| | 17 | |
| | 18 | |
| | 19 | == Interaces == |
| | 20 | |
| | 21 | * [wiki:ri Interactive] and [wiki:ris scriptable] Erlang shell interface |
| | 22 | * [wiki:WebInterace Web interface] |
| | 23 | * [wiki:CLI Linux shell interface] |
| | 24 | * GNU Emacs/XEmacs [wiki:EmacsInterface integration] |
| | 25 | * [wiki:EclipseInterface Eclipse], [wiki:VimInterface Vim plugin] |
| | 26 | |
| | 27 | == HOWTOs == |
| | 28 | |
| | 29 | === Installing and configuring the tool or the interfaces === |
| | 30 | |
| | 31 | * [wiki:HowtoInstallErlang How to install Erlang?] |
| | 32 | * [wiki:Install How to install the tool?] |
| | 33 | * [wiki:HowtoInstallYaws How to install Yaws?] |
| | 34 | * [wiki:HowtoConfigureEmacs] |
| | 35 | * [wiki:HowtoConfigureEclipse] |
| | 36 | * [wiki:HowtoConfigureVim] |
| | 37 | * [wiki:HowtoWebInterface] |
| | 38 | |
| | 39 | === Starting the tool === |
| | 40 | |
| | 41 | * [wiki:HowtoStartAsAStandaloneServer] |
| | 42 | * [wiki:] |
| | 43 | |