Commit Graph

179 Commits

Author SHA1 Message Date
pancho horrillo
87ec20519a fix: typo in docs 2020-06-11 19:14:32 +02:00
pancho horrillo
8160a1b893 fix: typo in docs 2020-06-11 19:10:04 +02:00
Roberto Abdelkader Martínez Pérez
a178d19360 doc: Debugging bash example 2020-04-22 10:26:29 +02:00
Héctor Hurtado
45a577a547 Fix typo in documentation 2020-04-21 10:40:36 +02:00
Héctor Hurtado
1e276ab4cf Complete documentation with an explanation of set -x in script tricks 2020-04-20 10:38:54 +02:00
Héctor Hurtado
248f7d1fcc Added stderr output management to jaillover.
Added Spawn support for stderr redirection.
Added --debug option to server cmd.
Added debug information to documentation.
Finnished script logger.
2020-04-20 10:18:16 +02:00
pancho horrillo
4b82a2e418 docs: style fixes 2020-02-24 15:13:53 +01:00
César Gallego Rodríguez
42329a6f56 kapow! tidy server example 2020-02-24 14:56:21 +01:00
Roberto Abdelkader Martínez Pérez
7d208d6318 doc: Use debian stable as the base image of the docker example 2020-02-13 15:25:38 +01:00
Roberto Abdelkader Martínez Pérez
da50501428 Proper form file upload. https://medium.com/@petehouston/upload-files-with-curl-93064dcccc76 2020-02-13 12:25:58 +01:00
Roberto Abdelkader Martínez Pérez
64653d6d79 doc: Examples of running Kapow! behind a proxy with HTTPS. Closes #100. 2019-12-20 12:43:07 +01:00
Roberto Abdelkader Martínez Pérez
462f22d7c7 doc: Clarify parameter mangling example. 2019-12-20 12:27:04 +01:00
Roberto Abdelkader Martínez Pérez
3cfc7e21ba doc: Put examples into categories. Parameter injection example moved to security concerns instead (#101) 2019-12-19 16:32:56 +01:00
Roberto Abdelkader Martínez Pérez
e6c6edf6b0 doc: Link data api section 2019-12-19 11:38:21 +01:00
Roberto Abdelkader Martínez Pérez
197f91821a doc: Missing subsection in philosophy section 2019-12-19 11:32:49 +01:00
pancho horrillo
7b7c7dcf8c docs: add note to windows setup 2019-12-17 15:27:50 +01:00
pancho horrillo
6986496185 docs: tweak installation instructions 2019-12-17 14:24:41 +01:00
Héctor Hurtado
9948036c47 Add renaming to Windows installation instructions 2019-12-17 11:12:02 +01:00
Roberto Abdelkader Martínez Pérez
772de0b039 docs: Use sphinx version variable to render an always correct Kapow! Dockerfile 2019-12-17 09:57:27 +01:00
Roberto Abdelkader Martínez Pérez
c2c97997cd docs: Extract current version from git and use it in the install instructions. 2019-12-17 09:50:51 +01:00
Roberto Abdelkader Martínez Pérez
7f6e244f61 docs: Correct installation instructions for Linux 2019-12-17 09:24:08 +01:00
Roberto Abdelkader Martínez Pérez
91aff009b0 doc: Remove custom latex rst parts from exclude to avoid compilation problems 2019-12-16 11:59:36 +01:00
Roberto Abdelkader Martínez Pérez
9509d7b275 doc: Remove warning about unused rst files (they are used in latex build) 2019-12-16 11:03:47 +01:00
Roberto Abdelkader Martínez Pérez
01726df4e8 doc: Restructure to allow better latex rendering 2019-12-16 11:00:36 +01:00
Héctor Hurtado
9a52a7192a Resolve conflicts 2019-12-16 10:42:30 +01:00
pancho horrillo
3c05e3b580 doc: drop already resolved todo block 2019-12-13 16:09:52 +01:00
pancho horrillo
24f0597c95 doc: add link 2019-12-13 16:07:47 +01:00
pancho horrillo
3149554ff1 doc: add links and style fixes 2019-12-13 16:03:49 +01:00
pancho horrillo
74d9129d27 doc: add link 2019-12-13 15:43:51 +01:00
pancho horrillo
66eda3c6bd doc: drop stale todo block 2019-12-13 15:36:41 +01:00
pancho horrillo
b32d670251 doc: style fix 2019-12-13 15:35:20 +01:00
pancho horrillo
04ec4f2c41 doc: style fixes 2019-12-13 15:33:17 +01:00
pancho horrillo
b0d0c12981 doc: add links and roles 2019-12-13 15:27:21 +01:00
pancho horrillo
3bb0205ad1 doc: style fixes 2019-12-13 15:14:35 +01:00
pancho horrillo
2847073519 doc: drop explicit :tech: role 2019-12-13 15:10:17 +01:00
pancho horrillo
dea72cbe3a doc: style fixes and links 2019-12-13 15:08:02 +01:00
pancho horrillo
08086ee66e doc: style fixes 2019-12-13 12:37:12 +01:00
pancho horrillo
45de5a55e8 doc: style fixes 2019-12-13 12:35:48 +01:00
pancho horrillo
7b61c182f0 doc: style fixes 2019-12-13 12:33:14 +01:00
pancho horrillo
7f9e9de1d2 doc: add missing links and roles 2019-12-13 12:24:36 +01:00
pancho horrillo
b9f42bc458 doc: fix code style in titles
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 18:18:05 +01:00
pancho horrillo
f57df90347 doc: fix broken link
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 18:17:46 +01:00
pancho horrillo
5a18f84f9e doc: fix style
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 18:10:29 +01:00
pancho horrillo
e78af66c12 doc: markup ping as command role, not program role
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 17:56:28 +01:00
pancho horrillo
10cccca55d doc: add links and polish the_project/*
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 17:45:01 +01:00
pancho horrillo
0fd3cfb665 doc: add internal links
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 17:44:10 +01:00
pancho horrillo
ecaea23d40 doc: markup stdin as tech role
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 16:05:55 +01:00
pancho horrillo
cc6816faf9 doc: markup :option: role as :nref-option: role to prevent sphinx warnings
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 16:02:49 +01:00
pancho horrillo
ab615e2276 doc: markup :any: role as default role, which is now :tech: (custom)
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
2019-12-11 15:59:27 +01:00
Roberto Abdelkader Martínez Pérez
d7f4293d15 Add new default role tech and the provisional nref-option role
Co-authored-by: pancho horrillo <pedrofelipe.horrillo@bbva.com>
2019-12-11 15:53:54 +01:00