-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3535 from CityOfBoston/master
(production) Media Management, Accessibility (Emergency Alerts), Maintenance
- Loading branch information
Showing
16 changed files
with
1,671 additions
and
876 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,5 +60,7 @@ config/travis | |
.gitignore | ||
.lando.yml | ||
.lando.yml.linux | ||
README.md | ||
LICENSE.md | ||
RELEASE.md | ||
**/.gitignore |
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,13 +1,21 @@ | ||
############################################################ | ||
# These two folders must be retained. | ||
# These are the main folders which must be copied. | ||
############################################################ | ||
config | ||
docroot | ||
docroot/modules/custom | ||
############################################################ | ||
# Production environments need composer files. | ||
# Also, copy some github actions | ||
############################################################ | ||
.github/config/releaseNotesConfig.yml | ||
.github/workflows/D10-NotifyRelease.yml | ||
############################################################ | ||
# Also, production environments still need composer files. | ||
############################################################ | ||
composer.json | ||
composer.lock | ||
LICENSE.md | ||
README.md | ||
############################################################ | ||
# Also, public repo should have appropriate license and readme. | ||
############################################################ | ||
LICENSE.PUBLIC.md | ||
README.PUBLIC.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
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# License | ||
|
||
This project is in the public domain within the United States. | ||
|
||
Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication. | ||
|
||
## Exclusions from public domain | ||
|
||
- [CKEditor] is licensed under the GPL | ||
- This project uses various third-party JavaScript tools, which for convenience are versioned in this repository. Any files in the following directories are subject to their own licenses: | ||
|
||
* `docroot/sites/all/themes/custom/boston/src/vendor-js` | ||
* `docroot/sites/all/themes/custom/boston_hub/src/vendor-js` | ||
* `docroot/sites/all/themes/custom/boston_public/src/vendor-js` | ||
* `docroot/sites/all/themes/custom/boston_admin/src/vendor-js` | ||
|
||
[Drupal]: https://drupal.org | ||
[CKEditor]: http://ckeditor.com | ||
|
||
|
||
## CC0 1.0 Universal Summary | ||
|
||
This is a human-readable summary of the [Legal Code (read the full text)](https://creativecommons.org/publicdomain/zero/1.0/legalcode). | ||
|
||
### No Copyright | ||
|
||
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of his or her rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. | ||
|
||
You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. | ||
|
||
### Other Information | ||
|
||
In no way are the patent or trademark rights of any person or organization affected by CC0, nor are the rights that other persons may have in the work or in how the work is used, such as publicity or privacy rights. | ||
|
||
Unless expressly stated otherwise, the person who associated a work with this deed makes no warranties about the work, and disclaims liability for all uses of the work, to the fullest extent permitted by applicable law. When using or citing the work, you should not imply endorsement by the author or the affirmer. |
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[![Build Status](https://travis-ci.org/CityOfBoston/boston.gov-d8.png)](https://travis-ci.org/CityOfBoston/boston.gov-d8) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) | ||
|
||
# City of Boston Drupal Website | ||
This repository maintains an up-to-date copy of the custom code used by City of Boston | ||
to extend its Drupal website. | ||
|
||
## Drupal Dependency | ||
**This codebase currently requires Drupal 10** | ||
|
||
Please check the release history or contact the [Digital Team](mailto:digital@boston.gov) | ||
if you wish to access legacy versions of code - we may be able to supply some modules | ||
compatible with earlier Drupal versions. | ||
|
||
--- | ||
## Public domain ## | ||
[![License: CC0-1.0](https://img.shields.io/badge/License-CC0%201.0-lightgrey.svg)](http://creativecommons.org/publicdomain/zero/1.0/) | ||
|
||
This project is in the worldwide [public domain](https://github.com/CityOfBoston/boston.gov-d8/blob/master/LICENSE.md). As stated in [LICENSE](https://github.com/CityOfBoston/boston.gov-d8/blob/master/LICENSE.md): | ||
|
||
> This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/). | ||
> | ||
> All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest. | ||
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.