https://github.com/proudcity/wp-proudcity
The ProudCity WordPress platform
https://github.com/proudcity/wp-proudcity
government government-websites govtech municipalities
Last synced: 4 months ago
JSON representation
The ProudCity WordPress platform
- Host: GitHub
- URL: https://github.com/proudcity/wp-proudcity
- Owner: proudcity
- License: other
- Created: 2015-12-02T07:45:06.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-07-30T21:19:02.000Z (4 months ago)
- Last Synced: 2025-07-31T00:11:26.194Z (4 months ago)
- Topics: government, government-websites, govtech, municipalities
- Language: PHP
- Homepage: https://proudcity.com
- Size: 1.5 MB
- Stars: 22
- Watchers: 10
- Forks: 10
- Open Issues: 389
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
ProudCity WordPress
===================
[ProudCity](https://proudcity.com) is a Wordpress platform for modern, standards-compliant municipal websites. [Find your city's demo](https://proudcity.com/start) or [view an example website](https://example.proudcity.com).
[Watch Getting Started videos](https://proudcity.com/getting-started)
Documentation
* [Installing](docs/install.md)
* [Developing](docs/develop.md)
* [Elasticpress](docs/elasticpress.md)
* [Docker](docs/docker.md)
* [Kubernetes](docs/kubernetes.md)
## Contributing
This repo contains a composer make file that will build a complete Wordpress installation. See [Composer](#composer) for more details. Most of the actual code is in our individual Plugin and Theme repos:
* [wp-proud-theme](https://github.com/proudcity/wp-proud-theme): The ProudCity Wordpress theme built on top of [Bootstrap](http://getbootstrap.com) and [Sage](https://roots.io/sage/).
* [wp-proud-core](https://github.com/proudcity/wp-proud-core): Core customizations and helper modules, including proud-teaser-list, which creates easy, filterable lists of content.
* [wp-proud-admin](https://github.com/proudcity/wp-proud-admin): Administration theme, permissions tweaks, and ProudCity settings pages.
* [wp-proud-search](https://github.com/proudcity/wp-proud-search): Provides title suggestions while typing a search query.
* [wp-proud-agency](https://github.com/proudcity/wp-proud-agency): Creates an Agency post type.
* [wp-proud-document](https://github.com/proudcity/wp-proud-document): Creates a Document post type for file uploads and forms.
* [wp-proud-payment](https://github.com/proudcity/wp-proud-payment): Creates a Payment post type.
* [wp-proud-actions-app](https://github.com/proudcity/wp-proud-actions-app): An interactive, Angular-based 311 interface for FAQ, Payments, Issue reporting and Issue lookup.
* [wp-proud-social-app](https://github.com/proudcity/wp-proud-social-app): Social media feed that pulls from an aggregated JSON feed and can display media as a wall, timeline, or simple feed.
* [wp-proud-map-app](https://github.com/proudcity/wp-proud-map-app): Creates an interactive city services map with [Mapbox](http://mapbox.com).
All bug reports, feature requests and other issues should be added to the [wp-proudcity Issue Queue](https://github.com/proudcity/wp-proudcity/issues).
Visit [our website](https://proudcity.com/developers) for more information about ProudCity for developers.