Skip to content

Commit ca12719

Browse files
committed
fix urls - underscore, .html
grep -ho '([^)]* [^)]* "wikilink"' *.md | while read in; do out=$(echo $in|sed 's/ \([^"]\)/_\1/g'); sed -i "s/$in/$out/g;" *.md; done
1 parent 601b6cb commit ca12719

16 files changed

+47
-47
lines changed

AP210e2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ title: AP210e2
55
Part 21 files
66
-------------
77

8-
[PDES-181.stp](PDES-181.stp "wikilink")
8+
[PDES-181.stp](PDES-181.stp.html)

Attributes_in_fedex_plus.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Still add new access function.
3838
Go through derived attributes. If STEPattribute found with same name,
3939
tell it to be \* for reading and writing
4040

41-
[Category:Code discussion](Category:Code discussion "wikilink")
41+
[Category:Code discussion](Category:Code_discussion.html)

Building_STEPcode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Configuration options (append to the 'cmake ..' line):
4242
- The above options can be used from the CMake GUI as well - just look
4343
through the list of variables.
4444

45-
#### See Also: [STEPcode CMake variables](STEPcode CMake variables "wikilink")
45+
#### See Also: [STEPcode CMake variables](STEPcode_CMake_variables.html)
4646

4747
Create c++ for a schema manually:
4848
---------------------------------

Code_analysis.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ Downloads
6969
Output of callgrind, cachegrind, and massif:
7070
<https://docs.google.com/open?id=0B9G1tTILtiCyTmhoLTZva0JxdTQ>
7171

72-
[Category:Code discussion](Category:Code discussion "wikilink")
72+
[Category:Code discussion](Category:Code_discussion.html)

Getting_started.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,18 @@ Basics](http://git-scm.com/book/en/Getting-Started-Git-Basics)
4242
Build STEPcode
4343
--------------
4444

45-
See **[Building STEPcode](Building STEPcode "wikilink")**. STEPcode uses
45+
See **[Building STEPcode](Building_STEPcode.html)**. STEPcode uses
4646
CMake, which is cross-platform and somewhat different from the
4747
traditional unix './configure && make'
4848

4949
Use STEPcode
5050
------------
5151

5252
See **[How to use STEPcode in an
53-
application](How to use STEPcode in an application "wikilink")**
53+
application](How_to_use_STEPcode_in_an_application.html)**
5454

5555
Exploring STEPcode
5656
------------------
5757

5858
[Description of the files and
59-
directories](Files and directories "wikilink")
59+
directories](Files_and_directories.html)

How_to_compile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
title: How to compile
33
---
44

5-
See [Building STEPcode](Building STEPcode "wikilink")
5+
See [Building STEPcode](Building_STEPcode.html)

How_to_use_STEPcode_in_an_application.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ CMake Integration
1111
- this will not work for applications with more than one source
1212
code file or that need to link other libs.
1313

14-
#### See also: [STEPcode CMake variables](STEPcode CMake variables "wikilink")
14+
#### See also: [STEPcode CMake variables](STEPcode_CMake_variables.html)
1515

1616
C++ examples
1717
------------
1818

1919
- [Minimal Part 21 C++
20-
example](Minimal Part 21 C++ example "wikilink")
20+
example](Minimal_Part_21_C++_example.html)
2121
- doxygen documentation of [apps using
2222
STEPcode](http://stepcode.org/stepcode-use-doxygen/)
2323
- [sc/src/express/test](https://github.com/stepcode/stepcode/tree/master/src/express/test/)
@@ -71,7 +71,7 @@ TODO
7171
See also
7272
--------
7373

74-
- [Building STEPcode](Building STEPcode "wikilink")
75-
- [How to test with CTest](How to test with CTest "wikilink")
74+
- [Building STEPcode](Building_STEPcode.html)
75+
- [How to test with CTest](How_to_test_with_CTest.html)
7676

77-
[Category:Code discussion](Category:Code discussion "wikilink")
77+
[Category:Code discussion](Category:Code_discussion.html)

Libexpress_structs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,4 @@ struct Expression_ {
391391

392392
``
393393

394-
[Category:Code discussion](Category:Code discussion "wikilink")
394+
[Category:Code discussion](Category:Code_discussion.html)

List_of_schemas.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ title: List of schemas
55
This list is **incomplete**. See also [schema
66
matrix](http://github.com/stepcode/stepcode/wiki/Schema-build-matrix)
77

8-
[AP203-WSEDS](AP203-WSEDS "wikilink")
8+
[AP203-WSEDS](AP203-WSEDS.html)
99

10-
[AP203 Amendment 1](AP203 Amendment 1 "wikilink")
10+
[AP203 Amendment 1](AP203_Amendment_1.html)
1111

12-
[AP203e2](AP203e2 "wikilink")
12+
[AP203e2](AP203e2.html)
1313

14-
[AP210e2](AP210e2 "wikilink")
14+
[AP210e2](AP210e2.html)
1515

16-
[AP210e3 draft](AP210e3 draft "wikilink")
16+
[AP210e3 draft](AP210e3_draft.html)
1717

18-
[AP214e3](AP214e3 "wikilink")
18+
[AP214e3](AP214e3.html)
1919

20-
[AP242 draft](AP242 draft "wikilink")
20+
[AP242 draft](AP242_draft.html)

List_of_tasks.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ On the wiki
1010
- More external links
1111
- Logo, background
1212
- syntax highlighting for C, C++, Python, EXPRESS, Part 21
13-
'''[DONE](Test code page "wikilink")
13+
'''[DONE](Test_code_page.html)
1414
- etc etc etc
1515

1616
Improvements to STEPcode's source
@@ -23,6 +23,6 @@ Improvements to STEPcode's source
2323
- support for splitting a STEP file according to the recommended
2424
practices for (nested) external references
2525
- this needs fleshed out and moved to the [list of
26-
projects](list of projects "wikilink")
26+
projects](list_of_projects.html)
2727

2828

Minimal_Part_21_C++_example.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Minimal Part 21 C++ example
33
---
44

5-
Minimal C++ example based on [P21read](P21read "wikilink")
5+
Minimal C++ example based on [P21read](P21read.html)
66

77
Important Classes
88
-----------------
@@ -100,6 +100,6 @@ Related Pages
100100
-------------
101101

102102
- [How to use STEPcode in an
103-
application](How to use STEPcode in an application "wikilink")
103+
application](How_to_use_STEPcode_in_an_application.html)
104104

105-
[Category:Code discussion](Category:Code discussion "wikilink")
105+
[Category:Code discussion](Category:Code_discussion.html)

PDES-181.stp.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Description
77

88
This file is available [on
99
wikistep](http://www.wikistep.org/index.php/PDES-181). It is a test file
10-
for [AP210e2](AP210e2 "wikilink").
10+
for [AP210e2](AP210e2.html).
1111

1212
**time stamp** 2009-10-16T16:42:18
1313

14-
Errors reported by AP210e2 [p21read](p21read "wikilink")
14+
Errors reported by AP210e2 [p21read](p21read.html)
1515
--------------------------------------------------------
1616

1717
### Illegal complex entity

STEPcode.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ The [BSD license](http://github.com/stepcode/stepcode/blob/master/COPYING) allow
3131

3232
STEPcode traces its roots to the NIST STEP Class Library (SCL) which was developed between \~1987 and 1998.
3333

34-
See also: [History](History "wikilink"), [List of external resources](List of external resources "wikilink"), [List of OSS or free STEP programs](List of OSS or free STEP programs "wikilink")
34+
See also: [History](History.html), [List of external resources](List_of_external_resources.html), [List of OSS or free STEP programs](List_of_OSS_or_free_STEP_programs.html)
3535

3636
### GSoC 2014
3737

3838
We're participating again!
3939

40-
See the [Checklist](http://brlcad.org/wiki/Summer_of_Code/Checklist) and the BRL-CAD [project ideas](http://brlcad.org/wiki/Google_Summer_of_Code/Project_Ideas). If those ideas don't interest you, you can also look at the longer [list of projects](List of projects "wikilink") on this wiki.
40+
See the [Checklist](http://brlcad.org/wiki/Summer_of_Code/Checklist) and the BRL-CAD [project ideas](http://brlcad.org/wiki/Google_Summer_of_Code/Project_Ideas). If those ideas don't interest you, you can also look at the longer [list of projects](List_of_projects.html) on this wiki.
4141

4242
### Quick Start
4343

44-
- See the [getting started](Getting started "wikilink") page
44+
- See the [getting started](Getting_started.html) page
4545

4646
### Communication
4747

@@ -94,7 +94,7 @@ Community
9494

9595
The [<http://groups.google.com/forum/?fromgroups>\#!forum/scl-dev scl-dev mailing list] is hosted on google groups. In spite of the name, this is for both users and developers. The STEPcode project has evolved into a diverse open source community helping improve the accessibility, adoption, and long-term availability of STEP related technologies for CAx developers.
9696

97-
#### [Projects](List of projects "wikilink") and [tasks](List of tasks "wikilink")
97+
#### [Projects](List_of_projects.html) and [tasks](List_of_tasks.html)
9898

9999
</div>
100100
</div>|<div style="padding:0; margin:0; border:1px solid #FCC; border-top:0; margin-bottom:1.0em;">
@@ -104,16 +104,16 @@ The Code
104104

105105
**The source code is on [GitHub](http://github.com/stepcode/stepcode)**
106106

107-
Any discussion of the code on this wiki should have a [[Category:Code discussion]] tag so that it shows up in [:Category:Code discussion](:Category:Code discussion "wikilink")
107+
Any discussion of the code on this wiki should have a [[Category:Code discussion]] tag so that it shows up in [:Category:Code discussion](:Category:Code_discussion.html)
108108

109109
More pages:
110110

111-
- [Getting started](Getting started "wikilink")
112-
- [Building STEPcode](Building STEPcode "wikilink")
111+
- [Getting started](Getting_started.html)
112+
- [Building STEPcode](Building_STEPcode.html)
113113
- [Description of the files and
114-
directories](Files and directories "wikilink")
114+
directories](Files_and_directories.html)
115115
- [How to use STEPcode in an
116-
application](How to use STEPcode in an application "wikilink")
116+
application](How_to_use_STEPcode_in_an_application.html)
117117

118118
We use [Travis-CI](https://travis-ci.org/stepcode/stepcode) for testing. It automatically tests pull requests, and tests master when it changes. Originally, we used a [CDash dashboard](http://my.cdash.org/index.php?project=StepClassLibrary) to show the status of test runs. Test results are only visible for a month, and it was difficult to navigate.
119119

STEPcode_CMake_variables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ These won't do anything useful unless you're running tests.
6565
make test`
6666

6767
- also set by CTest - see [How to test with
68-
CTest](How to test with CTest "wikilink")
68+
CTest](How_to_test_with_CTest.html)
6969

7070
You probably don't want to change these
7171
---------------------------------------

STEPcode_old_mainpage.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -56,31 +56,31 @@ project has evolved into a diverse open source community helping improve
5656
the accessibility, adoption, and long-term availability of STEP related
5757
technologies for CAx developers.
5858

59-
See also: [History](History "wikilink")
59+
See also: [History](History.html)
6060

6161
### Using STEPcode
6262

6363
- [How to use STEPcode in an
64-
application](How to use STEPcode in an application "wikilink")
64+
application](How_to_use_STEPcode_in_an_application.html)
6565

6666
### Documentation
6767

6868
- **[Doxygen](http://stepcode.org/doxygen/)** for v0.6
6969
- doxygen documentation of [apps using
7070
STEPcode](http://stepcode.org/stepcode-use-doxygen/)
7171
- See also [:Category:Code
72-
discussion](:Category:Code discussion "wikilink")
72+
discussion](:Category:Code_discussion.html)
7373

7474
### Schemas
7575

76-
There is a [list of schemas](list of schemas "wikilink") that STEPcode
76+
There is a [list of schemas](list_of_schemas.html) that STEPcode
7777
has been tested with.
7878

7979
### To Do
8080

81-
There is a **[list of tasks](list of tasks "wikilink")** that involve
81+
There is a **[list of tasks](list_of_tasks.html)** that involve
8282
improving the wiki or STEPcode's source code. In addition, there is a
83-
**[list of projects](list of projects "wikilink")** that are more
83+
**[list of projects](list_of_projects.html)** that are more
8484
difficult than the tasks; these might be appropriate for GSoC
8585
participants.
8686

@@ -91,7 +91,7 @@ Links
9191
- Any discussion of the code on this wiki should have a
9292
[[Category:Code discussion]] tag so that it shows up in
9393
[:Category:Code
94-
discussion](:Category:Code discussion "wikilink")
94+
discussion](:Category:Code_discussion.html)
9595

9696
- The [<http://groups.google.com/forum/?fromgroups>\#!forum/scl-dev
9797
mailing list] is hosted on google groups.
@@ -106,5 +106,5 @@ Links
106106
External Resources
107107
------------------
108108

109-
A [list of external resources](list of external resources "wikilink")
109+
A [list of external resources](list_of_external_resources.html)
110110
related to STEP/EXPRESS.

Test_code_page.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ index 4921649..1529387 100644
8888
}
8989
`
9090

91-
[Category:Code discussion](Category:Code discussion "wikilink")
91+
[Category:Code discussion](Category:Code_discussion.html)

0 commit comments

Comments
 (0)