From fbb8c4696efb4ef98d71acecc8e314bc19e4281d Mon Sep 17 00:00:00 2001 From: Mark Hoschek Date: Wed, 3 Feb 2021 12:06:52 +0100 Subject: [PATCH] Update README.md --- README.md | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/README.md b/README.md index f1737e0..686d5c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ phpSQLiteCMS ============ -phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite. As SQLite is file-based, it just runs "out of the box" without installation. +phpSQLiteCMS is a simple and lightweight open source web content management system (CMS) based on PHP and SQLite. As SQLite is file-based, it just runs "out of the box" without installation. System requirements ------------------- @@ -19,14 +19,3 @@ Installation * **cms/cache** - cache directory, needs to be writable if you want to use the caching feature * **cms/media** and **cms/files** - need to be writable if you want to use the file uploader 3. Ready! You should now be able to access the index page by browsing to the address you uploaded phpSQLiteCMS (e.g. http://example.org/path/to/phpsqlitecms/). To administrate the page, go to http://example.org/path/to/phpsqlitecms/cms/. The default admin userdata is: username: admin, password: admin. - -phpSQLiteCMS example sites --------------------------- - -* phpSQLiteCMS - project website -* my little forum - another project of the author of *phpSQLiteCMS* -* Pro Cosara - an association dedicated to the conservation of Atlantic Forest in Paraguay -* Eschenhof - biodynamic farm near Kassel, Germany / Biologisch-dynamische Landwirtschaft bei Kassel -* Praxis Kunstleben - psychologische Praxis (Einzeltherapie, Paartherapie, Coaching, Familienberatung, Supervision) in Freiburg -* ELBI - manufacturing of individual furniture and more in Burgas, Bulgaria -* phpSQLiteCMS Spanish - Spanish phpSQLiteCMS demo and documentation site / página de documentación y demonstración española