···11-// This file is part of September <https://github.com/gemrest/september>.
22-// Copyright (C) 2022-2022 Fuwn <contact@fuwn.me>
33-//
44-// This program is free software: you can redistribute it and/or modify
55-// it under the terms of the GNU General Public License as published by
66-// the Free Software Foundation, version 3.
77-//
88-// This program is distributed in the hope that it will be useful, but
99-// WITHOUT ANY WARRANTY; without even the implied warranty of
1010-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1111-// General Public License for more details.
1212-//
1313-// You should have received a copy of the GNU General Public License
1414-// along with this program. If not, see <http://www.gnu.org/licenses/>.
1515-//
1616-// Copyright (C) 2022-2022 Fuwn <contact@fuwn.me>
1717-// SPDX-License-Identifier: GPL-3.0-only
1818-191fn main() -> Result<(), Box<dyn std::error::Error>> {
202 vergen::EmitBuilder::builder().git_sha(true).emit()?;
213
-17
src/html.rs
···11-// This file is part of September <https://github.com/gemrest/september>.
22-//
33-// This program is free software: you can redistribute it and/or modify
44-// it under the terms of the GNU General Public License as published by
55-// the Free Software Foundation, version 3.
66-//
77-// This program is distributed in the hope that it will be useful, but
88-// WITHOUT ANY WARRANTY; without even the implied warranty of
99-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1010-// General Public License for more details.
1111-//
1212-// You should have received a copy of the GNU General Public License
1313-// along with this program. If not, see <http://www.gnu.org/licenses/>.
1414-//
1515-// Copyright (C) 2022-2023 Fuwn <contact@fuwn.me>
1616-// SPDX-License-Identifier: GPL-3.0-only
1717-181use {germ::ast::Node, std::env::var, url::Url};
192203fn link_from_host_href(url: &Url, href: &str) -> Option<String> {
-17
src/main.rs
···11-// This file is part of September <https://github.com/gemrest/september>.
22-//
33-// This program is free software: you can redistribute it and/or modify
44-// it under the terms of the GNU General Public License as published by
55-// the Free Software Foundation, version 3.
66-//
77-// This program is distributed in the hope that it will be useful, but
88-// WITHOUT ANY WARRANTY; without even the implied warranty of
99-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1010-// General Public License for more details.
1111-//
1212-// You should have received a copy of the GNU General Public License
1313-// along with this program. If not, see <http://www.gnu.org/licenses/>.
1414-//
1515-// Copyright (C) 2022-2023 Fuwn <contact@fuwn.me>
1616-// SPDX-License-Identifier: GPL-3.0-only
1717-181#![deny(
192 warnings,
203 nonstandard_style,
-17
src/response.rs
···11-// This file is part of September <https://github.com/gemrest/september>.
22-//
33-// This program is free software: you can redistribute it and/or modify
44-// it under the terms of the GNU General Public License as published by
55-// the Free Software Foundation, version 3.
66-//
77-// This program is distributed in the hope that it will be useful, but
88-// WITHOUT ANY WARRANTY; without even the implied warranty of
99-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1010-// General Public License for more details.
1111-//
1212-// You should have received a copy of the GNU General Public License
1313-// along with this program. If not, see <http://www.gnu.org/licenses/>.
1414-//
1515-// Copyright (C) 2022-2023 Fuwn <contact@fuwn.me>
1616-// SPDX-License-Identifier: GPL-3.0-only
1717-181use {
192 crate::url::from_path as url_from_path,
203 actix_web::{Error, HttpResponse},
-17
src/url.rs
···11-// This file is part of September <https://github.com/gemrest/september>.
22-//
33-// This program is free software: you can redistribute it and/or modify
44-// it under the terms of the GNU General Public License as published by
55-// the Free Software Foundation, version 3.
66-//
77-// This program is distributed in the hope that it will be useful, but
88-// WITHOUT ANY WARRANTY; without even the implied warranty of
99-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1010-// General Public License for more details.
1111-//
1212-// You should have received a copy of the GNU General Public License
1313-// along with this program. If not, see <http://www.gnu.org/licenses/>.
1414-//
1515-// Copyright (C) 2022-2023 Fuwn <contact@fuwn.me>
1616-// SPDX-License-Identifier: GPL-3.0-only
1717-181use url::Url;
192203pub fn from_path(