diff --git a/LICENSE.txt b/LICENSE.txt index 2bc80eb5..7d2fde91 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,4 @@ -The MIT License (MIT) - -Copyright (c) 2014 Basile Burg. +Coedit, Copyright(c) 2014 Basile Burg. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5324b08e..4739652b 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,9 @@ Coedit Coedit is a simple IDE for the [D2](http://dlang.org) lang. (**Co** mpile & **Edit**). +![](lazproj/coedit.win7.33.png) +![](lazproj/coedit.linux.kde.33.png) + Current features ---------------- - multi platform (Win/Linux). @@ -24,7 +27,7 @@ Missing features before the first beta Project information ------------------- -- status: alpha 8. +- status: alpha 9. - license: MIT. - programmed in Object Pascal with [Lazarus & FPC](http://www.lazarus.freepascal.org) as IDE & compiler. - based on *DMD* (the alternative backends, LDC or GDC, are not supported). @@ -39,7 +42,7 @@ The complete procedure is described in the [**first section of the wiki**](https GUI preview ----------- Windows version (Windows 7, x86): -![Win screen-cap](lazproj/Gui.tease.png "Coedit GUI preview") +![Win screen-cap](lazproj/coedit.win7.png "Coedit GUI preview") -Linux version (OpenSuse 13.1, Kde, x86_64): -![Nux screen-cap](lazproj/Gui.tease.kde.png "Coedit GUI preview") \ No newline at end of file +Linux version (OpenSuse 13.2, Kde, x86_64): +![Nux screen-cap](lazproj/coedit.linux.kde.png "Coedit GUI preview") \ No newline at end of file diff --git a/lazproj/Gui.tease.kde.png b/lazproj/Gui.tease.kde.png deleted file mode 100644 index 578c2f6c..00000000 Binary files a/lazproj/Gui.tease.kde.png and /dev/null differ diff --git a/lazproj/Gui.tease.png b/lazproj/Gui.tease.png deleted file mode 100644 index 4a919eed..00000000 Binary files a/lazproj/Gui.tease.png and /dev/null differ diff --git a/lazproj/coedit.linux.kde.33.png b/lazproj/coedit.linux.kde.33.png new file mode 100644 index 00000000..ca6b8589 Binary files /dev/null and b/lazproj/coedit.linux.kde.33.png differ diff --git a/lazproj/coedit.linux.kde.png b/lazproj/coedit.linux.kde.png new file mode 100644 index 00000000..5b0f0a6a Binary files /dev/null and b/lazproj/coedit.linux.kde.png differ diff --git a/lazproj/coedit.win7.33.png b/lazproj/coedit.win7.33.png new file mode 100644 index 00000000..6c86ead1 Binary files /dev/null and b/lazproj/coedit.win7.33.png differ diff --git a/lazproj/coedit.win7.png b/lazproj/coedit.win7.png new file mode 100644 index 00000000..aebef642 Binary files /dev/null and b/lazproj/coedit.win7.png differ