Commit graph

1582 commits

Author SHA1 Message Date
reillysmith
f0e0390daf 4 may 2017 content blog 2017-05-04 16:15:53 -07:00
reillysmith
fb89ad32d1 4 may 2017 banner 2017-05-04 16:00:28 -07:00
reillysmith
e74cb1b36f 4 may 2017 inline 2017-05-04 15:59:57 -07:00
Alex Grintsvayg
6d0ea6e236 space 2017-05-04 15:36:36 -04:00
Alex Grintsvayg
1aebc8a9c9 roadmap suck less 2017-05-04 15:33:04 -04:00
Jeremy Kauffman
8fcf46d473 minor tweaks to credit repot 2017-05-03 11:51:23 -04:00
Josh Finer
2af33330da Create Q1-17-CreditReport.md 2017-05-03 09:46:20 -04:00
Josh Finer
07dd88b3bd Update credit-policy.md
Added 4q and 1q reports
2017-05-03 09:34:42 -04:00
Alex Grintsvayg
efd711d080 wrong url 2017-05-02 09:40:19 -04:00
Alex Grin
d4406f1eb1 Merge pull request #105 from sleepdefic1t/patch-1
Fixed URL
2017-05-02 09:39:04 -04:00
Simon
f68a445bc7 Fixed URL
.../lbry/lbry -> .../lbryio/lbry
2017-05-02 07:13:08 -04:00
Alex Grintsvayg
ab76371b96 security email 2017-05-01 13:33:32 -04:00
Alex Grin
213e918f46 Merge pull request #103 from topherhunt/patch-1
Update benefit-consumers.md: Minor typo fix
2017-05-01 11:40:35 -04:00
Jeremy Kauffman
015f1d90fe Merge pull request #104 from Maxwell-lt/patch-1
Fix minor typo
2017-05-01 11:30:28 -04:00
Maxwell-lt
d3f79339f0 Fix minor typo
immedaitely -> immediately
2017-05-01 11:25:15 -04:00
Topher Hunt
851ef690fc Update benefit-consumers.md: Minor typo fix 2017-04-28 21:16:48 -05:00
reillysmith
70d8a4502e Update 108-mayer-makes.md 2017-04-28 10:11:39 -07:00
reillysmith
bb5de31d5e april 27 17 content blog 2017-04-27 16:35:12 -07:00
reillysmith
30b8510e60 27 april 17 inline 2017-04-27 16:32:15 -07:00
reillysmith
447a995023 27 april 17 banner 2017-04-27 16:31:52 -07:00
Jeremy Kauffman
b7eba49f87 always center image, add minimum height 2017-04-27 16:49:19 -04:00
Jeremy Kauffman
71d5c91061 we'll get there on fixing this 2017-04-27 16:45:08 -04:00
Jeremy Kauffman
bc71046e29 fix css for large monitors 2017-04-27 16:41:05 -04:00
Jeremy Kauffman
58ed126263 less profane homepage 2017-04-27 16:26:43 -04:00
Jeremy Kauffman
dd87a15e58 safer to clearfix 2017-04-27 16:20:00 -04:00
Jeremy Kauffman
3a97474155 mobile fix 2017-04-27 16:17:44 -04:00
Jeremy Kauffman
1cade25f6b remove unnecessary div 2017-04-27 16:10:43 -04:00
Jeremy Kauffman
1d9c399cfc ship it 2017-04-27 16:08:45 -04:00
Jeremy Kauffman
d7b40bc8f8 hacked 2017-04-26 12:24:05 -04:00
Jeremy Kauffman
5bd96c7933 Merge pull request #102 from bsinglet/master
Update _quickstartApi.php (#1)
2017-04-25 21:48:28 -04:00
bsinglet
e6606c6395 Update _quickstartApi.php (#1)
Updated to new API, which requires a "uri" parameter for GET requests instead of a "name" parameter.
2017-04-25 17:34:12 -04:00
Jeremy Kauffman
b51f8ced01 add tos stub 2017-04-24 12:47:53 -04:00
reillysmith
448fd6b535 Update 107-whoiscapital.md 2017-04-20 16:48:49 -07:00
reillysmith
668d19a4ff Rename 107-capital.md to 107-whoiscapital.md 2017-04-20 16:38:59 -07:00
reillysmith
6b9b3b1ed4 20 april 17 content blog 2017-04-20 16:38:28 -07:00
reillysmith
8a17a3c2fc 20 april 17 inline 2017-04-20 16:32:34 -07:00
reillysmith
f57aeaba24 20 april 17 banner 2017-04-20 16:32:15 -07:00
Jeremy Kauffman
524e93be05 Merge branch 'master' of https://github.com/lbryio/lbry.io 2017-04-18 18:40:03 -04:00
Jeremy Kauffman
e2027c3eb2 add URL shortcuts for app pre-releases 2017-04-18 18:12:58 -04:00
Alex Grintsvayg
b00c4e9eb2 dont need this gitkeep anymore 2017-04-17 09:59:08 -04:00
Alex Grintsvayg
78082d6051 Merge branch 'flungo-docker-development'
* flungo-docker-development:
  Added reference configurations
  Added dev-docker.sh for developing with Docker
  Provide example configuration
2017-04-17 09:56:08 -04:00
Fabrizio Lungo
0229cd105f Added reference configurations
Added commented out configurations in `data/config.php.example` to use as reference for the available configurations.
2017-04-17 09:55:36 -04:00
Fabrizio Lungo
2ec174b685 Added dev-docker.sh for developing with Docker
Developing using Docker is now simple and avoids the need to install PHP on the developer's host machine. Common code from `dev.sh` and `dev-docker.sh` has been extracted into a `dev-prepare.sh`. README contains instructions on how to use both dev scripts - which the developer can choose based on their preference.
2017-04-17 09:55:13 -04:00
Fabrizio Lungo
d5b71a9e17 Provide example configuration
Provide an example configuration which is automatically made as the default configuration if no other configuration is provided. This makes starting the server for development as per the instructions in the README simpler and works without any additional actions. Without this, there is no config file and the site will not be served.
2017-04-17 09:55:13 -04:00
Jeremy Kauffman
b270c2be46 Merge pull request #100 from nicknitewolf/patch-1
Fix some spelling issues
2017-04-17 08:55:43 -04:00
Nikolai Petrenko
30b339e451 Fix some spelling issues 2017-04-15 23:47:47 +08:00
reillysmith
dea1ce42eb Update 106-matt-sokol.md 2017-04-13 17:06:37 -07:00
reillysmith
b9f8c53fd5 13 april 2016 content blog 2017-04-13 17:01:36 -07:00
reillysmith
a7837468ae 13 april content inline 2017-04-13 16:50:08 -07:00
reillysmith
25972e7bde 13 april content banner 2017-04-13 16:49:44 -07:00