Skip to content

Commit 9b44678

Browse files
authored
Migrate to dita-bootstrap GitHub org (#306)
2 parents 98c6aae + 39d5d21 commit 9b44678

20 files changed

Lines changed: 93 additions & 97 deletions

.github/dita-ot/footer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- GitHub -->
88
<a
99
class="btn m-1"
10-
href="https://github.com/infotexture/dita-bootstrap"
10+
href="https://github.com/dita-bootstrap/dita-bootstrap.html"
1111
role="button"
1212
style="background-color: #333333;"
1313
>

.github/dita-ot/header.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
1414
<i class="bi bi-list"/>
1515
</button>
1616
</div>
17-
<a class="navbar-brand" href="https://infotexture.github.io/dita-bootstrap">
17+
<a
18+
class="navbar-brand"
19+
href="https://dita-bootstrap.github.io/dita-bootstrap.html"
20+
>
1821
<svg
1922
xmlns="http://www.w3.org/2000/svg"
2023
width="16"
@@ -48,19 +51,19 @@
4851
<li class="nav-item">
4952
<a
5053
class="nav-link"
51-
href="https://www.dita-ot.org/plugins#!net.infotexture.dita-bootstrap"
54+
href="https://www.dita-ot.org/plugins#!org.dita-bootstrap.html"
5255
>Plugin</a>
5356
</li>
5457
<li class="nav-item">
5558
<a
5659
class="nav-link"
57-
href="https://github.com/infotexture/dita-bootstrap/releases"
60+
href="https://github.com/dita-bootstrap/dita-bootstrap.html/releases"
5861
>Releases</a>
5962
</li>
6063
<li class="nav-item">
6164
<a
6265
class="nav-link"
63-
href="https://github.com/infotexture/dita-bootstrap"
66+
href="https://github.com/dita-bootstrap/dita-bootstrap.html"
6467
>Source</a>
6568
</li>
6669
<li class="nav-item">

.github/dita-ot/html.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@
2828
<param name="popovers.include" value="yes"/>
2929
<param name="dark.mode.include" value="yes"/>
3030
<param name="css.theme.switcher" value="yes"/>
31-
<param
32-
name="open-graph.url"
33-
value="https://infotexture.github.io/dita-bootstrap"
34-
/>
31+
<param name="open-graph.url" value="https://dita-bootstrap.github.io"/>
3532
<param name="twitter.site" value="@infotexture"/>
3633
</publication>
3734
</deliverable>

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ DITA-OT 3.5 and newer:
2929

3030
```console
3131
dita install fox.jason.extend.css
32-
dita install net.infotexture.dita-bootstrap
32+
dita install org.dita-bootstrap.html
3333
```
3434

3535
DITA-OT 3.3 and newer:
3636

3737
```console
3838
dita --install fox.jason.extend.css
39-
dita --install net.infotexture.dita-bootstrap
39+
dita --install org.dita-bootstrap.html
4040
```
4141

4242
DITA-OT 3.2 and older:
@@ -45,7 +45,7 @@ DITA-OT 3.2 and older:
4545
dita --install \
4646
https://github.com/jason-fox/fox.jason.extend.css/archive/master.zip
4747
dita --install \
48-
https://github.com/infotexture/dita-bootstrap/archive/master.zip
48+
https://github.com/dita-bootstrap/dita-bootstrap.html/archive/master.zip
4949
```
5050

5151
## Using
@@ -145,7 +145,7 @@ dita --input=path/to/your.ditamap \
145145
--nav-toc=list-group-partial
146146
```
147147

148-
For an example of `collapsible` styling, see the output at [infotexture.github.io/dita-bootstrap][15].
148+
For an example of `collapsible` styling, see the output at [dita-bootstrap.github.io][15].
149149

150150
Additionally, the first-level navigation menu can be switched to a horizontal Bootstrap menu bar to reduce the depth of the ToC.
151151

@@ -248,7 +248,7 @@ Within the sample documentation, where necessary, the texts describing the usage
248248
[2]: https://getbootstrap.com/docs/5.3
249249
[3]: https://bootswatch.com
250250
[4]: https://sass-lang.com
251-
[5]: https://github.com/infotexture/dita-bootstrap.sass
251+
[5]: https://github.com/dita-bootstrap/dita-bootstrap.sass
252252
[6]: https://getbootstrap.com/docs/5.3/examples/navbars/
253253
[7]: https://getbootstrap.com/docs/5.3/examples/headers/
254254
[8]: ./includes/hdr.navbar.example.xml
@@ -258,9 +258,9 @@ Within the sample documentation, where necessary, the texts describing the usage
258258
[12]: https://getbootstrap.com/docs/5.3/components/list-group/
259259
[13]: https://getbootstrap.com/docs/5.3/components/collapse/
260260
[14]: https://getbootstrap.com/docs/5.3/customize/color-modes/#dark-mode
261-
[15]: https://infotexture.github.io/dita-bootstrap
261+
[15]: https://dita-bootstrap.github.io
262262
[16]: ./xsl/html5-bootstrap-template.xsl
263263
[17]: https://getbootstrap.com/docs/5.3/components/scrollspy/
264264
[18]: https://indieweb.social/@infotexture
265-
[19]: https://github.com/infotexture/dita-bootstrap/issues/new
265+
[19]: https://github.com/dita-bootstrap/dita-bootstrap.html/issues/new
266266
[20]: https://help.github.com/articles/using-pull-requests/

build_dita2html5-bootstrap_template.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<target name="dita-bootstrap.css.copy" description="Copy CSS files">
1919
<property
2020
name="dita-bootstrap.css.dir"
21-
value="${dita.plugin.net.infotexture.dita-bootstrap.dir}/css/"
21+
value="${dita.plugin.org.dita-bootstrap.html.dir}/css/"
2222
/>
2323

2424
<!-- Add Common CSS where Bootstrap variables override DITA-OT defaults -->
@@ -130,7 +130,7 @@
130130
<mkdir dir="${dita.output.dir}/js"/>
131131
<copy todir="${dita.output.dir}/js">
132132
<fileset
133-
dir="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes"
133+
dir="${dita.plugin.org.dita-bootstrap.html.dir}/includes"
134134
includes="popovers.js"
135135
/>
136136
</copy>
@@ -141,7 +141,7 @@
141141
<mkdir dir="${dita.output.dir}/js"/>
142142
<copy todir="${dita.output.dir}/js">
143143
<fileset
144-
dir="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes"
144+
dir="${dita.plugin.org.dita-bootstrap.html.dir}/includes"
145145
includes="dark-mode-toggler.js"
146146
/>
147147
</copy>
@@ -151,12 +151,12 @@
151151
<!-- Location of page header template with hard-coded links -->
152152
<property
153153
name="args.hdr"
154-
location="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes/hdr.navbar.default.xml"
154+
location="${dita.plugin.org.dita-bootstrap.html.dir}/includes/hdr.navbar.default.xml"
155155
/>
156156
<!-- Location of bootstrap icons if required -->
157157
<makeurl
158158
property="icons.cdn.path"
159-
file="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes/bootstrap.icons.hdf.xml"
159+
file="${dita.plugin.org.dita-bootstrap.html.dir}/includes/bootstrap.icons.hdf.xml"
160160
/>
161161
<!--
162162
For DITA-OT 3.0, 3.1 and 3.2 import a version of the
@@ -176,7 +176,7 @@
176176
<!-- Entrypoint for XSL transforms -->
177177
<property
178178
name="args.xsl"
179-
location="${dita.plugin.net.infotexture.dita-bootstrap.dir}/xsl/dita2html5-${bootstrap.xsl}"
179+
location="${dita.plugin.org.dita-bootstrap.html.dir}/xsl/dita2html5-${bootstrap.xsl}"
180180
/>
181181

182182
<makeurl
@@ -218,8 +218,8 @@
218218
</condition>
219219
<condition
220220
property="args.hdf"
221-
value="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes/bootstrap.hdf.rtl.xml"
222-
else="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes/bootstrap.hdf.xml"
221+
value="${dita.plugin.org.dita-bootstrap.html.dir}/includes/bootstrap.hdf.rtl.xml"
222+
else="${dita.plugin.org.dita-bootstrap.html.dir}/includes/bootstrap.hdf.xml"
223223
>
224224
<equals arg1="${bidi.include}" arg2="yes"/>
225225
</condition>
@@ -251,8 +251,8 @@
251251
/>
252252
<condition
253253
property="bootstrap.template.file"
254-
value="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes/script-only.hdf.xml"
255-
else="${dita.plugin.net.infotexture.dita-bootstrap.dir}/includes/theme.hdf.xml"
254+
value="${dita.plugin.org.dita-bootstrap.html.dir}/includes/script-only.hdf.xml"
255+
else="${dita.plugin.org.dita-bootstrap.html.dir}/includes/theme.hdf.xml"
256256
>
257257
<equals arg1="${bootstrap.theme}" arg2="none"/>
258258
</condition>
@@ -286,7 +286,7 @@
286286
/>
287287
<property name="args.hdf" value="${bootstrap.theme.file}"/>
288288
<property
289-
file="${dita.plugin.net.infotexture.dita-bootstrap.dir}/cfg/${bootstrap.theme}.properties"
289+
file="${dita.plugin.org.dita-bootstrap.html.dir}/cfg/${bootstrap.theme}.properties"
290290
/>
291291
</target>
292292
</project>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "dita-bootstrap",
33
"description": "DITA Open Toolkit plug-in for HTML5 output with extensible Bootstrap style",
4-
"homepage": "https://infotexture.github.io/dita-bootstrap",
4+
"homepage": "https://dita-bootstrap.github.io",
55
"repository": {
66
"type": "git",
7-
"url": "https://github.com/infotexture/dita-bootstrap.git"
7+
"url": "https://github.com/dita-bootstrap/dita-bootstrap.html.git"
88
},
99
"license": "Apache-2.0",
1010
"scripts": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="https://www.dita-ot.org/rng/plugin.rnc" type="application/relax-ng-compact-syntax"?>
33
<!-- Copyright © 2017 · infotexture · Roger W. Fienhold Sheen -->
44
<!-- See the accompanying LICENSE file for applicable license -->
5-
<plugin id="net.infotexture.dita-bootstrap">
5+
<plugin id="org.dita-bootstrap.html">
66
<feature extension="package.version" value="5.3.8"/>
77
<require plugin="org.dita.html5"/>
88
<!--require plugin="com.dita-bootstrap.specialization"/-->

sample/bootstrap-extension.dita

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
images and additional styling options such as new colors.</p>
2424
<p>For the full documentation, see
2525
<xref
26-
href="https://infotexture.github.io/dita-bootstrap.extension/"
26+
href="https://dita-bootstrap.github.io/dita-bootstrap.extension/"
2727
format="html"
2828
scope="external"
29-
>infotexture.github.io/dita-bootstrap.extension</xref>.</p>
29+
>dita-bootstrap.github.io/dita-bootstrap.extension</xref>.</p>
3030

3131
<fig>
3232
<title>Additional Bootstrap Extension Colors</title>
@@ -38,7 +38,7 @@
3838
<p>Use the <cmdname>dita</cmdname> command to add the <term>DITA Bootstrap Extension</term>
3939
plug-in to your DITA Open Toolkit installation:</p>
4040
<codeblock outputclass="language-bash"><cmdname>dita</cmdname> <parmname
41-
>install</parmname> net.infotexture.dita-bootstrap.extension</codeblock>
41+
>install</parmname> org.dita-bootstrap.extension</codeblock>
4242
</section>
4343
</body>
4444
</topic>

sample/bootstrap-table.dita

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
and adds the necessary CSS and JavaScript for dynamic tables with search, sort, and pagination functions.</p>
2727
<p>For the full documentation, see
2828
<xref
29-
href="https://infotexture.github.io/dita-bootstrap.table/"
29+
href="https://dita-bootstrap.github.io/dita-bootstrap.table/"
3030
format="html"
3131
scope="external"
32-
>infotexture.github.io/dita-bootstrap.table</xref>.</p>
32+
>dita-bootstrap.github.io/dita-bootstrap.table</xref>.</p>
3333
<note type="note">If you just want to style DITA tables with the standard Bootstrap table styles, you don’t need a
3434
separate plug-in. See <xref href="tables.dita"/> for details on the output classes that the
3535
<term>DITA Bootstrap</term> plug-in supports.</note>
@@ -38,7 +38,7 @@
3838
<p>Use the <cmdname>dita</cmdname> command to add the <term>DITA Bootstrap Table</term>
3939
plug-in to your DITA Open Toolkit installation:</p>
4040
<codeblock outputclass="language-bash"><cmdname>dita</cmdname> <parmname
41-
>install</parmname> net.infotexture.dita-bootstrap.table</codeblock>
41+
>install</parmname> org.dita-bootstrap.table</codeblock>
4242
</section>
4343

4444
<section>

sample/dark-mode.dita

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
&lt;/ul&gt;</codeblock>
5858
<p>The plug-in includes a sample color mode toggler in its
5959
<xref
60-
href="https://github.com/infotexture/dita-bootstrap/blob/develop/includes/hdr.navbar.example.xml"
60+
href="https://github.com/dita-bootstrap/dita-bootstrap.html/blob/develop/includes/hdr.navbar.example.xml"
6161
format="html"
6262
scope="external"
6363
>header navbar</xref>.</p>

0 commit comments

Comments
 (0)