Justin Mayer
7ee6fdd9e6
Make develop_server.sh executable. Refs #443 .
...
The pelican-quickstart command generates a develop_server.sh file that
must have executable permissions in order to run.
2012-08-03 08:26:19 -07:00
Alexis Metaireau
5cb009d782
if not virtualenv is defined, fallback on '.'
2012-07-23 18:37:12 +02:00
Alexis Metaireau
46c19e3cb0
Merge pull request #411 from solsticedhiver/master
...
Fix issue #175
2012-07-20 03:55:05 -07:00
Alexis Metaireau
be2f04f082
Merge pull request #408 from tbunnyman/develop_server
...
Added the delevop_server script
2012-07-16 08:53:31 -07:00
tBunnyMan
18183632dc
Fixed the wording for the quickstart
2012-07-16 08:42:05 -07:00
tBunnyMan
ec23c94645
Made the develop server init script it's own question per req.
...
Cleaned up an improper whitespace found on 207 as well.
2012-07-12 07:32:08 -07:00
solsTiCe d'Hiver
a0d2d34466
shutil.copytree seems to throw OSError exception too
...
So revert to previous Exception handling
2012-07-09 20:08:20 +02:00
solsTiCe d'Hiver
842817f110
Revert "Use logging module instead of err function"
...
This reverts commit 4acbbb8d0f .
I don't know how to use logging/logger
This throws:
No handlers could be found for logger "pelican.tools.pelican_themes"
2012-07-09 20:05:21 +02:00
solsTiCe d'Hiver
4acbbb8d0f
Use logging module instead of err function
2012-07-09 19:48:53 +02:00
solsTiCe d'Hiver
10e668a87c
Fix issue #175
...
Force world-readable permission on files and directory of the
themes installed by pelican-themes.
Only on posix system i.e. mostly non Windows
Rationale:
If the theme's files have only -rw------- permissions, once installed
system wide and owned by root, they will not be accessible to any user but only
root.
2012-07-09 19:39:34 +02:00
tBunnyMan
38ffcfd4c4
Added the delevop_server script
...
This script and the small changes to quick start's makefile make for easily launching and killing of pelican --debug --autoreload and SimpleHTTPServer.
This is extra useful for working on templates.
2012-07-08 17:50:18 -07:00
tBunnyMan
a1f27d9189
Small change to fix #406
2012-07-07 16:59:58 -07:00
Justin Mayer
dc21efbe10
Improved quickstart config formatting. Fixes #401 .
2012-07-07 10:33:47 -07:00
Justin Mayer
18b4d65c4e
Clarify quickstart docs and remove spurious line
2012-07-07 08:45:50 -07:00
Justin Mayer
764a2cfa51
Add dual dev/publish modes to quickstart script
...
Certain configuration options are more useful in production than they
are in development. Some examples might be absolute URLs, external
analytics service identifiers, Disqus comments, etc. This version of the
quickstart script creates two configuration files: one for development
and the other for use when publishing. In addition, the related docs
have been expanded considerably. Last but not least, the quickstart
script will now detect whether there is a project folder associated with
the currently active virtualenv (if any) and use it by default.
2012-07-07 07:41:12 -07:00
Justin Mayer
d8b85580dc
Minor syntactical improvements to quickstart
2012-07-05 12:15:55 -07:00
Justin Mayer
72421d4438
Support arbitrary SSH ports in pelican-quickstart
...
Some folks choose non-standard SSH ports for security reasons, so it
makes sense to try to support that in the pelican-quickstart script.
2012-07-05 11:34:45 -07:00
Ian Cordasco
707536725d
Failed to commit some important changes.
2012-06-25 11:43:12 -04:00
Ian Cordasco
387e5c1ab9
Add upgrade ability to pelican-themes. Fix typos.
...
I disliked having to do:
$ pelican-theme -r <theme-name> -i <theme-path>
So I modified install() to handle an upgrade of an existing theme. While doing
so, I noticed that in install() and symlink() the script would error with 'no a
directory' instead of 'not a directory'. So I fixed that for you as well.
2012-06-25 08:57:09 -04:00
Alexis Metaireau
7c48937ea2
pandoc is optional
2012-06-10 13:27:36 +02:00
sam
ba8ed9fb18
Added strip raw option to wordpress xml importer
2012-05-13 23:37:33 +02:00
m-r-r
d97fc8f666
Fixed some errors
2012-05-06 12:32:53 +02:00
m-r-r
7c53cc8955
Moved templates in pelican_quistart.py to a directory
2012-05-06 12:07:13 +02:00
Albrecht Mühlenschulte
1d6289245a
removed duplication
2012-05-06 02:01:36 +02:00
Albrecht Mühlenschulte
a60fa59514
removed duplication
2012-05-06 01:59:19 +02:00
Albrecht Mühlenschulte
29fed3cc85
merged back master
2012-05-06 01:50:53 +02:00
Alexis Metaireau
004ff4e7b6
Merge pull request #325 from akavlie/issue-314
...
Better output formatting (see issue #314 )
2012-04-19 01:34:57 -07:00
Aaron Kavlie
5710dc771d
Remove --no-wrap; change para formatting to unicode string.
2012-04-18 22:28:49 -07:00
Aaron Kavlie
36a5344282
Beautify two-line string concat.
2012-04-18 22:14:53 -07:00
Aaron Kavlie
cc30695b72
Correct comment; switch to new style string formatting.
2012-04-18 09:29:47 -07:00
Aaron Kavlie
9491bb40d4
Add --no-wrap option to pandoc, fixing issue with long links names (another fix for issue #314 )
2012-04-18 00:24:52 -07:00
Aaron Kavlie
6577efc8f4
Wrap paragraphs in <p> tags
2012-04-18 00:20:54 -07:00
Andrew Laski
a0d5596605
Modifed question so that it's more clear
2012-04-16 20:39:41 -04: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
Aaron Kavlie
6888a04636
Issue #311
...
Catch BeautifulSoup ImportError.
2012-04-12 19:38:59 -07: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
Rémy HUBSCHER
b509fe70cd
Add rsync_upload
2012-04-06 09:55:15 +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
2d55eacc57
Fix the autogenerated makefile.
...
Fix #278
2012-04-01 13:21:44 +02:00
Andrea Crotti
4e4af9d011
move tools in pelican.tools and add the pelican.tools package to setup.py
2012-03-16 18:53:08 +00:00