SiteWriter is an easy-to-use website builder system.
https://netsyms.biz/apps/sitewriter
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.
|
3 years ago | |
---|---|---|
api | 5 years ago | |
langs | 5 years ago | |
lib | 3 years ago | |
mobile | 5 years ago | |
nbproject | 5 years ago | |
pages | 3 years ago | |
public | 3 years ago | |
static | 5 years ago | |
.gitignore | 6 years ago | |
.gitmodules | 6 years ago | |
LICENSE.md | 5 years ago | |
README.md | 5 years ago | |
action.php | 5 years ago | |
api.php | 5 years ago | |
app.php | 5 years ago | |
composer.json | 3 years ago | |
composer.lock | 3 years ago | |
database.mwb | 6 years ago | |
database.sql | 6 years ago | |
index.php | 5 years ago | |
pages.php | 5 years ago | |
required.php | 5 years ago | |
settings.template.php | 5 years ago | |
webroot.htaccess | 6 years ago |
README.md
SiteWriter
A public website builder.
Features
Simple Editor Create awesome websites with zero coding or design experience.
Themes and Templates Choose from a variety of website themes, color variations, and page templates.
Multi-site Build and manage multiple websites at the same time
File Manager Upload pictures and files and add them to your sites with a simple file browser tool.
Analytics See visitor location, page views, and more with a built-in analytics dashboard.
Contact Forms Simply create a page with a contact form template and start receiving and replying to messages from a dashboard.
Installing
- Follow the installation directions for AccountHub, then download this app somewhere.
- Copy
settings.template.php
tosettings.php
- Import
database.sql
into your database server - Edit
settings.php
and fill in your database settings - Create a folder outside the webroot for FILE_UPLOAD_PATH in settings.php
- Download the MaxMind GeoLite2 City database from https://dev.maxmind.com/geoip/geoip2/geolite2/ and set GEOIP_DB to its location
- Set the location of the AccountHub API in
settings.php
(see "PORTAL_API") and enter an API key ("PORTAL_KEY") - Set the location of the AccountHub home page ("PORTAL_URL")
- Set the URL of this app ("URL")
- Copy webroot.htaccess to your webroot and adjust paths if needed
- Run
composer install
(orcomposer.phar install
) to install dependency libraries - Run
git submodule init
andgit submodule update
to install other dependencies via git.