{ "info": { "author": "Y.Okamura", "author_email": "okamura@informationsea.info", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP :: Site Management" ], "description": "========\r\nlinkdown\r\n========\r\n\r\nBuild static webpages with Markdown_, reStructuredText_, Jinja2_ templates, LESS_ or some recent tools.\r\n\r\n* Built in Twitter Bootstrap template\r\n* Built in web server for development\r\n* linkdown watch your file changes and convert them automatically\r\n* Automatic content list generator for Markdown and reStructuredText in Bootstrap template (Shown in bottom)\r\n\r\n------------\r\nRequirements\r\n------------\r\n\r\n* Python\r\n * Python 2.7\r\n * jinja2\r\n * markdown\r\n * watchdog\r\n * Docutils\r\n * rst2html5\r\n* Nodejs\r\n * less\r\n * coffeescript\r\n\r\n--------------\r\nHow to install\r\n--------------\r\n\r\n1. Install `Python 2.7`_ and NodeJS_\r\n * I recommend to use MacPorts_ or Homebrew_ to install them if you are Mac OS X user.\r\n2. Install LESS_ and CoffeeScript_\r\n * If you don't use LESS_ and CoffeeScript_, you don't have to instal them.\r\n3. Install pip_\r\n * I recommend to use virtualenv_ and virtualenvwrapper_\r\n4. Install linkdown\r\n * just ``pip install linkdown``\r\n * All dependencies will be installed automatically\r\n\r\n.. _MacPorts: http://www.macports.org/\r\n.. _Homebrew: http://mxcl.github.com/homebrew/\r\n.. _Python 2.7: http://www.python.org/\r\n.. _NodeJS: http://nodejs.org/\r\n.. _LESS: http://lesscss.org/\r\n.. _CoffeeScript: http://coffeescript.org/\r\n.. _virtualenv: http://pypi.python.org/pypi/virtualenv\r\n.. _virtualenvwrapper: http://pypi.python.org/pypi/virtualenvwrapper\r\n.. _pip: http://pypi.python.org/pypi/pip\r\n\r\n-----------\r\nQuick Start\r\n-----------\r\n\r\n1. Initialize project directory\r\n \r\n ``linkdown init --template bootstrap projectdir``\r\n\r\n2. Change directory\r\n \r\n ``cd projectdir``\r\n\r\n3. Run server, file observer and converter. linkdown detects file modification event and convert automatically.\r\n \r\n ``linkdown all -ws`` or ``make``\r\n\r\n4. Make your content under ``source`` directory\r\n\r\n-------------------\r\nLicense & Copyright\r\n-------------------\r\n\r\n:strong:`Linkdown`\r\n\r\nCopyright (C) 2012 Y.OKAMURA\r\n\r\nThis program is free software: you can redistribute it and/or modify\r\nit under the terms of the GNU General Public License as published by\r\nthe Free Software Foundation, either version 3 of the License, or\r\nany later version.\r\n\r\nThis program is distributed in the hope that it will be useful,\r\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\r\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\r\nGNU General Public License for more details.\r\n\r\nYou should have received a copy of the GNU General Public License\r\nalong with this program. If not, see .\r\n\r\n\r\n:strong:`Twitter Bootstrap`\r\n\r\nCopyright 2012 Twitter, Inc.\r\n\r\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:\r\n\r\n\r\n\r\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.\r\n\r\n:strong:`jQuery`\r\n\r\nCopyright 2012 jQuery Foundation and other contributors\r\n\r\n\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining\r\na copy of this software and associated documentation files (the\r\n\"Software\"), to deal in the Software without restriction, including\r\nwithout limitation the rights to use, copy, modify, merge, publish,\r\ndistribute, sublicense, and/or sell copies of the Software, and to\r\npermit persons to whom the Software is furnished to do so, subject to\r\nthe following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be\r\nincluded in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\r\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\r\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\r\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\r\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\r\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\r\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n\r\n----------\r\nReferences\r\n----------\r\n\r\nRead jinja2, markdown, coffeescript and less documents to write. Of course, you can use plain JavaScript and CSS (But not plain HTML).\r\n\r\n* Jinja2_\r\n* Markdown_\r\n* LESS_\r\n* CoffeeScript_\r\n* reStructuredText_\r\n* Bootstrap_\r\n\r\n.. _Jinja2: http://jinja.pocoo.org/docs/templates/\r\n.. _Markdown: http://daringfireball.net/projects/markdown/syntax\r\n.. _reStructuredText: http://docutils.sourceforge.net/rst.html\r\n.. _Bootstrap: http://twitter.github.com/bootstrap/", "description_content_type": null, "docs_url": "https://pythonhosted.org/linkdown/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/informationsea/linkdown", "keywords": "", "license": "GPL3+", "maintainer": "", "maintainer_email": "", "name": "linkdown", "package_url": "https://pypi.org/project/linkdown/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/linkdown/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/informationsea/linkdown" }, "release_url": "https://pypi.org/project/linkdown/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Build static webpages with Jinja2, Markdown, LESS, Coffeescript", "version": "0.1.1" }, "last_serial": 794219, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e6c4230df2ab8713588b5856e928834f", "sha256": "110114ddd97d79dbf325450dfdf3945e32e6813ef8b8d1ce83a13f6b68ca3af8" }, "downloads": -1, "filename": "linkdown-0.1.tar.gz", "has_sig": false, "md5_digest": "e6c4230df2ab8713588b5856e928834f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30830, "upload_time": "2012-11-23T12:43:12", "url": "https://files.pythonhosted.org/packages/fc/d4/fd3bb9962acf27c81ec1a36569b5d53f68e1fbd63e89aae5a2fb0f230276/linkdown-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "1f42fcf6190b0634a1666bdc515bb8a5", "sha256": "2c4917b73cb415171f24bc4f4578f71ff92f6dc40280effb017030c6a5e134b2" }, "downloads": -1, "filename": "linkdown-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1f42fcf6190b0634a1666bdc515bb8a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 454077, "upload_time": "2012-12-04T16:47:54", "url": "https://files.pythonhosted.org/packages/01/83/25088c73515829733238a84ac4d127c7f1be6445ea348a6f2b634823de04/linkdown-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f42fcf6190b0634a1666bdc515bb8a5", "sha256": "2c4917b73cb415171f24bc4f4578f71ff92f6dc40280effb017030c6a5e134b2" }, "downloads": -1, "filename": "linkdown-0.1.1.tar.gz", "has_sig": false, "md5_digest": "1f42fcf6190b0634a1666bdc515bb8a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 454077, "upload_time": "2012-12-04T16:47:54", "url": "https://files.pythonhosted.org/packages/01/83/25088c73515829733238a84ac4d127c7f1be6445ea348a6f2b634823de04/linkdown-0.1.1.tar.gz" } ] }