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
52420a5b
Commit
52420a5b
authored
8 years ago
by
Marco Montabone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Derivate submenu and its subfolders
parent
954f0c5d
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
307 additions
and
2 deletions
+307
-2
uitwww/navbar.json
uitwww/navbar.json
+35
-2
uitwww/templates/pages/derivate/edubuntu/index.html
uitwww/templates/pages/derivate/edubuntu/index.html
+34
-0
uitwww/templates/pages/derivate/kubuntu/index.html
uitwww/templates/pages/derivate/kubuntu/index.html
+34
-0
uitwww/templates/pages/derivate/lubuntu/index.html
uitwww/templates/pages/derivate/lubuntu/index.html
+34
-0
uitwww/templates/pages/derivate/mythbuntu/index.html
uitwww/templates/pages/derivate/mythbuntu/index.html
+34
-0
uitwww/templates/pages/derivate/ubuntugnome/index.html
uitwww/templates/pages/derivate/ubuntugnome/index.html
+34
-0
uitwww/templates/pages/derivate/ubuntumate/index.html
uitwww/templates/pages/derivate/ubuntumate/index.html
+34
-0
uitwww/templates/pages/derivate/ubuntustudio/index.html
uitwww/templates/pages/derivate/ubuntustudio/index.html
+34
-0
uitwww/templates/pages/derivate/xubuntu/index.html
uitwww/templates/pages/derivate/xubuntu/index.html
+34
-0
No files found.
uitwww/navbar.json
View file @
52420a5b
...
...
@@ -16,9 +16,42 @@
{
"name"
:
"Derivate"
,
"endpoint"
:
"pages.derivate_index"
,
"subs"
:
[]
}
"subs"
:
[
{
"name"
:
"Kubuntu"
,
"endpoint"
:
"pages.derivate_kubuntu_index"
},
{
"name"
:
"Xubuntu"
,
"endpoint"
:
"pages.derivate_xubuntu_index"
},
{
"name"
:
"Lubuntu"
,
"endpoint"
:
"pages.derivate_lubuntu_index"
},
{
"name"
:
"Ubuntu GNOME"
,
"endpoint"
:
"pages.derivate_ubuntugnome_index"
},
{
"name"
:
"Ubuntu MATE"
,
"endpoint"
:
"pages.derivate_ubuntumate_index"
},
{
"name"
:
"Edubuntu"
,
"endpoint"
:
"pages.derivate_edubuntu_index"
},
{
"name"
:
"Ubuntu STUDIO"
,
"endpoint"
:
"pages.derivate_ubuntustudio_index"
},
{
"name"
:
"Mythbuntu"
,
"endpoint"
:
"pages.derivate_mythbuntu_index"
}
]
}
]
},
{
"name"
:
"Supporto"
,
...
...
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/edubuntu/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/kubuntu/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/lubuntu/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/mythbuntu/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/ubuntugnome/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/ubuntumate/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/ubuntustudio/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
uitwww/templates/pages/derivate/xubuntu/index.html
0 → 100644
View file @
52420a5b
{# Source code of the Ubuntu-it website
# Copyright (C) 2015 Pietro Albini
<pietroalbini
@
ubuntu
.
com
>
# 2015 Marco Montabone
<montabone
.
mrc
@
gmail
.
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; witout 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
/>
.
#}
{% extends "layout.html" %}
{% block title %}Derivate{% endblock %}
{% block content %}
<!--Start ROW HERO-->
<div
class=
"row row-hero"
>
<div
class=
"twelwe-col"
>
<h1></h1>
</div>
</div>
<!--END ROW HERO-->
{% endblock %}
This diff is collapsed.
Click to expand it.
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