theshka
3004548793
Update README.md
10 years ago
theshka
dfd2533805
update content to content-sample
10 years ago
theshka
b1dab08b98
Merge pull request #121 from caseycs/composer
...
remove twig and composer files from sources, now composer install is required...
10 years ago
theshka
483334170f
Merge pull request #131 from Frodox/devel-chris
...
Don't remove all comments while parse content
10 years ago
theshka
b586c9fd5f
Merge pull request #137 from sergeweyland/patch-1
...
Update pico.php
10 years ago
theshka
3a58a4efd6
Change yousite to yoursite
10 years ago
theshka
af3c128ef1
Merge pull request #217 from theshka/master
...
updated default theme
10 years ago
theshka
e7f1646272
Update default theme; responsive/mobile navigation.
10 years ago
theshka
7513f88e6c
Update default theme; responsive/mobile navigation.
10 years ago
picocms
d1dd293a3a
Merge pull request #215 from theshka/master
...
Define missing content directory
10 years ago
theshka
c4af6eef9d
Define missing content directory
...
Using the editor plugin after this file was updated causes errors. Fixed by re-defining the content directory.
10 years ago
picocms
cee070f64e
Merge pull request #212 from gregfedorov/master
...
Easing the life of a noob on get go, making sure nothing errors out.
10 years ago
gregfedorov
01803759b6
Clears php warnings if not configured in php.ini or elsewhere.
10 years ago
gregfedorov
d6df89ad2c
Typo causes error on php 5.6.7
10 years ago
picocms
275d975ad8
Merge pull request #162 from cmattoon/patch-1
...
Update pico.php
10 years ago
picocms
eb494c072c
Merge pull request #150 from pschmitt/master
...
Localize date meta
10 years ago
picocms
80fa39769c
Merge pull request #113 from Snip1/master
...
Update pico.php
10 years ago
picocms
ed18e3194b
Merge pull request #206 from kstenschke/patch-1
...
Update Dependeny: Twig (from 1.12 to 1.18)
10 years ago
picocms
fdd60d8f98
Merge pull request #207 from raptorz/master
...
fix get_protocol bug.
10 years ago
picocms
78a1db490e
Merge pull request #211 from dmelo/master
...
Improve project organization
10 years ago
Diogo Oliveira de Melo
32b179faff
Minor fix
10 years ago
Diogo Oliveira de Melo
19c9696a12
Minor fix
10 years ago
Diogo Oliveira de Melo
9e8b09ae41
Add reference to composer on README
10 years ago
Diogo Oliveira de Melo
e05314b671
minor fix on README
10 years ago
Diogo Oliveira de Melo
547687fed3
Add instructions about Pico on README.
...
- add install and run instructions on README.
10 years ago
Diogo Oliveira de Melo
196d3cf283
Move content to content-sample
...
- move the directory content to content-sample
- remove CONTENT_DIR as a define on index.php
- create config value "content_dir" and replace all CONTENT_DIR by it's
correspondent $config['content_dir']
- add the content_dir config on config.php.template
10 years ago
Diogo Oliveira de Melo
0f6a55baa0
Organize files on git.
...
- add vendor to .gitignore
- remove all vendor files
- move content to content-sample
- move config.php to config.php.template
10 years ago
raptor
8efa97accc
fix get_protocol bug.
...
$_SERVER['HTTPS'] == '' on nginx http
10 years ago
Kay Stenschke
62a03174c9
Update Twig too recent version (from 1.12 to 1.18)
10 years ago
picocms
234c295f69
Update README.md
11 years ago
picocms
b2330ad357
Merge pull request #141 from outrunthewolf/patch-1
...
Update index.php
11 years ago
Curtis Mattoon
dfb5900835
Update pico.php
...
Added ignore for tmp file extensions in the get_files() method. When editing plugins with emacs, the get_files() method also grabs the temp files, which leads to a "Can't redclare class [PluginName]" error.
Side note: Would these arrays be better in a property (ala DRY)?
11 years ago
picocms
184b18383f
Update index.html
...
Updated link
11 years ago
picocms
1e0d6ce7b6
Update pico_plugin.php
...
Updated link
11 years ago
picocms
364a395226
Update pico.php
...
Updated link
11 years ago
picocms
254d390316
Update index.md
11 years ago
picocms
e2df7a2f0d
Update index.md
...
Updated links
11 years ago
picocms
4434205c91
Update composer.json
...
Updated locations
11 years ago
picocms
8faa006630
Update README.md
...
Updated link
11 years ago
Philipp Schmitt
a2331c1b53
UTF-8 encoding for date meta
11 years ago
Philipp Schmitt
553a5ea010
Localize date meta
...
Use strftime() instead of date() so that non-english websites can
display the date meta in their locale. The locale can be set with
setLocale(LC_ALL, 'YOURLOCALE').
Please note that this changes the date format.
More information: http://php.net/strftime
11 years ago
outrunthewolf
48a1b00f87
Update index.php
...
Require once on core files, to stop redeclare when composer has already done so.
12 years ago
Gilbert Pellegrom
77d8b39ff9
Merge pull request #134 from schoettl/master
...
Removed space character between /*
12 years ago
Gilbert Pellegrom
c4991aede2
Merge pull request #126 from iheanyi/master
...
Fix typos within index.md
12 years ago
sergeweyland
aea6779195
Update pico.php
...
Fixes an issue wherein the alphabetical sorting of pages did not happen, because array key was not, in fact, the page's filename.
12 years ago
Jakob Schöttl
2869a904c2
Removed space character between /*
12 years ago
Cristian
2194dd1bdb
Fix comment
12 years ago
Cristian
0cdb1735bb
Merge branch 'master' of https://github.com/gilbitron/Pico into devel-chris
12 years ago
Iheanyi Ekechukwu
44fb99ade3
Fix typos within index.md
...
direcotry --> directory
12 years ago
Ilia Kondrashov
13b1799c92
remove twig and composer files from sources, now composer install is required to run after clone
12 years ago