From de249d5f42e991dabbf3c457c6e4f74cafe1b96f Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:12:28 +0200 Subject: [PATCH 01/10] update --- README.md | 20 ++++++++++---------- cesetup/readme.md | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index a743e9cd..c6030321 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -***Compile*** & ***Edit*** in _D_![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons !***[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. @@ -26,20 +26,20 @@ Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. **Project information** --- -- status: version 1 update 1. +- status: version 1 update 2, stable. - licensed under the term of the MIT license. - programmed in Object Pascal with [FPC & Lazarus](http://www.lazarus.freepascal.org) as compiler & IDE. -**Setup version 1** +**Download** --- Download the zipped binaries or the zipped setup program for you platform: -- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux32.setup.zip) -- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux32.zip) -- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux64.setup.zip) -- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.linux64.zip) -- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.win32.setup.zip) -- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_1/coedit.1update1.win32.zip) +- :package: [setup program for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux32.setup.zip) +- :package: [binaries for Linux 32 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux32.zip) +- :package: [setup program for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux64.setup.zip) +- :package: [binaries for Linux 64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.linux64.zip) +- :package: [setup program for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.win32.setup.zip) +- :package: [binaries for Windows 32/64 bit](https://github.com/BBasile/Coedit/releases/download/1_update_2/coedit.1update2.win32.zip) [**See the wiki**](https://github.com/BBasile/Coedit/wiki#detailed-setup-procedure) for more information about the setup. @@ -54,4 +54,4 @@ Windows version (Windows 7, x86): ![Win screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png "Coedit GUI preview") Linux version (OpenSuse 13.2, KDE, x86_64): -![Nux screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.linux.kde.png "Coedit GUI preview") +![Nux screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.linux.kde.png "Coedit GUI preview") \ No newline at end of file diff --git a/cesetup/readme.md b/cesetup/readme.md index 8f211d15..d197cc47 100644 --- a/cesetup/readme.md +++ b/cesetup/readme.md @@ -1,5 +1,5 @@ This folder contains the files necessary to make a Coedit release. -The process is semi-automated and achieved by compiling a project in Coedit itself. +The process is semi-automatic and achieved by compiling a project in Coedit itself. Coedit setup program === @@ -8,13 +8,13 @@ This coedit project (_cesetup.coedit_) creates the coedit setup program. The project contains 4 configurations: - _devel-win32_: it does not takes part in the release process. -- win32, nux32, nux64: they take respectively the content of their matching sub-folder and put it in the output program at compile time (using the `import(file)` expression). -The output program is then compressed by the post-build process, using the scripts named `setupzip-`. +- _win32_, _nux32_, _nux64_: they take the content of their matching sub-folder and put it in the output folder, as an extractor program, at compile time (using the `import(file)` expression). +The extractor program is then compressed by the post-build process, using the scripts named `setupzip-`. Raw Zip === -The shell scripts named `zip-` take the content of their matching sub-folder to make an archive. +The shell scripts named `zip-` take the content of their matching sub-folder to make an archive. They are proposed alternatively to the setup program. The scripts are launched automatically when the setup program is about to be compiled (as pre-build process). Todo by hand for each release From 286129da26b8d6d6256ab14439e91c08c700b1b3 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:15:46 +0200 Subject: [PATCH 02/10] wtf --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6030321..f6b52c79 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -***a DMD GUI for the free electrons !***[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons !*** [](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. From 01e871cfcc24552b7be4f26513c2301b42585382 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:16:32 +0200 Subject: [PATCH 03/10] jfjhfhj --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b52c79..e8826280 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -***a DMD GUI for the free electrons !*** [](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons !*** +[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. From 6b3373e70cd2b4dd0e8c49ec7dbbf9667fe6f9c5 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:20:51 +0200 Subject: [PATCH 04/10] fix home page --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e8826280..173af667 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,8 @@ -***a DMD GUI for the free electrons !*** -[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons*** +![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) -Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. - -[![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) +Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) **Features** --- From 0259809fa7e8feee260d8b98a8517b762b2850c5 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:42:35 +0200 Subject: [PATCH 05/10] nothing --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 173af667..399f7064 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -***a DMD GUI for the free electrons*** -![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons*** ![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) -Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) +Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) **Features** --- From d7f9468857db34001f237ddd8480f6cfe6279d6a Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:50:40 +0200 Subject: [PATCH 06/10] try to fix readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 399f7064..3d03157f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -***a DMD GUI for the free electrons*** ![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +__a DMD GUI for the free electrons__ +![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) From 81f00bf4df115c66279d224b17754294f62b73ac Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:53:03 +0200 Subject: [PATCH 07/10] kgjkggk --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d03157f..b09046a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -__a DMD GUI for the free electrons__ -![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons*** +![Win screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png "Coedit GUI preview") Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) From d71229cf09428471e903bcd5ecab26da5f3ba97d Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:55:07 +0200 Subject: [PATCH 08/10] go back --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b09046a6..c6030321 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -***a DMD GUI for the free electrons*** -![Win screen-cap](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png "Coedit GUI preview") +***a DMD GUI for the free electrons !***[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) -Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. ![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) +Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. + +[![](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.33.png)](https://github.com/BBasile/Coedit/raw/master/lazproj/coedit.win7.png) **Features** --- From 7cb82fd3e1f07ecc087edd9413f5c9587bfc5a43 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:56:11 +0200 Subject: [PATCH 09/10] ertertert --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6030321..4201d80b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -***a DMD GUI for the free electrons !***[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +***a DMD GUI for the free electrons !*** +[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler. From d5bf748cb62f0a377f90b8fe9b76f91cb7679176 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 28 Aug 2015 01:56:52 +0200 Subject: [PATCH 10/10] ghjdgj --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4201d80b..8ecb6bcd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -***a DMD GUI for the free electrons !*** -[](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) +**a DMD GUI for the free electrons !** +![](https://github.com/BBasile/Coedit/raw/master/logo/coedit.png) Coedit is an IDE for the _DMD_ [D2](http://dlang.org) compiler.