[PATCH] osmo-gsm-manuals[master]: Allow easily disabling GFDL references

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Tue Aug 29 17:05:15 UTC 2017


Review at  https://gerrit.osmocom.org/3736

Allow easily disabling GFDL references

All parts referencing GFDL can be easily disabled by removing the
'gfdl-enabled' attribute from the document.

Change-Id: I2489726ad2e90301bceadfada926e31ae0f85986
---
M OsmoBSC/osmobsc-usermanual.adoc
M OsmoBTS/osmobts-abis.adoc
M OsmoBTS/osmobts-usermanual.adoc
M OsmoNITB/osmonitb-usermanual.adoc
M OsmoPCU/osmopcu-gb.adoc
M OsmoPCU/osmopcu-usermanual.adoc
M OsmoSGSN/osmosgsn-usermanual.adoc
M common/chapters/glossary.adoc
M common/chapters/preface.adoc
9 files changed, 33 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals refs/changes/36/3736/1

diff --git a/OsmoBSC/osmobsc-usermanual.adoc b/OsmoBSC/osmobsc-usermanual.adoc
index 9323373..f09a2d4 100644
--- a/OsmoBSC/osmobsc-usermanual.adoc
+++ b/OsmoBSC/osmobsc-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
 OsmoBSC User Manual
 ===================
 Harald Welte <hwelte at sysmocom.de>
@@ -35,5 +37,6 @@
 
 include::../common/chapters/glossary.adoc[]
 
+ifdef::gfdl-enabled[]
 include::../common/chapters/gfdl.adoc[]
-
+endif::[]
diff --git a/OsmoBTS/osmobts-abis.adoc b/OsmoBTS/osmobts-abis.adoc
index 930cbfb..cf4ff51 100644
--- a/OsmoBTS/osmobts-abis.adoc
+++ b/OsmoBTS/osmobts-abis.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
 OsmoBTS Abis Protocol Specification
 ===================================
 Neels Hofmeyr <nhofmeyr at sysmocom.de>
@@ -87,4 +89,6 @@
 
 include::../common/chapters/glossary.adoc[]
 
+ifdef::gfdl-enabled[]
 include::../common/chapters/gfdl.adoc[]
+endif::[]
diff --git a/OsmoBTS/osmobts-usermanual.adoc b/OsmoBTS/osmobts-usermanual.adoc
index 4d47b1c..a4e9c9f 100644
--- a/OsmoBTS/osmobts-usermanual.adoc
+++ b/OsmoBTS/osmobts-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
 OsmoBTS User Manual
 ===================
 Harald Welte <hwelte at sysmocom.de>
@@ -32,5 +34,6 @@
 
 include::../common/chapters/glossary.adoc[]
 
+ifdef::gfdl-enabled[]
 include::../common/chapters/gfdl.adoc[]
-
+endif::[]
diff --git a/OsmoNITB/osmonitb-usermanual.adoc b/OsmoNITB/osmonitb-usermanual.adoc
index 73166fa..baf4fe9 100644
--- a/OsmoNITB/osmonitb-usermanual.adoc
+++ b/OsmoNITB/osmonitb-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
 OsmoNITB User Manual
 ====================
 Harald Welte <hwelte at sysmocom.de>
@@ -41,5 +43,6 @@
 
 include::../common/chapters/glossary.adoc[]
 
+ifdef::gfdl-enabled[]
 include::../common/chapters/gfdl.adoc[]
-
+endif::[]
diff --git a/OsmoPCU/osmopcu-gb.adoc b/OsmoPCU/osmopcu-gb.adoc
index fc2ca8f..a978300 100644
--- a/OsmoPCU/osmopcu-gb.adoc
+++ b/OsmoPCU/osmopcu-gb.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
 OsmoPCU Gb Protocol Specification
 =================================
 Harald Welte <hwelte at sysmocom.de>
@@ -90,4 +92,6 @@
 
 include::../common/chapters/glossary.adoc[]
 
+ifdef::gfdl-enabled[]
 include::../common/chapters/gfdl.adoc[]
+endif::[]
diff --git a/OsmoPCU/osmopcu-usermanual.adoc b/OsmoPCU/osmopcu-usermanual.adoc
index 5d2b09c..f959aaa 100644
--- a/OsmoPCU/osmopcu-usermanual.adoc
+++ b/OsmoPCU/osmopcu-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
 OsmoPCU User Manual
 ===================
 Harald Welte <hwelte at sysmocom.de>
@@ -23,4 +25,6 @@
 
 include::../common/chapters/glossary.adoc[]
 
+ifdef::gfdl-enabled[]
 include::../common/chapters/gfdl.adoc[]
+endif::[]
diff --git a/OsmoSGSN/osmosgsn-usermanual.adoc b/OsmoSGSN/osmosgsn-usermanual.adoc
index 12a7b87..a7a03e6 100644
--- a/OsmoSGSN/osmosgsn-usermanual.adoc
+++ b/OsmoSGSN/osmosgsn-usermanual.adoc
@@ -1,3 +1,5 @@
+:gfdl-enabled:
+
 OsmoSGSN User Manual
 ====================
 Harald Welte <hwelte at sysmocom.de>
@@ -31,4 +33,6 @@
 
 include::../common/chapters/glossary.adoc[]
 
+ifdef::gfdl-enabled[]
 include::../common/chapters/gfdl.adoc[]
+endif::[]
diff --git a/common/chapters/glossary.adoc b/common/chapters/glossary.adoc
index c39d439..b697a4c 100644
--- a/common/chapters/glossary.adoc
+++ b/common/chapters/glossary.adoc
@@ -96,8 +96,10 @@
   Interface between PCU and SGSN in GPRS/EDGE network; uses NS, BSSGP, LLC
 GERAN::
   GPRS/EDGE Radio Access Network
+ifdef::gfdl-enabled[]
 GFDL::
   GNU Free Documentation License; a copyleft-style Documentation License
+endif::[]
 GGSN::
   GPRS Gateway Support Node; gateway between GPRS and external (IP) network
 GMSK::
@@ -309,4 +311,3 @@
   Virtual TeletYpe; a textual command-line interface for configuration
   and introspection, e.g. the OsmoBSC configuration file as well as
   its telnet link on port 4242
-
diff --git a/common/chapters/preface.adoc b/common/chapters/preface.adoc
index 13afec1..abb11db 100644
--- a/common/chapters/preface.adoc
+++ b/common/chapters/preface.adoc
@@ -83,10 +83,11 @@
 This version of the manual is endorsed by Harald Welte as the official
 version of the manual.
 
+ifdef::gfdl-enabled[]
 While the GFDL license (see <<licenses-gfdl>>) permits anyone to create
 and distribute modified versions of this manual, such modified
 versions must remove the above endorsement.
-
+endif::[]
 
 == Preface
 
@@ -221,7 +222,7 @@
 
 ==== Documentation License
 
-Please see <<licenses-gfdl>> for further information.
+ifdef::gfdl-enabled[Please see <<licenses-gfdl>> for further information.]
 
 
 == Introduction

-- 
To view, visit https://gerrit.osmocom.org/3736
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2489726ad2e90301bceadfada926e31ae0f85986
Gerrit-PatchSet: 1
Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>



More information about the gerrit-log mailing list