Kyle Fuller
|
e694cdc2b3
|
docs: Fix some sphinx warnings, and correctly format the french FAQ
|
2012-04-15 15:08:06 +01:00 |
|
Kyle Fuller
|
597233c49b
|
Fix a broken link in the docs
|
2012-04-15 15:01:03 +01:00 |
|
Kyle Fuller
|
51d0e83a21
|
Merge pull request #307 from kriwil/header-category-link
Fixed hardcoded category url in base.html in default themes
|
2012-04-15 06:48:01 -07:00 |
|
Kyle Fuller
|
4c4c2a9604
|
Add a missing '
|
2012-04-15 14:40:10 +01:00 |
|
Kyle Fuller
|
7b5b99aafa
|
Merge pull request #303 from dafyddcrosby/typos
Fix some typos and grammar
|
2012-04-15 06:33:51 -07:00 |
|
Kyle Fuller
|
ac8f3fc653
|
Fix misspelling of ftp_target_dir in quickstart
|
2012-04-15 14:31:34 +01:00 |
|
Kyle Fuller
|
644af826ee
|
Merge pull request #302 from stephane/quickstart-fix
Fix misspelling of ssh_target_dir in quickstart
|
2012-04-15 06:29:44 -07:00 |
|
Meir Kriheli
|
ddf57ca295
|
Also compile less css files in theme static
|
2012-04-15 02:52:19 +03:00 |
|
Meir Kriheli
|
50f2cd295f
|
Implement LessCSSGenerator
|
2012-04-15 02:20:20 +03:00 |
|
Meir Kriheli
|
a9f798eae1
|
Document less css generator
|
2012-04-15 00:41:38 +03:00 |
|
Aaron Kavlie
|
23c05ad7db
|
Issue #311, #312
Document BeautifulSoup & pandoc deps.
|
2012-04-12 19:53:03 -07:00 |
|
Aaron Kavlie
|
6888a04636
|
Issue #311
Catch BeautifulSoup ImportError.
|
2012-04-12 19:38:59 -07:00 |
|
Matt Bowcock
|
5e6945d380
|
Added facebook icon to default theme.
|
2012-04-10 12:51:16 -04:00 |
|
Aldiantoro Nugroho
|
424cfe1b1e
|
Fixed hardcoded category url in base.html.
|
2012-04-10 17:30:42 +08:00 |
|
Matt Bowcock
|
c8323af63d
|
Fixed _EXTENSIONS dictionary definition.
|
2012-04-10 00:40:05 -04:00 |
|
Matt Bowcock
|
d4e632dfa8
|
Unit test failed due to missing trailing comma in tuple. Fixed.
|
2012-04-10 00:32:01 -04:00 |
|
Matt Bowcock
|
75febf4bfd
|
Add support for multiple file extensions per file reader.
Conflicts:
pelican/readers.py
|
2012-04-10 00:15:12 -04:00 |
|
Matt Bowcock
|
1b978bac6d
|
Added markdown option to importer documentation. Issue #292
|
2012-04-09 22:45:58 -04:00 |
|
Dafydd Crosby
|
28a1e0f432
|
Fix some typos and grammar
|
2012-04-07 18:02:40 -06:00 |
|
Stéphane Raimbault
|
ae97cbfb72
|
Fix misspelling of ssh_target_dir in quickstart
|
2012-04-07 17:33:23 +02:00 |
|
Albrecht Mühlenschulte
|
405cc66637
|
added missing file extension in make file generation (index.html)
|
2012-04-07 11:01:31 +02:00 |
|
Albrecht Mühlenschulte
|
7b657032ae
|
added rsync_upload to the generated Makefile
|
2012-04-06 21:54:11 +02:00 |
|
Alexis Metaireau
|
b9973bcf8a
|
Merge pull request #299 from Natim/master
Add rsync_upload
|
2012-04-06 00:57:49 -07:00 |
|
Rémy HUBSCHER
|
b509fe70cd
|
Add rsync_upload
|
2012-04-06 09:55:15 +02:00 |
|
Bruno Binet
|
cfebb37c64
|
fix command to regenerate the output of basic functional test
the command needs to be prefixed by USER="Dummy Author" which is the author
name value mocked in the corresponding functional test.
|
2012-04-05 06:51:44 +02:00 |
|
Bruno Binet
|
03fdefb158
|
add instructions to regenerate the output of functional tests
|
2012-04-04 23:18:13 +02:00 |
|
Bruno Binet
|
912ffe4a91
|
update basic output with $USER="Dummy Author"
USER="Dummy Author" pelican -o tests/output/basic/ samples/content/
|
2012-04-04 23:17:46 +02:00 |
|
Bruno Binet
|
c430ab57ba
|
mock getenv to always return the same value for $USER
|
2012-04-04 22:54:28 +02:00 |
|
Bruno Binet
|
c4c49678f9
|
update basic output now that categories are correctly sorted
pelican -o tests/output/basic/ samples/content/
|
2012-04-04 22:54:23 +02:00 |
|
Bruno Binet
|
7fcaca85dd
|
update custom output now that categories are correctly sorted
pelican -o tests/output/custom/ -s samples/pelican.conf.py samples/content/
|
2012-04-04 22:54:16 +02:00 |
|
Bruno Binet
|
f903aaa1a4
|
remove unittest.skip statements for functional tests
|
2012-04-04 22:43:37 +02:00 |
|
Bruno Binet
|
7f36e0ed20
|
fix sorting of authors list
|
2012-04-04 22:24:53 +02:00 |
|
Bruno Binet
|
877d454c8f
|
fix sorting of categories list
|
2012-04-04 22:24:44 +02:00 |
|
Alexis Metaireau
|
e5f58c9594
|
Merge branch 'master' of github.com:ametaireau/pelican
|
2012-04-03 11:59:30 +02:00 |
|
Alexis Metaireau
|
b845db30de
|
Add a way to know what metadata exists.
This allows in a theme to have a look at the "metadata" attribute of a content
to know what are the metadata fields defined by it.
|
2012-04-03 11:58:31 +02:00 |
|
Alexis Metaireau
|
c234005f1c
|
Merge pull request #294 from tshepang/master
pelican-importer for Wordpress doesn't add tags
|
2012-04-02 07:41:10 -07:00 |
|
Tshepang Lekhonkhobe
|
e999e0f6be
|
Merge branch 'master' of https://github.com/ametaireau/pelican
|
2012-04-02 01:23:04 +02:00 |
|
Tshepang Lekhonkhobe
|
2db2b671f2
|
fix #293: pelican-importer for Wordpress doesn't add tags
|
2012-04-02 01:06:27 +02:00 |
|
Alexis Metaireau
|
f492f2d14d
|
specify supported python version in the setup.py
|
2012-04-01 15:55:41 +02:00 |
|
Alexis Metaireau
|
9f03a407cb
|
the dep to markdown is optional. rst is not.
|
2012-04-01 14:46:09 +02:00 |
|
Alexis Metaireau
|
6880f3d1e9
|
make docs more explicit
|
2012-04-01 13:54:20 +02:00 |
|
Alexis Metaireau
|
fe9af76e22
|
default :: doesn't work for syntactic recognition
|
2012-04-01 13:51:44 +02:00 |
|
Alexis Metaireau
|
be01e9f3a1
|
Skip functional tests for now
|
2012-04-01 13:50:03 +02:00 |
|
Alexis Metaireau
|
373ccdebf2
|
Add style for the note marker. Fix #257
|
2012-04-01 13:42:28 +02:00 |
|
Alexis Metaireau
|
ebe5c0b2bf
|
Enhance warnings. Fix #196
|
2012-04-01 13:37:35 +02:00 |
|
Alexis Metaireau
|
2d55eacc57
|
Fix the autogenerated makefile.
Fix #278
|
2012-04-01 13:21:44 +02:00 |
|
Alexis Metaireau
|
68b4b8f2f2
|
Add markdown as a dev requirement.
This allows everyone to have the same setup when generating the tests. It is
useful for #288 for instance.
|
2012-04-01 03:22:53 +02:00 |
|
Alexis Metaireau
|
af2b588ea6
|
Merge pull request #289 from bbinet/fix_index_template
Fix index.html template
|
2012-03-31 18:08:30 -07:00 |
|
Alexis Metaireau
|
3e288b9a0f
|
Merge pull request #288 from bbinet/functionnal-test
Functionnal test
|
2012-03-31 18:04:42 -07:00 |
|
Alexis Metaireau
|
3cabdb2dbf
|
Merge pull request #285 from yumike/summary_markup
Fix markup for single-paragraph summary in reST metadata
|
2012-03-31 18:03:26 -07:00 |
|