Quick Start

Understand file page and word

RWD is a single document application. RWD users create edit and save the document and only one document can be managed at the same time. The document is the wordbook where language learners collect their new words. The wordbook can also be thought of as a 'file' because it is a file on computer.

RWD file has two formats. One is compressed binary, the another is XML. The binary one can save disk space while the XML one is more usable and exchangeable.

A file can be empty or consisted of one or several pages. A page can be empty or consisted of one or several words.

Frequently used command

About GNU readline

Because RWD is on the basis of command line, I think it suitable and valuable to let it have GNU readline feature.

In CUI version of RWD, users can have full feature of GNU readline 5.2. However, in GUI version, the readline is not GNU readline but a migrated version, named RWD readline which has only a partial feature of GNU readline so far.

To learn reference of GNU readline, chick here to search 'GNU readline' on Google.