Loading checking_conflicts.sh +8 −0 Original line number Diff line number Diff line # # 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 Loading generateChangemarks/addTrackedChanges.py +1 −1 Original line number Diff line number Diff line Loading @@ -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. # Loading generateChangemarks/changemarks.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading generateChangemarks/pandocFilter.py +1 −1 Original line number Diff line number Diff line Loading @@ -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. # Loading generateChangemarks/setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -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=[ Loading Loading
checking_conflicts.sh +8 −0 Original line number Diff line number Diff line # # 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 Loading
generateChangemarks/addTrackedChanges.py +1 −1 Original line number Diff line number Diff line Loading @@ -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. # Loading
generateChangemarks/changemarks.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
generateChangemarks/pandocFilter.py +1 −1 Original line number Diff line number Diff line Loading @@ -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. # Loading
generateChangemarks/setup.py +2 −2 Original line number Diff line number Diff line Loading @@ -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=[ Loading