Move documentation to a subdirectory

Create a new subdirectory doc/ that contains documentation.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-07-22 13:49:51 +02:00
parent 080b6f3d12
commit ab25775259
4 changed files with 12 additions and 7 deletions

View file

@ -23,8 +23,8 @@ Use `git shortlog -s` for a list of aurweb contributors.
Translations Translations
------------ ------------
Our translations are currently maintained in Transifex; please read TRANSLATING Our translations are currently maintained in Transifex; please read
for more details. doc/i18n.txt for more details.
Below is a list of past translators before we switched to Transifex; more can Below is a list of past translators before we switched to Transifex; more can
be found by looking in the Git history. be found by looking in the Git history.

5
README
View file

@ -24,6 +24,9 @@ Functionality
Directory Layout Directory Layout
---------------- ----------------
doc::
aurweb documentation.
po:: po::
Translation files for strings in the aurweb interface. Translation files for strings in the aurweb interface.
@ -40,7 +43,7 @@ Links
----- -----
* The repository is hosted at git://projects.archlinux.org/aurweb.git -- see * The repository is hosted at git://projects.archlinux.org/aurweb.git -- see
HACKING for information on submitting patches. doc/CodingGuidelines for information on submitting patches.
* Discovered bugs can be submitted to the aurweb bug tracker: * Discovered bugs can be submitted to the aurweb bug tracker:
https://bugs.archlinux.org/index.php?project=2 https://bugs.archlinux.org/index.php?project=2

View file

@ -1,11 +1,13 @@
HACKING Coding Guidelines
=================
DISCLAIMER: We realise the code doesn't necessarily follow all the rules. DISCLAIMER: We realise the code doesn't necessarily follow all the rules.
This is an attempt to establish a standard coding style for future This is an attempt to establish a standard coding style for future
development. development.
Coding style guidelines Coding style
----------------------- ------------
Column width: 79 columns or less within reason. Column width: 79 columns or less within reason.
Indentation: tabs (standard eight column width) Indentation: tabs (standard eight column width)
@ -28,6 +30,7 @@ MySQL queries should generally go into functions.
Submitting patches Submitting patches
------------------ ------------------
!!! PLEASE TEST YOUR PATCHES BEFORE SUBMITTING !!! !!! PLEASE TEST YOUR PATCHES BEFORE SUBMITTING !!!
Submit uncompressed git-formatted patches to aur-dev@archlinux.org. Submit uncompressed git-formatted patches to aur-dev@archlinux.org.
@ -49,4 +52,3 @@ Glossary
git-formatted patch: git-formatted patch:
A patch that is produced via `git format-patch` and is sent via A patch that is produced via `git format-patch` and is sent via
`git send-email` or as an inline attachment of an email. `git send-email` or as an inline attachment of an email.