_______________________________________________
Jenkins-infra mailing list
Jenkin...@lists.jenkins-ci.org
http://lists.jenkins-ci.org/mailman/listinfo/jenkins-infra
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAPfivLAfGxEVwHt0Ti4rM8%3Dty%3D8a0ZYhzF4rjYCOdwX-K16zig%40mail.gmail.com.
Our primary wiki has been struggling lately without sufficient or motivation
from anybody in the infrastructure team to fix it or keep it alive. We have
also seen increased spam attacks, which must be pain-stakingly cleaned up.
As a stop-gap measure I have restricted adding pages, comments, and attachments
to administrators. I _believe_ edits will still work by users, but it's only a
matter of time before spammers start defacing plugin pages and things like
that
Thanks to Oleg (I believe) plugins.jenkins.io can pull README.mds from GitHub
and display those inline. I strongly encourage everybody to consider this
approach for their plugin pages. I don't know how much longer we can keep
Confluence alive.
Please jump into #jenkins-infra on Freenode if you have any questions, or feel
like yelling (praise) at me about this.
Toodles
--
GitHub: https://github.com/rtyler
GPG Key ID: 0F2298A980EE31ACCA0A7825E5C92681BEF6CEA2
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
Don't we have a feature in Confluence to add a big warning in top of pages, for people logged in, to point them to this thread or so?
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1k8X17Z3P%2Bs89%2BmUnUXtJW%2BiM2zMc09hPu9_AQ08_k6A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CALzHZS01y0687MwFnRZvXX3jEsGW5iPVNre6ymGUDuC90sDMpA%40mail.gmail.com.
Could use GitHub topics? Or just add to the readme
Could use GitHub topics? Or just add to the readme
On Fri, 18 Oct 2019 at 15:24, Robert Sandell <rsan...@cloudbees.com> wrote:
And how do I mark a plugin as up for adoption without the wiki labels?/B
Den fre 18 okt. 2019 kl 14:52 skrev Jesse Glick <jgl...@cloudbees.com>:
On Fri, Oct 18, 2019 at 6:27 AM Daniel Beck <m...@beckweb.net> wrote:
> I propose that we restore write access for plugin maintainers at least for a time, to allow them to clear out wiki pages after migrating the content elsewhere.
Makes sense, but is there some plan to notify maintainers of plugins
who have not done this? There are a couple thousand pages out there,
and many people will not see mailing list notifications reliably.
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkin...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1k8X17Z3P%2Bs89%2BmUnUXtJW%2BiM2zMc09hPu9_AQ08_k6A%40mail.gmail.com.
----
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkin...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/c9d5e4ee-6987-4138-9b48-299b3e58cb7e%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/c9d5e4ee-6987-4138-9b48-299b3e58cb7e%40googlegroups.com.
Last night I started a little web app to make the migration easier for peoplehttps://jenkins-wiki-md.g4v.dev/ (for example, try out "blueocean")I have to incorporate some of the items oleg mentioned in the doc, but its a start.Gavin
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/c9d5e4ee-6987-4138-9b48-299b3e58cb7e%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/282c2420-40a7-4f91-b74c-12f00bfa4edd%40googlegroups.com.
> Asciidoc format can be used as well, with the .adoc
extension.
:toc:
macros in Asciidoc (example). > If the source Wiki page includes code blocks, they will need to be manually converted. Pandoc exports them as tables.
I don't think I can automatically handle this, but if anyone has examples I can try things out.
This tiny little project its starting to get bigger so I probably need to start saving test cases soon
> Asciidoc format can be used as well, with the
.adoc
extension.- I can add that pretty easily
- > Remove the macro references in the top of the document.
- Totally done
> If the document includes "Table of contents", remove this section in Markdown or replace it by:toc:
macros in Asciidoc (example).If anyone has an example of that, I can add that> If the source Wiki page includes code blocks, they will need to be manually converted. Pandoc exports them as tables.
I don't think I can automatically handle this, but if anyone has examples I can try things out.
This tiny little project its starting to get bigger so I probably need to start saving test cases soon
On Sun, Oct 20, 2019 at 8:32 PM Gavin Mogan <ga...@gavinmogan.com> wrote:
Okay~~~https://jenkins-wiki-exporter.g4v.dev/ is now updated to support markdown, or a zip of markdown + imagesGavin
On Sun, Oct 20, 2019 at 2:11 PM Gavin Mogan <ga...@gavinmogan.com> wrote:
Thanks for the PR, I've deployed the change, and started to get prepped for straight up markdown, markdown + zip with images, and eventually adocI'm totally up for forking it to infra or something, I have no idea how to do that though.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/282c2420-40a7-4f91-b74c-12f00bfa4edd%40googlegroups.com.
Should we either temporarily re-enable access to edit, or provide a way to access markup code?
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/7032ad87-2e91-4c9b-b0c6-ce958cb2d8fc%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-de...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/a545c630-ef47-4595-a105-fd1bef573f8d%40googlegroups.com.
They are slowly getting cleaned up and rewritten and migrated to jenkins.io, the docs team will always enjoy extra help with that.That specific one I would have thought was already migrated, but I can't seem to find it.
I'm sure the docs team will love a PR to https://github.com/jenkins-infra/jenkins.io and https://jenkins-wiki-exporter.jenkins.io/ can actually help you get started.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAG%3D_Duuif3SqmK2cPzvcThcuOq1sO0pWVEm9eptSw4gjv9iR6Q%40mail.gmail.com.