![]() |
|
HELLO
THERE! Thanks for stopping by! Welcome to official Lil' CMS site. This CMS basically allows an user to change text on web pages only! If you were looking for more than that, Lil' CMS isn't for you! Why anyone would need such a simple content management system (I hear you say ;)? We think that many web designers will find it useful. Web 2.0 and all that modern stuff ;) aside, at the end of the day the majority of web sites still have only a couple of static pages (Home, About Us, Our Products and Contact Us ;) and update once-twice a year. Joomla (the most popular CMS at the moment) and such are great, but it takes more time to install and set them up than to design an average static 4-5 pages web site. In our opinion it doesn't make sense to use powerful CMS if your clients only need to change prices or add a few lines of text on their web site from time to time. Lil' CMS is easy to integrate with any web page and as long your clients can handle a web browser, they will be able to handle our CMS too. |
First
click here to download Lil' CMS. It's only
2 kb :) All that you'll find inside the archive are lilcms.php (CMS itself) and
readme file. If you want to take a look at the code right now, here
it is. Before everything, you need to know that pages with editable text need to be either PHP or SHTML. As for PHP any version would do and as for SHTML (extension that implicates that your web page uses server side includes), what you'll do is really basic and should work with literally any web host. We recommend you first try with PHP extension. There're many handy php snippets around and you may want to use them with your site later -- in that case you will not need to change anything. In both cases (php or shtml) you will not need to insert any special code in order for them to work - any html page will work just fine if you rename it to .php or .shtml, these extensions are only notice for web server that maybe some dynamic code is inside too. On to the installation! First create the following folders in the root (that's where your html/php/etc pages are) of your web site: backup Now open Notepad (or such ;) and create text documents with content that will be editable. For example: introduction.txt Put
them all in the content folder. Set their file permissions to 777 (this is very
easy, every FTP client features Change Attributes command). Upload lilcms.php to folder cms. You can change its filename to whatever you like. You can change folder's name to whatever you like. It's completely ok if you access Lil' CMS through address such as www.somesite.com/cms9403KLC402/siteedit.php You
can also change location of text files if you like, just edit lilcms.php, it's
right there in the second line: We're almost there. Now go to locations of the web page(s) where you want editable text and insert the following piece of code: If you renamed your
web pages to SHTML: If you renamed your web pages to PHP: ... and of course rename somefile.txt to introduction.txt or news.txt or whatever you came up with. That'd be all! Now let's see how to use it. |
Go to location of the cms, for example www.mysite.com/cms/lilcms.php You'll
get a window like this: In
the left column click on the file that you want to edit, then click on button
Load. The file will open in the edit window on the right: Before you edit a file it's wise to make a backup. Click on the button Backup and backup file will be created in the backup directory. When
you're done with editing, click on the button Update. That'd be all! :) |
| We
have received many emails since we launched this site. Here are the answers to
the most common questions: Q: Are there going to be further versions of LilCMS? A: Not likely, sorry. There aren't any features that we'd add that wouldn't complicate installation process and usage. LilCMS is ultralight CMS and we feel that it really should stay that way. Q: Is LilCMS free for commercial use as well? A: LilCMS is 100% freeware therefore you can install it anywhere you like at no cost at all, no matter if you charged someone for the setup or not. You may not charge anyone for the script itself. Q: May I remove "for support and tutorial visit www.lilcms.com" text? A: No, sorry. You may however move it to the bottom of the page if you like or something like that, or you may change design of the page and name it your own CMS but in this case we'd need to let your clients know that the original code is ours ("based on lilcms.com", "core code by lilcms.com" etc). We can't stop you to completely remove trace of the origin but your clients will eventually find out about our site and then you won't look good in their eyes, wouldn't you? Q: Why there is no login feature? I really miss this. A: You really don't need it. If you rename the folders with lilcms script and text files to something cryptic it will be next to impossible for anyone to get into these folders. It's easier to find a loophole in php login script then to get into open but cryptically named folder. That'd be the FAQ :) For anything else please write to support at lilcms dot com. |
Copyright
© 2008-2010 by ZMAJ doo. BIG THANKS to
Arty from Artificial Worlds, Inc for the code,
and Ivan from $19 Logos for the logo. |