Skip to content

Commit b095da1

Browse files
committed
local build scripts, some link corrections
1 parent f364142 commit b095da1

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.DS_Store
22
dist
33
node_modules
4+
.idea/

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "website-11ty",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "This repository contains the sources for the TEI website and the configuration to run it locally if you need to. If you are editing the website's content, you will only need to be focused on the contents of the `src/` directory, which is laid out something like this:",
55
"main": "index.js",
66
"scripts": {
7+
"dev": "npx @11ty/eleventy --serve",
8+
"build": "npx @11ty/eleventy",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"keywords": [],

src/guidelines.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Guidelines are designed to be customized, and specific projects and discipli
3636
We collect here well-documented TEI customizations, such as the popular [TEI Lite](Customization/Lite/), that may be of use as models or for projects wishing to follow their practice. We
3737
also provide information on creating TEI customizations.
3838

39-
[Internationalization](./tools/I18N/)
39+
[Internationalization](../Tools/index.html#I18N)
4040
The Guidelines are currently being translated into languages other than English; we
4141
provide here details of this process and information on how to get internationalized
4242
versions of the Guidelines.
@@ -53,7 +53,7 @@ The TEI maintains a GitHub repository where it manages the development and distr
5353
development; it also contains archived materials from earlier versions of the TEI
5454
web site.
5555

56-
[Getting Involved](https://tei-c.org/guidelines/getting-involved/)
56+
[Getting Involved](../Support/)
5757

5858
The TEI welcomes participation in the development of the Guidelines; we detail here
5959
the various ways in which the TEI community (members and non-members) can contribute.

src/tools.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tags: page
3131

3232

3333

34-
Generation of schemas and documentation: Roma
34+
## Generation of schemas and documentation: Roma
3535

3636
[Roma](https://roma2.tei-c.org/) is a web-based application which allows TEI users to
3737
generate P5-compatible schemas and documentation. Roma is useful for all TEI customization
@@ -50,7 +50,7 @@ tags: page
5050

5151

5252

53-
Stylesheets for converting TEI documents to various formats
53+
## Stylesheets for converting TEI documents to various formats
5454

5555
The TEI maintains a library of [XSL stylesheets](./Stylesheets/) developed by Sebastian Rahtz,
5656
which can convert TEI XML files to HTML, LaTeX, or XSL:FO documents. These stylesheets
@@ -62,7 +62,7 @@ tags: page
6262

6363

6464

65-
Conversion to and from TEI:
65+
## Conversion to and from TEI:
6666

6767
[OxGarage](https://oxgarage2.tei-c.org/) is a web, and RESTful, service to manage the transformation of documents between
6868
a variety of formats. The majority of transformations use the Text Encoding Initiative
@@ -72,7 +72,7 @@ tags: page
7272

7373

7474

75-
Internationalization of the TEI
75+
<h2 id="I18N">Internationalization of the TEI</h2>
7676

7777
One important tool developed by the TEI is the system for generating versions of the
7878
Guidelines in languages other than English. This initiative, funded in part by the

0 commit comments

Comments
 (0)