Chris Streeter
da1efcd847
Correctly use the right variable for webassets
...
According to [the webasset docs](http://webassets.readthedocs.org/en/latest/integration/jinja2.html#using-the-tag )
the variable should be `ASSET_URL` instead of `ASSETS_URL`.
2012-10-12 23:01:50 +02:00
Justin Mayer
cd85151f97
Add Typogrify to docs as optional dependency
2012-10-12 23:01:50 +02:00
Justin Mayer
c08ab18bff
Clarify specifying paths in settings. Closes #477 .
2012-10-12 23:01:50 +02:00
Justin Mayer
f7a28dc661
Clarify docs for specifying theme. Closes #475 .
2012-10-12 23:01:50 +02:00
Justin Mayer
c659695c5d
Add a list of plugins to the docs. Closes #493 .
2012-10-12 23:01:50 +02:00
Justin Mayer
9dcf4e5438
Eliminate extraneous whitespace
2012-10-12 23:01:50 +02:00
Justin Mayer
007cd9b8fd
Minor doc changes, including those for webassets
2012-10-12 23:01:50 +02:00
Nico Di Rocco
31afafda0f
Added possible uses for the finalized signal to the docs
2012-10-12 23:01:50 +02:00
m-r-r
0073c64e21
Sitemap plugin & get_generators signal
...
This is a combination of 13 commits:
1. New signal for registering custom generators
2. New plugin: pelican.plugins.sitemap
3. pelican.plugins.sitemap: more settings
4. pelican.plugins.sitemap: translations are indexed
5. pelican.plugins.sitemap: added documentation
6. pelican.plugins.sitemap: added XML DTD & W3C dates
7. pelican.plugins.sitemap: removed a <changefreq> bug
8. the `get_generators` can now return a tuple
9. pelican.plugins.sitemap: cleaned the code
10. pelican.plugin.sitemap: settings changes
11. sitemap plugin: improved configuration & documentation
12. sitemap plugin: :set spell
13. sitemap plugin: removed useless whitespaces
2012-10-12 23:01:50 +02:00
Nico Di Rocco
966065767a
Added description for the finalized signal in the docs
2012-10-12 23:01:50 +02:00
Nico Di Rocco
519d664a40
Added a new signal finalized that is dispatched when pelican finishes.
...
This signal can then be used for post processing.
2012-10-12 23:01:50 +02:00
Rachid Belaid
c462237b9d
Add new setting EXTRA_TEMPLATES_PATHS
...
This setting allow to use template which are not in the theme.
Should help to build more generic themes around the content.
2012-09-03 00:57:23 +01:00
Simon
472063e98c
add some doc for webassets:
...
- usage of the sass compiler as discussed in PR #441
- debug mode and compilers (#481 )
2012-08-25 23:16:50 +02:00
Simon
d1d737777c
fix issue #480
2012-08-25 22:50:19 +02:00
David Marble
831e1d04b9
docs: Pelican outputs to output/ not content/. Markdown ::: syntax must be indented
2012-08-23 18:31:45 -07:00
Eric Case
be5b5e880d
added a missing space
2012-08-21 14:14:10 -07:00
Justin Mayer
b1866c8f92
Change email address in docs to "authors@" alias
2012-08-21 09:04:37 -07:00
Zoresvit
892761f732
Fixed description of copying themes/static content.
...
The content from `static` directory is actually copied into `theme/`, not `theme/static/`.
2012-08-16 14:19:10 +03:00
Justin Mayer
cadcfa43c3
Increment version to 3.1 in changelog and setup.py
2012-08-08 12:18:02 -07:00
Justin Mayer
440a68636b
Fix silly mistakes in last doc update
2012-08-08 10:27:45 -07:00
Justin Mayer
532001c851
Add FAQ entry re: arbitrary metadata in templates
2012-08-08 10:21:29 -07:00
Justin Mayer
3bf377fd5f
Minor doc fixes
2012-08-08 09:29:04 -07:00
Justin Mayer
68cf8d5c3d
Update Pelican 3.0 release date in changelog
2012-08-08 08:45:04 -07:00
Justin Mayer
c0e3926b0d
Prepare for 3.0 release, make README more readable
...
Since PyPI doesn't seem to handle anything but the most basic of reST
formatting, moving the inline links to the end of the file should
improve readability when the file is viewed in its raw form. Also
updated changelog with the 3.0 release date.
2012-08-06 07:40:10 -07:00
Justin Mayer
a3e24949af
Provide specific links to virtualenvwrapper docs
...
Rather than detail how to install and configure virtualenvwrapper, it
seems best to instead link to the appropriate external docs.
2012-08-06 06:11:54 -07:00
Feth Arezki
8f7a3044ec
Update docs/getting_started.rst
...
virtualenvwrapper requires a shell restart
2012-08-06 14:24:38 +02:00
Justin Mayer
0c02536605
Give devserver its own make target
...
Restore "make serve" to a non-backgrounded SimpleHTTPServer process and
give the develop_server.sh its own make target at "make devserver".
Add a few missing make targets to the help list and re-order targets for
consistency. Add note to docs regarding how to stop the devserver.
2012-08-05 17:25:39 -07:00
Justin Mayer
beb4dccc8c
Doc links changed to new domain. Other doc fixes.
2012-08-04 11:15:44 -07:00
Justin Mayer
24d5a6053e
Various fixes and improvements to the docs
2012-08-01 18:20:12 -07:00
Justin Mayer
9df639b403
Settings docs: some values need quotes, some don't
...
Some folks have run into trouble when configuring settings because
they wrap integer values in quotes or forget quotes for string-based
values. Added clarification to docs that will hopefully reduce confusion
in the future.
2012-07-31 11:51:38 -07:00
Alexis Metaireau
cf71ed75a4
the repositories are now hosted under 'getpelican'
2012-07-27 00:27:08 +02:00
Alexis Metaireau
8007c20c79
Merge pull request #418 from tbunnyman/WarnOnFeedGeneration#383
...
Update: De-appreciate FEED for FEED_RSS & FEED_ATOM
2012-07-20 03:53:18 -07:00
Alexis Metaireau
db79abdc13
Merge pull request #419 from tbunnyman/ReverseArchiveOrder#304
...
Change default REVERSE_ARCHIVE_ORDER to true
2012-07-20 03:51:59 -07:00
Joshua Adelman
597dba1391
Added signals to plugin for pages generation
2012-07-19 20:59:48 -04:00
tBunnyMan
625c1d167d
Documentation Fix
2012-07-18 11:30:02 -07:00
tBunnyMan
fe91caf325
Changed wording of the setting to NEWEST_FIRST_ARCHIVES
...
Also updated documentation and tested to make sure behavior matches expected wording
2012-07-18 11:18:48 -07:00
Dirkjan Ochtman
73351e1eab
Add dates to changelog
2012-07-18 18:59:23 +02:00
Dirkjan Ochtman
3277a219fd
Add some reST markup to changelog, tweak language
2012-07-18 18:51:15 +02:00
Dirkjan Ochtman
d6f358182a
Move changelog into docs
2012-07-18 18:41:09 +02:00
Dirkjan Ochtman
da5db5aac9
Add documentation for abbr in reST.
2012-07-18 18:22:31 +02:00
tBunnyMan
4a9d2e86cf
Moved all rss headers from FAQ into base
2012-07-16 14:52:19 -07:00
tBunnyMan
e626f771c4
Add Themes and FAQ documentation on the new FEED_ATOM
...
Added all the FEED_ATOM variables to _handle_deprecation
Put FEED_ATOM around `if` in notmyidea
2012-07-16 13:47:39 -07:00
tBunnyMan
5f958ae84d
Refactor atom feed names for clarity
...
FEED -> FEED_ATOM
TAG_FEED -> TAG_FEED_ATOM
CATEGORY_FEED -> CATEGORY_FEED_ATOM
2012-07-16 09:35:05 -07:00
tBunnyMan
1e8b05984a
Add reference to FAQ statement about feeds
2012-07-14 18:26:33 -07:00
tBunnyMan
6393df3bfe
Fix Spelling
2012-07-14 18:08:11 -07:00
tBunnyMan
79e480a894
Change default REVERSE_ARCHIVE_ORDER to true
...
Updated documentation and updated tests to reflect correct default order
Fixes #304
2012-07-14 17:53:10 -07:00
tBunnyMan
d9817f9a96
Test for FEED & FEED_RSS before generation.
...
Then we bypass all feed generation of both are set to None or throw a warning if SITEURL is unset.
Updated all documentation, to make sure the usage and warning is clear.
2012-07-14 17:05:04 -07:00
Alexis Metaireau
4ce5adb2a0
Merge branch 'master' of github.com:ametaireau/pelican into fix-functional-tests
2012-07-10 13:51:34 +02:00
tBunnyMan
dff5b3589b
Add per page templates. Closes #376
...
Also set up helper classes in test_generators.py for cleaner tests
2012-07-07 14:15:43 -07:00
Justin Mayer
18b4d65c4e
Clarify quickstart docs and remove spurious line
2012-07-07 08:45:50 -07:00