ZelocoreCMS:Submit CMS: Difference between revisions
Creating foundation pages |
Replace old inputbox with strict JS-rendered article creator |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
= | = ➕ Submit a New CMS Platform = | ||
<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> | |||
== ✅ 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> | |||
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]] | |||