File tree 2 files changed +25
-6
lines changed
2 files changed +25
-6
lines changed Original file line number Diff line number Diff line change 1
- # Testanything .org
1
+ # testanything .org
2
2
3
- Test anything site is the website for Test anything protocol the simple text based interface for testing modules.
3
+ [ testanything.org] [ ta ] is the website for the Test Anything Protocol (TAP),
4
+ the simple text based interface for testing modules.
5
+
6
+ [ ta ] : http://testanything.org/
4
7
5
8
The goals of this site are to:
6
9
7
- - Get testanything.org back online
8
10
- Structure the site to be a resource for developers
9
11
- Move discussion based articles to another place
10
12
- Keep content up to date with platforms using TAP
11
13
- Advance specifications to move towards industry standard
12
14
13
15
The old site can be found here:
14
- [ Wayback Testanything.org] ( http://web.archive.org/web/20120718051314/http://testanything.org/wiki/index.php/TAP_Consumers )
16
+ [ Wayback testanything.org] ( http://web.archive.org/web/20120718051314/http://testanything.org/wiki/index.php/TAP_Consumers )
17
+
18
+ Please submit issues or pull requests, all are welcome.
19
+
20
+ # Building locally
21
+
22
+ This site is built with [ Jekyll] ( https://jekyllrb.com/ ) .
23
+ Jekyll can be installed using gem, the Ruby language packaging tool.
24
+ If you have trouble installing Jekyll, please refer to
25
+ [ their installation documentation] ( http://jekyllrb.com/docs/installation/ ) .
26
+
27
+ ``` bash
28
+ $ gem install jekyll
29
+ ```
30
+
31
+ After installing Jekyll, you can test your changes locally with:
15
32
16
- Please submit issues or pull requests, all are welcome.
33
+ ``` bash
34
+ $ jekyll serve
35
+ ```
Original file line number Diff line number Diff line change 1
1
name : TestAnything.org
2
2
markdown : redcarpet
3
- pygments : true
3
+ highlighter : pygments
You can’t perform that action at this time.
0 commit comments