Преглед на файлове

Move website to attic-backup.org

Jonas Borgström преди 11 години
родител
ревизия
10ef7fe0f2
променени са 5 файла, в които са добавени 8 реда и са изтрити 4 реда
  1. 1 1
      README.rst
  2. 4 0
      docs/Makefile
  3. 1 1
      docs/_themes/attic/sidebarusefullinks.html
  4. 1 1
      docs/update_usage.sh
  5. 1 1
      setup.py

+ 1 - 1
README.rst

@@ -46,7 +46,7 @@ How do I install it?
 
 
 Where are the docs?
 Where are the docs?
 -------------------
 -------------------
-Go to https://pythonhosted.org/Attic/ for a prebuilt version of the documentation.
+Go to https://attic-backup.org/ for a prebuilt version of the documentation.
 You can also build it yourself from the docs folder.
 You can also build it yourself from the docs folder.
 
 
 Where are the tests?
 Where are the tests?

+ 4 - 0
docs/Makefile

@@ -140,3 +140,7 @@ gh-pages: html
 
 
 inotify: html
 inotify: html
 	while inotifywait -r . --exclude usage.rst --exclude '_build/*' ; do make html ; done
 	while inotifywait -r . --exclude usage.rst --exclude '_build/*' ; do make html ; done
+
+upload: html
+	rsync -va -e ssh _build/html/ sushi.edgewall.com:/srv/attic/www/
+

+ 1 - 1
docs/_themes/attic/sidebarusefullinks.html

@@ -5,6 +5,6 @@
 <ul>
 <ul>
   <li><a href="https://pypi.python.org/pypi/Attic">Attic @ PyPI</a></li>
   <li><a href="https://pypi.python.org/pypi/Attic">Attic @ PyPI</a></li>
   <li><a href="https://github.com/jborg/attic">Attic @ github</a></li>
   <li><a href="https://github.com/jborg/attic">Attic @ github</a></li>
-  <li><a href="https://pythonhosted.org/Attic">Online Documentation</a></li>
+  <li><a href="https://attic-backup.org/">Online Documentation</a></li>
   <li><a href="https://github.com/jborg/attic/issues">Issue Tracker</a></li>
   <li><a href="https://github.com/jborg/attic/issues">Issue Tracker</a></li>
 </ul>
 </ul>

+ 1 - 1
docs/update_usage.sh

@@ -1,4 +1,4 @@
-#!/usr/bin/bash
+#!/bin/bash
 if [ ! -d usage ]; then
 if [ ! -d usage ]; then
   mkdir usage
   mkdir usage
 fi
 fi

+ 1 - 1
setup.py

@@ -61,7 +61,7 @@ setup(
     version=versioneer.get_version(),
     version=versioneer.get_version(),
     author='Jonas Borgström',
     author='Jonas Borgström',
     author_email='jonas@borgstrom.se',
     author_email='jonas@borgstrom.se',
-    url='https://pythonhosted.org/Attic/',
+    url='https://attic-backup.org/',
     description='Deduplicated backups',
     description='Deduplicated backups',
     long_description=long_description,
     long_description=long_description,
     license='BSD',
     license='BSD',