You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			46 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			46 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
<div>
 | 
						|
    <img src="www/content/_assets/images/logo.png" align="left" style="width:250px;">
 | 
						|
    <h3>What is QCMS ?</h3>
 | 
						|
    <i class="fa-solid fa-minus"> </i> Fast lightweight Python/Flask CMS designed for engineers
 | 
						|
    <br><i class="fa-solid fa-minus"> </i> Builds a web site from folder structure (local or nextcloud)
 | 
						|
    <br><i class="fa-solid fa-minus"> </i> Supports industry standard frameworks
 | 
						|
    <div style="margin-left:60px; font-size:13px;">
 | 
						|
        <i class="fa-solid fa-circle" style="font-size:5px; margin-left:10px;"> </i> JQuery, Apexcharts, fontawesome
 | 
						|
        <br><i class="fa-solid fa-circle" style="font-size:5px; margin-left:10px;"> </i> Numpy, Pandas, flask
 | 
						|
    </div>
 | 
						|
    <i class="fa-solid fa-minus"> </i> Custom functions built & registered as API
 | 
						|
    <br><i class="fa-solid fa-minus"> </i> Extensible themes support (mostly css)
 | 
						|
</div>
 | 
						|
<br>
 | 
						|
<div >
 | 
						|
    <div style="width:60%; margin-left:20%;" class="border-top"></div>
 | 
						|
    <p>
 | 
						|
       <h3>Why use QCMS</h3>
 | 
						|
       <img src="www/content/_assets/images/logo-1.png" align="right" style="width:250px">
 | 
						|
       <div>
 | 
						|
            <b>QCMS</b> lowers the barrier of entry to building a site 
 | 
						|
            <br><i class="fa-solid fa-minus"></i> It is open-source and available under MIT license
 | 
						|
            <br><i class="fa-solid fa-minus"></i> Removing user administration overhead:smaller footprint & efficiency
 | 
						|
            <br><i class="fa-solid fa-minus"></i> Using basic knowledge of how documents are organized on disk or in the cloud.
 | 
						|
            <div style="margin-left:30px">
 | 
						|
                <i class="fa-solid fa-circle" style="font-size:5px"></i> <b>Markdown</b> rendering for non-technical users (using an editor).
 | 
						|
                <br><i class="fa-solid fa-circle" style="font-size:5px"></i> <b>HTML5</b> rendering for more advanced users
 | 
						|
                <br><i class="fa-solid fa-circle" style="font-size:5px"></i> Suitable to deploy multiple sites on an <b>AWS</b> micro/nano instance
 | 
						|
            </div> 
 | 
						|
       </div>
 | 
						|
    </p>
 | 
						|
</div>
 | 
						|
<br>
 | 
						|
<div>
 | 
						|
    <div style="width:65%; margin-left:20%;" class="border-top"></div>
 | 
						|
    <h3>Use Cases</h3>
 | 
						|
    <img src="www/content/_assets/images/usecase.png" align="left" style="width:40%; margin-right:1%">
 | 
						|
    <div>
 | 
						|
        <b>QCMS</b>, implements a separation of concerns between <b>web engineer</b> and the <b>content creator</b> with the least amount of friction
 | 
						|
        <br>Ideally the roles would look like
 | 
						|
        <ul>
 | 
						|
            <i class="fa-solid fa-minus"></i> The <b>Web Engineers,</b> will setup virtualenv; setup port, install themes, makes sure sure content is accessible. Optionally can make content.
 | 
						|
            <br><i class="fa-solid fa-minus"></i> The <b>Content Creator</b>, writes up files and uploads images ...
 | 
						|
        </ul>
 | 
						|
    </div>
 | 
						|
</div> |