blind-computing / blind-computing-archive

A website devoted to exposing facts and information about computing in the blind/vi world
https://blindcomputing.org
GNU Lesser General Public License v3.0
9 stars 1 forks source link

Add a description to all pages #4

Open mcb2003 opened 6 years ago

mcb2003 commented 6 years ago

I've set up the includes/headers.inc.php file to accept a description if, on each page, you do the following:

$description = "<Your Description Here>";

So now that this function is implemented, we should think of a description for:

Other pages should have descriptions, but are not necessarily as important.

mcb2003 commented 6 years ago

update

After the release of commit b252c83f63096ea9b5f10ebc699e17db983d77e4 the way descriptions, titles and contributers (authors as far as the meta tags are concerned) are fetched has changed.

These values are now pulled from the pages table in the database.

Table Columns

mcb2003 commented 6 years ago

Home, Blog, and Chat/Contact now all have pageDescriptions in their database entry. This was completed in commit 34490ba.