Skip to content

Commit

Permalink
Some changes of documentation
Browse files Browse the repository at this point in the history
* Updated LICENSE, README.md, English README and Turkish README files.
* Removed French README.

Signed-off-by: Ercan Ersoy <ercanersoy@ercanersoy.net>
  • Loading branch information
ercanersoy committed May 28, 2020
1 parent aaaa55d commit e8106d1
Show file tree
Hide file tree
Showing 6 changed files with 177 additions and 230 deletions.
2 changes: 1 addition & 1 deletion LICENSE
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
FreeDOS TUI Shell is licensed by GNU GPL v2 and GNU GPL v3.
FDTUI is licensed under GNU GPL v2 and GNU GPL v3.
88 changes: 45 additions & 43 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,26 +1,24 @@
# FreeDOS TUI Shell
# FDTUI

Text User Interface Shell for FreeDOS

![Screenshot](screenshot.png)

Copyright (C) 2018 Ercan Ersoy<br />
This program is licensed under GNU General Public License version 3.
Copyright (C) 2017-2020 Ercan Ersoy

This project includes FDOSTUI library. FDOSTUI has own licenses.<br />
This project includes Kitten library. Kitten has own license.

# Thanks

Thanks to Atnode for French translation.
This program is licensed under GNU General Public License version 2 and GNU General Public License version 3.

Thanks to Eric Auer for Kitten library.
This project includes FDOSTUI library. FDOSTUI has own licenses.

Thanks to Jim Hall for Kitten library.
This project includes Kitten library. Kitten has own license.

Thanks to Mark Olesen for some code changes and FDOSTUI library.
# Thanks

Thanks to Tom Ehlert for Kitten library.
* Thanks to Atnode for French translation.
* Thanks to Eric Auer for Kitten library.
* Thanks to Jim Hall for Kitten library.
* Thanks to Mark Olesen for some code changes and FDOSTUI library.
* Thanks to Tom Ehlert for Kitten library.

# Compile

Expand All @@ -29,52 +27,56 @@ This software should be compiled with Open Watcom.
# Contribute

If you want to contribute to this project, you can report possible bugs and
make a pull request to the FreeDOS TUI Shell repository.
make a pull request to the FDTUI repository.

# Changelog

## 0.3 (12-09-2018)

* Changed color theme.

* Changed bar menus.

* Changed language files.
## 0.4 (05-28-2020)

* Deleted unneded line of "DOSSHELL.FR".
* Changed name of this software as "FDTUI".
* Fixed help information for localization.
* Fixed some typographic errors.
* Updated French translations.
* Updated .gitignore file.
* Removed executable file on sources.
* Updated LICENSE, README.md, English README and Turkish README files.
* Removed French README.
* Updated changelog.

* Fixed "Show Archive Items" checkbox and fixed "Show Hidden Items" checkbox on file manager.
## 0.3 (12-09-2018)

* Changed color theme.
* Changed menus of bar.
* Updated language files.
* Deleted unneded line of DOSSHELL.FR file.
* Fixed "Show Archive Items" and fixed "Show Hidden Items" checkboxes on file manager.
* Disabled ESC key.

* Changed directory tree.

* Fixed some typos.

* Fixed some typographic errors.
* Fixed drivers listbox selecting with keyboard bug.

* Fixed item attributes not shown with changing drive and file manager opening.

* Fixed item attributes not shown with changing drive and file manager opening bugs.
* Splitted header files and source files.

* Fix help parameter.

* Changed header files extensions to ".hpp" from ".h".

* Replaced clearing screen to standard function of Open Watcom instead of CLS command.

* Fixed help parameter.
* Changed extensions of header files from ".h" to ".hpp".
* Replaced clearing screen as standard function of Open Watcom instead of CLS command.
* Fixed all warnings.
* Added GNU GPL version 2 license information.
* Updated changelog.

## 0.2 (09-24-2018)

* Disabled menuitem foreground color have changed to grey on "FDOSTUI.INI". But, it seems red. (Possible another bug.)

* Updated README.md file.
* Disabled menu item foreground color have changed to grey. But, it seems red.
* Changed default is showing archive items to enabled and showing readonly items to enabled.

* Fixed popup input of run command not cancelling bug. Add pause to ending to running command.

* Fixed newline bug of some files.
* Add pause to ending command to running command.
* Updated English and Turkish translations.
* Correct new line characters is used in some files instead of wrong new line characters.
* Updated changelog.

## 0.1 (07-13-2018)

* Create first version.

# Note

* FreeDOS is a trademark of Jim Hall.
119 changes: 65 additions & 54 deletions README/EN/README
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
FreeDOS TUI Shell
FDTUI

Text User Interface Shell for FreeDOS

Copyright (C) 2018 Ercan Ersoy
Copyright (C) 2017-2020 Ercan Ersoy
This program is free software. (GNU General Public License version 2)
(GNU General Public License version 3)

This project includes FDOSTUI library. FDOSTUI has own licenses.
This project includes Kitten library. Kitten has own license.


Thanks:

Thanks to Atnode for French translation.
Thanks to Eric Auer for Kitten library.
Thanks to Jim Hall for Kitten library.
Thanks to Mark Olesen for some code changes and FDOSTUI library.
Thanks to Tom Ehlert for Kitten library.
* Thanks to Atnode for French translation.
* Thanks to Eric Auer for Kitten library.
* Thanks to Jim Hall for Kitten library.
* Thanks to Mark Olesen for some code changes and FDOSTUI library.
* Thanks to Tom Ehlert for Kitten library.


Compile:

Expand All @@ -24,53 +26,62 @@ Compile:
Contribute:

If you want to contribute to this project, you can report possible bugs and
make a pull request to the FreeDOS TUI Shell repository.

Changelog:

0.3 (12-09-2018): Changed color theme.

Changed bar menus.

Changed language files.

Deleted unneded line of "DOSSHELL.FR".

Fixed "Show Archive Items" checkbox and fixed "Show Hidden
Items" checkbox on file manager.

Disabled ESC key.

Changed directory tree.
make a pull request to the FDTUI repository.

Fixed some typos.

Fixed drivers listbox selecting with keyboard bug.

Fixed item attributes not shown with changing drive and
file manager opening.

Splitted header files and source files.

Fix help parameter.

Changed header files extensions to ".hpp" from ".h".

Replaced clearing screen to standard function of Open
Watcom instead of CLS command.

Added GNU GPL version 2 license information.

0.2 (09-24-2018): Disabled menuitem foreground color have changed to grey on
"FDOSTUI.INI". But, it seems red. (Possible another
bug.)

Changed default is showing archive items to enabled
and showing readonly items to enabled.

Fixed popup input of run command not cancelling bug.

Add pause to ending to running command. Fixed newline bug
of some files.
Changelog:

0.1 (07-13-2018): Create first version.
* 0.4 (05-28-2020)

* Changed name of this software as "FDTUI".
* Fixed help information for localization.
* Fixed some typographic errors.
* Updated French translations.
* Updated .gitignore file.
* Removed executable file on sources.
* Updated LICENSE, README.md, English README and Turkish README files.
* Removed French README.
* Updated changelog.

* 0.3 (12-09-2018)

* Changed color theme.
* Changed menus of bar.
* Updated language files.
* Deleted unneded line of DOSSHELL.FR file.
* Fixed "Show Archive Items" and fixed "Show Hidden Items" checkboxes
on file manager.
* Disabled ESC key.
* Changed directory tree.
* Fixed some typographic errors.
* Fixed drivers listbox selecting with keyboard bug.
* Fixed item attributes not shown with changing drive and file manager
opening bugs.
* Splitted header files and source files.
* Fixed help parameter.
* Changed extensions of header files from ".h" to ".hpp".
* Replaced clearing screen as standard function of Open Watcom instead of
CLS command.
* Fixed all warnings.
* Added GNU GPL version 2 license information.
* Updated changelog.

* 0.2 (09-24-2018)

* Disabled menu item foreground color have changed to grey. But, it seems
red.
* Changed default is showing archive items and readonly items to enabled.
* Add pause to ending command to running command.
* Updated English and Turkish translations.
* Correct new line characters is used in some files instead of
wrong new line characters.
* Updated changelog.

* 0.1 (07-13-2018)

* Create first version.


Note:

* FreeDOS is a trademark of Jim Hall.
76 changes: 0 additions & 76 deletions README/FR/README

This file was deleted.

Loading

0 comments on commit e8106d1

Please sign in to comment.