ZelocoreCMS:Submit CMS: Difference between revisions
Appearance
Deploying submission system |
Replace old inputbox with strict JS-rendered article creator  |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
= â Submit a New CMS Platform = | |||
<div style=" | Â | ||
<div style="background:linear-gradient(90deg,#eff6ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:8px;padding:12px 18px;margin-bottom:18px;"> | |||
Anyone can add a CMS platform to ZelocoreCMS Wiki. Use the form below to start a pre-formatted draft with all required sections filled in. Just complete the blanks and save! | |||
</div> | </div> | ||
== â
Pre-Submission Checklist == | |||
 | |||
Before creating an article, make sure: | |||
 | |||
{| class="wikitable" style="width:100%;" | |||
! # !! Requirement !! Why it matters | |||
|- | |||
</ | | 1 || The platform is a real, publicly available CMS || We don't document vaporware or private tools | ||
|- | |||
| 2 || It has a public website or GitHub repository || Verifiability requirement | |||
|- | |||
| 3 || It does not already have an article ([[Special:AllPages|check here]]) || Avoid duplicates | |||
|- | |||
| 4 || You are not the platform's creator submitting promotional content || Use [[ZelocoreCMS:Claim|Claim Your CMS]] for official pages | |||
|- | |||
| 5 || You can write at least a basic overview and fill the infobox || Empty stubs will be deleted after 7 days | |||
|} | |||
 | |||
{{Note|If you represent the company behind a CMS, use [[ZelocoreCMS:Claim|Claim Your CMS Page]] instead of this form.}} | |||
 | |||
== đ Create Your Draft == | |||
 | |||
Enter the '''exact name''' of the CMS platform (e.g., "WordPress", "Contentful", "Payload CMS"): | |||
 | |||
<div id="strict-create-app"> | |||
<div style="padding:10px;text-align:center;color:#666;">Loading advanced article creator...</div> | |||
</div> | </div> | ||
== | The draft will open pre-filled with: | ||
* A complete <code><nowiki>{{CMS_Infobox}}</nowiki></code> | |||
* All required sections (Overview, Features, Installation, API, Pricing, Pros & Cons, External Links) | |||
* A <code><nowiki>{{Stub}}</nowiki></code> notice | |||
* Correct category tags | |||
 | |||
== đī¸ Which Category Should It Go In? == | |||
 | |||
Assign '''at least one''' of these categories in your article: | |||
 | |||
{| class="wikitable" style="width:100%;font-size:.92em;" | |||
! Category !! For platforms like... | |||
|- | |||
| <code><nowiki>[[Category:Blogging_CMS]]</nowiki></code> || WordPress, Ghost, Jekyll, Hugo | |||
|- | |||
| <code><nowiki>[[Category:Headless_CMS]]</nowiki></code> || Strapi, Contentful, Sanity, Payload | |||
|- | |||
| <code><nowiki>[[Category:ECommerce_CMS]]</nowiki></code> || Shopify, WooCommerce, Magento | |||
|- | |||
| <code><nowiki>[[Category:Enterprise_CMS]]</nowiki></code> || Adobe Experience Manager, Sitecore, Episerver | |||
|- | |||
| <code><nowiki>[[Category:Open_Source_CMS]]</nowiki></code> || Any CMS with an open-source license | |||
|- | |||
| <code><nowiki>[[Category:SaaS_CMS]]</nowiki></code> || Cloud-hosted, subscription-based platforms | |||
|- | |||
| <code><nowiki>[[Category:Wiki_Platforms]]</nowiki></code> || MediaWiki, Confluence, Notion | |||
|- | |||
| <code><nowiki>[[Category:CMS_Platforms]]</nowiki></code> || '''All CMS articles''' â add this to every article | |||
|} | |||
 | |||
== đ What Happens After You Submit? == | |||
 | |||
; Immediately | |||
: Your article is live. Add <code><nowiki>{{Stub}}</nowiki></code> if incomplete. | |||
 | |||
; Within 24 hours | |||
: An admin or senior editor will review for policy compliance. Marketing language, unverifiable claims, or empty articles will be flagged. | |||
 | |||
; After review | |||
: Articles meeting the [[ZelocoreCMS:Style_Guide|style guide]] get the <code>đ Start</code> quality tag. Comprehensive articles can be nominated for â Good or đ Featured status. | |||
 | |||
== đ See a Good Example == | |||
 | |||
Study a well-formatted article before writing yours: | |||
* [[WordPress]] â comprehensive blogging CMS article | |||
* [[Strapi]] â headless CMS with API documentation | |||
== â Need Help? == | |||
 | |||
* [[ZelocoreCMS:Contributing|Read the full contribution guide]] | |||
* [[ZelocoreCMS:Style_Guide|Read the article style guide]] | |||
* Ask on the [[ZelocoreCMS:Community_Portal|Community Portal]] | |||
 | |||
[[Category:ZelocoreCMS]] | |||
Latest revision as of 22:59, 29 July 2026
â Submit a New CMS Platform
Anyone can add a CMS platform to ZelocoreCMS Wiki. Use the form below to start a pre-formatted draft with all required sections filled in. Just complete the blanks and save!
â Pre-Submission Checklist
Before creating an article, make sure:
| # | Requirement | Why it matters |
|---|---|---|
| 1 | The platform is a real, publicly available CMS | We don't document vaporware or private tools |
| 2 | It has a public website or GitHub repository | Verifiability requirement |
| 3 | It does not already have an article (check here) | Avoid duplicates |
| 4 | You are not the platform's creator submitting promotional content | Use Claim Your CMS for official pages |
| 5 | You can write at least a basic overview and fill the infobox | Empty stubs will be deleted after 7 days |
âšī¸ If you represent the company behind a CMS, use Claim Your CMS Page instead of this form.
đ Create Your Draft
Enter the exact name of the CMS platform (e.g., "WordPress", "Contentful", "Payload CMS"):
Loading advanced article creator...
The draft will open pre-filled with:
- A complete
{{CMS_Infobox}} - All required sections (Overview, Features, Installation, API, Pricing, Pros & Cons, External Links)
- A
{{Stub}}notice - Correct category tags
đī¸ Which Category Should It Go In?
Assign at least one of these categories in your article:
| Category | For platforms like... |
|---|---|
[[Category:Blogging_CMS]] |
WordPress, Ghost, Jekyll, Hugo |
[[Category:Headless_CMS]] |
Strapi, Contentful, Sanity, Payload |
[[Category:ECommerce_CMS]] |
Shopify, WooCommerce, Magento |
[[Category:Enterprise_CMS]] |
Adobe Experience Manager, Sitecore, Episerver |
[[Category:Open_Source_CMS]] |
Any CMS with an open-source license |
[[Category:SaaS_CMS]] |
Cloud-hosted, subscription-based platforms |
[[Category:Wiki_Platforms]] |
MediaWiki, Confluence, Notion |
[[Category:CMS_Platforms]] |
All CMS articles â add this to every article |
đ What Happens After You Submit?
- Immediately
- Your article is live. Add
{{Stub}}if incomplete.
- Within 24 hours
- An admin or senior editor will review for policy compliance. Marketing language, unverifiable claims, or empty articles will be flagged.
- After review
- Articles meeting the style guide get the
đ Startquality tag. Comprehensive articles can be nominated for â Good or đ Featured status.
đ See a Good Example
Study a well-formatted article before writing yours: