Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit)

This commit is contained in:
Clement Lefebvre
2016-02-04 09:20:42 +00:00
parent c8dd785ea8
commit 16eacdc3f4
487 changed files with 104410 additions and 104432 deletions

12
HACKING
View File

@@ -1,13 +1,13 @@
guidelines for xedit
guidelines for xed
====================
xedit source code is maintained using the git version control system
xed source code is maintained using the git version control system
and is available at the following location:
https://github.com/linuxmint/xedit
https://github.com/linuxmint/xed
Please don't commit directly to the git repository unless
you have been given the green light to commit freely to xedit.
you have been given the green light to commit freely to xed.
When in doubt assume you haven't ;-).
Please attach patches in GitHub.
@@ -23,7 +23,7 @@ your help, I just want to review these fixes before applying.
If you are a "build sheriff", feel free to commit fixes for build and
configure (please, send me an e-mail with the patch you have applied).
When committing to the xedit git repository make sure to include a
When committing to the xed git repository make sure to include a
meaningful commit message. Changes without a sufficient commit message
will be reverted. Commit messages should have the following format:
@@ -54,4 +54,4 @@ tracker reference if applicable) and so forth. Be concise but not too brief.
Thanks,
The xedit team.
The xed team.