Florian Bruhin
4daf4a8e64
Fix lint
2016-04-01 08:16:28 +02:00
Florian Bruhin
e3a8d00f27
Include cheatsheet images in offline help
...
Fixes #329 .
Note the png's are kind of outdated right now.
2016-04-01 07:42:40 +02:00
Florian Bruhin
abfadb5631
Fix asciidoc2html --no-authors
2016-03-16 07:35:12 +01:00
Florian Bruhin
b76886d2ff
Ignore --no-authors in asciidoc2html.py
...
This makes it possible to run "tox -e docs -- --no-args" with {posargs} passed
to both src2asciidoc.py and asciidoc2html.py.
2016-03-16 07:11:40 +01:00
Patric Schmitz
5878cd37fa
add CONTRIBUTING to index and asciidoc2html.py
2016-02-10 18:37:46 +01:00
Florian Bruhin
e603470260
Fix asciidoc2html on Windows.
...
Windows needs the SystemRoot environment variable set to initialize the crypto
API, what running Python in a subprocess does.
However, we did override the whole environment instead of extending it, which
means this broke on Windows when calling asciidoc:
Traceback (most recent call last):
File "C:\asciidoc-8.6.9\asciidoc.py", line 9, in <module>
import sys, os, re, time, traceback, tempfile, subprocess, codecs, locale, unicodedata, copy
File "C:\Python27\lib\tempfile.py", line 35, in <module>
from random import Random as _Random
File "C:\Python27\lib\random.py", line 885, in <module>
_inst = Random()
File "C:\Python27\lib\random.py", line 97, in __init__
self.seed(x)
File "C:\Python27\lib\random.py", line 113, in seed
a = long(_hexlify(_urandom(2500)), 16)
WindowsError: [Error -2146893795] Provider DLL failed to initialize correctly
2016-01-05 08:00:35 +01:00
Florian Bruhin
8d63f2bf93
www: symlink quickstart.html correctly.
...
Fixes #1203 .
2016-01-04 22:51:01 +01:00
Florian Bruhin
a5f2ac5f03
Adjust copyright years.
2016-01-04 07:12:39 +01:00
meles5
401f71236d
pylint: disable too-many-statements
2015-11-20 21:53:28 +01:00
meles5
b9240924d2
Seperated into two lines
2015-11-20 21:39:17 +01:00
meles5
d9f1699a3b
Improved website titles
2015-11-20 21:12:06 +01:00
Florian Bruhin
89e3c2a703
Fix lint.
2015-11-18 07:43:10 +01:00
Florian Bruhin
7239f7bb68
www: Don't build unneeded files.
2015-11-18 06:54:59 +01:00
Florian Bruhin
98fbdde846
www: Remove author line/asciidoc vars from output.
2015-11-18 06:51:46 +01:00
Florian Bruhin
244d86c85a
www: Make script work if output path exists.
2015-11-18 06:41:40 +01:00
Florian Bruhin
0ccd19f980
Fix lint.
2015-11-17 20:10:53 +01:00
meles5
6d6ef1e386
tox fixes
2015-10-30 14:52:09 +01:00
meles5
7cb462ff82
Improved the folder-copy function
2015-10-29 16:52:38 +01:00
meles5
1488f59d8f
Close file
2015-10-29 16:33:20 +01:00
meles5
f807842a52
Improved code style
2015-10-29 16:30:25 +01:00
meles5
8600acddb1
Moved everything into one block and used with to open files
2015-10-29 15:41:57 +01:00
meles5
8de3f8d487
Improved script
2015-10-27 22:24:28 +01:00
Florian Bruhin
8004508b3c
wip
2015-10-27 17:57:06 +01:00
Florian Bruhin
daf81f5fcd
www: Working website generation.
2015-10-21 07:31:47 +02:00
Florian Bruhin
f6fffee9d3
www: Keep modified sources if building failed.
2015-10-21 07:19:04 +02:00
Florian Bruhin
e03068ed84
Start adding website features to asciidoc2html.
2015-10-20 18:13:31 +02:00
Florian Bruhin
71a150af22
Refactor asciidoc2html.py.
2015-10-20 06:54:43 +02:00
Florian Bruhin
b591dedf7f
Move FAQ/INSTALL to repo root.
...
That's where most people probably expect them...
2015-04-07 22:38:51 +02:00
Florian Bruhin
1f39c7782a
Add a changelog for released versions.
...
See #608 .
2015-04-07 22:35:35 +02:00
Florian Bruhin
09526ad715
asciidoc2html: Try to find asciidoc on the system.
...
Fixes #106 .
2015-03-24 23:13:51 +01:00
Florian Bruhin
2b06d4e684
Add documentation about how to write userscripts.
...
Closes #450 .
2015-03-10 23:22:53 +01:00
Florian Bruhin
450d1ab70d
Update copyright years
2015-01-03 15:51:31 +01:00
Florian Bruhin
91fcac4735
asciidoc2html: Check files recursively with --all.
2014-12-06 18:15:38 +01:00
Florian Bruhin
1d8a8b57c7
Fix asciidoc2html with --all
2014-12-06 17:32:04 +01:00
Florian Bruhin
57d566d1a6
asciidoc2html: Add an --all option.
2014-12-05 23:29:37 +01:00
Florian Bruhin
45c11664ae
Fix exception handling in asciidoc2html.
2014-11-23 21:27:20 +01:00
Florian Bruhin
655115858c
Handle OSError when using subprocess.
2014-11-23 18:07:05 +01:00
Florian Bruhin
bb031b51f7
Make most scripts work if we're in scripts/ directory.
...
See #213 .
2014-10-26 19:42:01 +01:00
Florian Bruhin
6b9af36993
Improve asciidoc script output
2014-10-08 22:24:05 +02:00
Florian Bruhin
7ca8c12c48
Docs update
2014-10-03 08:32:37 +02:00
Florian Bruhin
d674b90240
Clean up FIXMEs and add github URLs
2014-10-01 22:23:27 +02:00
Florian Bruhin
4ca441e136
Print better error when asciidoc is missing.
2014-09-30 16:29:16 +02:00
Florian Bruhin
42826a2214
scripts: chmod +x for asciidoc2html.py
2014-09-22 20:45:04 +02:00
Florian Bruhin
8095de6c59
Get rid of the getcwd hack in scripts.
2014-09-22 20:41:12 +02:00
Florian Bruhin
e26606b0d6
Add /usr/bin/env to shebangs
2014-09-22 20:21:00 +02:00
Florian Bruhin
660b05899c
Fix lint
2014-09-22 20:11:28 +02:00
Florian Bruhin
c393a375d0
Remove README/manpage from asciidoc2html.py
2014-09-22 18:34:40 +02:00
Florian Bruhin
c9a24f32f5
Use new utils module for colors in asciidoc2html.
2014-09-18 08:31:36 +02:00
Florian Bruhin
3bfc555075
Split generate_doc.py
2014-09-16 20:08:08 +02:00