Skip to content
Snippets Groups Projects
Commit ecd971f0 authored by Miguel Angel Reina Ortega's avatar Miguel Angel Reina Ortega
Browse files

Adding header in all files

parent d2bf6d75
No related branches found
No related tags found
No related merge requests found
#
# checking_conflicts.sh
#
# Script to check potential conflicts with existing merge requests
#
# (c) 2024 by Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
#!/bin/bash
#Parameters
......
......@@ -4,7 +4,7 @@
# Script to convert all improvised changes in a docx file (underlines, strike-throughs)
# to either coloured text or tracked changes.
#
# (c) 2023 by Andreas Kraft, Miguel Ortega
# (c) 2023 by Andreas Kraft, Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
......
......@@ -3,7 +3,7 @@
#
# Script to generate a markdown file per clause modified in a merge request
#
# (c) 2023 by Miguel Angel Reina Ortega
# (c) 2023 by Andreas Kraft, Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
from typing import Tuple
......
......@@ -3,7 +3,7 @@
#
# Script to convert a oneM2M Markdown file to pandoc input format
#
# (c) 2023 by Andreas Kraft, Miguel Ortega
# (c) 2023 by Andreas Kraft, Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
......
......@@ -3,8 +3,8 @@ from setuptools import setup, find_packages
setup(
name='oneM2M markdown to pandoc filter',
version='0.0.1',
author='Andreas Kraft, Miguel Ortega',
author_email='an.kraft@gmail.com',
author='Andreas Kraft, Miguel Angel Reina Ortega',
author_email='an.kraft@gmail.com , miguelangel.reinaortega@etsi.org',
description='Convert oneM2M Markdown to Pandoc input',
packages=find_packages(),
install_requires=[
......
#
# svg2png.py
#
# Script to convert svg images to png for pandoc conversion
#
# (c) 2023 by Andreas Kraft, Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
import argparse, sys
import cairosvg
import os
......
#
# generate_changemarks.sh
#
# Script to generate CR Word documents from merge requests. Outputs:
# - 1 - Word CR document containing the git diff
# - 2 - Word CR document containing tracked changes (informative) - Deprecated
# (c) 2024 by Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
#!/bin/bash
FORGELIB_DOCKER_IMAGE=forge.3gpp.org:5050/tools/3gpp-scripts/forgelib:v2.16.0
......
#
# publish_on_pages.sh
#
# Script to publish specs on gitlab pages supporting multiversioning (content.zip approach)
#
# (c) 2024 by Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
#!/bin/bash
DOCKER_IMAGE=logiqx/python-bs4:3.9-slim
......
#
# publish_specs.sh
#
# Script to generate documents from markdown files with Pandoc. Outputs:
# - .docx
# - .pdf
# - .epub
#
# (c) 2024 by Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
#!/bin/bash
DOCKER_IMAGE=pandoc:master
......
#
# spec_on_pages.sh
#
# Script to publish specs on gitlab pages supporting multiversioning (gl-pages+Mike approach)
# It handles multiversioning by setting latest version and hidding older versions (MinorVersion) per release (Release)
# v<Release>.<IntermediateVersion>.<MinorVersion>
#
# (c) 2024 by Miguel Angel Reina Ortega
# License: BSD 3-Clause License. See the LICENSE file for further details.
#
#!/bin/bash
#Parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment