Skip to content

Commit

Permalink
added mysitemap.json.php, mysql.schema, README.new.md
Browse files Browse the repository at this point in the history
Removed Exception from my_exception_handler.

	new file:   README.new.md
	modified:   composer.json
	deleted:    dot-sitemap.php.example
	deleted:    examples/.sitemap.php
	new file:   examples/mysitemap.json
	modified:   includes/SiteClass.class.php
	modified:   includes/database-engines/ErrorClass.class.php
	new file:   includes/siteload.php
	new file:   json_minify.php
	new file:   mysitemap.json.php
	new file:   mysql.schema
  • Loading branch information
bartonlp committed Oct 28, 2016
1 parent e255d68 commit 8b638cf
Show file tree
Hide file tree
Showing 11 changed files with 1,078 additions and 267 deletions.
713 changes: 713 additions & 0 deletions README.new.md

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -29,7 +29,8 @@
"includes/database-engines"
],
"files": [
"includes/database-engines/helper-functions.php"
"includes/database-engines/helper-functions.php",
"includes/siteload.php"
]
}
}
123 changes: 0 additions & 123 deletions dot-sitemap.php.example

This file was deleted.

128 changes: 0 additions & 128 deletions examples/.sitemap.php

This file was deleted.

18 changes: 18 additions & 0 deletions examples/mysitemap.json
@@ -0,0 +1,18 @@
{
"siteDomain": "localhost",
"siteName": "YourSiteName",
"mainTitle": "Title",
"className": "SiteClass",
"copyright": "2016 Barton L. Phillips",
"masterdb": "your_database_name",
"dbinfo": {
"host": "localhost",
"user": "username",
"password": "password",
"database": "yourdatabase",
"engine": "mysqli"
},
"count": true,
"countMe": true,
"myUri": "bartonphillips.dyndns.org",
}

0 comments on commit 8b638cf

Please sign in to comment.