`).
+.. warning::
+
+ This documentation is for the old |version| version of scrapyd.
+ Unless you are maintaining an old project that requires it,
+ you may instead want the
+ `latest version `_.
+
+
http_port
---------
diff --git a/docs/deploy.rst b/docs/deploy.rst
index 876dffae..742b860e 100644
--- a/docs/deploy.rst
+++ b/docs/deploy.rst
@@ -21,6 +21,15 @@ your project) and each target supports multiple projects.
Each time you deploy a new version of a project, you can name it for later
reference.
+.. warning::
+
+ This documentation is for the old |version| version of scrapyd.
+ Unless you are maintaining an old project that requires it,
+ you may instead want the
+ `latest version `_.
+
+
+
Show and define targets
-----------------------
diff --git a/docs/index.rst b/docs/index.rst
index 520f6b53..af1fa50e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,6 +5,14 @@ Scrapyd a is an application for deploying and running Scrapy spiders. It
enables you to deploy (upload) your projects and control their spiders using a
JSON API.
+.. warning::
+
+ This documentation is for the old |version| version of scrapyd.
+ Unless you are maintaining an old project that requires it,
+ you may instead want the
+ `latest version `_.
+
+
Contents
--------
.. toctree::
diff --git a/docs/install.rst b/docs/install.rst
index f7a4b87b..32505b38 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -6,6 +6,13 @@ Installation
This documents explains how to install and configure Scrapyd, to deploy and run
your Scrapy spiders.
+.. warning::
+
+ This documentation is for the old |version| version of scrapyd.
+ Unless you are maintaining an old project that requires it,
+ you may instead want the
+ `latest version `_.
+
Requirements
------------
diff --git a/docs/news.rst b/docs/news.rst
index b020be61..7c77713c 100644
--- a/docs/news.rst
+++ b/docs/news.rst
@@ -3,7 +3,16 @@
Release notes
=============
-1.0 (unreleased)
-----------------
+.. warning::
+
+ This documentation is for the old |version| version of scrapyd.
+ Unless you are maintaining an old project that requires it,
+ you may instead want the
+ `latest version `_.
+
+
+1.0
+---
First standalone release (it was previously shipped with Scrapy until Scrapy 0.16).
+
diff --git a/docs/overview.rst b/docs/overview.rst
index 29ea1195..e7ec7922 100644
--- a/docs/overview.rst
+++ b/docs/overview.rst
@@ -2,6 +2,14 @@
Overview
========
+.. warning::
+
+ This documentation is for the old |version| version of scrapyd.
+ Unless you are maintaining an old project that requires it,
+ you may instead want the
+ `latest version `_.
+
+
Projects and versions
=====================
@@ -48,11 +56,6 @@ distribution::
That should get your Scrapyd started.
-Or, if you want to start Scrapyd from inside a Scrapy project you can use the
-`server command`_, like this::
-
- scrapy server
-
Scheduling a spider run
=======================
diff --git a/scrapyd/website.py b/scrapyd/website.py
index 84b3563e..4f0797b1 100644
--- a/scrapyd/website.py
+++ b/scrapyd/website.py
@@ -70,7 +70,7 @@ def render_GET(self, txrequest):
Jobs
Items
Logs
-Documentation
+Documentation
How to schedule a spider?
@@ -81,7 +81,7 @@ def render_GET(self, txrequest):
Example using curl:
curl http://localhost:6800/schedule.json -d project=default -d spider=somespider
-For more information about the API, see the Scrapyd documentation
+For more information about the API, see the Scrapyd documentation