Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join with other developers to submit a more standardized Go-lang implementation #17

Closed
diguage opened this issue Jan 1, 2024 · 3 comments
Assignees
Labels
waiting Waiting for e.g. feedback or answer on a question

Comments

@diguage
Copy link

diguage commented Jan 1, 2024

Asciidoc is a great markup language. At the same time, Hugo is also a very good static website generation tool. I like Asciidoc and Hugo. Therefore, I am very much looking forward to an implementation in Go language.

I searched for relevant information and found at least three implementations:

  1. bytesparadise/libasciidoc: A Golang library for processing Asciidoc files.
  2. mariotoffia/goasciidoc: Document your go code using asciidoc instead of godoc
  3. shuLhan/asciidoctor-go: [mirror] Native Go module for parsing and converting asciidoc markup language.

Asciidoc is now being standardized by the Eclipse Foundation: AsciiDoc Working Group | The Eclipse Foundation. Perhaps, you can work together to submit a more standards-compliant implementation to this working group.

Thanks again and good luck.

@diguage
Copy link
Author

diguage commented Jan 1, 2024

I submitted the issue to bytesparadise/libasciidoc#1113

@mariotoffia
Copy link
Owner

Hi @diguage and thanks for the link to eclipse. I don't quite follow you:

My little project, only scans a set of golang files (within a module) to extract comments to generate asciidoc documents. I do not process the asciidoc documents at all. This is up to other tools (I use asciidoctor.js to perform this).

In that regard, I'm uncertain what, in your eyes, may I contribute with?

@mariotoffia mariotoffia added the waiting Waiting for e.g. feedback or answer on a question label Jan 5, 2024
@mariotoffia mariotoffia self-assigned this Jan 5, 2024
@diguage
Copy link
Author

diguage commented Jan 5, 2024

Hi @mariotoffia
Sorry, I misunderstood your project: I thought it was a tool for processing AsciiDoc files into HTML, but it was an extract document tool.

@diguage diguage closed this as completed May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting Waiting for e.g. feedback or answer on a question
Projects
None yet
Development

No branches or pull requests

2 participants