Warning, /utilities/okteta/README_developers.md is written in an unsupported language. File is not indexed.

0001 Okteta and the framework Kasten is designed in a very modular way, with a lot
0002 of interfaces. So it should be easily extendable. While there isn't yet a real
0003 plugin system, new plugins/modules can be simply added directly in the code for now.
0004 
0005 Find below a list of places where Okteta can be extended:
0006 
0007 Basic Okteta libraries
0008 ----------------------
0009 
0010 `Okteta::AbstractByteArrayModel` - not yet documented
0011 
0012 `Okteta::CharCodec`/`Okteta::ValueCodec` - not yet documented
0013 
0014 
0015 Okteta Kasten elements
0016 ----------------------
0017 
0018 Binary Filter - see [kasten/controllers/view/libbytearrayfilter/README_developers.md](kasten/controllers/view/libbytearrayfilter/README_developers.md)
0019 
0020 _Checksum/Hashsum - see [kasten/controllers/view/libbytearraychecksum/README_developers.md](kasten/controllers/view/libbytearraychecksum/README_developers.md)
0021 
0022 Encoder (for Export) - not yet documented
0023 
0024 
0025 Kasten framework
0026 ----------------
0027 
0028 `Kasten::AbstractModel`/`Kasten::AbstractDocument`/`Kasten::AbstractSynchronizer` - not yet documented
0029 
0030 `Kasten::AbstractView` - not yet documented
0031 
0032 `Kasten::AbstractXmlGuiController` - not yet documented
0033 
0034 `Kasten::AbstractTool`/`Kasten::AbstractTool(Inline)View` - not yet documented
0035 
0036 and some more...