Replies: 6 comments 17 replies
-
|
Yes I think this is testing ground |
Beta Was this translation helpful? Give feedback.
-
|
For my understanding, a lot of the conversation has been around PRs and the developer docs. Are we talking only about the MediaWiki or are you actively getting involved with the developer docs platform too? I'm not familiar with the PR side of things but if I can see where I can help through this repo (or ultimately the Joomla one) it will be a big step forward. @ceford the document referred to in Issue#2 that is super useful for documenters and I know you have provided numerous links over time in both Glip and Mattermost as has @max123kl. Having a curated list of all these links would be a great benefit moving forwards. Also, in the Issue #2 document, there are some tags I have never come across before and an all in one place reference would also be great asset. |
Beta Was this translation helpful? Give feedback.
-
|
As I see it we have three Manuals to convert from Mediwiki format to GitHub format:
There are about 200 Help pages and about 300 useful User Tutorials, and all of their translations. I know how to automate the conversion and propose to spend a couple of days working on that. So at the moment I am more interested in what we have already rather than upcoming changes. I am going to create a new repo and I am pondering the structure. I have already subdivided tutorials into related sections. These are my lists: https://docs.joomla.org/J4.x:Joomla_4_Help_Screens Right now I am unsure whether it is best to use separate repos for each project or put them all in one repo. The structure would be something like this: repo/ For the moment I propose to leave images on the MediaWiki server as that is what I do with JDOC Manual. |
Beta Was this translation helpful? Give feedback.
-
|
Another light bulb moment: why are we using GitHub? It comes with its own complications that can be avoided if we do everything in Joomla. Outline: we store gfm (markdown) in the database and edit that with simpleMDE. Save and also save an md to html conversion for delivery; translation: side by side English and Non-English edit forms. Versions: save to local git repo? Push to GitHub? Another project to keep me amused for a few days! Could be an extension for any general purpose documentation. |
Beta Was this translation helpful? Give feedback.
-
|
If you are converting mediawiki to github markdown for Docusaurus the file needs this at the top: where {id} is the mediawiki file name without the namespace (e.g. J4.x:) and with _ replaced with -. Example: In MediaWiki the users are allowed to translate the title. That makes correlation in Docusaurus difficult. Not to mention translation. Which is what prompted me to ask Why use GitHub. |
Beta Was this translation helpful? Give feedback.
-
|
As a Joomla site builder and user, I have contributed some tutorials, made some amendments and built up the J4 Portal page as requested by Mike Brandner. I will help with anything I can with a few hours a week, more when I can. I'm getting a little lost though with some of the discussions. I'm not a developer so some of the discussion is lost on me. We should also assume that not all contributors will be developers, nor need to be to produce documents. Looking from the outside in and from my perspective I see the purpose of this repo to:
If I was just starting out as a new contributor, some sort of onboarding would be beneficial and I would like to be able to see how I can help, the type of work required, do's and don'ts, guidelines and templates / snippets - available all in one place or linked from one place. I want to check that this is where we are heading? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I think that using this repo is fine whilst we are experimenting with procedures. When we have established that we know what we are doing we might think about a more formal Joomla owned repo.
Beta Was this translation helpful? Give feedback.
All reactions