Commit graph

1277 commits

Author SHA1 Message Date
Jasper Van der Jeugt
e9ec407ba9 Merge pull request #179 from saeidw/windows-site-root
Fix incorrect output of toSiteRoot on Windows.
2013-09-16 13:02:54 -07:00
Saeid Al-Wazzan
a796988a16 Fix incorrect output of toSiteRoot on Windows.
toSiteRoot uses splitPath, joinPath, and takeDirectory from the
System.FilePath module. On Windows systems, the implementation of
joinPath will build up a path using the Windows path separator "\\".

We don't want this behavior since the paths we are working with
are always URLs, so we force POSIX behavior for System.FilePath.
2013-09-16 01:17:38 +03:00
Jasper Van der Jeugt
11d5b8064a Merge pull request #178 from blaenk/port-option
add preview port Configuration field
2013-08-30 10:45:50 -07:00
Jorge Israel Peña
999252ece1 add preview port Configuration field
Make it possible to specify the default port to listen on when the
preview server is run. This is useful if another service on the system
already runs on port 8000 (the default), since it's a hassle to keep
providing the port overriding option. For example: ./site preview vs.
./site preview -p 4000
2013-08-29 22:43:57 -07:00
Jasper Van der Jeugt
94d7281a2c Merge pull request #177 from stoltene2/master
Adding a watch command
2013-08-28 11:48:21 -07:00
Eric Stolten
866a282f19 * Preview now shows the deprecation message and calls watch.
* Details on how to disable the server in the command description.
2013-08-28 13:11:44 -04:00
Jasper Van der Jeugt
015c7c5b12 Merge pull request #176 from gwern/patch-1
Update examples.markdown: gwern.net repo home
2013-08-26 09:23:31 -07:00
Eric Stolten
f01b641649 1. Added the WATCH_SERVER flag that is enabled by default
1. Added an argument to watch, --no-server which will disable the embedded server.
1. Added a deprecation message to the preview mode
2013-08-25 22:49:50 -04:00
Eric Stolten
fbc43b3a04 Merge branch 'upstream-master' 2013-08-20 22:03:04 -04:00
Eric Stolten
f14f52040a Added a watch command that will continually poll for changes and rebuild them. 2013-08-20 21:59:39 -04:00
gwern
16488d648c Update examples.markdown: gwern.net repo home
I've ceased hosting the repo myself since it has grown to 1.6GB, and instead put it on Patch-tag.com, so the command is no longer correct.
2013-08-19 14:35:30 -04:00
Jasper Van der Jeugt
5679681ac1 Change type: metadataField :: Context a
Closes #175
2013-08-16 11:48:26 +02:00
Jasper Van der Jeugt
64569d7b72 Fix versions & metadata loading issue
Closes #171
2013-08-14 00:18:31 +02:00
Jasper Van der Jeugt
faa90283bf Explode when using mapContext over ListField 2013-08-13 01:38:18 +02:00
Jasper Van der Jeugt
0b111066b0 Add eanalytica.com to examples 2013-08-13 00:58:20 +02:00
Jasper Van der Jeugt
fad9134fd4 Add functionField again 2013-08-10 16:19:23 +02:00
Jasper Van der Jeugt
ab0aebb3c3 Add mapContext again 2013-08-05 12:25:55 +02:00
Jasper Van der Jeugt
e12c4e36ff Merge pull request #170 from duplode/master
Added scr.stunts.hu to the example sites.
2013-08-02 11:24:40 -07:00
Daniel Mlot
98dea4c06c Added scr.stunts.hu to the example sites. 2013-08-02 02:12:52 -03:00
Jasper Van der Jeugt
a31a7bd738 Add nickcharlton.net to examples 2013-07-16 11:56:04 +02:00
Jasper Van der Jeugt
325dbd19d4 Merge pull request #168 from Keruspe/master
Fix check of escaped internal uris
2013-07-07 13:47:19 -07:00
Marc-Antoine Perennou
82a38a742a check: unescape internal uris
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
2013-07-07 19:02:21 +02:00
Jasper Van der Jeugt
23efeb2405 Merge pull request #166 from uu1101/doc-fix
Correct example code: parseGlob ==> fromGlob
2013-07-01 01:34:01 -07:00
uu1101
b5803bc7b6 Correct example code: parseGlob ==> fromGlob 2013-06-30 19:21:17 +02:00
Jasper Van der Jeugt
06cfafbf0d Add darkfox.us.to to examples 2013-06-18 12:17:57 +02:00
Jasper Van der Jeugt
a3c4d06ff9 Merge pull request #162 from uu1101/seq-stderr
Deepseq stderr before closing the handle
2013-06-17 04:43:06 -07:00
Jasper Van der Jeugt
920ddbb389 Add xinitrc.de to examples 2013-06-17 13:36:17 +02:00
Jasper Van der Jeugt
3ceaaf9430 Version bump (4.3.1.0) 2013-06-17 12:06:12 +02:00
Jasper Van der Jeugt
c4e6b7fd8d Update teaser tutorial 2013-06-17 12:03:52 +02:00
Jasper Van der Jeugt
6814ff2e9b Only add teaser when <!--more--> is there 2013-06-17 12:01:22 +02:00
Jasper Van der Jeugt
25e15846a2 Tighten network dependency 2013-06-16 21:56:58 +02:00
Jasper Van der Jeugt
832c6d3f9a Merge pull request #165 from nagisa/uri-sanitise
Better sanitising for URIs
2013-06-16 09:05:41 -07:00
Simonas Kazlauskas
72ed15e174 Make toUri sanitise all characters needed 2013-06-16 15:11:04 +03:00
Simonas Kazlauskas
d456f6ebf7 More tests for toUrl function 2013-06-16 14:57:31 +03:00
Jasper Van der Jeugt
537e72333f Sanitize URLs in toUrl
Closes #163
2013-06-15 20:15:33 +02:00
uu1101
a1e778d1e5 Set handle encoding as per locale 2013-06-14 01:02:14 +02:00
uu1101
cf501485b1 Deepseq stderr before closing the handle
Otherwise laziness allows for the handle to be closed withouth receiving the
input. This caused that no error messages were printed when `unixFilter`s
failed.
2013-06-14 00:32:45 +02:00
Jasper Van der Jeugt
a591b1622f All ready for the 4.3 release! 2013-06-12 12:15:53 +02:00
Jasper Van der Jeugt
2c2b9b21df Merge pull request #161 from blaenk/add-site
add blaenkdenum.com to examples
2013-06-09 00:28:56 -07:00
Jorge Israel Peña
7ea50da884 add blaenkdenum.com to examples 2013-06-08 20:38:47 -07:00
Jasper Van der Jeugt
e687662ba0 teaserContext -> teaserField 2013-06-06 10:21:18 +02:00
Jasper Van der Jeugt
fd917217ae Update hakyll-init example to new template system 2013-06-05 14:10:11 +02:00
Jasper Van der Jeugt
569c6e035a Clarify ./site rebuild a bit
See #160
2013-06-04 10:10:34 +02:00
Jasper Van der Jeugt
7588d48618 Fix link to list module
See #159
2013-06-04 10:07:41 +02:00
Jasper Van der Jeugt
5bca6e017c The File util module is not internal
See #159
2013-06-04 10:05:01 +02:00
Jasper Van der Jeugt
b336943f48 Merge pull request #158 from regisfoucault/patch-2
Update examples.markdown
2013-06-04 01:00:47 -07:00
Régis Foucault
6a744fe252 Update examples.markdown 2013-05-31 14:49:11 +02:00
Jasper Van der Jeugt
5f32bb22e6 Merge pull request #157 from regisfoucault/patch-1
Update examples.markdown
2013-05-28 08:57:29 -07:00
Régis Foucault
7d48c0fbe0 Update examples.markdown 2013-05-26 23:53:41 +03:00
Jasper Van der Jeugt
0409d6110c Merge pull request #155 from blaenk/win32-preview-fix
fix preview functionality on windows
2013-05-24 00:47:06 -07:00