]> git.phdru.name Git - cookiecutter.git/commitdiff
Add README.html for gitweb
authorOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 03:14:52 +0000 (06:14 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 29 Apr 2017 03:16:21 +0000 (06:16 +0300)
cookiecutter
project_template/devscripts/README.html [new file with mode: 0644]

index ffb815e3d28802f1e1d24a4fc0e51f08c2655d49..13073a338e4e7801035b7a90478f96769054eccd 100755 (executable)
@@ -15,7 +15,8 @@ cd "$HOME/tmp/$project_name" &&
 mv project "$project_name" &&
 
 replace '{project}' "$project_name" .gitignore README.txt \
 mv project "$project_name" &&
 
 replace '{project}' "$project_name" .gitignore README.txt \
-   docs/genapidocs docs/install.rst mk-distr publish-docs setup.py tox.ini &&
+   devscripts/README.html  docs/genapidocs docs/install.rst \
+   mk-distr publish-docs setup.py tox.ini &&
 
 sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
 
 sphinx-quickstart --project="$project_name" --author="Oleg Broytman" \
    -v0.0 -r0.0.1 --ext-autodoc --makefile --no-batchfile -q docs &&
diff --git a/project_template/devscripts/README.html b/project_template/devscripts/README.html
new file mode 100644 (file)
index 0000000..edb7443
--- /dev/null
@@ -0,0 +1 @@
+<a href="http://phdru.name/Software/Python/{project}/">Broytman {project}</a>