Skip to content

Commit

Permalink
used https
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 5, 2015
1 parent bb5e43c commit f81ee0c
Show file tree
Hide file tree
Showing 27 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion CD-collection/app/config.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# SECURITY WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
# http://nette.org/security-warning
# https://nette.org/security-warning
#
php:
date.timezone: Europe/Prague
Expand Down
2 changes: 1 addition & 1 deletion CD-collection/app/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@

<p id="logged-in" n:if="$user->loggedIn">Signed in as {$user->identity->realname}. <a n:href="Sign:out">Sign out</a></p>

<script src="http://nette.github.com/resources/js/netteForms.js"></script>
<script src="//nette.github.com/resources/js/netteForms.js"></script>
</body>
</html>
4 changes: 2 additions & 2 deletions CD-collection/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
"homepage": "https://nette.org/contributors"
}
],
"require": {
Expand Down
4 changes: 2 additions & 2 deletions CD-collection/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ responsibility of the router and can be changed anytime. The target of a link
is always a combination "Presenter:action" or "Presenter:signal!".


What is [Nette Framework](http://nette.org)?
What is [Nette Framework](https://nette.org)?
--------------------------------------------

Nette Framework is a popular tool for PHP web development. It is designed to be
Expand All @@ -24,7 +24,7 @@ Installing
----------

The best way to install Nette Framework is to download latest package
from http://nette.org/download or using [Composer](http://doc.nette.org/composer):
from https://nette.org/download or using [Composer](https://doc.nette.org/composer):

curl -s http://getcomposer.org/installer | php
php composer.phar update
Expand Down
2 changes: 1 addition & 1 deletion Fifteen/app/templates/Default.default.latte
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

{control fifteen}

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="{$basePath}/js/fifteen.js" type="text/javascript"></script>
<script src="{$basePath}/js/jquery.nette.js" type="text/javascript"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions Fifteen/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
"homepage": "https://nette.org/contributors"
}
],
"require": {
Expand Down
4 changes: 2 additions & 2 deletions Fifteen/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ will be working stand-alone. The communication between components and
presenter is arranged by events (event-driven model).


What is [Nette Framework](http://nette.org)?
What is [Nette Framework](https://nette.org)?
--------------------------------------------

Nette Framework is a popular tool for PHP web development. It is designed to be
Expand All @@ -21,7 +21,7 @@ Installing
----------

The best way to install Nette Framework is to download latest package
from http://nette.org/download or using [Composer](http://doc.nette.org/composer):
from https://nette.org/download or using [Composer](https://doc.nette.org/composer):

curl -s http://getcomposer.org/installer | php
php composer.phar update
Expand Down
2 changes: 1 addition & 1 deletion Fifteen/www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
h1 {
font-size: 1.9em;
margin: .5em 0 1.5em;
background: url(http://files.nette.org/icons/logo-e1.png) right center no-repeat;
background: url(https://files.nette.org/icons/logo-e1.png) right center no-repeat;
color: #7A7772;
text-shadow: 1px 1px 0 white;
}
Expand Down
2 changes: 1 addition & 1 deletion Fifteen/www/js/jquery.nette.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @copyright Copyright (c) 2009, 2010 Jan Marek
* @copyright Copyright (c) 2009, 2010 David Grudl
* @license MIT
* @link http://nette.org/cs/extras/jquery-ajax
* @link https://addons.nette.org/honza-marek/jquery-ajax
*/

/*
Expand Down
4 changes: 2 additions & 2 deletions Forms/basic-example.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@
<meta charset="utf-8">
<title>Nette\Forms basic example | Nette Framework</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="http://nette.github.com/resources/js/netteForms.js"></script>
<script src="//nette.github.com/resources/js/netteForms.js"></script>

<h1>Nette\Forms basic example</h1>

<?php echo $form ?>

<footer><a href="http://doc.nette.org/en/forms">see documentation</a></footer>
<footer><a href="https://doc.nette.org/en/forms">see documentation</a></footer>
2 changes: 1 addition & 1 deletion Forms/bootstrap2-rendering.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<meta charset="utf-8">
<title>Nette\Forms & Bootstrap 2 rendering example | Nette Framework</title>

<link rel="stylesheet" media="screen" href="http://netdna.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css" />
<link rel="stylesheet" media="screen" href="//netdna.bootstrapcdn.com/bootstrap/2.3.2/css/bootstrap.min.css" />

<div class="container">
<div class="page-header">
Expand Down
2 changes: 1 addition & 1 deletion Forms/containers.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@

<?php echo $form ?>

<footer><a href="http://doc.nette.org/en/forms">see documentation</a></footer>
<footer><a href="https://doc.nette.org/en/forms">see documentation</a></footer>
2 changes: 1 addition & 1 deletion Forms/custom-control.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ public static function validateDate(Nette\Forms\IControl $control)

<?php echo $form ?>

<footer><a href="http://doc.nette.org/en/forms">see documentation</a></footer>
<footer><a href="https://doc.nette.org/en/forms">see documentation</a></footer>
4 changes: 2 additions & 2 deletions Forms/custom-rendering.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@
background: #EEE;
}
</style>
<script src="http://nette.github.com/resources/js/netteForms.js"></script>
<script src="//nette.github.com/resources/js/netteForms.js"></script>

<h1>Nette\Forms custom rendering example</h1>

<?php echo $form ?>

<footer><a href="http://doc.nette.org/en/forms">see documentation</a></footer>
<footer><a href="https://doc.nette.org/en/forms">see documentation</a></footer>
4 changes: 2 additions & 2 deletions Forms/custom-validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static function divisibilityValidator($item, $arg)
<meta charset="utf-8">
<title>Nette\Forms custom validator example | Nette Framework</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="http://nette.github.com/resources/js/netteForms.js"></script>
<script src="//nette.github.com/resources/js/netteForms.js"></script>

<script>
Nette.validators.MyValidators_divisibilityValidator = function(elem, args, val) {
Expand All @@ -61,4 +61,4 @@ static function divisibilityValidator($item, $arg)

<?php echo $form ?>

<footer><a href="http://doc.nette.org/en/forms">see documentation</a></footer>
<footer><a href="https://doc.nette.org/en/forms">see documentation</a></footer>
4 changes: 2 additions & 2 deletions Forms/html5.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
<meta charset="utf-8">
<title>Nette\Forms and HTML5 | Nette Framework</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="http://nette.github.com/resources/js/netteForms.js"></script>
<script src="//nette.github.com/resources/js/netteForms.js"></script>

<h1>Nette\Forms and HTML5</h1>

<?php echo $form ?>

<footer><a href="http://doc.nette.org/en/forms">see documentation</a></footer>
<footer><a href="https://doc.nette.org/en/forms">see documentation</a></footer>
4 changes: 2 additions & 2 deletions Forms/localization.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ public function translate($message, $count = NULL)
<meta charset="utf-8">
<title>Nette\Forms localization example | Nette Framework</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="http://nette.github.com/resources/js/netteForms.js"></script>
<script src="//nette.github.com/resources/js/netteForms.js"></script>

<h1>Nette\Forms localization example</h1>

<?php echo $form ?>

<footer><a href="http://doc.nette.org/en/forms">see documentation</a></footer>
<footer><a href="https://doc.nette.org/en/forms">see documentation</a></footer>
2 changes: 1 addition & 1 deletion Forms/manual-rendering.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<meta charset="utf-8">
<title>Nette\Forms manual form rendering | Nette Framework</title>
<link rel="stylesheet" media="screen" href="assets/style.css" />
<script src="http://nette.github.com/resources/js/netteForms.js"></script>
<script src="//nette.github.com/resources/js/netteForms.js"></script>
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions Micro-blog/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
"homepage": "https://nette.org/contributors"
}
],
"require": {
Expand Down
6 changes: 3 additions & 3 deletions Micro-blog/readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Micro-blog (Nette Framework example)
------------------------------------

A simple example showing how to use [Nette Framework](http://nette.org) as a micro-framework.
A simple example showing how to use [Nette Framework](https://nette.org) as a micro-framework.


What is [Nette Framework](http://nette.org)?
What is [Nette Framework](https://nette.org)?
--------------------------------------------

Nette Framework is a popular tool for PHP web development. It is designed to be
Expand All @@ -18,7 +18,7 @@ Installing
----------

The best way to install Nette Framework is to download latest package
from http://nette.org/download or using [Composer](http://doc.nette.org/composer):
from https://nette.org/download or using [Composer](https://doc.nette.org/composer):

curl -s http://getcomposer.org/installer | php
php composer.phar update
Expand Down
2 changes: 1 addition & 1 deletion Micro-blog/www/config.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# SECURITY WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
# http://nette.org/security-warning
# https://nette.org/security-warning
#
php:
date.timezone: Europe/Prague
Expand Down
2 changes: 1 addition & 1 deletion Micro-blog/www/data/templates/@layout.latte
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

{include content}

<p class="footer">This is a <a href="http://nette.org">Nette Framework</a> example.</p>
<p class="footer">This is a <a href="https://nette.org">Nette Framework</a> example.</p>
</body>
</html>
2 changes: 1 addition & 1 deletion Modules-Usage/app/config.neon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# SECURITY WARNING: it is CRITICAL that this file & directory are NOT accessible directly via a web browser!
# http://nette.org/security-warning
# https://nette.org/security-warning
#
php:
date.timezone: Europe/Prague
Expand Down
4 changes: 2 additions & 2 deletions Modules-Usage/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"authors": [
{
"name": "David Grudl",
"homepage": "http://davidgrudl.com"
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "http://nette.org/contributors"
"homepage": "https://nette.org/contributors"
}
],
"require": {
Expand Down
6 changes: 3 additions & 3 deletions Modules-Usage/readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Modules (Nette Framework example)
---------------------------------

The example demonstrates the usage of modules and submodules in [Nette Framework](http://nette.org).
The example demonstrates the usage of modules and submodules in [Nette Framework](https://nette.org).
Presenters (and then templates) are separated on two main modules Front and Admin.
Furthermore, the Front module contains the Export submodule.


What is [Nette Framework](http://nette.org)?
What is [Nette Framework](https://nette.org)?
--------------------------------------------

Nette Framework is a popular tool for PHP web development. It is designed to be
Expand All @@ -20,7 +20,7 @@ Installing
----------

The best way to install Nette Framework is to download latest package
from http://nette.org/download or using [Composer](http://doc.nette.org/composer):
from https://nette.org/download or using [Composer](https://doc.nette.org/composer):

curl -s http://getcomposer.org/installer | php
php composer.phar update
Expand Down
2 changes: 1 addition & 1 deletion Modules-Usage/www/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ body {
h1 {
font: 1.9em/1.5 sans-serif;
margin: .5em 0 1.5em;
background: url(http://files.nette.org/icons/logo-e1.png) right center no-repeat;
background: url(https://files.nette.org/icons/logo-e1.png) right center no-repeat;
color: #7A7772;
text-shadow: 1px 1px 0 white;
}
Expand Down
2 changes: 1 addition & 1 deletion license.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If your stuff is good, it will not take long to establish a reputation for yours
New BSD License
---------------

Copyright (c) 2004, 2013 David Grudl (http://davidgrudl.com)
Copyright (c) 2004, 2013 David Grudl (https://davidgrudl.com)
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down

0 comments on commit f81ee0c

Please sign in to comment.