From 125450be73114963b38b479d8ef891c345a2d9a6 Mon Sep 17 00:00:00 2001 From: Ben Werdmuller Date: Wed, 14 May 2014 22:16:57 -0700 Subject: [PATCH] Further changes to readies etc --- .travis.yml | 2 +- CONTRIBUTORS.md | 19 +++++++++++-------- HARASSMENT-POLICY.md | 18 +++++++++--------- LICENSE | 2 +- README.md | 26 ++++++++++---------------- Tests/Homepage.php | 2 +- css/default.css | 2 +- index.php | 4 ++-- js/default.js | 2 +- templates/default/shell.tpl.php | 4 ++-- 10 files changed, 39 insertions(+), 42 deletions(-) diff --git a/.travis.yml b/.travis.yml index f5e4519c14..9d430d3988 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ services: notifications: email: - - hello@idno.co \ No newline at end of file + - hello@withknown.com \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 19c3966f9f..962f4f5a39 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,27 +1,30 @@ -Contributors to Idno -==================== +Contributors to Known +===================== -The following individuals have made major contributions to idno. +The following individuals have made major contributions to Known. Core team --------- -* Ben Werdmuller http://benwerd.com +* Ben Werdmuller http://werd.io +* Erin Jo Richey http://erinjo.is -Community contributors, by idno release ---------------------------------------- +Homepage: http://withknown.com/ +Team Known site: http://stream.withknown.com/ + +Community contributors, by Known release +---------------------------------------- 0.1 * Jesse Vincent http://s.ly * Marcus Povey http://marcus-povey.co.uk -* Erin Jo Richey http://erinjorichey.com * Adrian Goins http://arces.net How can I contribute? --------------------- -* Visit Idno on GitHub: https://github.com/idno/idno +* Visit Known on GitHub: https://github.com/idno/idno * Check and file issues * Submit pull requests * Not a coder? No problem. Design, text copy, workflows, documentation and bug hunting are just as important as code. Ask us how! diff --git a/HARASSMENT-POLICY.md b/HARASSMENT-POLICY.md index 917de07caf..84f118c212 100644 --- a/HARASSMENT-POLICY.md +++ b/HARASSMENT-POLICY.md @@ -1,7 +1,7 @@ Anti-Harassment Policy ====================== -We want everyone to feel comfortable contributing to the Idno project. +We want everyone to feel comfortable contributing to the Known project. As such, we want to make sure that we are clear about our rules as a community with respect to harassment. @@ -11,18 +11,18 @@ anti-harassment policy, which can be found here: * http://geekfeminism.wikia.com/index.php?title=Conference_anti-harassment_policy We also encourage you to use and publish the above anti-harassment policy -for any Idno-related events you may choose to run. +for any Known-related events you may choose to run. -As with all aspects of Idno, we encourage you to submit suggested changes +As with all aspects of Known, we encourage you to submit suggested changes via GitHub: https://github.com/idno/idno/ If you're wondering about how you can contribute, please see CONTRIBUTORS.md, -or go ahead and email us: hello@idno.co. We'll be delighted to hear from +or go ahead and email us: hello@withknown.com. We'll be delighted to hear from you. The short version ----------------- -Idno is dedicated to providing a harassment-free community for everyone, +Known is dedicated to providing a harassment-free community for everyone, regardless of gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, or religion. We do not tolerate harassment of community participants in any form. Sexual language @@ -45,7 +45,7 @@ If a participant engages in harassing behavior, the core team may take any action they deem appropriate, including warning the offender or expulsion from the community. If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of the -core team immediately. The core team can always be emailed at hello@idno.co. +core team immediately. The core team can always be emailed at hello@withknown.com. The core team will be happy to help participants contact any appropriate moderators, authorities or local law enforcement, or otherwise assist those @@ -55,6 +55,6 @@ community. We value your contributions. Get in touch with the core team ------------------------------- -* Generic email: hello@idno.co -* Ben Werdmuller: ben@benwerd.com, +1 (312) 488-9373 - +* Generic email: hello@withknown.com +* Ben Werdmuller: ben@withknown.com, +1 (312) 488-9373 +* Erin Jo Richey: erin@withknown.com diff --git a/LICENSE b/LICENSE index 4577cdcff7..f852629034 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright Ben Werdmuller +Copyright Known, Inc Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index e959274909..9869c08254 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,15 @@ -idno -==== -idno is a modern social networking engine, which aims to be: +Known +===== +Known is a publishing platform for everyone. -* Easy to use -* Easy to customize -* Easy to build on top of -* A social website in a box +Project homepage: -Project homepage: -Project lead: Ben Werdmuller - -idno is under active development and an installable package is not yet available. It requires PHP 5.4+ with the MongoDB extension, Apache Web Server with the mod_rewrite extension, and MongoDB. +Known is under active development and an installable package is not yet available. It requires PHP 5.4+ with the MongoDB extension, Apache Web Server with the mod_rewrite extension, and MongoDB. Copyright --------- -Except for included third-party projects, idno is (c) Ben Werdmuller. -For included third-party projects, see "idno also contains" below. +Except for included third-party projects, Known is (c) Known, Inc. +For included third-party projects, see "Known also contains" below. Contributors ------------ @@ -23,10 +17,10 @@ Contributors License ------- -idno is licensed under the Apache Software License 2.0. See LICENSE for more information. +Known is licensed under the Apache Software License 2.0. See LICENSE for more information. -idno also contains ------------------- +Known also contains +------------------- * Twitter Bootstrap, which is distributed under the Apache 2.0 license. Source: https://github.com/twitter/bootstrap * Bonita, which is distributed under the Apache 2.0 license. Source: https://github.com/benwerd/bonita * jQuery, which is distributed under the MIT License. Source: https://github.com/jquery/jquery diff --git a/Tests/Homepage.php b/Tests/Homepage.php index 354d17e5db..3cc0c699d1 100644 --- a/Tests/Homepage.php +++ b/Tests/Homepage.php @@ -6,7 +6,7 @@ class Homepage extends \PHPUnit_Framework_TestCase { function testHomepageLoads() { - // Load idno framework + // Load Known framework require_once(dirname(dirname(__FILE__)) . '/Idno/start.php'); // Get the rendered homepage diff --git a/css/default.css b/css/default.css index ad97ea1248..a9118c5794 100644 --- a/css/default.css +++ b/css/default.css @@ -1,5 +1,5 @@ /** - Default idno CSS + Default Known CSS */ body { diff --git a/index.php b/index.php index 242def9624..24a142c330 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,13 @@ config()->url . 'external/bootstrap/' ?>assets/js/html5shiv.js"> - + @@ -179,7 +179,7 @@