Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gendl
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
47
Issues
47
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gendl
gendl
Commits
9e533d21
Commit
9e533d21
authored
Apr 09, 2013
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated the README.md
parent
ec2d7a33
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
45 additions
and
25 deletions
+45
-25
README.md
README.md
+20
-0
apps/ta2/ta2.asd
apps/ta2/ta2.asd
+1
-1
apps/tasty/tasty.asd
apps/tasty/tasty.asd
+1
-1
apps/translators/translators.asd
apps/translators/translators.asd
+1
-1
apps/tree/tree.asd
apps/tree/tree.asd
+1
-1
apps/yadd/yadd.asd
apps/yadd/yadd.asd
+1
-1
base/base.asd
base/base.asd
+1
-1
cl-lite/cl-lite.asd
cl-lite/cl-lite.asd
+1
-1
demos/bus/bus.asd
demos/bus/bus.asd
+1
-1
demos/ledger/ledger.asd
demos/ledger/ledger.asd
+8
-8
demos/robot/robot.asd
demos/robot/robot.asd
+1
-1
demos/wire-world/wire-world.asd
demos/wire-world/wire-world.asd
+1
-1
documentation/training/g102-tud/examples/examples.asd
documentation/training/g102-tud/examples/examples.asd
+1
-1
geom-base/geom-base.asd
geom-base/geom-base.asd
+1
-1
glisp/glisp.asd
glisp/glisp.asd
+1
-1
gwl-graphics/gwl-graphics.asd
gwl-graphics/gwl-graphics.asd
+1
-1
gwl/gwl.asd
gwl/gwl.asd
+1
-1
regression/regression.asd
regression/regression.asd
+1
-1
surf/surf.asd
surf/surf.asd
+1
-1
No files found.
README.md
View file @
9e533d21
...
...
@@ -58,10 +58,30 @@ commercial Genworks GDL system is available from http://genworks.com.
2.
Quicklisp (available from http://www.quicklisp.org)
**Note**
The name
`:gendl`
is new and will be used in Quicklisp starting with the
April release, which is due out the week of April 8 (this week!).
Prior to the April 2013 Quicklisp, the system is known as
`:genworks-gdl`
, and so would be loaded and started with:
```
common-lisp
(
ql:quickload
:genworks-gdl
)
(
gdl:start-gdl
)
```
We recommend you to switch to the latest system under its new name
`:gendl`
as soon as it is available, which should be by the end of
this week.
To load the entire system, you can do it with:
```
common-lisp
(
ql:quickload
:gendl
)
(
gendl:start-gendl!
)
```
Now you can do a quick sanity check by visiting:
...
...
apps/ta2/ta2.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ (legacy) Testing and Tracking Utility, version 2 (using Ajax but pre-gdlAjax, and no JQuery or CSS)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
...
...
apps/tasty/tasty.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Web-based Development Environment (tasty)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:tree
:gwl-graphics
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:tree
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
...
...
apps/translators/translators.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Translators to/from XML and potentially other high-level KBE and Knowledge formats"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"xml/source/package"
)
(
:file
"xml/source/genworks"
)
...
...
apps/tree/tree.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Tree component used by Tasty and potentially as a UI component on its own"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
...
...
apps/yadd/yadd.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Yet Another Definition Documenter (yadd)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/genworks"
)
...
...
base/base.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Base Core Kernel Engine"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
nil
:serial
t
:version
"2013040
9
"
:depends-on
nil
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/genworks"
)
...
...
cl-lite/cl-lite.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Compile-and-Load Lite Utility"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:glisp
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:glisp
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/parameters"
)
...
...
demos/bus/bus.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Wireframe School Bus Demo"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)
...
...
demos/ledger/ledger.asd
View file @
9e533d21
;;;; -*- encoding: utf-8; -*-
(
asdf:defsystem
#:ledger
:description
"The Gendl™ Ledger Bookkeeping Demo"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130408
"
:depends-on
(
:gwl
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)
(
:file
"source/html"
)
(
:file
"source/zzinit"
)))
"The Gendl™ Ledger Bookkeeping Demo"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"20130409
"
:depends-on
(
:gwl
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)
(
:file
"source/html"
)
(
:file
"source/zzinit"
)))
demos/robot/robot.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Simplified Android Robot example "
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)
...
...
demos/wire-world/wire-world.asd
View file @
9e533d21
...
...
@@ -4,6 +4,6 @@
"The Gendl™ Wire-World demo and test-case for wireframe tessellation and X3D output"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl-graphics
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl-graphics
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/assembly"
)))
documentation/training/g102-tud/examples/examples.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ examples Subsystem"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:gwl-graphics
:surf
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:gwl-graphics
:surf
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:gdl
"source/primi-plane"
)
(
:gdl
"source/ui-primi-plane"
)))
geom-base/geom-base.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Wireframe Geometry"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:glisp
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:glisp
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"prereqs/source/presets"
)
...
...
glisp/glisp.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Common Lisp Portability"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
:serial
t
:version
"2013040
9
"
:depends-on
(
:base
:uiop
:cl-typesetting
:cl-ppcre
:cl-who
#-
allegro
:cl-base64
#-
allegro
:babel
#-
allegro
:acl-compat
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
...
...
gwl-graphics/gwl-graphics.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ GWL embedded graphics support"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:geom-base
:gwl
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:geom-base
:gwl
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"gwl/source/application-mixin"
)
...
...
gwl/gwl.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ Generative Web Language (GWL)"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:glisp
:aserve
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:glisp
:aserve
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/package"
)
(
:file
"source/defparameters"
)
...
...
regression/regression.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ regression Subsystem"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:lift
:surf
:tasty
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:lift
:surf
:tasty
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"utils/source/package"
)
(
:file
"utils/source/genworks"
)
...
...
surf/surf.asd
View file @
9e533d21
...
...
@@ -4,7 +4,7 @@
"The Gendl™ NURBS Surface and Solids Geometry Primitives"
:author
"Dave Cooper and Genworks International"
:license
"Gnu Affero General Public License (please see http://www.gnu.org/licenses/)"
:serial
t
:version
"2013040
8
"
:depends-on
(
:geom-base
)
:serial
t
:version
"2013040
9
"
:depends-on
(
:geom-base
)
#+
asdf-encoding
:encoding
#+
asdf-encoding
:utf-8
:components
((
:file
"source/parameters"
)
(
:file
"source/classes"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment