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.
 
 
 
 
 
Skylar Ittner 9339ea12c6 Fix theme bugs where complex JSON is echoed twice 6 years ago
lang Add permissions enforcement, replace home page with sites, add missing strings, fix a bunch of PHP notices 6 years ago
lib Add bot user agent detection (close #32) 6 years ago
mobile Switch to Mozilla Public License 2.0 for code consistency 6 years ago
nbproject Start project 6 years ago
pages Add reddit to social media links 6 years ago
public Fix theme bugs where complex JSON is echoed twice 6 years ago
static Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 years ago
.gitignore Add get_file_url() theme function 6 years ago
.gitmodules Convert material-color CSS to submodule 6 years ago
LICENSE.md Switch to Mozilla Public License 2.0 for code consistency 6 years ago
README.md Update README.md 6 years ago
action.php Add permissions enforcement, replace home page with sites, add missing strings, fix a bunch of PHP notices 6 years ago
api.php Switch to Mozilla Public License 2.0 for code consistency 6 years ago
app.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 years ago
composer.json Rework file picker UI, add Unsplash integration (close #23) 6 years ago
composer.lock Rework file picker UI, add Unsplash integration (close #23) 6 years ago
database.mwb Use TEXT instead of TINYTEXT for site settings values 6 years ago
database.sql Use TEXT instead of TINYTEXT for site settings values 6 years ago
index.php Use bundled Roboto font 6 years ago
pages.php Add permissions enforcement, replace home page with sites, add missing strings, fix a bunch of PHP notices 6 years ago
required.php Merge https://source.netsyms.com/Business/BusinessAppTemplate 6 years ago
settings.template.php Rework file picker UI, add Unsplash integration (close #23) 6 years ago
webroot.htaccess Add pretty URL support 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

  1. Follow the installation directions for AccountHub, then download this app somewhere.
  2. Copy settings.template.php to settings.php
  3. Import database.sql into your database server
  4. Edit settings.php and fill in your database settings
  5. Create a folder outside the webroot for FILE_UPLOAD_PATH in settings.php
  6. Download the MaxMind GeoLite2 City database from https://dev.maxmind.com/geoip/geoip2/geolite2/ and set GEOIP_DB to its location
  7. Set the location of the AccountHub API in settings.php (see "PORTAL_API") and enter an API key ("PORTAL_KEY")
  8. Set the location of the AccountHub home page ("PORTAL_URL")
  9. Set the URL of this app ("URL")
  10. Copy webroot.htaccess to your webroot and adjust paths if needed
  11. Run composer install (or composer.phar install) to install dependency libraries