Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
Nuovo sito
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Nuovo sito
Commits
9074d4e3
Commit
9074d4e3
authored
Dec 02, 2023
by
shadMod
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added/reformat copyright
parent
e89fddb9
Pipeline
#356
passed with stage
in 0 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
28 additions
and
12 deletions
+28
-12
uitwww/__init__.py
uitwww/__init__.py
+3
-3
uitwww/pages.py
uitwww/pages.py
+3
-3
uitwww/src/__init__.py
uitwww/src/__init__.py
+2
-2
uitwww/src/download/__init__.py
uitwww/src/download/__init__.py
+2
-2
uitwww/src/download/compile_download.py
uitwww/src/download/compile_download.py
+3
-2
uitwww/src/news/__init__.py
uitwww/src/news/__init__.py
+15
-0
No files found.
uitwww/__init__.py
View file @
9074d4e3
# Source code of the Ubuntu-it website
# Source code of the Ubuntu-it website
# Copyright (C) 2015
-2018
Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023
shadMod
# Copyright (C) 2023
shadMod <m.allegro@shadmod.com>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# it under the terms of the GNU Affero General Public License as published
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# GNU Affero General Public License for more details.
# GNU Affero General Public License for more details.
#
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program.
If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import
os
import
os
import
sys
import
sys
...
...
uitwww/pages.py
View file @
9074d4e3
# Source code of the Ubuntu-it website
# Source code of the Ubuntu-it website
# Copyright (C) 2015
Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2015 Pietro Albini <pietroalbini@ubuntu.com>
# Copyright (C) 2023 shadMod
# Copyright (C) 2023 shadMod
<m.allegro@shadmod.com>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# it under the terms of the GNU Affero General Public License as published
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
# GNU Affero General Public License for more details.
# GNU Affero General Public License for more details.
#
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program.
If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import
os
import
os
import
toml
import
toml
...
...
uitwww/src/__init__.py
View file @
9074d4e3
# Source code of the Ubuntu-it website
# Source code of the Ubuntu-it website
# Copyright (C) 2023 shadMod
# Copyright (C) 2023 shadMod
<m.allegro@shadmod.com>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# it under the terms of the GNU Affero General Public License as published
...
@@ -12,4 +12,4 @@
...
@@ -12,4 +12,4 @@
# GNU Affero General Public License for more details.
# GNU Affero General Public License for more details.
#
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program.
If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
uitwww/src/download/__init__.py
View file @
9074d4e3
# Source code of the Ubuntu-it website
# Source code of the Ubuntu-it website
# Copyright (C) 2023 shadMod
# Copyright (C) 2023 shadMod
<m.allegro@shadmod.com>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# it under the terms of the GNU Affero General Public License as published
...
@@ -12,4 +12,4 @@
...
@@ -12,4 +12,4 @@
# GNU Affero General Public License for more details.
# GNU Affero General Public License for more details.
#
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program.
If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
uitwww/src/download/compile_download.py
View file @
9074d4e3
# Source code of the Ubuntu-it website
# Source code of the Ubuntu-it website
# Copyright (C) 2023 shadMod
# Copyright (C) 2023 shadMod
<m.allegro@shadmod.com>
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# it under the terms of the GNU Affero General Public License as published
...
@@ -12,7 +12,8 @@
...
@@ -12,7 +12,8 @@
# GNU Affero General Public License for more details.
# GNU Affero General Public License for more details.
#
#
# You should have received a copy of the GNU Affero General Public License
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
import
toml
import
toml
import
json
import
json
import
requests
import
requests
...
...
uitwww/src/news/__init__.py
View file @
9074d4e3
# Source code of the Ubuntu-it website
# Copyright (C) 2023 shadMod <m.allegro@shadmod.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment