1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-08-13 16:53:48 -04:00
Commit Graph

13 Commits

Author SHA1 Message Date
Kevin Smith
49eb7e119d
Revert "Add license for bibliographic data (second attempt)" 2023-12-11 17:49:58 +00:00
Florian Schmaus
f87a03a97c Add license for bibliographic data (second attempt)
We were asked [1] to state that the XEP bibliographic data is openly
available and free of charge if we want it to be consumed by third
parties.

This weas previously merged as 747738804a ("Add license for
bibliographic data"), but unfortunately later reverted in
59b2a5ca15 ("Revert "Add license for bibliographic data"",
https://github.com/xsf/xeps/pull/1221). However, the fix for the
broken docker build is trivial: simply also copy refs-LICENSE into the
container. This commit does that.

Fixes #1219.

1: https://github.com/ietf-tools/bibxml-service/issues/302#issuecomment-1274686153
2023-12-11 12:07:44 +01:00
Jonas Schäfer
735b17dcc7 Reduce final image size by 92%
By performing the build in one image (with all the needed tools)
and then copying over the result files into an image based on
stock nginx, the image size is reduced from 1.4 GB to 111 MB.
2019-12-30 14:28:15 +01:00
Kim Alvefur
f0c6539070
Include XML files in build 2019-04-09 16:47:02 +02:00
Edwin Mons
8a3efe6600 Build refs for Docker image
xmpp.org/extensions/refs wasn't built.  As these files are referenced
from xml2rfc.tools.ietf.org, we probably should.
2018-02-08 08:50:27 +01:00
Jonas Wielicki
b9a410551e Import the texml-related XSL files into this repository
This helps against build failures due to sourceforge being
unavailable.
2017-09-28 19:51:07 +02:00
Jonas Wielicki
aea6f78a1a Generate xeplist on Docker build 2017-08-23 14:45:07 +02:00
Jonas Wielicki
609a081f27 Add build for inbox/ 2017-08-23 14:45:07 +02:00
Sam Whited
a4f01fabf3 Build xeps container on CI 2017-08-18 14:56:58 -05:00
mathieui
69d3ab9ed1 Add NCORES and TARGETS as build params 2017-08-11 10:00:49 +02:00
mathieui
8e9f9b3911 Add a base dockerfile to only build the xeps in CI 2017-08-11 10:00:49 +02:00
Sam Whited
5d5d8d7d1d log cpu info during build for diagnostic purposes 2017-07-11 11:01:18 -05:00
Kevin Smith
2e53f9ad30 Add Dockerfile serving HTML extensions (#464)
Add Dockerfile

* Add PDF building to docker template
* Add note on docker to the readme
2017-05-11 09:11:29 -05:00