summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* add warnings about caching interfering with changes to settings and pluginscaching_warningOndrej Grover2014-11-034-0/+30
* Make StaticGenerator skip content sources. Refs #1019.Forest2014-10-311-4/+9
* Spelling correction in docs: usefull -> useful.Forest2014-10-011-1/+1
* EXTRA_PATH_METADATA path separator is OS-specifictylerhartley2014-09-301-1/+3
* Update faq.rstwinlu2014-09-221-0/+2
* Merge pull request #1426 from barrysteyn/DOCUTILS_SETTINGSJustin Mayer2014-09-181-0/+5
|\
| * Documents DOCUTILS_SETTINGS and initializes it. Fixes #1425Barry Steyn2014-07-311-0/+5
* | Merge pull request #1348 from vjousse/davidmarble-page-order-byJustin Mayer2014-09-181-3/+22
|\ \
| * | Address code review comments from PR getpelican/pelican#1348Mark Lee2014-05-201-15/+21
| * | Merge remote-tracking branch 'remotes/malept/davidmarble-page-order-by' into ...Vincent Jousse2014-05-141-0/+13
| |\ \
| | * | Support ordering pages and articles when iterating in templates.David Marble2013-11-141-0/+12
* | | | Merge pull request #1408 from arty-name/feed-writtenJustin Mayer2014-08-281-0/+1
|\ \ \ \
| * | | | Add feed_written signalArtemy Tregubenko2014-08-281-0/+1
* | | | | Merge pull request #1446 from avaris/enhanced_strftimeJustin Mayer2014-08-281-3/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fixes #1395: extends pelican.utils.strftime with `-` prefix to strip leading ...Deniz Turgut2014-07-161-3/+7
| | |_|/ | |/| |
* | | | Merge pull request #1438 from mlissner/patch-2Justin Mayer2014-08-231-1/+1
|\ \ \ \
| * | | | Adds reference to SLUGIFY_SOURCEMike Lissner2014-08-161-1/+1
* | | | | Merge pull request #1411 from barrysteyn/typogrify-ignore-listJustin Mayer2014-08-171-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allows Typogrify to ignore user specified tags. Refs #1407Barry Steyn2014-07-281-0/+3
| |/ / /
* | | | Merge pull request #1412 from avaris/refactor_loggingJustin Mayer2014-08-131-12/+43
|\ \ \ \
| * | | | Refactor logging handlingDeniz Turgut2014-07-221-12/+43
| |/ / /
* | | | Corrected typo to improve readabilityCarol Willing2014-07-271-1/+1
|/ / /
* | | removed extra backtick in settings documentationArtemy Tregubenko2014-07-061-1/+1
* | | Bump version 3.4.0Justin Mayer2014-07-011-2/+2
* | | Fix SLUGIFY_SOURCE docsJustin Mayer2014-07-011-2/+2
* | | Additions to changelogJustin Mayer2014-07-011-1/+4
* | | Update changelog in preparation for releaseJustin Mayer2014-07-011-4/+18
* | | Promote URL settings docs to top-level headingJustin Mayer2014-06-301-1/+1
* | | Add troubleshooting info to CONTRIBUTING docsJustin Mayer2014-06-301-1/+1
* | | Enhance feedback and contributing guidelinesOndrej Grover2014-06-303-39/+8
* | | Fix test errors on OSXDeniz Turgut2014-06-261-1/+1
* | | Fix #1198, enable custom locale in template rendering, fixes linksOndrej Grover2014-06-261-0/+2
* | | Merge pull request #1322 from smartass101/get_files_multiple_pathsJustin Mayer2014-06-252-7/+10
|\ \ \
| * | | Add {PAGE,ARTICLE}_PATHS to {ARTICLE,PAGE}_EXCLUDES automaticallyOndrej Grover2014-05-141-2/+4
| * | | Fix #1344 move PLUGIN_PATH -> PLUGIN_PATHSOndrej Grover2014-05-142-3/+4
| * | | move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHSOndrej Grover2014-05-141-2/+2
| |/ /
* | | Remove AsciiDocReader from core. Fixes #1355Deniz Turgut2014-06-145-13/+6
* | | Docs update for *_{previous|next}_page variablesDeniz Turgut2014-05-271-12/+44
|/ /
* | If PATH is undefined, Pelican uses PWD as contentJustin Mayer2014-05-131-4/+6
* | Split Getting Started docs into separate sectionsJustin Mayer2014-05-1210-333/+420
* | Prepare for splitting up Getting Started docsJustin Mayer2014-05-111-0/+0
* | Fix #1335 remove old and unmaintained French docsOndrej Grover2014-05-0411-876/+0
* | rename CACHE_DIR -> CACHE_PATH to unify with rest of PelicanOndrej Grover2014-05-021-2/+2
* | Remove errant backtickJustin Mayer2014-05-021-1/+1
* | Show setting defaults as actual codeJustin Mayer2014-04-301-213/+211
* | Really fix #1311 by declaring CSS overrides as !importantOndrej Grover2014-04-281-4/+4
* | Fix #1311 wide tables in RTD theme, remove old theme filesOndrej Grover2014-04-288-289/+18
* | add get_writer signal and unify with get_generatorsOndrej Grover2014-04-271-4/+6
* | Merge pull request #1328 from Scheirle/StaticGeneratorSignalsJustin Mayer2014-04-261-0/+8
|\ \
| * | send the static_generator_{init, finalized} signals.Bernhard Scheirle2014-04-241-0/+8