Why MyCrazySimpleCMS Only Works with HTML Websites

MyCrazySimpleCMS and Static HTML

MyCrazySimpleCMS is explicitly designed to edit static HTML websites. This means it allows users to edit the core content of an HTML page, focusing solely on the visible text and images that are directly coded into the HTML file. Static HTML websites consist of fixed pages where each element, such as paragraphs, images, and headings, is coded into the HTML structure.

Understanding HTML Tags and Editable Content

In HTML, content is organized using tags that define various elements. Here's a simple example:

·         <h1> Tag: This tag is used for main headings. For example:

<h1>Welcome to My Website</h1>

In this case, "Welcome to My Website" is the main title of the page, wrapped within the <h1> tags. This heading is usually the largest on the page, helping to structure and emphasize key information.

·         <p> Tag: The paragraph tag <p> is used to define blocks of text. For example:

<p>This is a paragraph explaining what my website is about.</p>

Here, the text within the <p> tags is a paragraph. You might also find styling elements within <p> tags, such as inline color or font changes. With MyCrazySimpleCMS, you can edit the content inside these tags without affecting the surrounding HTML structure.

Why MyCrazySimpleCMS Doesn't Work with Platform Websites

Many platform-based websites (e.g., WordPress, Wix) generate HTML dynamically. When a page is requested, the platform creates a temporary HTML file based on templates and user inputs rather than storing individual HTML files in the hosting account. Because these pages are not static HTML files, MyCrazySimpleCMS cannot access or edit them directly. The tool is specifically built to work with a server's actual, static HTML files.

How FTP Access Enables Editing

Once FTP access is provided, MyCrazySimpleCMS can connect directly to the hosting account. This access allows it to test which files can be edited, ensuring compatibility with static HTML websites. After verifying the files, users can confidently edit their site's content through MyCrazySimpleCMS, knowing it will seamlessly transfer updates to their hosting account.