SiteWriter is an easy-to-use website builder system. https://netsyms.biz/apps/sitewriter
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
Skylar Ittner 7b6ec52d5e Add Content-Disposition filename header pirms 3 gadiem
api API: Check for user permission pirms 5 gadiem
langs Merge ../BusinessAppTemplate pirms 5 gadiem
lib Update list of bot UAs pirms 3 gadiem
mobile Add more permissions checks pirms 5 gadiem
nbproject Update public/editor FontAwesome 5.3.1 -> 5.7.2 pirms 5 gadiem
pages Fix message date sorting pirms 3 gadiem
public Add Content-Disposition filename header pirms 3 gadiem
static Merge ../BusinessAppTemplate pirms 5 gadiem
.gitignore Add get_file_url() theme function pirms 6 gadiem
.gitmodules Convert material-color CSS to submodule pirms 6 gadiem
LICENSE.md Update license and readme pirms 5 gadiem
README.md Merge ../BusinessAppTemplate pirms 5 gadiem
action.php Merge ../BusinessAppTemplate pirms 5 gadiem
api.php Add comment pirms 5 gadiem
app.php Merge ../BusinessAppTemplate pirms 5 gadiem
composer.json Update dependencies pirms 3 gadiem
composer.lock Update dependencies pirms 3 gadiem
database.mwb Use TEXT instead of TINYTEXT for site settings values pirms 6 gadiem
database.sql Use TEXT instead of TINYTEXT for site settings values pirms 6 gadiem
index.php Nicer access denied message pirms 5 gadiem
pages.php Cleanup merge of BusinessAppTemplate pirms 5 gadiem
required.php Merge ../BusinessAppTemplate pirms 5 gadiem
settings.template.php Merge ../BusinessAppTemplate pirms 5 gadiem
webroot.htaccess Add pretty URL support pirms 6 gadiem

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
  12. Run git submodule init and git submodule update to install other dependencies via git.