Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
documentation
website
Commits
929cea81
Commit
929cea81
authored
4 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
64 bit only
parent
e582526f
No related branches found
No related tags found
No related merge requests found
Pipeline
#8388
passed
4 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
make_screenshot_wiki.sh
+22
-0
22 additions, 0 deletions
make_screenshot_wiki.sh
onelab.html
+2
-4
2 additions, 4 deletions
onelab.html
with
25 additions
and
5 deletions
.gitlab-ci.yml
+
1
−
1
View file @
929cea81
...
@@ -2,7 +2,7 @@ sync:
...
@@ -2,7 +2,7 @@ sync:
only
:
only
:
-
master
-
master
script
:
script
:
-
ssh
-o StrictHostKeyChecking=no -i /home/gitlab-runner/.ssh/id_rsa
geuzaine@onelab.info 'cd .wwwonelab && git pull'
-
ssh geuzaine@onelab.info 'cd .wwwonelab && git pull'
tags
:
tags
:
-
macos64
-
macos64
-
official
-
official
This diff is collapsed.
Click to expand it.
make_screenshot_wiki.sh
0 → 100755
+
22
−
0
View file @
929cea81
#!/bin/sh
# Run this once you have a nice view of the model to generate the screenshots
# used in the ONELAB wiki, e.g.:
#
# > gmsh main.pro
# ... get nice view with Gmsh window maximized ...
# > onelab_screenshot 1
# ... get nice second view ...
# > onelab_screenshot 2
if
[
$#
-lt
1
]
;
then
echo
"Usage:
$0
number"
1>&2
;
exit
1
;
fi
NUMBER
=
$1
screencapture
-Wi
screenshot
${
NUMBER
}
.png
# create miniature image with width of 512 pixels
convert
-resize
512 screenshot
${
NUMBER
}
.png screenshot
${
NUMBER
}
_512.png
This diff is collapsed.
Click to expand it.
onelab.html
+
2
−
4
View file @
929cea81
...
@@ -57,10 +57,8 @@ or not) can be easily interfaced as well.
...
@@ -57,10 +57,8 @@ or not) can be easily interfaced as well.
<ol><a
name=
"Download"
></a>
<ol><a
name=
"Download"
></a>
<li>
Download the ONELAB software bundle:
<li>
Download the ONELAB software bundle:
<ul>
<ul>
<li>
Desktop version for
<a
href=
"files/onelab-Windows64.zip"
>
Windows 64-bit
</a>
,
<li>
Desktop version for
<a
href=
"files/onelab-Windows64.zip"
>
Windows
</a>
,
<a
href=
"files/onelab-Windows32.zip"
>
Windows 32-bit
</a>
,
<a
href=
"files/onelab-Linux64.zip"
>
Linux
</a>
or
<a
href=
"files/onelab-Linux64.zip"
>
Linux 64-bit
</a>
,
<a
href=
"files/onelab-Linux32.zip"
>
Linux 32-bit
</a>
and
<a
href=
"files/onelab-MacOSX.dmg"
>
MacOS
</a>
<a
href=
"files/onelab-MacOSX.dmg"
>
MacOS
</a>
<li>
Mobile version for
<a
href=
"https://play.google.com/store/apps/details?id=org.geuz.onelab"
>
Android
</a>
and
<li>
Mobile version for
<a
href=
"https://play.google.com/store/apps/details?id=org.geuz.onelab"
>
Android
</a>
and
<a
href=
"https://itunes.apple.com/us/app/onelab/id845930897"
>
iOS
</a>
<a
href=
"https://itunes.apple.com/us/app/onelab/id845930897"
>
iOS
</a>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment