Salvation Joan
Salvation Joan is a lost[1] 1916 silent film directed by Wilfrid North and starring Edna May. It was produced by the Vitagraph Company of America and released by V-L-S-E(Vitagraph, Lubin, Selig, Essanay). Though an original screen story, it bears a close resemblance to Edward Sheldon's Salvation Nell which was filmed several times.[2][3]
Salvation Joan | |
---|---|
Directed by | Wilfrid North |
Produced by | Vitagraph Company of America |
Written by | Marguerite Bertsch |
Starring | Edna May |
Cinematography | Thomas F. Malloy |
Distributed by | V-L-S-E Inc. (Blue Ribbon) |
Release date | April 10, 1916 |
Running time | 7 reels |
Country | USA |
Language | Silent..English titles |
Cast
- Edna May - Joan Crawford
- Harry T. Morey - Bill, alias of John Hilton)
- Dorothy Kelly - Madeline Ellison
- Donald Hall - Robert Ellison
- Bobby Connelly - Bobby Ellison
- L. Rogers Lytton - Philip Ralston
- Eulalie Jensen
- Belle Bruce
gollark: ```rust#[macro_use] extern crate serenity;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { // Login with a bot token from the environment let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { println!("An error occurred while running the client: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```This is the example code, admittedly, yes.
gollark: It's in Rust.
gollark: AutoBotRobot is currently undergoing extensive development and testing. Feature suggestions?
gollark: What is this "shard"?
gollark: Ah.
References
- The Library of Congress/FIAF American Silent Feature Film Survival Catalog:Salvation Joan
- The AFI Catalog of Feature Films 1893-1993:Salvation Joan(Wayback)
- Pictorial History of the Silent Screen, p114 c.1953 by Daniel Blum ISBN 0-399-50667-5
External links
- Salvation Joan on IMDb
- synopsis at AllMovie
- Edna May in costume in the film
- website to Edna May and Salvation Joan
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.