https://github.com/jmini/dejae
Développons en Java avec Eclipse
https://github.com/jmini/dejae
Last synced: 4 months ago
JSON representation
Développons en Java avec Eclipse
- Host: GitHub
- URL: https://github.com/jmini/dejae
- Owner: jmini
- License: other
- Created: 2016-06-14T18:30:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T18:10:04.000Z (over 9 years ago)
- Last Synced: 2024-10-06T03:03:36.849Z (over 1 year ago)
- Language: HTML
- Size: 14.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: dejae
:project-name: Développons en Java avec Eclipse
:branch: master
:twitter-handle: j2r2b
:license-url: http://www.gnu.org/licenses/old-licenses/fdl-1.1.en.html
:license-name: GNU Free Documentation License, version 1.1
:repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{repository}/issues
:setup: https://raw.githubusercontent.com/{repository}/{branch}/{oomph-file}
:src-folder-url: https://github.com/{repository}/tree/{branch}/{src-folder-name}
//end::vardef[]
//tag::header[]
= {project-name}
Didacticiel concernant l'utilisation d'Eclipse.
//end::header[]
//tag::description[]
== Description
Ce repository git contient le didacticiel "Développons en Java avec Eclipse" qui décrit l'utilisation d'Eclipse pour développer en Java.
Il s'agit d'une modernisation du link:http://www.jmdoudoux.fr/accueil_java.htm#dejae[travail] de Jean-Michel DOUDOUX.
=== Branches
* master: branche principale
* orig: copie des fichiers originaux (encodage des fichiers : ISO_8859_1)
* orig_fixed: Modification des fichiers HTML originaux à l'aide de JSoup (HTML réparé et mis en forme, caractères spéciaux encodés)
//end::description[]
//tag::contact-section[]
== Me contacter
Utiliser l'link:{issues}[issue tracker "{project-name}"] sur GitHub.
On peut aussi me contacter sur Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]
//tag::license-section[]
== License
link:{license-url}[{license-name}]
//end::license-section[]