Skip to content

Commit c5f2541

Browse files
committed
Update README.md
1 parent d946e25 commit c5f2541

1 file changed

Lines changed: 26 additions & 30 deletions

File tree

README.md

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
What is WebYep 3
22
================
33
WebYep3 is a Web Content Management System which is based heavily on the original 'https://github.com/obdev/WebYep',
4-
and as before WebYep3 is an Open Source system.
4+
and as before, WebYep3 is an Open Source system.
55
There are many WebCMS available, even Open Source, but the original WebYep was different, and the new WebYep3 carries those innovative ideas/direction on to meet the new demands of a modern PHP8 compatible CMS:
66

7-
* WebYep is designed to be simple. It's easy to install, understand and most of all use.
7+
* WebYep is designed to be simple. It's easy to install, understand and, most of all use.
88
* WebYep does not require a database server.... yipppeee
99
* WebYep is available in multiple languages.
10-
* No PHP or HTML knowledge needed.
11-
* Freeway & RapidWeaver plugins are available plus code snippets for manual insertion into HTML. A Dreamweaver plugin is on the cards!!
10+
* No PHP or HTML knowledge is needed.
11+
* Freeway & RapidWeaver plugins are available, plus code snippets for manual insertion into HTML.
1212

1313

1414

@@ -18,26 +18,26 @@ So what's new in version 3.0.3 release, I hear you ask!
1818
1. A lot!!!!
1919
2. Now WebYep is PHP 8 compatible, all editors have been updated
2020
3. Markup text NOW correctly handles HTML entities by either leaving anything you type 'as is' or converting it to the actual intended character, and this can be toggled on and off via the config file.
21-
4. Countless tiny bugs have been squashed but there sure to be others some where!!
22-
5. An extra free Richtext editor is available to use along the Tiny MCE and cKeditor editors and this one is called trumbowyg
23-
6. New documentation written by Will Woodgate cheers Will
21+
4. Countless tiny bugs have been squashed, but there are sure to be others somewhere!!
22+
5. An extra free Richtext editor is available to use along with the Tiny MCE, and CKEditor editors and this one is called Trumbowyg
23+
6. New documentation has been written by Will Woodgate cheers Will
2424

2525

2626
So whats new in version 2.1.1 release?
2727
============================
2828

29-
1. This release disables the deprecated set_magic_quotes_runtime() which introduced an error if running PHP 7.2 and newer. This only affected the WebYep Attachment downloaded file.
29+
1. This release disables the deprecated set_magic_quotes_runtime(), which introduced an error if running PHP 7.2 and newer. This only affected the WebYep Attachment downloaded file.
3030

3131

3232

33-
So whats new in version 2.1 release?
33+
So what's new in version 2.1 release?
3434
============================
3535

36-
This release adds or introduces bug fixes and a number improvements
36+
This release adds or introduces bug fixes and a number of improvements.
3737

38-
1. Fixed errors and mismatches within the live page when choosing a specific Javascript Libabry setting within the config file which in turn caused the Javascript error warning windows to be displayed
38+
1. Fixed errors and mismatches within the live page when choosing a specific Javascript Libabry setting within the config file, which in turn caused the Javascript error warning windows to be displayed
3939
2. Loop error fixed when modal windows were set to none within the config file.
40-
3. Logon window cancel button fixed when no modal windows are specified within the config file.
40+
3. Logon window cancel button is fixed when no modal windows are specified within the config file.
4141
4. Date control now works correctly.
4242
5. WebYep loops work correctly in all PHP versions from PHP 5.6 to PHP 7.3.7
4343
6. WebYep Read More item extra character removal fix
@@ -49,40 +49,40 @@ This release adds or introduces bug fixes and a number improvements
4949

5050

5151

52-
So whats new in version 2 release?
52+
So what's new in version 2 release?
5353
============================
5454

5555
This release adds or introduces a massive amount of visual changes. So as a guide, I have listed the main differences below :
5656

5757
1. visually… virtually everything has been updated, although I am still finding hidden warning popups which still use the original CSS layout, but I hope they are few and far between.
58-
2. config file has changed a lot, and it now allows more control. It's also where you can configure things like the path to where the commercial rich-text editor files are stored or the language the editor uses *(more about that later)*. I have also added things like extra choice and control over which Javascript framework you wish to use and if you want to include the reference automatically. I have expanded the selection of Javascript frameworks to include Mootools. It’s also from here where you can set elements such as date time configuration.
59-
3. we now have a new Text editor to add to Short-text, Long-text and Rich-text. This new item is called Markup-text. It allows you to copy and paste raw code into your HTML page This is extremely handy for things like embedding code from Vimeo etc
60-
4. all code snippets have been updated so we now have control over what size the modal window should be for each modal item
58+
2. config file has changed a lot, and it now allows more control. It's also where you can configure things like the path to where the commercial rich-text editor files are stored or the language the editor uses *(more about that later)*. I have also added things like extra choice and control over which Javascript framework you wish to use and if you want to include the reference automatically. I have expanded the selection of Javascript frameworks to include Mootools. It’s also from here where you can set elements such as date and time configuration.
59+
3. we now have a new Text editor to add to Short-text, Long-text and Rich-text. This new item is called Markup-text. It allows you to copy and paste raw code into your HTML page. This is extremely handy for things like embedding code from Vimeo etc
60+
4. all code snippets have been updated, so we now have control over what size the modal window should be for each modal item
6161
5. Menu items now have the choice of 'if you wish a link to be a none WebYep generated instance link'. This is triggered via a checkbox.
6262
6. Long-text and Gallery-text items now have an optional floating mini menu enabled by a checkbox.
63-
7. I have kept the gallery construction the same, but it now uses a none table method ()although I need to create a quick tutorial for everyone to understand how to use it).
63+
7. I have kept the gallery construction the same, but it now uses a none table method (), although I need to create a quick tutorial for everyone to understand how to use it).
6464
8. The init-code has been tweaked and as well!! As well as the init code, we now have a new session code snippet which is added to the body tag
65-
9. 'Date controled' WebYep loops have had to be rewritten, and again I need to post a tutorial with new updated code
66-
10. There is a Rapidweaver plugin that's been re-written by William Woodgate, and he will launch the minute WebYep 2 is live on Github! but in the meantime you can read all about his stacks here: https://forums.obdev.at/viewtopic.php?f=6&t=11171
65+
9. 'Date controlled WebYep loops have had to be rewritten, and again I need to post a tutorial with new updated code
66+
10. There is a Rapidweaver plugin that's been re-written by William Woodgate, and you can read all about his stacks here: https://stacks4stacks.com/webyep/
6767

6868

6969

70-
Whats the commercial editor all about??
70+
What's the commercial editor all about??
7171
============================
7272

73-
My first thoughts was once WebYep2/3 had had time to become a world leader and take over the cms world, or after a few weeks had passed after the initial launch whichever come first I would launch a commercial version. This would contain the Freeway actions and a version of WebYep2 with the pre-installed commercial and licensed rich-text editor (redactor) this editor has already been configured with a file and image manager.. all installed and ready to go...
74-
But before that happened, I wanted to make sure WebYep was stable enough, and after I discovered the loop errors and the Javascript errors, I felt it only right to wait until I fixed those and so hence why I waited for WebYep 2.1 to be finished. That is now done so in the next week or so WebYep2.1 commercial will be launched.
73+
My first thought was once WebYep3 had had time to become a world leader and take over the cms world, or after a few weeks had passed after the initial launch, whichever came first, I would launch a commercial version. This would contain the Freeway actions and a version of WebYep3 with the pre-installed commercial and licensed rich-text editor (redactor). This editor has already been configured with a file and image manager.. all installed and ready to go...
74+
But before that happened, I wanted to make sure WebYep was stable enough, and after I discovered the loop errors and the Javascript errors and then WebYep needed to be written to work with PHP8, I felt it only right to wait until I fixed those and so hence why I waited for WebYep 3 to be finished. That is now done, so in the next month or so WebYep3 commercial will be launched.
7575

76-
But "how much will I charge for this commercial version" I hear you ask... well not much, most probably about the price of a few cups of tea and slice of cake at costa.
77-
If you would prefer to spend 'absolutely nothing' on your cms then that's fine... the latest version is the same as the commercial version, but it can only use TinyMCE or CKEditor for the rich-text editor as per the original WebYep1 series.
76+
But "how much will I charge for this commercial version" I hear you ask... well, not much, most probably about the price of a few cups of tea and a slice of cake at costa.
77+
If you would prefer to spend 'absolutely nothing on your cms, then that's fine... the latest version is the same as the commercial version, but it can only use TinyMCE or CKEditor and Trumbowyg, which is its default for the rich-text editor similar to the original WebYep 1 series.
7878
As you can see, the entry-level bar has been lowered to subterranean levels... so there are no excuses for moaning.
7979

8080

8181

8282
Is It Perfect?
8383
============================
8484

85-
**3.0.3 is is getting prety darn good and is quite a bit better than 2**
85+
**3.0.3 is is getting prety darn good and is quite a bit better than 2, **
8686
**2.1.1 was slightly better than 2.1 and 2.1 is a lot better than 2.0** I'm reasonably sure there are going to be some bugs that have slipped past me.
8787
But it won't go pop!! or bring on the downfall of the UK economy... only the Government can do that!
8888

@@ -102,8 +102,4 @@ If you fix any bugs or add features, please send a patch or a pull request.
102102
License
103103
========
104104

105-
WebYep is distributed under the original Terms and Conditions of the GNU General Public License in version 2 (GPLv2). A copy of these terms and conditions can be found in the directory `release-building`
106-
107-
* `WebYep License Agreement.html` for the English version.
108-
* `WebYep Lizenzbedingungen.html` for a German translation.
109-
105+
WebYep is distributed under the original Terms and Conditions of the GNU General Public License in version 2 (GPLv2). A copy of these terms and conditions can be found in the directory `release-bu

0 commit comments

Comments
 (0)