forked from macagua/slc-sitioweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Renamed the structure source code #82
- Loading branch information
Showing
90 changed files
with
566 additions
and
1,639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ EOT | |
FROM plone/server-prod-config:${PLONE_VERSION} | ||
|
||
LABEL maintainer="Leonardo J. Caballero G. <[email protected]>" \ | ||
org.label-schema.name="slc-sitioweb-backend" \ | ||
org.label-schema.description="SCRUM LATAM Comunidad Website backend image." \ | ||
org.label-schema.name="slc-web-backend" \ | ||
org.label-schema.description="SCRUM LATAM Comunidad Web portal backend image." \ | ||
org.label-schema.vendor="Leonardo J. Caballero G." | ||
|
||
# Copy /app from builder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,12 +21,12 @@ EOT | |
FROM plone/server-acceptance:${PLONE_VERSION} | ||
|
||
LABEL maintainer="Leonardo J. Caballero G. <[email protected]>" \ | ||
org.label-schema.name="slc-sitioweb-acceptance" \ | ||
org.label-schema.description="SCRUM LATAM Comunidad Website backend acceptance image." \ | ||
org.label-schema.name="slc-web-acceptance" \ | ||
org.label-schema.description="SCRUM LATAM Comunidad Web portal backend acceptance image." \ | ||
org.label-schema.vendor="Leonardo J. Caballero G." | ||
|
||
ENV CONFIGURE_PACKAGES="plone.restapi,plone.volto,plone.volto.cors,slc_sitioweb" | ||
ENV APPLY_PROFILES="slc_sitioweb:default" | ||
ENV CONFIGURE_PACKAGES="plone.restapi,plone.volto,plone.volto.cors,slc_web" | ||
ENV APPLY_PROFILES="slc_web:default" | ||
|
||
# Copy /app from builder | ||
COPY --from=builder /app /app | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
-c constraints.txt | ||
src/slc_sitioweb | ||
src/slc_web |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
-c constraints.txt | ||
-e src/slc_sitioweb[test] | ||
-e src/slc_web[test] | ||
|
||
zope.testrunner | ||
|
||
# Add required add-ons | ||
# (Ideally add them in setup.py for slc_sitioweb) | ||
# (Ideally add them in setup.py for slc_web) | ||
# collective.easyform | ||
pas.plugins.authomatic @ git+https://github.com/collective/pas.plugins.authomatic@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
backend/src/slc_sitioweb/src/slc_sitioweb/profiles/default/browserlayer.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
backend/src/slc_sitioweb/LICENSE.md → backend/src/slc_web/LICENSE.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
backend/src/slc_sitioweb/MANIFEST.in → backend/src/slc_web/MANIFEST.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
graft src/slc_sitioweb | ||
graft src/slc_web | ||
graft docs | ||
include *.rst | ||
include *.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Installer for the slc_sitioweb package.""" | ||
"""Installer for the slc_web package.""" | ||
from pathlib import Path | ||
from setuptools import find_packages | ||
from setuptools import setup | ||
|
@@ -12,9 +12,9 @@ | |
|
||
|
||
setup( | ||
name="slc_sitioweb", | ||
name="slc_web", | ||
version="1.0.0a1", | ||
description="SCRUM LATAM Comunidad Website configuration package.", | ||
description="SCRUM LATAM Comunidad Web portal configuration package.", | ||
long_description=long_description, | ||
classifiers=[ | ||
"Environment :: Web Environment", | ||
|
@@ -34,7 +34,7 @@ | |
author_email="[email protected]", | ||
url="https://github.com/ScrumLATAMComunidad/scrumlatamcomunidad.com", | ||
project_urls={ | ||
"PyPI": "https://pypi.python.org/pypi/slc_sitioweb", | ||
"PyPI": "https://pypi.python.org/pypi/slc_web", | ||
"Source": "https://github.com/ScrumLATAMComunidad/scrumlatamcomunidad.com", | ||
"Tracker": "https://github.com/ScrumLATAMComunidad/slc-sitioweb/issues", | ||
}, | ||
|
@@ -64,6 +64,6 @@ | |
[z3c.autoinclude.plugin] | ||
target = plone | ||
[console_scripts] | ||
update_locale = slc_sitioweb.locales.update:update_locale | ||
update_locale = slc_web.locales.update:update_locale | ||
""", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
..._sitioweb/src/slc_sitioweb/configure.zcml → ...nd/src/slc_web/src/slc_web/configure.zcml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.