Compare commits
2 Commits
7338784e3b
...
bafcb245f3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bafcb245f3 | ||
![]() |
8178e1ba52 |
@ -11,7 +11,10 @@ from urllib.parse import urlparse
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
raw_url = urlparse("https://git.fsfe.org/FSFE/activities/raw/branch/master/activities.csv")
|
||||
raw_url = urlparse(
|
||||
"https://git.fsfe.org/FSFE/activities/raw/branch/master/activities.csv"
|
||||
)
|
||||
|
||||
|
||||
def create_activities_file():
|
||||
git_token = os.environ.get("GIT_TOKEN")
|
||||
@ -41,7 +44,7 @@ def create_activities_file():
|
||||
if event:
|
||||
activities += f' data-event="{event}"'
|
||||
|
||||
activities += '>'
|
||||
activities += ">"
|
||||
activities += f"{tag} ({description})"
|
||||
activities += "</option>\n"
|
||||
|
||||
|
@ -36,7 +36,11 @@ def _process_dir(languages: list[str], target: Path, dir: Path) -> None:
|
||||
else basename.with_suffix(".en.xhtml")
|
||||
),
|
||||
processor,
|
||||
target_file.with_suffix("").with_suffix(".xmllist"),
|
||||
(
|
||||
source_file.parent.joinpath(
|
||||
"." + basename.name
|
||||
).with_suffix(".xmllist")
|
||||
),
|
||||
Path(f"global/data/texts/.texts.{lang}.xml"),
|
||||
Path(f"global/data/topbanner/.topbanner.{lang}.xml"),
|
||||
Path("global/data/texts/texts.en.xml"),
|
||||
|
Loading…
x
Reference in New Issue
Block a user