diff options
author | Matthew Hodgson <matthew@matrix.org> | 2014-09-04 02:02:06 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2014-09-04 02:02:06 +0100 |
commit | a751a80a0578f8e6b64df6a97565548e9958c19c (patch) | |
tree | 7c84928dc6de74bd787a252b5f1d8c54672af00b /scripts | |
parent | changelog for v0.2.1 (diff) | |
download | synapse-a751a80a0578f8e6b64df6a97565548e9958c19c.tar.xz |
target live site
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/gendoc.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gendoc.sh b/scripts/gendoc.sh index 3c849e52e1..64aff3155e 100755 --- a/scripts/gendoc.sh +++ b/scripts/gendoc.sh @@ -7,8 +7,8 @@ rst2html-2.7.py --stylesheet=basic.css,nature.css ../docs/client-server/howto.rs perl -pi -e 's#<head>#<head><link rel="stylesheet" href="/site.css">#' $MATRIXDOTORG/docs/spec/index.html $MATRIXDOTORG/docs/howtos/client-server.html -perl -pi -e 's#<body>#<body><div id="header"><div id="headerContent"> </div></div><div id="page"><div id="wrapper"><div style="text-align: center; padding: 40px;"><img src="/matrix.png" width="305" height="130" alt="[matrix]"/></div>#' $MATRIXDOTORG/docs/spec/index.html $MATRIXDOTORG/docs/howtos/client-server.html +perl -pi -e 's#<body>#<body><div id="header"><div id="headerContent"> </div></div><div id="page"><div id="wrapper"><div style="text-align: center; padding: 40px;"><a href="/"><img src="/matrix.png" width="305" height="130" alt="[matrix]"/></a></div>#' $MATRIXDOTORG/docs/spec/index.html $MATRIXDOTORG/docs/howtos/client-server.html perl -pi -e 's#</body>#</div></div><div id="footer"><div id="footerContent">© 2014 Matrix.org</div></div></body>#' $MATRIXDOTORG/docs/spec/index.html $MATRIXDOTORG/docs/howtos/client-server.html -scp -r $MATRIXDOTORG/docs matrix@ldc-prd-matrix-001:/sites/matrix-beta \ No newline at end of file +scp -r $MATRIXDOTORG/docs matrix@ldc-prd-matrix-001:/sites/matrix \ No newline at end of file |