Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
apostrophe
Advanced tools
ApostropheCMS is a full-featured, open source CMS built with Node.js that seeks to empower organizations by combining in-context editing and headless architecture in a full-stack JS environment.
Documentation »
Demo
·
Roadmap
·
Report Bug
ApostropheCMS is content software for everyone in an organization. It helps teams of all sizes create dynamic digital experiences with elegance and efficiency by blending powerful features, developer happiness, and a low learning curve for content creators. Apostrophe has powered websites and web apps for organizations large and small for over a decade.
To get started with Apostrophe 3, follow these steps to set up a local development environment. For more detail, refer to the A3 getting started guide in the documentation.
We recommend installing the following with Homebrew on macOS. If you're on Linux, you should use your package manager (apt or yum). If you're on Windows, we recommend the Windows Subsystem for Linux.
Software | Minimum Version | Notes |
---|---|---|
Node.js | 10.x | Or better |
npm | 6.x | Or better |
MongoDB | 3.6 | Or better |
Imagemagick | Any | Faster image uploads, GIF support (optional) |
Discord - Twitter - Discussions
We eagerly welcome open source contributions. Before submitting a PR, please read through our Contribution Guide
ApostropheCMS is released under the MIT License.
3.5.0 - 2021-09-23
vue-material-design-icons
to fix apos-build.js
build error in production.self
as an argument.styles
option rather than always starting with an unclassed <p>
tag.package.json
in its root directory, the package.json
in the closest ancestor directory is consulted.css-loader
now ignores url()
in css files inside assets
so that paths are left intact, i.e. url(/images/file.svg)
will now find a static file at /public/images/file.svg
(static assets in /public
are served by express.static
). Thanks to Matic Tersek.ui/src/index.js
JavaScript code, i.e. you can write apos.alias
where alias
matches the alias
option configured for that module. Previously one had to write apos.modules['module-name']
or wait until next tick. However, note that most modules do not push any data to the browser when a user is not logged in. You can do so in a custom module by calling self.enableBrowserData('public')
from init
and implementing or extending the getBrowserData(req)
method (note that page, piece and widget types already have one, so it is important to extend in those cases).options.testModule
works properly when implementing unit tests for an npm module that is namespaced.basics
group, that field will be added to the default basics
group fields. Previously the new group would have replaced the old, leaving inherited fields in the "Ungrouped" section.block
modifier now less login-specificdef
property for specifying the default style the editor should instantiate with.area
is missing its options
property.FAQs
The Apostrophe Content Management System.
The npm package apostrophe receives a total of 2,484 weekly downloads. As such, apostrophe popularity was classified as popular.
We found that apostrophe demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.