Skip to content

Commit

Permalink
[chore] Updated contact
Browse files Browse the repository at this point in the history
  • Loading branch information
markjivko committed Jan 10, 2022
1 parent 733fafc commit d58117b
Show file tree
Hide file tree
Showing 26 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Project [created in 2011](https://code.google.com/archive/p/octoms/) and ported
Assuming you have installed a [LAMP Stack](https://en.wikipedia.org/wiki/LAMP_(software_bundle)) on your machine, navigate to your `www` folder and run the following command:

```
git clone https://github.com/stephino/octoms .
git clone https://github.com/markjivko/octoms .
```

## Quick demo
Expand All @@ -33,7 +33,7 @@ This project is inspired by [CodeIgniter](https://codeigniter.com)'s approach to

## In the wild

Although no longer maintained, [Fervoare CMS](https://github.com/Stephino/fervoare) is an example of a fully-featured content management system built with OctoMS.
Although no longer maintained, [Fervoare CMS](https://github.com/markjivko/fervoare) is an example of a fully-featured content management system built with OctoMS.

**Warning!**

Expand Down
2 changes: 1 addition & 1 deletion app/config/autoload.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403'); die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion app/config/constants.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403'); die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion app/config/routes.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403'); die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion app/stages/main/config/autoload.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion app/stages/main/controllers/main.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403'); die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright Copyright 2012, Mark Jivko <stephino.team@gmail.com>
* @copyright Copyright 2012, Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/config/autoload.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/config/constants.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/helpers/encrypt.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011, Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011, Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/helpers/html.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403'); die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/helpers/recursion.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/octoms.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403'); die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/csv.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright Copyright 2012, Mark Jivko <stephino.team@gmail.com>
* @copyright Copyright 2012, Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/error.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403'); die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/image.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/input.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/math.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/request.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package OctoMS
* @subpackage WP.OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/session.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/sql.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/view.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
* @package OctoMS
* @subpackage WP.OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/libraries/oms/zip.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/*
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/wizard/controllers/wizard.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
2 changes: 1 addition & 1 deletion core/wizard/models/wizard.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php if(!defined('OCTOMS')){header('HTTP/1.1 403');die('{"error":"forbidden"}');}
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* Redistributions of files must retain the above copyright notice.
Expand Down
8 changes: 4 additions & 4 deletions core/wizard/views/js/functions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Drag and scroll for OctoMS Help
*
* Copyright 2011, Mark Jivko <stephino.team@gmail.com>
* Copyright 2011, Mark Jivko https://markjivko.com
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://www.opensource.org/licenses/mit-license.php
* http://www.opensource.org/licenses/gpl-2.0.php
Expand Down Expand Up @@ -50,7 +50,7 @@ jQuery.dragandscroll = {
/*!
* FlyingTabs for OctoMS Help
*
* Copyright 2011, Mark Jivko <stephino.team@gmail.com>
* Copyright 2011, Mark Jivko https://markjivko.com
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://www.opensource.org/licenses/mit-license.php
* http://www.opensource.org/licenses/gpl-2.0.php
Expand Down Expand Up @@ -102,7 +102,7 @@ jQuery.flyingtabs = {
/*!
* Toolbox for OctoMS Help
*
* Copyright 2011, Mark Jivko <stephino.team@gmail.com>
* Copyright 2011, Mark Jivko https://markjivko.com
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://www.opensource.org/licenses/mit-license.php
* http://www.opensource.org/licenses/gpl-2.0.php
Expand Down Expand Up @@ -343,7 +343,7 @@ jQuery.toolbox = {
/*!
* Dispatcher for OctoMS Help
*
* Copyright 2011, Mark Jivko <stephino.team@gmail.com>
* Copyright 2011, Mark Jivko https://markjivko.com
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://www.opensource.org/licenses/mit-license.php
* http://www.opensource.org/licenses/gpl-2.0.php
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @package OctoMS
* @copyright (c) 2011 Mark Jivko <stephino.team@gmail.com>
* @copyright (c) 2011 Mark Jivko https://markjivko.com
* @license GPL v3+ (https://gnu.org/licenses/gpl-3.0.txt)
*
* This program is distributed in the hope that it will be useful,
Expand Down

0 comments on commit d58117b

Please sign in to comment.