-
Notifications
You must be signed in to change notification settings - Fork 26
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
FuelPHP Code Documentation #1
Comments
For every change, the user who made the change must be registered. This will allow blame-like reporting later. |
We also need a special markdown command for example code. |
Version tags to permit searches, editing / updating and version specific html, pdf docs to be produced. |
@phil-f Example code works fine with the standard Markdown code block, in combination with the syntax highligher. Or are you looking for something specific? |
@phil-f Documentation is organized per github branch. A search hasn't been implement it, but it would be logical to have 'version' as one of the selectable filters. |
@FrenkyNet @WanWizard, maybe it will be a good idea to internationalize the documentation in order to aid to translate fuelphp documentation to other languages. I´ve seen translations to japanesse and maybe i can help to translate to spanish. |
I'm not in favour of that. unless we have someone that will maintain them, and is completely commited to maintaining it. If not, we'll end up with an official documentation website with incomplete docs, which will then become our problem. |
The application needs an interface through which the development documentation can be managed.
Current plan is to use:
Docs require user based access for modifcations, based on group membership with ACL's for 'no access', 'moderated access', or 'full access'.
A task should be written which will generate an HTML version of the docs, which can be used off-line, similar to the current documentation. It can also be zipped and presented for download on the main website.
The text was updated successfully, but these errors were encountered: