mirror of
https://github.com/friendica/friendica
synced 2025-04-14 18:39:04 +00:00
REUSE view directory
This commit is contained in:
parent
80ba415593
commit
cfa27f62be
3 changed files with 35 additions and 2 deletions
|
@ -4,12 +4,17 @@ SPDX-PackageSupplier = "Friendica Project <info@friendi.ca>"
|
||||||
SPDX-PackageDownloadLocation = "https://friendi.ca"
|
SPDX-PackageDownloadLocation = "https://friendi.ca"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = "doc/**"
|
path = [
|
||||||
|
"doc/**",
|
||||||
|
"spec/*",
|
||||||
|
"src/**/README.md",
|
||||||
|
"mods/**"
|
||||||
|
]
|
||||||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||||
SPDX-License-Identifier = "CC0-1.0"
|
SPDX-License-Identifier = "CC0-1.0"
|
||||||
|
|
||||||
[[annotations]]
|
[[annotations]]
|
||||||
path = "view/lang/*/strings.php"
|
path = "view/lang/**/strings.php"
|
||||||
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
SPDX-FileCopyrightText = "2010-2024 The Friendica Project"
|
||||||
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
SPDX-License-Identifier = "AGPL-3.0-or-later"
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2010-2024, the Friendica project
|
||||||
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
* The site template for pure content (e.g. (modals)
|
||||||
|
*
|
||||||
|
* This template is used e.g for bs modals. So outputs
|
||||||
|
* only the pure content
|
||||||
|
*/
|
||||||
|
|
||||||
|
*>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
|
<html itemscope itemtype="http://schema.org/Blog" lang="<?php echo $lang; ?>">
|
||||||
<head>
|
<head>
|
||||||
|
|
|
@ -1,3 +1,17 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Copyright (C) 2010-2024, the Friendica project
|
||||||
|
* SPDX-FileCopyrightText: 2010-2024 the Friendica project
|
||||||
|
*
|
||||||
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
* The site template for pure content (e.g. (modals)
|
||||||
|
*
|
||||||
|
* This template is used e.g for bs modals. So outputs
|
||||||
|
* only the pure content
|
||||||
|
*/
|
||||||
|
|
||||||
|
*>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue