James Lu
65d88440c2
supybot-plugin-doc: default to RST
...
None of the current maintainers are sure what stx is??
2022-07-09 14:24:13 -07:00
Valentin Lorentz
ed9dffdd7f
supybot-plugin-doc: Remove extra space + regenerate all READMEs.
2021-12-04 03:19:12 +01:00
Valentin Lorentz
2d2241787f
supybot-plugin-doc: Fix exceptions raised while exiting the script.
2021-12-04 03:08:09 +01:00
Valentin Lorentz
828fff9cc0
supybot-plugin-doc: Add missing newlines + regenerate all READMEs.
2021-12-04 02:50:28 +01:00
Valentin Lorentz
63eb6672ea
Revert generic 'The Limnoria Contributors' in copyright notices
...
This commit reverts db7ef3f025
(though it keeps the year updates)
After discussion with several people, it seems better to mention
copyright owners explicitly. eg. https://reuse.software/faq/#vcs-copyright
explains the issue of using VCSs to track copyright.
As db7ef3f025
only replaced mentions
of my name with 'The Limnoria Contributors', this commit only needs
to undo that + add one person who contributed to setup.py.
2021-10-17 09:57:55 +02:00
Valentin Lorentz
db7ef3f025
all: Add generic 'The Limnoria Contributors' to copyright notices.
...
No need to bother with details (that are all outdated / out of sync
anyway), just look up the git history.
2021-08-01 21:54:49 +02:00
Valentin Lorentz
d919e2133d
Poll: Initial commit with basic features.
2021-06-19 16:44:21 +02:00
Valentin Lorentz
e16c10ff77
supybot-plugin-doc: Recursively document *all* groups
...
Not just groups that are values themselves.
2021-04-22 00:28:40 +02:00
Valentin Lorentz
cd02444f87
supybot-plugin-doc: Add labels for all command and config variables
...
So they can be referenced from elsewhere in the doc.
2021-04-06 00:33:07 +02:00
Valentin Lorentz
76b6c56919
supybot-plugin-doc: Fix various edge case issues in the ReST output
2021-04-05 17:40:57 +02:00
Valentin Lorentz
16fc2aef93
supybot-plugin-doc: Add option --output-filename
...
It can be used like this to generate README.rst files:
```
supybot-plugin-doc --plugins-dir plugins/ --format rst --output-filename='plugins/$name/README.$format'
```
2021-04-05 12:27:33 +02:00
Valentin Lorentz
524e409322
supybot-plugin-doc: Fix bugs with --plugins-dir
2021-04-05 12:26:47 +02:00
Valentin Lorentz
6b9de3d09d
supybot-plugin-doc: Add explicit target for each plugin reference
...
It can be useful to reference it from elsewhere in the doc
2021-04-05 12:26:47 +02:00
Valentin Lorentz
5b98503fd3
supybot-plugin-doc: Add config option for the page title
2021-04-05 11:32:09 +02:00
Valentin Lorentz
a7fb46f526
supybot-plugin-doc: Update value of supybot.databases
...
Required for Aka, etc.
2021-04-05 11:31:43 +02:00
James Lu
5c2e16f391
scripts: remove obsolete conditionals for Python 2
2020-01-05 11:31:45 -08:00
James Lu
7e70ce43f2
scripts: migrate shebangs and version checks to Python 3
2020-01-05 11:29:41 -08:00
Valentin Lorentz
130ceede57
Update supybot-plugin-doc to work with current version of the registry.
...
Closes GH-1388.
2019-12-09 21:34:21 +01:00
Valentin Lorentz
b89d49a480
supybot-plugin-doc: Add Python 3 support.
2014-08-10 15:03:08 +02:00
Valentin Lorentz
4090793468
Fix scripts to work with Python 3 without 2to3.
2013-04-27 16:16:08 +02:00
Valentin Lorentz
3dba9088b0
Merge remote-tracking branch 'supybot/master' into testing
...
Conflicts:
INSTALL
plugins/ChannelLogger/README.txt
plugins/ChannelStats/README.txt
plugins/Google/plugin.py
plugins/Google/test.py
plugins/Plugin/test.py
plugins/Web/test.py
setup.py
src/callbacks.py
src/ircdb.py
src/irclib.py
src/utils/str.py
test/test_irclib.py
2013-01-01 21:11:24 +01:00
James McCoy
82ecf36fcd
Update my name/contact information
...
Signed-off-by: James McCoy <jamessan@users.sourceforge.net>
2012-09-01 10:16:48 -04:00
Valentin Lorentz
d52e501ae8
Use open() instead of file().
2012-08-04 13:13:16 +02:00
James Vega
406736524b
supybot-plugin-doc: Clean up generation of config docs
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-07 21:46:40 -04:00
James Vega
61852861ba
supybot-plugin-doc: Add basic RST support. Config still needs cleanup
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-05-03 10:54:04 -04:00
James Vega
160b7b2fdd
supybot-plugin-doc: Stub support for rendering different formats
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-04-28 00:38:35 -04:00
James Vega
acd4e26401
supybot-plugin-doc: It's outputDir not outputdir
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-04-28 00:36:55 -04:00
James Vega
38f338ea48
supybot-plugin-doc: Add an error() to handle logging errors and exiting
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-04-28 00:36:06 -04:00
James Vega
f3dca89500
supybot-plugin-doc: Allow specifying an output directory
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-04-27 19:37:06 -04:00
James Vega
5c2b493509
supybot-plugin-doc: Remove escape option; only used for Plone website
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-04-27 19:07:01 -04:00
James Vega
150f29dbde
scripts: Change tabstop to softtabstop in our modelines
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-11 19:26:49 -04:00
James Vega
772f1dd2bf
scripts/supybot-plugin-doc: Don't escape characters if they're inside a single-quoted string. Also, make sure config vars with a default of None have a printable default string.
2005-07-26 12:22:16 +00:00
James Vega
6402f43ac5
Actually make use of the clean option.
2005-04-08 02:02:10 +00:00
James Vega
d4d2350474
Finish implementing supybot-plugin-doc.
2005-04-01 01:18:54 +00:00
Ali Afshar
d56aaea1cf
supybot-plugin-doc: added configuration generation
2005-03-23 16:41:07 +00:00
Ali Afshar
0ce71fe405
supybot-plugin-doc: added support for nested plugins command generation.
2005-03-23 15:57:57 +00:00
Ali Afshar
fb4ac5de49
supybot-plugin-doc: added coyright notice and logging information, fixed break on nested plugins.
2005-03-23 15:32:35 +00:00
Ali Afshar
5a7442c382
an early start to supybot-plugin-doc
2005-03-22 13:58:53 +00:00