Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sen committed Mar 2, 2019
0 parents commit 6f96a58
Show file tree
Hide file tree
Showing 299 changed files with 11,840 additions and 0 deletions.
674 changes: 674 additions & 0 deletions COPYING

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions LICENSE
@@ -0,0 +1,15 @@
CNTP - Custom New Tab Page
Copyright (C) 2018-2019 Marcel Santos <sen@archlinux.us>

CNTP is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

CNTP is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
339 changes: 339 additions & 0 deletions cntp_db_dump.sql

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions config.php
@@ -0,0 +1,7 @@
<?php
date_default_timezone_set("Europe/Berlin");
class config {
static $version = '2.0';
static $domain = 'your.domain.org';
static $mail = 'YourMail@domain.org';
} ?>

0 comments on commit 6f96a58

Please sign in to comment.