Menu

Tree [8f4739] master /
 History

HTTPS access


File Date Author Commit
 htdocs 2024-05-29 Curtis Gedak Curtis Gedak [8f4739] Add donation
 .gitignore 2015-03-07 Curtis Gedak Curtis Gedak [e6a68c] Initial SolitaireCG web site
 README 2015-03-07 Curtis Gedak Curtis Gedak [e6a68c] Initial SolitaireCG web site

Read Me

The solitairecg web site is under Git Source Code Management.

WEB SITE STRUCTURE
------------------

{web-root}            On Source Forge: /home/groups/s/so/solitairesg
 |
 +- cgi-bin           Empty directory
 |
 +- htdocs            SolitaireCG web site :-)
    |
    |                 This is where all the dynamic web pages are stored.
    |                 Important pages are:
    |                   index.php     - contains link to latest releases
    |                   functions.php - contains menus, headers and footers
    |
    |
    +- css            Cascading style sheets
    |
    +- docs           Standalone documentation (typically html and images)
    |  |
    |  +- {doc-name}  Short English name for document
    |      |
    |      |          For example, help-manual, or man-page
    |      |
    |      |
    |      +- C       English document
    |      |  |
    |      |  +- figures  Images for English document
    |      |
    |      |
    |      +- fr      French translation of document
    |      |  |
    |      |  +- figures  Images for French document
    |      |
    |      +- ...     Other language translations of document
    |
    +- images         Images for dynamic web pages
    |
    +- screens        Screen shots
    |
    +- text           FAQ and news content