Site-Overview.com
 

Websites using primary source documents as a keyword

Here you can see a list of websites which are using primary source documents as keyword according to our database.

 
Websites found: 20
Number of websited displayed: 20
 

Queries in the same category:

 

List of results:

War Letters - Primary Source Documents and First Person Accounts
http://site-overview.com/stats/war-letters.com
Documents, prose, poetry, photos and miscellaneous objects mailed to and from military servicemen during World War One and World War Two, the Napoleonic wars, and the American civil and Indian wars.
  • Google Adsense Publisher: pub-6750380651519984
  • Google Analytics ID: 209302-9
Jackdaw.com Primary Source Documents
http://site-overview.com/stats/jackdaw.com
enter your site description here
  • Known AddThis user account: ra-53c6cea842d12f68
  • Website Address renewal date: 18/1/10
  • Domain Address Reg. date: 96/5/31
  • Website address in use until: 18/5/30
Lesson Plans History American Government High School - USHistorySite.com
http://site-overview.com/stats/ushistorysite.com
US History Site is a website dedicated to teacher resources of american history lesson plans primary source documents, timelines, qoutes and information
  • Known AddThis user account: klkatz
  • Google Adsense Publisher: pub-2668293512809520
  • Website Address renewal date: 17/9/16
  • Domain Address Reg. date: 06/9/16
  • Website address in use until: 18/9/16
Crediton — экспресс кредиты онлайн в Алматы, Астане и Казахстане
http://site-overview.com/stats/crediton.kz
Оформление кредита онлайн за 5 минут. Перевод денег за 60 секунд. Низкий процент и гибкие условия для Вас!
  • Website Address renewal date: 15/3/19
  • Domain Address Reg. date: 14/6/19
MayflowerHistory.com
http://site-overview.com/stats/mayflowerhistory.com
The Internet's most complete resource on the Mayflower and the Pilgrims, with genealogy, history, primary source documents, a complete passenger list, and much more.
  • Website Address renewal date: 14/10/9
  • Domain Address Reg. date: 02/12/8
  • Website address in use until: 17/12/8
SignPuddle Network
http://site-overview.com/stats/signpuddle.net
> swserver, v1.3.0 May 2nd, 2016 ## About SignWriting is the international script for writing the sign languages of the world. The SignWriting Server provides online resources for SignWriting applications and users. The server accepts HTTP requests and responds with SVG or JSON data. The SignWriting Server is built with the PHP SLIM Framework v2.6. The primary site is available on the Center for Sutton Movement Writing server. * http://signpuddle.net A mirror site is available on Wikimedia Labs. * https://swserver.wmflabs.org ## Features ### SVG images The SignWriting server creates SVG images for individual symbols using symbol keys and completed 2-dimensional signs using Formal SignWriting. Styling strings are supported, offering coloring and sizing customizations. ### Query string transformation to regular expressions Query strings are a concise representation of a much larger and detailed set of regular expressions. Each query string is transformed into one or more regular expressions that can be used to search a text of Formal SignWriting. Additionally, Formal SignWriting strings can be converted into several types of query strings, each of which can be transformed into regular expressions. ### Countries of the world The countries of the world are described with SVG shapes and flag images. Listings of languages and puddle collections are available for each country. ### Puddle collections and sign entries All of the SignPuddle Online data is available as SQLite 3 databases. These databases can be downloaded individually. The various puddle collections can be listed, limited by sign language or individual code. For each sign language, a default public dictionary has been selected so that ISO 639-3 codes can be used rather than a puddle code. With a puddle query, individual entries can be access with sign language directly. With a puddle search, individual entries can be access with spoken language. Additional search options are available for listings of individual signs and terms. Additionally, entries can be retrieved by the dates created or updated. ## Installation Copy the SignWriting Server files to the root web server directory or to a sub-directory. ### Requirements Any server that supports PHP and SQLite 3 will be able to run the SignWriting Server. ### Databases The main database is available from the [SignWriting Server Data project](https://github.com/Slevinski/swserver_data/) with only the symbol information. * install as data/swserver.db The SignPuddle Online databases are available on [SignBank](http://signbank.org/swserver_data/). The main database is available as [swserver.db](http://signbank.org/swserver_data/swserver.db). * install as data/swserver.db The individual databases are available in the [puddle subdirectory](http://signbank.org/swserver_data/puddle/). * install in data/puddle/ A shell script is available to download the main database. * execute data/refresh_main.sh A shell script is available to mirror all of the available puddles on SignBank with a single command. * execute data/refresh_dbs.sh ### Shell Script to Start Server If a web server is not already running, the start server shell script can be used to start the built-in PHP web server. * ./start_server.sh ## Automation Tools The SignWriting Server project documents are created with command-line tools. ### API Blueprint The SignWriting Server API is documented using API Blueprint. This specification offers powerful tooling such as automatic HTML document generation and mock servers. https://apiblueprint.org/ The API Blueprint for the Guide is embedded in the main index.php file. The API Blueprint for the Example document is created using 'curl' with 'curl-trace-parser'. ### JSON Data Examples The SignWriting Server includes example API calls encoded as JSON data. These examples are used to create the API Blueprint for the Example document and the JavaScript function calls for the Run HTML page. ### Requirements * Shell scripts with more, grep, cat, and cut * [jq](https://stedolan.github.io/jq/) - like '''sed''' for JSON data * [curl](http://curl.haxx.se/) - communicate with a server from the command line * [curl-trace-parser](https://github.com/apiaryio/curl-trace-parser) - reformat curl output * [hiro](https://github.com/peterhellberg/hiro) - create HTML documents from API Blueprints * [iglo](https://github.com/subosito/iglo) - create large HTML documents when hiro fails ### Tools * ./buils.sh - Creates the Index and Guide documents. Creates shell script and JavaScript function calls from JSON example data. * ./run.sh - Executes the Example shell script and collates the results into the Example document. * ./release.sh - Calls the build.sh script and then the run.sh script. * ./example.sh - Creates the example html document when hiro fails for large files. ## Filesystem ### Directories * / - root directory with HTML documentation and PHP server * /Slim - directory for the Slim Framework v2.6 code * /include - directory for other PHP files and function libraries * /data - directory for the SignWriting Server databases * /tools - directory for automation and document creation * /tools/input - directory of tool inputs, such as template.html * /tools/output - directory of processed output * /tools/log - directory of example request/response API calls ### Source Files * README.md - read me file in markdown * index.php - main file for handling requests, with embedded API Blueprint * Example.json - example api calls in JSON data format * Run.html - html page uses example api calls to access a server ### Derived Files * index.html - Created from README.md * tools/output/Guide.md - Created from index.php * Guide.html - Created from tools/output/Guide.md * tools/output/Example.sh - Created from Example.json * tools/output/Example.md - Created from output of tools/output/Example.sh * Example.html - Created from tools/output/Example.md * Run.js - Created from Example.json and used in Run.html ## Author Stephen E Slevinski Jr [email protected] http://slevinski.github.io http://www.slideshare.net/StephenSlevinski/presentations ## Reference The Formal SignWriting character encoding used in SignMaker is defined in an Internet Draft submitted to the IETF: [draft-slevinski-signwriting-text]. The document is improved and resubmitted every 6 months. The character design has been stable since January 12, 2012. The current version of the Internet Draft is 06. The next version is planned for May 2016. ## Epilogue This is a work in progress. Feedback, bug reports, and patches are welcomed. ## License MIT ## To Do * expand API for users * expand API for create, update, and delete ## Version History * 1.3.0 - May 2nd, 2016: new world group, added listings for puddle signs and terms * 1.2.0 - Dec 17th, 2015: list puddles, download databases, custom limits, sorting, and date retrieval * 1.1.0 - Nov 25th, 2015: added query and search for puddle data * 1.0.0 - Nov 5th, 2015: initial public release [draft-slevinski-signwriting-text]: http://tools.ietf.org/html/draft-slevinski-signwriting-text [SignWriting 2010 Fonts]: https://github.com/Slevinski/signwriting_2010_fonts [SignWriting List]: http://www.signwriting.org/forums/swlist/ [SignPuddle Online]: http://signpuddle.org [SignWriting 2010 JavaScript Library]: http://slevinski.github.io/sw10js/
  • Website Address renewal date: 16/5/2
  • Domain Address Reg. date: 05/4/23
  • Website address in use until: 21/4/23
Главная страница | JoinGame.KZ
http://site-overview.com/stats/joingame.kz
JOINGAME.KZ - Хостинг игровых серверов,предоставляет услуги по аренде: counter strike 1.6, counter strike source и source v34, counter strike global offensive, а так же предоставляет бесплатные услуги: amxbans, sourcebans, psychostats и rankme, все игровые сервера находятся под управлением автоматизированной панели управления, которая обеспечит удобную настройку сервера и других услуг. Техническая поддержка оперативно решит проблемы связанные на стороне хостинга.
  • Website Address renewal date: 17/2/17
  • Domain Address Reg. date: 15/12/16
Data flow Group
http://site-overview.com/stats/dataflowgroup.net
  • Google Analytics ID: 59228682-1
  • Website Address renewal date: 17/2/23
  • Domain Address Reg. date: 15/2/10
  • Website address in use until: 23/2/10
Бесплатные объявления Казахстана. Сайт бесплатных объявлений в Казахстане
http://site-overview.com/stats/cenotavr.kz
Сайт бесплатных объявлений Казахстана. Объявления о продаже авто, недвижимости, работе и вакансиях, товарах и услугах. Разместить объявление на сайте можно быстро и бесплатно. Объявления о купле-продаже в Казахстане
  • Google Adsense Publisher: pub-385618899949120
  • Google Analytics ID: 3242449-3
  • Website Address renewal date: 16/5/17
  • Domain Address Reg. date: 10/1/20
Nat Turner Project
http://site-overview.com/stats/natturnerproject.org
The Nat Turner Project is a primary source archive of historical documents about Nat Turner and the 1831 slave revolt he led in Southampton County, Virginia.
    piccadilly.kz
    http://site-overview.com/stats/piccadilly.kz
    • Website Address renewal date: 17/4/11
    • Domain Address Reg. date: 13/5/24
    INTELWIRE.com -- Open-source intelligence, primary source documents, analysis by J.M. Berger, co-author of ISIS: The State of Terror, author of Jihad Joe: Americans Who Got to War in the Name of Islam
    http://site-overview.com/stats/intelwire.com
    Research, reporting, and analysis on terrorism | Contributor, Foreign Policy | Co-author of ISIS: The State of Terror, author of Jihad Joe: Americans Who Got to War in the Name of Islam | ISIS, ISIL, Islamic State | Extremism | Social Media | Social Network Analysis and Monitoring | Big Data
    • Known AddThis user account: ra-577aa5ee32a568eb
    • Website Address renewal date: 15/12/30
    • Domain Address Reg. date: 04/1/5
    • Website address in use until: 19/1/5
    Учебный центр «Альтаир», г. Караганда
    http://site-overview.com/stats/altair2001.kz
    У нас вы сможете быстро пополнить свой профессиональный багаж, овладеть смежной или новой для себя профессией в кратчайший срок и за минимальную оплату.
    • Google Analytics ID: 25014027-10
    • Website Address renewal date: 16/10/27
    • Domain Address Reg. date: 11/10/12
    WWW.MAKESERVER.KZ � ������������� ������� ������
    http://site-overview.com/stats/makeserver.kz
    Все для Counter-Strike 1.6, Counter-Strike: Source,Counter-Strike: Global Offensive,Left4Dead,Left4Dead2,Killing Floor,GTA San Andreas,GTA IV,Team Fortress 2,Day Of Defeat:Source
    • Website Address renewal date: 12/11/11
    • Domain Address Reg. date: 10/5/28
    Company Search | Primary source for KYC checks | Kyckr
    http://site-overview.com/stats/gbrdirect.co.uk
    Search official company information. Check company details using Kyckr online company search portal to check company details with Companies House in UK and national registrars Worldwide.
    • Google Analytics ID: 74609739-3
    • Website Address renewal date: 16/12/18
    • Domain Address Reg. date: 09/2/16
    • Website address in use until: 19/2/16
    Home
    http://site-overview.com/stats/churchillarchive.com
    A digital library of modern international history including more than 800,000 pages of original documents, produced between 1874 and 1965. Documents range from Churchill’s personal correspondence to exchanges between the great leaders of the 19th and 20th centuries including Franklin Delano Roosevelt. The Archive includes unique teaching aids with original extended essays and overviews designed around courses that link to rich selections of documents from the Archive.
    • Website Address renewal date: 17/11/9
    • Domain Address Reg. date: 10/11/16
    • Website address in use until: 18/11/16
    A WILDERNESS OF ERROR — ERROL MORRIS
    http://site-overview.com/stats/wildernessoferror.com
    Download primary source documents from 1970 to the present about the MacDonald trials and Errol Morris' new book, A Wilderness of Error.
    • Google Analytics ID: 34148383-1
    • Website Address renewal date: 17/1/26
    • Domain Address Reg. date: 12/5/30
    • Website address in use until: 19/5/30
    The James Madison Research Library and Information Center
    http://site-overview.com/stats/madisonbrigade.com
    the James Madison Research Library and Information Center, the premier site on the Internet for researching and learning about America's first freedom, The Second Amendment, from a historical perspective and in an unbiased manner. Named in honor of our fourth president and author of the Bill of Rights, James Madison, this site is dedicated to educating not only NRA Members and their families but also freedom-loving people the world-over.Here you will find many of the original, primary source documents as they were written by the Founding Fathers themselves, demonstrating their overwhelming belief that the average citizen should not be denied their individual right to keep and bear arms. You'll see how these wise men recognized that an armed citizenry represents the best way to fend off tyranny and oppression while preserving the freedoms and liberties that are so unique to our great nation. Additionally you'll find biographical information on our Founding Fathers, their insightful quotes, important court cases and much more.
    • Google Analytics ID: 1860837-8
    • Website Address renewal date: 17/5/3
    • Domain Address Reg. date: 01/7/20
    • Website address in use until: 18/7/20
    DAR
    http://site-overview.com/stats/dar.kz
    DAR – проект инвестиционной компании Green Apple, который сосредоточен на разработке мобильных приложений и сервисов для динамичной жизни и быстрого решения рутинных задач. В 2015 году команда вывела на рынок приложение для получения займов CreditOn, а сейчас работает над целой линейкой продуктов для развития бизнеса, решения финансовых задач и развлечений
    • Website Address renewal date: 16/3/14
    • Domain Address Reg. date: 09/5/30
    Company Search | Primary source for KYC checks | Kyckr
    http://site-overview.com/stats/kyckr.co.uk
    Search official company information. Check company details using Kyckr online company search portal to check company details with Companies House in UK and national registrars Worldwide.
    • Google Analytics ID: 74609739-3
    • Website Address renewal date: 17/7/15
    2024-05-25 20:23:00 ... 0.0382