Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
59 commits
Select commit Hold shift + click to select a range
f81d440
Merge pull request #33 from KristianKarl/master
KristianKarl Oct 5, 2017
d468147
Added info regarding updates of downloads
KristianKarl Nov 1, 2017
cfea6d1
Fix broken link
KristianKarl Sep 10, 2018
c4ad7c1
Update dependency versions
KristianKarl Sep 10, 2018
6b3cd4f
Add improvements to the Getting started overview page
zsmb13 Oct 31, 2018
1b90fcd
Add improvements to the Introduction page
zsmb13 Oct 31, 2018
2cf967d
Add missing article to the Introduction page
zsmb13 Oct 31, 2018
a65cd9d
Replace "a" with "an" before "open source"
zsmb13 Oct 31, 2018
bee0e00
Improve wording on the Modeling syntax page
zsmb13 Oct 31, 2018
1267664
Updated to 4.0.0-SNAPSHOT
KristianKarl Jan 8, 2019
0a44c0f
Improved readability
KristianKarl Jan 8, 2019
94dc57f
Using download links from Github instead
KristianKarl Jan 14, 2019
8ff70e2
Links to latest builds updated
KristianKarl Jan 26, 2019
525e39f
Updating bundle
KristianKarl Jan 26, 2019
4779b0a
Merge pull request #35 from toredal/master
KristianKarl Jan 26, 2019
ca98eb9
Added a para for the gw usage survey
KristianKarl Feb 5, 2019
584dc62
Nicer link
KristianKarl Feb 5, 2019
1e97f98
update the website after proof reading
f97gujo Jul 30, 2019
b6897c2
Merge pull request #34 from zsmb13/feature/minor-fixes
KristianKarl Sep 12, 2019
d859ce0
Update dependencies
KristianKarl Sep 12, 2019
ab69b53
Merge branch 'master' into update-website
Sep 12, 2019
68cfba4
Update cli-overview.md
Sep 24, 2019
3df8324
Merge pull request #1 from GraphWalker/master
Sep 26, 2019
cfff751
update the website after proof reading
f97gujo Jul 30, 2019
68b61df
Update based on PR comments
f97gujo Sep 27, 2019
9d12a76
merge conflict
f97gujo Sep 27, 2019
5a0d203
Merge pull request #36 from f97gujo/update-website
KristianKarl Sep 28, 2019
b1821b6
Add files via upload
KristianKarl Sep 28, 2019
0f1aa46
Add files via upload
KristianKarl Sep 29, 2019
a366d7f
Add files via upload
KristianKarl Sep 29, 2019
374945a
Add files via upload
KristianKarl Sep 29, 2019
eecb181
New design of the home web pages
KristianKarl Sep 30, 2019
6a77b10
Changed footer into graphwalker specifics
KristianKarl Sep 30, 2019
02bd9c2
Typos
KristianKarl Sep 30, 2019
b74bc55
Need old images from site, to make the images on the wiki to appear
KristianKarl Sep 30, 2019
8df4785
Typo
KristianKarl Oct 1, 2019
4d5e044
Merge pull request #2 from GraphWalker/master
Oct 1, 2019
3d74763
Update some very minor language things
f97gujo Oct 1, 2019
1b46502
Update to version 4.0.0
KristianKarl Oct 2, 2019
f38da2f
Merge pull request #37 from f97gujo/master
KristianKarl Oct 2, 2019
ad288b3
Minore layout changes
KristianKarl Oct 2, 2019
f157928
Update to version 4.0.1
KristianKarl Oct 4, 2019
91f76a1
Updete jquery version to 3.4.1
KristianKarl Oct 4, 2019
1dac1ea
Extended the documentation section
KristianKarl Oct 5, 2019
563162a
Made download links larger and more explicit
KristianKarl Oct 5, 2019
e6db735
Fixed spelling
KristianKarl Oct 5, 2019
74b3ed9
Release 4.1.0
KristianKarl Nov 29, 2019
40e5dc0
Release 4.2.0
KristianKarl Feb 21, 2020
3f81a2e
Typo
KristianKarl Mar 25, 2020
e6c2d3f
Typo
KristianKarl Mar 25, 2020
55d4a68
Added requirement doc for amazon shopping cart
KristianKarl Apr 29, 2020
4b65a60
4.3.0-SNAPSHOT download
KristianKarl Jun 26, 2020
a96dd43
Update 2000-01-08-download.md
KristianKarl Jun 26, 2020
0a3b3b5
Release 4.3.0
KristianKarl Sep 13, 2020
d94a334
Link to releases page
KristianKarl Sep 13, 2020
1981c50
Update link reference
KristianKarl Sep 13, 2020
0e9f24e
Added section for articles about GW or MBT
KristianKarl Sep 26, 2020
b2ca82b
New petclinic version
KristianKarl Feb 22, 2021
fd21338
Release 4.3.1
KristianKarl Mar 4, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 0 additions & 6 deletions 404.md

This file was deleted.

5 changes: 0 additions & 5 deletions Gemfile

This file was deleted.

223 changes: 0 additions & 223 deletions Gemfile.lock

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE.temp → LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 Tom Johnson
Copyright (c) 2014 Tim O'Brien (t413)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,15 @@

3) In the root of the folder of the cloned project, run following command:

```sh
bundle update
```

4) Then start a local preview of the site:

```sh
jekyll serve
```

5) Do all your changes. The site uses the Jekyll Documentation Theme. See appendix below.
1) Do all your changes.

6) Commit and push
2) Commit and push

7) From your fork on GitHub, create a new pull request
3) From your fork on GitHub, create a new pull request

## Appendix

Expand Down
108 changes: 28 additions & 80 deletions _config.yml
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,90 +1,38 @@
permalink: /:year/:month/:day/:title/
# this sets the style for permalinks. The date formatting (/:year/:month/:day/) will only apply to blog posts, while the pages will just show the title.
url: http://graphwalker.org
# where you plan to publish your site
baseurl:
# any subdirectory that appears after the domain where you're publishing your site
output: web
# this property is useful for conditional filtering of content that is separate from the PDF.
topnav_title: GraphWalker
# this appears on the top navigation bar next to the home button
site_title: GraphWalker for testers
# this appears in the html browser tab for the site title (seen mostly by search engines, not users)
company_name: graphwalker.org
# this appears in the footer
google_analytics: UA-67286726-1
# google analytics tracker
github_editme_path:
# if you're using Github, provide the basepath to the branch you've created for reviews, following the sample here. if not, leave this value blank.
disqus_shortname: GraphWalker
# if you're using disqus for comments, add the shortname here. if not, leave this value blank.
host: 127.0.0.1
# the preview server used. Leave as is.
port: 4005
# the port where the preview is rendered. You can leave this as is unless you have other Jekyll builds using this same port that might cause conflicts.
---

exclude:
- _site
- _drafts/
- .idea/
# these are the files and directories that jekyll will exclude from the build
port: 4000
host: 0.0.0.0
safe: false

feedback_email: graphwalker-3@googlegroups.com
# used as a contact email for the Feedback link in the top navigation bar

#feedback_disable: true
#feedback_text: "Need help?"
#feedback_link: "http://helpy.io/"
# change feedback link behaviour if you use a support ticketing system or something else

highlighter: rouge
# library used for syntax highlighting

### site serving configuration ###
exclude: [CNAME, README.md, .gitignore]
permalink: /:title ## disables post output
timezone: null
lsi: false
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
# filter used to process markdown. note that kramdown differs from github-flavored markdown in some subtle ways

collections:
tooltips:
output: false
# collection declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output.

defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
comments: true
search: true
sidebar: home_sidebar
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true
### content configuration ###
title: "GraphWalker"
keywords: "GraphWalker, Model based testing, mbt, testing, test, automation"
description: "GraphWalker is an open source Model-based testing tool for test automation. It is designed to make it easy to design your tests using graphs"
source_link: "https://github.com/GraphWalker/graphwalker-project"
favicon: "img/favicon.ico"
touch_icon: "img/apple-touch-icon.png"
google_analytics_key: UA-67286726-1

-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sidebar: tags_sidebar

# these are defaults used for the frontmatter for these file types
### template colors, used site-wide via css ###
colors:
black: '#111111'
white: '#f8f8f8'
blue: '#49a7e9'
green: '#9bcf2f'
purple: '#c869bf'
orange: '#fab125'
turquoise: '#0fbfcf'

kramdown:
auto_ids: false

description: "GraphWalker is a Model-Based testing tool built in Java. It reads models in the shape of finite-state diagrams, or directed graphs, and generate tests from the models, either offline or online."
# the description is used in the feed.xml file
Loading