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
46733fbd
Commit
46733fbd
authored
Jul 25, 2014
by
Dave Cooper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating g101 training slides
parent
e032ccab
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
4 deletions
+22
-4
apps/ta2/source/package.lisp
apps/ta2/source/package.lisp
+0
-1
base/source/parameters.lisp
base/source/parameters.lisp
+3
-1
documentation/training/g101/source/publish.lisp
documentation/training/g101/source/publish.lisp
+4
-2
documentation/training/g101/style/top.css
documentation/training/g101/style/top.css
+10
-0
release-notes/2014-07-24.txt
release-notes/2014-07-24.txt
+5
-0
No files found.
apps/ta2/source/package.lisp
View file @
46733fbd
...
...
@@ -23,7 +23,6 @@
(
gwl:define-package
:ta2
(
:documentation
#.
(
glisp:system-description
:ta2
))
(
:export
#:assembly
))
#+
nil
...
...
base/source/parameters.lisp
View file @
46733fbd
...
...
@@ -203,4 +203,6 @@ values are a color indicator for the default foreground and background of graphi
(
defparameter
*sort-children?*
t
)
(
defparameter
*sort-children?*
nil
"Boolean. Determine whether to sort child objects in lexigraphical
order. Defaults to nil, which is the behavior previous to gdl1585."
)
documentation/training/g101/source/publish.lisp
View file @
46733fbd
...
...
@@ -4,8 +4,10 @@
:function
#'
(
lambda
(
req
ent
)
(
gwl-make-object
req
ent
"training-g101:assembly"
)))
(
publish-directory
:prefix
"/g101/images/"
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/training/g101/images/"
)))
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/gendl/documentation/training/g101/images/"
)))
(
publish-directory
:prefix
"/g101/style/"
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/training/g101/style/"
)))
:destination
(
format
nil
"~a"
(
translate-logical-pathname
"~/genworks/
gendl/documentation/
training/g101/style/"
)))
documentation/training/g101/style/top.css
View file @
46733fbd
...
...
@@ -93,6 +93,16 @@ font-weight: bold;
}
.lisp-return-value
{
color
:
green
;
whitespace
:
pre
;
font-family
:
Courier
,
fixed
,
serif
;
font-size
:
18
;
font-weight
:
bold
;
}
#title
{
font-family
:
Arial
,
Helvetica
,
sans-serif
;
...
...
release-notes/2014-07-24.txt
0 → 100644
View file @
46733fbd
1. Revert (the children) to be sorted in the same order they are
defined, rather than lexigraphically. Global variable
gdl:*sort-children?* can be set to t in order to get lexigraphical
ordering for (the children).
\ No newline at end of file
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