Skip to content

JEnglish is a simple English Programming Language, which allows you to create web pages using just words

License

Notifications You must be signed in to change notification settings

JEnglishOrg/JEnglish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JENGLISH

JEnglish is a simple English Programming Language, which allows you to create web pages using just words

Recent Updates: Base Code now At Version: jenglish-1.0.js

This Version Has the following Commands Pre-Defined:

CREATE

create a <box|img|style|numberlist|bulletlist|HTML-TAG-NAME> named <NAME>

MAKE

make <NAME>['s] <CSS-PROPERTY> <CSS-VALUE> [and <CSS-PROPERTY> <CSS-VALUE> ...]

MOVE

move <NAME> <left|right|up|down> <UNIT-VALUE> [and to the <right|left|up|down> <UNIT-VALUE>]

This is the most flexible just make sure it follows <MOVE-DIR> <UNIT-VALUE>, one after the other. You may specify: <left> or <right> and/or <up> or <down>

INSERT

insert <TEXT|HTML> into <NAME>

APPEND

append <TEXT|HTML> into <NAME>

WHEN

when <NAME> is <clicked|hovered> ...
clicked:
open <URL> - Opens the <URL> in a New Window
goto <URL> - Opens the <URL> in the Same Window
show <NAME> - Makes <NAME> visible to the user
hide <NAME> - Makes <NAME> invisible to the user


hovered:
make <CSS-PROPERTY> <CSS-VALUE> [otherwise <CSS-PROPERTY> <CSS-VALUE>]

========================================================================

COMMAND SYNTAX:

You may enter 1 or more commands per line with or without: ".. ", at the end of the line.

You MUST enter ".. " between commands on the same line however.

LICENSE: (See: LICENSE in the root of this repo)

Copyright © 2014 Arnouse Digital Device Corp.

Licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License (“Public License”); you may not use this file except in compliance with the Public License. You may obtain a copy of the Public License at http://creativecommons.org/licenses/by-nc/4.0/legalcode

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

About

JEnglish is a simple English Programming Language, which allows you to create web pages using just words

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published