diff options
author | Thomas Willingham <founder@kakste.com> | 2013-11-21 19:42:04 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-11-21 19:42:04 +0000 |
commit | b170d8047153a9c9f0f0f16d39e0ecb45d17b0b6 (patch) | |
tree | f9c2b0f2cd2898a5401fb17321b5311ab363a9a7 /doc | |
parent | 35c465d4b7459b4cce40f50c53515b9061b484cd (diff) | |
download | volse-hubzilla-b170d8047153a9c9f0f0f16d39e0ecb45d17b0b6.tar.gz volse-hubzilla-b170d8047153a9c9f0f0f16d39e0ecb45d17b0b6.tar.bz2 volse-hubzilla-b170d8047153a9c9f0f0f16d39e0ecb45d17b0b6.zip |
Remove telltale signs the doco was mostly stolen from APW
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Schema-development.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/Schema-development.md b/doc/Schema-development.md index f3e6b97f4..415c68efa 100644 --- a/doc/Schema-development.md +++ b/doc/Schema-development.md @@ -31,9 +31,6 @@ with the file name "default.php". This file should never be included with a the is, merge conflicts will occur as people update their code. Rather, this should be defined by administrators on a site by site basis. -The canonical default schema is darkness.php. Any bugs should be tested with this schema -first, in order to determine whether we're dealing with a theme bug or a schema bug. - You schema does not need to - and should not - contain all of these values. Only the values that differ from the defaults should be listed. This gives you some very powerful options with very few lines of code. |