Skip to content

Commit 27bd00c

Browse files
author
R. S. Doiel
committed
Quick Save
2 parents badf846 + 2cbe54b commit 27bd00c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1517
-736
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
bin
55
dist
66
scratch
7-
deno.*

DEVELOPERS.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<title>CL-web-components</title>
55
<link rel="stylesheet" href="/css/site.css">
6-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
6+
<link rel="stylesheet" href="./css/code-blocks.css">
7+
<script type="module" src="/copyToClipboard.js"></script>
8+
<script type="module" src="/footer-global.js"></script>
79
</head>
810
<body>
911
<nav>

INSTALL.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<title>CL-web-components</title>
55
<link rel="stylesheet" href="/css/site.css">
6-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
6+
<link rel="stylesheet" href="./css/code-blocks.css">
7+
<script type="module" src="/copyToClipboard.js"></script>
8+
<script type="module" src="/footer-global.js"></script>
79
</head>
810
<body>
911
<nav>

INSTALL_NOTES_Windows.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<title>CL-web-components</title>
55
<link rel="stylesheet" href="/css/site.css">
6-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
6+
<link rel="stylesheet" href="./css/code-blocks.css">
7+
<script type="module" src="/copyToClipboard.js"></script>
8+
<script type="module" src="/footer-global.js"></script>
79
</head>
810
<body>
911
<nav>

INSTALL_NOTES_macOS.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<title>CL-web-components</title>
55
<link rel="stylesheet" href="/css/site.css">
6-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
6+
<link rel="stylesheet" href="./css/code-blocks.css">
7+
<script type="module" src="/copyToClipboard.js"></script>
8+
<script type="module" src="/footer-global.js"></script>
79
</head>
810
<body>
911
<nav>

about.html

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<title>CL-web-components</title>
55
<link rel="stylesheet" href="/css/site.css">
6-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
6+
<link rel="stylesheet" href="./css/code-blocks.css">
7+
<script type="module" src="/copyToClipboard.js"></script>
8+
<script type="module" src="/footer-global.js"></script>
79
</head>
810
<body>
911
<nav>
@@ -22,14 +24,14 @@
2224
<h1 id="about-this-software">About this software</h1>
2325
<h2 id="cl-web-components-0.0.13">CL-web-components 0.0.13</h2>
2426
<p>This release includes a re-organization of the project source code.
25-
Editable code is now maintained in `src/`. The bundled versions are
26-
retained in the root of the repository. Distribution versions are
27-
generating in the `dist/` directory.</p>
27+
Editable code is now maintained in <code>src/</code>. The bundled
28+
versions are retained in the root of the repository. Distribution
29+
versions are generating in the <code>dist/</code> directory.</p>
2830
<p>Deno 2.4.2 or better is now a requirement to build the bundled
2931
versions.</p>
3032
<p>Two new web components are now included,
31-
`&lt;footer-global&gt;&lt;/footer-global&gt;` and
32-
`&lt;footer-global-lite&gt;&lt;/footer-global-lite&gt;`.</p>
33+
<code>&lt;footer-global&gt;&lt;/footer-global&gt;</code> and
34+
<code>&lt;footer-global-lite&gt;&lt;/footer-global-lite&gt;</code>.</p>
3335
<h3 id="authors">Authors</h3>
3436
<ul>
3537
<li>R. S. Doiel, <a href="https://orcid.org/0000-0003-0900-6903"
@@ -46,28 +48,34 @@ <h3 id="maintainers">Maintainers</h3>
4648
Caltech Library across sites and projects.</p>
4749
<p>The following are the components currently provided.</p>
4850
<dl>
49-
<dt>`ul-a-to-z`</dt>
51+
<dt><code>ul-a-to-z</code></dt>
5052
<dd>
5153
This component takes an innerHTML containing a UL list. The UL list is
5254
then turned into an A to Z navigatable UL List. If JavaScript is
5355
unavailable then the innerHTML UL remains as a fallback.
5456
</dd>
55-
<dt>`textarea-csv`</dt>
57+
<dt><code>textarea-csv</code></dt>
5658
<dd>
5759
This is a textarea like component who's innerHTML content is CSV data.
5860
The component will display this as an editable table.
5961
</dd>
60-
<dt>`textarea-agent-list`</dt>
62+
<dt><code>textarea-agent-list</code></dt>
6163
<dd>
6264
This element wraps a textarea containing a list of agents expressed as
6365
JSON.
6466
</dd>
65-
<dt>`table-sortable`</dt>
67+
<dt><code>table-sortable</code></dt>
6668
<dd>
6769
This is a component that takes an innerHTML containing table. It makes
6870
the table sortable by the column headings and provides a filter input
6971
that lets you enter text to filter by and pick a column to filter on.
7072
</dd>
73+
<dt><code>global-footer</code></dt>
74+
<dd>
75+
This provides a library branded footer for library-maintained
76+
applications. Provides a full footer and a lite version, both with
77+
content customizations available per application.
78+
</dd>
7179
</dl>
7280
<ul>
7381
<li>License: <a

about.md

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ abstract: "CL-web-components provides a collection of Web Components used by Cal
55
The following are the components currently provided.
66
77
8-
&#x60;ul-a-to-z&#x60;
8+
`ul-a-to-z`
99
: This component takes an innerHTML containing a UL list. The UL list is then turned into an A to Z navigatable UL List. If JavaScript is unavailable then the innerHTML UL remains as a fallback.
1010
11-
&#x60;textarea-csv&#x60;
11+
`textarea-csv`
1212
: This is a textarea like component who&#x27;s innerHTML content is CSV data. The component will display this as an editable table.
1313
14-
&#x60;textarea-agent-list&#x60;
14+
`textarea-agent-list`
1515
: This element wraps a textarea containing a list of agents expressed as JSON.
1616
17-
&#x60;table-sortable&#x60;
17+
`table-sortable`
1818
: This is a component that takes an innerHTML containing table. It makes the table sortable by the column headings and provides a filter input that lets you enter text to filter by and pick a column to filter on."
1919
authors:
2020
- family_name: Doiel
@@ -54,12 +54,12 @@ About this software
5454

5555
## CL-web-components 0.0.13
5656

57-
This release includes a re-organization of the project source code. Editable code is now maintained in &#x60;src/&#x60;. The bundled versions
58-
are retained in the root of the repository. Distribution versions are generating in the &#x60;dist/&#x60; directory.
57+
This release includes a re-organization of the project source code. Editable code is now maintained in `src/`. The bundled versions
58+
are retained in the root of the repository. Distribution versions are generating in the `dist/` directory.
5959

6060
Deno 2.4.2 or better is now a requirement to build the bundled versions.
6161

62-
Two new web components are now included, &#x60;&lt;footer-global&gt;&lt;/footer-global&gt;&#x60; and &#x60;&lt;footer-global-lite&gt;&lt;/footer-global-lite&gt;&#x60;.
62+
Two new web components are now included, `<footer-global></footer-global>` and `<footer-global-lite></footer-global-lite>`.
6363

6464
### Authors
6565

@@ -79,18 +79,21 @@ CL-web-components provides a collection of Web Components used by Caltech Librar
7979
The following are the components currently provided.
8080

8181

82-
&#x60;ul-a-to-z&#x60;
82+
`ul-a-to-z`
8383
: This component takes an innerHTML containing a UL list. The UL list is then turned into an A to Z navigatable UL List. If JavaScript is unavailable then the innerHTML UL remains as a fallback.
8484

85-
&#x60;textarea-csv&#x60;
85+
`textarea-csv`
8686
: This is a textarea like component who&#x27;s innerHTML content is CSV data. The component will display this as an editable table.
8787

88-
&#x60;textarea-agent-list&#x60;
88+
`textarea-agent-list`
8989
: This element wraps a textarea containing a list of agents expressed as JSON.
9090

91-
&#x60;table-sortable&#x60;
91+
`table-sortable`
9292
: This is a component that takes an innerHTML containing table. It makes the table sortable by the column headings and provides a filter input that lets you enter text to filter by and pick a column to filter on.
9393

94+
`global-footer`
95+
: This provides a library branded footer for library-maintained applications. Provides a full footer and a lite version, both with content customizations available per application.
96+
9497
- License: <https://caltechlibrary.github.io/CL-web-components/LICENSE>
9598
- GitHub: <https://github.com/caltechlibrary/CL-web-components>
9699
- Issues: <https://github.com/caltechlibrary/CL-web-components/issues>
@@ -106,13 +109,13 @@ The following are the components currently provided.
106109

107110
### Software Requirements
108111

109-
- Deno &gt;&#x3D; 2.4.1 (for bundling dependencies)
112+
- Deno >= 2.4.1 (for bundling dependencies)
110113

111114

112115
### Software Suggestions
113116

114-
- CMTools &gt;&#x3D; 0.0.35
115-
- Pandoc &gt;&#x3D; 3.1
116-
- PageFind &gt;&#x3D; 1.3
117+
- CMTools >= 0.0.35
118+
- Pandoc >= 3.1
119+
- PageFind >= 1.3
117120

118121

building_web_components_with_deno.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<title>CL-web-components</title>
55
<link rel="stylesheet" href="/css/site.css">
6-
<script type="module" src="https://caltechlibrary.github.io/CL-web-components/src/footer-global.js"></script>
6+
<link rel="stylesheet" href="./css/code-blocks.css">
7+
<script type="module" src="/copyToClipboard.js"></script>
8+
<script type="module" src="/footer-global.js"></script>
79
</head>
810
<body>
911
<nav>

0 commit comments

Comments
 (0)