-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Consider storing documentation in Javadoc/Github? #140
Comments
Yes, good idea. If anyone wants to help in form of PRs (for Javadocs) or additions to Wiki (which probably needs me to add access) that'd be great! I can help but probably won't have time to drive this myself. |
@cowtowncoder I could possibly edit Wiki pages |
@winfriedgerlach LMK if you have access to do so. Also: I give permission for copying of any Medium content I wrote to be added to Wiki, fwtw. |
@cowtowncoder @buko all right, I added the Medium articles to the Wiki: https://github.com/FasterXML/woodstox/wiki/Configuring-Woodstox-XML-parser ToDo:
|
Excellent, thank you @winfriedgerlach! I think one page (over 3) is acceptable. Splitting into 3 might be even better eventually. Otherwise:
|
@cowtowncoder OK, I split it in 3 pages (matching the structure on Medium), linked them from the Wiki start page and README.md (see PR #218), updated links to Woodstox 7.1, updated Java SE links to 8, updated description with outdated time refs. Is there stax2-api 4.2.2 Javadoc online anywhere? |
Right now 4.0 only exists: https://github.com/FasterXML/stax2-api/wiki but I'll see if I can add 4.2 (patch shouldn't matter) |
Actually, they do: https://javadoc.io/doc/org.codehaus.woodstox/stax2-api/4.2.2/index.html which resolves to https://javadoc.io/doc/org.codehaus.woodstox/stax2-api/latest/index.html I updated Wiki with proper links. |
Great, I updated all links on https://github.com/FasterXML/woodstox/wiki/Configuring-Woodstox-II-%E2%80%90-Stax2-Properties to point to "stax2-api/latest" 👍🏼 |
Thank you again @winfriedgerlach ! |
@cowtowncoder as far as I can see, StAX and StAX2 properties have remained stable over the years. For the Woodstox-specific (input) properties, the following could be added to the Wiki:
You could either add these now or just close this ticket please. |
Created #225 for remaining work; closing this issue. |
It seems like there's some important documentation about woodstox available at medium.com:
Unfortunately medium.com is commonly blocked in many countries. Developers in such countries can't read these docs... Access to github is generally possible. Could such documentation be moved to github wiki? Another possibility might be javadoc.
The text was updated successfully, but these errors were encountered: