Remove a few additional files not needed to use this only for voting.
This commit is contained in:
parent
a14e97622d
commit
eaa2a96cfa
3 changed files with 0 additions and 84 deletions
47
ChangeLog
47
ChangeLog
|
@ -1,47 +0,0 @@
|
|||
=== ChangeLog discontinued ===
|
||||
|
||||
With the move to git, this module is switching from a ChangeLog file to
|
||||
relying on commit messages to provide change history. Please write commit
|
||||
messages in the format described at http://live.gnome.org/Git/CommitMessages
|
||||
|
||||
Below is a copy of this format:
|
||||
|
||||
=== begin example commit ===
|
||||
[tag] Short explanation of the commit
|
||||
|
||||
Longer explanation explaining exactly what's changed, whether any
|
||||
external or private interfaces changed, what bugs were fixed (with bug
|
||||
tracker reference if applicable) and so forth. Be concise but not too brief.
|
||||
=== end example commit ===
|
||||
|
||||
- The commit message is mainly for the other people, so they should be able
|
||||
to understand it now and six months later.
|
||||
|
||||
- Always add a brief description of the commit to the _first_ line of the
|
||||
commit and terminate by two newlines (it will work without the second
|
||||
newline, but that is not nice for the interfaces).
|
||||
|
||||
- First line (the brief description) must only be one sentence and should
|
||||
start with a capital letter unless it starts with a lowercase symbol or
|
||||
identifier. Don't use a trailing period either. Don't exceed 72 characters.
|
||||
|
||||
- You can prefix the first line with one tag, to make it easier to know to
|
||||
which part of the module the commit applies. For example, a commit with
|
||||
"[fish] Make it work with newer fortune" in the gnome-panel module clearly
|
||||
applies to the fish applet.
|
||||
|
||||
- The main description (the body) is normal prose and should use normal
|
||||
punctuation and capital letters where appropriate. Normally, for patches
|
||||
sent to a mailing list it's copied from there. This main description can be
|
||||
empty if the change is self-explanatory (eg: "Add DOAP file").
|
||||
|
||||
- When committing code on behalf of others use the --author option, e.g. git
|
||||
commit -a --author "Joe Coder <joe@coder.org>".
|
||||
|
||||
- When referring to a bug, you can use this form: bgo#12345. Use bgo for
|
||||
bugzilla.gnome.org, but you can also reference bugs in other bug trackers:
|
||||
rh means bugzilla.redhat.com, bnc means bugzilla.novell.com, lp means
|
||||
launchpad.net, etc.
|
||||
|
||||
- When a commit closes a bug, the commit message should contain a line like:
|
||||
Closes: http://bugzilla.gnome.org/show_bug.cgi?id=12345
|
17
HACKING
17
HACKING
|
@ -1,17 +0,0 @@
|
|||
Other than fixes to obvious typos, please do not commit to this module
|
||||
without first approving changes with the GNOME Foundation Board or
|
||||
the Membership Committee:
|
||||
|
||||
board-list@gnome.org
|
||||
membership-committee@gnome.org
|
||||
|
||||
Note that many of these files were originally created with various HTML
|
||||
authoring tools and have a lot of evil cruft in them. It is very unlikely
|
||||
that any of these files are valid HTML. Over time we should gradually clean
|
||||
them up whenever we edit them until some day all the old cruft is gone and
|
||||
we have valid HTML. :)
|
||||
|
||||
Please edit these files by hand and consider using indentation. ;)
|
||||
|
||||
[ See README in the gnomeweb-wml module for a primer about GNOME website
|
||||
development. ]
|
|
@ -1,20 +0,0 @@
|
|||
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
|
||||
xmlns:foaf="http://xmlns.com/foaf/0.1/"
|
||||
xmlns:gnome="http://api.gnome.org/doap-extensions#"
|
||||
xmlns="http://usefulinc.com/ns/doap#">
|
||||
|
||||
<name xml:lang="en">Website foundation.gnome.org</name>
|
||||
<shortdesc xml:lang="en">Website foundation.gnome.org</shortdesc>
|
||||
<homepage rdf:resource="http://foundation.gnome.org" />
|
||||
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/foundation-list" />
|
||||
<category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" />
|
||||
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Vincent Untz</foaf:name>
|
||||
<foaf:mbox rdf:resource="mailto:vuntz@gnome.org" />
|
||||
<gnome:userid>vuntz</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
</Project>
|
Loading…
Reference in a new issue