pwhipp / dsnac

This is a highly extendable open online book archive service.
0 stars 0 forks source link

Change text on Home Page #18

Closed oldrepository closed 9 years ago

oldrepository commented 9 years ago

Remove the following text: "Sikh Canadian Archive" and Change the header text to Sikh National Archives of Canada

oldrepository commented 9 years ago

Add Picture and editable text carousel to the Home Page. example: http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=carousel

oldrepository commented 9 years ago

Change "Recent Scans" to Books to Read

pwhipp commented 9 years ago

No problem with the title, FYI there are two stages to the presentation of most pages. The first stage is a 'view' processes the URL and grabs any data needed from the database - that is pretty much my domain as a programmer. The second stage is the 'template' stage. For example the home page uses (this)[https://github.com/pwhipp/dsnac/blob/master/theme/templates/index.html] template. Many content people find that they can understand and work with templates.

Recent Scans really is 'Recent Scans' - It is an automatically generated list of the ten most recently scanned books. Do you still want the title changed, knowing that?

Carousels are already built into bootstrap and if you want to use them with lots of different pages I can add a utility so that you can add the images yourself to pages on the back end. I need to know what you want to display here and whether you want to be able to edit it directly.