Help Final Steps In Publishing Your Cemetery
Transcriptions Using WebCem
Check Current Version
Step 1 - Checking For Mistakes Comments and
Questions
Using the Report Tab look open questions "?"
report and comments "!" report. These reports
will list any data that you may want to edit
again.
See Editing and Adding Data for tips on uses
of the "?" and "!" Tags.
Look over your records for accuracy etc...
Step 2 - Exporting Data To SQLITE
Export
Data To SQLITE Database Data
Step 3 - Create A Folder For The Web
Transcription
OPTION 1 -- Website with Only One Cemetery
Database
- In the My Documents Folder create a folder
named websites.
- In the websites folder create a folder named
SomeCemeteryName.
- In the SomeCemeteryName folder create a
folder named images.
OPTION 2 -- Website with with multiple Databases
- In the My Documents Folder create a folder
named websites.
- In the websites folder create a folder named
cemeteries.
- In the cemeteries folder create a folder
named settings
- In the cemeteries folder create a folder
named SomeCemeteryName1.
- In the SomeCemeteryName1 folder create a
folder named images.
- In the cemeteries folder create a folder
named SomeCemeteryName2.
- In the SomeCemeteryName2 folder create a
folder named images.
- Repeat steps 4 & 5 for each additional
cemetery
Step 4 - Copy the Database To The Folder
Copy the database to the SameCemetery Name
Folder.
Step 5 - Make a Copy of the image (ALSPWO) folder
to Images
In the cemetery's ALSPWO folder copy the images
to the newly created images folder that was
created in Step 3.
Be certain that the images were copied and not
moved.
The images folder needs a copy because you may
want to reduce their size for the website and you
do not want to change the original images.
Step 6 - Copy The WebCem Files
OPTION 1 -- Website with Only One Cemetery
Database
Copy all the WebCem files to the SomeCemetery
Name Folder
OPTION 2 -- Website with with multiple Databases
- Copy the following to the settings folder:
- style-webcem.css
- template-webcem-ceminfo.html
- template-webcem-index.html
- template-webcem-individual.html
- noimage.png
- Copy the following to the SomeCemeteryName
folder:
Repeat this step for each cemetery.
- webcem.php
- config-webcem.php
Step 7 - Edit The Config File
Open the config file double clicking on
webcem.php.
If the PC has never edited a php file before you
may receive the message asking to associate a
program with the file.
If the "Windows cannot open this file" message is
displayed then choose "Select the program from a
list" then click "OK"
Configure the WebCem
OPTION 1 -- Website with Only One Cemetery
Database
- Change the database name to the name of the
database that is being used
Same name as the database in the same
folder.
$CEMEDITOR_DATABASE_NAME =
"SomeCemeteryName-sqlite.db";
- Enter your Publisher License Number
$PUBLISHER_LICENSE_NUMBER = "Your License
Number";
- Enter your WebCem Registration Number
$WEBCEM_REGISTRATION_NUMBER = "Your WebCem
Registration Number";
OPTION 2 -- Website with with multiple Databases
- Change the database name to the name of the
database that is being used
Same name as the database in the same
folder.
$CEMEDITOR_DATABASE_NAME =
"SomeCemeteryName-sqlite.db";
- Enter your Publisher License Number
$PUBLISHER_LICENSE_NUMBER = "Your License
Number";
- Enter your WebCem Registration Number
$WEBCEM_REGISTRATION_NUMBER = "Your WebCem
Registration Number";
- Enter your Default Template Path
In the examples above this will be
"../settings/"
$DEFAULT_TEMPLATE_PATH = "../";
- Enter your Default Stylesheet (.css) Path
In the examples above this will be
"../settings/"
$DEFAULT_STYLE_PATH = "../";
Change the settings to match the steps you
have taken above. The example pictured below is for
a single database (OPTION 1)
Step 8 - Upload Files
Files To Distribute
This is a list of the files, their extension,
and where they need to be placed on the computer's
directory/folder.
These are the minimum files and folders that must
be included:
For a single transcription
FILE STRUCTURE ON PC
My Documents
-Cemeteries (Folder)
--SomeCemeterName (Folder)
--- SomeCemeteryName-sqlite.db (File)
--- config-webcem.php (File)
--- noimage.png (File)
--- style-webcem.css (File)
--- template-webcem-ceminfo.html (File)
--- template-webcem-index.html (File)
--- template-webcem-individual.html (File)
--- webcem.php (File)
--- images (FOLDER)
-------- Picture1.jpg (File)
-------- Picture2.jpg (File)
-------- etc...
Other files may be included, but the above are the minimum necessary for the
WebCem Application to work correctly
FILE STRUCTURE ONLINE
www
-Cemeteries (Folder)
--SomeCemeterName (Folder)
--- SomeCemeteryName-sqlite.db (File)
--- config-webcem.php (File)
--- noimage.png (File)
--- style-webcem.css (File)
--- template-webcem-ceminfo.html (File)
--- template-webcem-index.html (File)
--- template-webcem-individual.html (File)
--- webcem.php (File)
--- images (FOLDER)
-------- Picture1.jpg (File)
-------- Picture2.jpg (File)
-------- etc...
For a multiple transcription databases
FILE STRUCTURE ON PC
My Documents
-Cemeteries(Folder)
-- settings (Folder)
--- style-webcem.css (File)
--- template-webcem-ceminfo.html (File)
--- template-webcem-index.html (File)
--- template-webcem-individual.html (File)
--- noimage.png (File)
-- SomeCemeteryName1 (Folder)
--- SomeCemeteryName1-sqlite.db (File)
--- config-webcem.php (File)
--- webcem.php (File)
--- images (FOLDER)
-------- Picture1.jpg (File)
-------- Picture2.jpg (File)
-------- etc...
-- SomeCemeteryName2 (Folder)
--- SomeCemeteryName2-sqlite.db (File)
--- config-webcem.php (File)
--- webcem.php (File)
--- images (FOLDER)
-------- Picture1.jpg (File)
-------- Picture2.jpg (File)
-------- etc...
Other files may be included, but the above are the minimum necessary for the
WebCem Application to work correctly
FILE STRUCTURE ONLINE
www
-Cemeteries(Folder)
-- settings (Folder)
--- style-webcem.css (File)
--- template-webcem-ceminfo.html (File)
--- template-webcem-index.html (File)
--- template-webcem-individual.html (File)
--- noimage.png (File)
-- SomeCemeteryName1 (Folder)
--- SomeCemeteryName1-sqlite.db (File)
--- config-webcem.php (File)
--- webcem.php (File)
--- images (FOLDER)
-------- Picture1.jpg (File)
-------- Picture2.jpg (File)
-------- etc...
-- SomeCemeteryName2 (Folder)
--- SomeCemeteryName2-sqlite.db (File)
--- config-webcem.php (File)
--- webcem.php (File)
--- images (FOLDER)
-------- Picture1.jpg (File)
-------- Picture2.jpg (File)
-------- etc...
|