Skip to content

Develop #30

Merged
merged 15 commits into from
Jan 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# PGPI20-21-equipo35
Repositorio del grupo de trabajo de la asignatura PGPI de la Escuela Técnica Superior de Ingeniería Informática, Universidad de Sevilla.

Este repositorio se divide de la siguiente manera:
Las carpetas "TE 1" y "TE 2" hacen referencia a los dos proyectos de la asignatura, Manual de Bienvenida y Plataforma E-Commerce respectivamente.
Dentro de TE 2, tenemos tres carpetas: "Artefactos Scrum", con los artefactos de Scrum generados tras los Sprints; "Entregables G35", con 4 carpetas, 1 para cada entregable; "Activos de los procesos de la organización", con todas las plantillas usadas en la documentación; y "Proyecto Teknovate", con el código de la pagina web.

Para visitar la pagina:
http://teknovate.freecluster.eu/
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /wordpress/
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
RewriteRule . /index.php [L]
</IfModule>

# END WordPress
384 changes: 384 additions & 0 deletions TE2/Proyecto Teknovate/license.txt

Large diffs are not rendered by default.

384 changes: 0 additions & 384 deletions TE2/Proyecto Teknovate/wordpress/license.txt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading