Skip to content

Commit

Permalink
[Repo] Split repos into bachelor and master variant (#137)
Browse files Browse the repository at this point in the history
* Update Readme

* fix link to repo

* fix Codeowners

* separate schedules

* cleanup language conf

* fix logo

* update Hugo config

* remove all master material, rename ba

* remove all master material, rename ba

* remove superfluous images
  • Loading branch information
cagix committed Jun 29, 2023
1 parent 3cccb66 commit 74b065a
Show file tree
Hide file tree
Showing 177 changed files with 28 additions and 16,600 deletions.
19 changes: 5 additions & 14 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
* @cagix
/markdown/assignments/ @bcg7 @cagix
/markdown/frontend/lexing/regular.ba.md @bcg7 @cagix
/markdown/frontend/lexing/regular.ma.md @bcg7 @cagix
/markdown/frontend/parsing/cfg.ba.md @bcg7 @cagix
/markdown/frontend/parsing/cfg.ma.md @bcg7 @cagix
/markdown/frontend/parsing/ll-parser-theory.ba.md @bcg7 @cagix
/markdown/frontend/parsing/ll-parser-theory.ma.md @bcg7 @cagix
/markdown/frontend/parsing/lr-parser1.ma.md @bcg7 @cagix
/markdown/frontend/parsing/lr-parser2.ma.md @bcg7 @cagix
/markdown/frontend/parsing/parsercombinator.ma.md @bcg7 @cagix
/markdown/frontend/semantics/attribgrammars.ba.md @bcg7 @cagix
/markdown/frontend/semantics/attribgrammars.ma.md @bcg7 @cagix
/markdown/intermediate/llvm-ir.ma.md @bcg7 @cagix
/markdown/backend/minipython-builder.ba.md @bcg7 @cagix
/markdown/backend/optimization.ma.md @bcg7 @cagix
/markdown/frontend/lexing/regular.md @bcg7 @cagix
/markdown/frontend/parsing/cfg.md @bcg7 @cagix
/markdown/frontend/parsing/ll-parser-theory.md @bcg7 @cagix
/markdown/frontend/semantics/attribgrammars.md @bcg7 @cagix
/markdown/backend/minipython-builder.md @bcg7 @cagix
4 changes: 2 additions & 2 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ not part of the CC BY-SA 4.0 licence of this project.

## Contributors

[This project](https://github.com/Compiler-CampusMinden/CB-Vorlesung)
[This project](https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor)
has been created and is being maintained by the authors
[BC George](https://github.com/bcg7), and
[Carsten Gips](https://github.com/cagix), and various
[contributors](https://github.com/Compiler-CampusMinden/CB-Vorlesung/graphs/contributors).
[contributors](https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor/graphs/contributors).
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Lecture "Compilerbau"
# Lecture "Compilerbau (Bachelor)"

## Overview

This represents the lecture material for the lecture "Compilerbau" (B.Sc. and M.Sc.),
This represents the lecture material for the lecture "Compilerbau" (B.Sc.),
a course developed and taught at Bielefeld University of Applied Sciences.


Expand All @@ -28,4 +28,4 @@ See the [credits](CREDITS.md) for a detailed list of contributing projects.

<!-- https://creativecommons.org/choose/ -->
<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons Licence" style="border-width:0;margin:0;display:inline;" src="https://i.creativecommons.org/l/by-sa/4.0/80x15.png" /></a>
Unless otherwise noted, <a href="https://github.com/Compiler-CampusMinden/CB-Vorlesung">this work</a> by <a xmlns:cc="https://creativecommons.org/ns#" href="https://github.com/bcg7" property="cc:attributionName" rel="cc:attributionURL">BC George</a>, <a xmlns:cc="https://creativecommons.org/ns#" href="https://github.com/cagix" property="cc:attributionName" rel="cc:attributionURL">Carsten Gips</a>, and <a href="https://github.com/Compiler-CampusMinden/CB-Vorlesung/graphs/contributors">contributors</a> is licensed under <a rel="license" href="https://github.com/Compiler-CampusMinden/CB-Vorlesung/blob/master/LICENSE.md">CC BY-SA 4.0</a>.
Unless otherwise noted, <a href="https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor">this work</a> by <a xmlns:cc="https://creativecommons.org/ns#" href="https://github.com/bcg7" property="cc:attributionName" rel="cc:attributionURL">BC George</a>, <a xmlns:cc="https://creativecommons.org/ns#" href="https://github.com/cagix" property="cc:attributionName" rel="cc:attributionURL">Carsten Gips</a>, and <a href="https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor/graphs/contributors">contributors</a> is licensed under <a rel="license" href="https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor/blob/master/LICENSE.md">CC BY-SA 4.0</a>.
18 changes: 2 additions & 16 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#baseURL: "https://www.hsbi.de/elearning/data/FH-Bielefeld/lm_data/lm_1360443/"
baseURL: "https://www.hsbi.de/elearning/data/FH-Bielefeld/lm_data/lm_1360443/"
canonifyURLs: true # prepend all relative URLs w/ baseURL
relativeURLs: false # do NOT rewrite relative URLs to be relative to current content
uglyurls: true # use foo.de/bar.html instead of foo.de/bar/ (our new ILIAS 7.x HTML-Lernmodul won't find landing pages else)
Expand All @@ -15,22 +15,8 @@ theme:
contentDir: "temp/content"
publishDir: "docs"

defaultContentLanguage: "ba"
defaultContentLanguageInSubdir: true
languages:
ba:
baseURL: "https://www.hsbi.de/elearning/data/FH-Bielefeld/lm_data/lm_1360443/ba/"
languageName: "Bachelor"
title: "Bachelor"
weight: 1
ma:
baseURL: "https://www.hsbi.de/elearning/data/FH-Bielefeld/lm_data/lm_1371719/ma/"
languageName: "Master"
title: "Master"
weight: 2

params:
editURL: "https://github.com/Compiler-CampusMinden/CB-Vorlesung/edit/master/markdown/"
editURL: "https://github.com/Compiler-CampusMinden/CB-Vorlesung-Bachelor/edit/master/markdown/"
author: "cagix"
titleSeparator: " "
alwaysopen: false
Expand Down
152 changes: 0 additions & 152 deletions data/ma/schedule.yaml

This file was deleted.

File renamed without changes.
2 changes: 0 additions & 2 deletions i18n/ba.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions i18n/ma.yaml

This file was deleted.

84 changes: 0 additions & 84 deletions markdown/_index.ma.md

This file was deleted.

File renamed without changes.
17 changes: 0 additions & 17 deletions markdown/assignments/_index.ma.md

This file was deleted.

File renamed without changes.

0 comments on commit 74b065a

Please sign in to comment.