summaryrefslogtreecommitdiffstats
path: root/python-pypi/pelican/DETAILS
blob: 8c6925fe94f39952b7b4f8eae9c575da99f0b77a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
           SPELL=pelican
         VERSION=3.5.0
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://pypi.python.org/packages/source/p/${SPELL}/{SOURCE}
     SOURCE_HASH=sha512:37222a8e8a732dd0c6122e57cf8f7ae5c522d2886404515df0bcd5b741e41c563a4819a3ae2e2b963d27343e8f211ae86c5630b1229cf42f4ec59f6f14272429
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://getpelican.com/"
      LICENSE[0]=Affero GPL
         ENTERED=20130702
           SHORT="tool to generate a static blog from reStructuredText or Markdown input files"
cat << EOF
Pelican is a static site generator, written in Python, that requires no database
or server-side logic.

Some of the features include:

o Write your content in reStructuredText, Markdown, or AsciiDoc formats
o Completely static output is easy to host anywhere
o Themes that can be customized via Jinja templates
o Publish content in multiple languages
o Atom/RSS feeds
o Code syntax highlighting
o Import from WordPress, Dotclear, RSS feeds, and other services
o Modular plugin system and corresponding plugin repository
o ... and many other features.
EOF