-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
31 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
// Copyright (c) 2018-2019 Egon Willighagen <[email protected]> | ||
// Copyright (c) 2018-2022 Egon Willighagen <[email protected]> | ||
// | ||
// GPL v3 | ||
|
||
import groovy.xml.XmlSlurper | ||
|
||
input = args[0] | ||
|
||
cdkVersion = "??" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
// Copyright (c) 2019 Egon Willighagen <[email protected]> | ||
// Copyright (c) 2019-2022 Egon Willighagen <[email protected]> | ||
// | ||
// GPL v3 | ||
|
||
// | ||
// find all classes and makes a data file to be complemented with additional data | ||
// | ||
// it takes one optional argument, which is appended to the output | ||
|
||
import groovy.xml.XmlSlurper | ||
|
||
if (args.length == 0) { | ||
println "groovy findClasses.groovy <directory>" | ||
System.exit(0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
// Copyright (c) 2018 Egon Willighagen <[email protected]> | ||
// Copyright (c) 2018-2022 Egon Willighagen <[email protected]> | ||
// | ||
// GPL v3 | ||
|
||
import groovy.xml.XmlSlurper | ||
|
||
chapterCounters = new HashMap<String,String>(); | ||
chapterCounter = 0 | ||
def chapterLines = new File("order.txt").readLines() | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
// Copyright (c) 2019 Egon Willighagen <[email protected]> | ||
// Copyright (c) 2019-2022 Egon Willighagen <[email protected]> | ||
// | ||
// GPL v3 | ||
|
||
// find all topics and makes a data file to be converted into an Index | ||
// | ||
// it takes one optional argument, which is appended to the output | ||
|
||
import groovy.xml.XmlSlurper | ||
|
||
chapterCounters = new HashMap<String,String>(); | ||
chapterCounter = 0 | ||
appendixCounter = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
// Copyright (c) 2019 Egon Willighagen <[email protected]> | ||
// Copyright (c) 2019-2022 Egon Willighagen <[email protected]> | ||
// | ||
// GPL v3 | ||
|
||
// find all topics and makes a data file to be converted into an Index | ||
// | ||
// it takes one optional argument, which is appended to the output | ||
|
||
import groovy.xml.XmlSlurper | ||
|
||
if (args.length == 0) { | ||
println "groovy findTopics.groovy <directory>" | ||
System.exit(0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
// Copyright (c) 2019 Egon Willighagen <[email protected]> | ||
// Copyright (c) 2019-2022 Egon Willighagen <[email protected]> | ||
// | ||
// GPL v3 | ||
|
||
// find all topics and makes a data file to be converted into an Index | ||
// | ||
// it takes one optional argument, which is appended to the output | ||
|
||
import groovy.xml.XmlSlurper | ||
|
||
def chapterCounter = 0 | ||
|
||
chapters = "order.txt" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
// Copyright (c) 2018-2020 Egon Willighagen <[email protected]> | ||
// Copyright (c) 2018-2022 Egon Willighagen <[email protected]> | ||
// | ||
// GPL v3 | ||
|
||
import groovy.xml.XmlSlurper | ||
|
||
chapters = "order.txt" | ||
chapterCounters = new HashMap<String,String>(); | ||
chapterCounter = 0 | ||
|